.blue {
	color:#279AEB;
}

.boxgrid{
    margin:0px;
    float:left;
    background:#161613;
    border: 0;
    overflow: hidden;
    position: relative;

    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
.boxgrid img{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.boxgrid img.no_box  {
    position: relative;
    border:0px;
}
.boxgrid p{
    padding: 0 10px;
    color:#afafaf;
    font-weight:bold;
    font:10pt "Lucida Grande", Arial, sans-serif;
}


.boxcaption{
    float: left;
    position: absolute;
    background: #000;
    height: 150px;
    width: 100%;
    opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
    top: 260px;
    left: 0;
}
.caption .boxcaption {
    left: 0;
}


.the-sidebar {
    position: absolute;
    width: 300px;
    margin-left:10px;
}
.the-container {
    margin-left: 312px;
}

.fluid-container {
    position: relative;
    min-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
	.clearfix();
}

.fluid-sidebar {
    width: 300px;
    margin: 0 0px 0px;
}

.sidebar-left   { padding-left: 320px; }
.sidebar-right  { padding-right: 260px; }


.sidebar-left .fluid-sidebar   { float: left; margin-left: -240px; }
.sidebar-right .fluid-sidebar  { float: right; margin-right: -240px; }


.fluid-content {
       float: left;
       width: 100%;
}


.collapse {
    overflow: hidden !important;
}

.white {
	color:#D9D9D9;
}


a.dominant:link, a.dominant:visited {
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
    text-decoration:none;
}


a.gallery_name_white:link, a.gallery_name_white:visited {
    font-size:17px;
    font-weight:bold;
    color:white;
}

a.overlay:link, a.overlay:visited {
    color:white;
    font-weight:bold;
    font-size:14px;
}

a.side_user_white:link, a.side_user_white:visited {
    font-size:13px;
    font-weight:bold;
    color:white;
}



body.main {
    background-color:#ACCDED;
    background: #767687 url(https://static.alphacoders.com/tile.jpg) repeat 0 0;
}

div.avatar_thumb {

}

div.container {
    margin: 0 auto;
}

div.fluid-content {
	float:left; 
	width:100%;
}

div.fluid-sidebar {
	width:300px; 
	margin-left:-310px; 
	float:left;
}

div.navbar {
	margin-bottom:0px;
	border-radius:0px;
	border-width:0px;
}

div.navbar-inner {
	padding-left:10px;
	padding-right:0px;
	border-radius:0px 0px 0px 0px;
}

div.the-sidebar {
	width:300px; 
	margin-left:-310px; 
	float:left;
}

div.overlay {
    background-color:#2E2E2E;
    border-radius:4px;
    padding:5px;
    margin:3px;
}

img.300_width {
	width:300px;
}


img.avatar {
    width:100px;
    height:100px;
}

img.avatar_fifty {
    width:50px;
    height:50px;
}

img.avatar_medium {
    width:30px;
    height:30px;
}

img.avatar_small {
	width:20px;
	height:20px;
}

img.avatar_thirty {
    width:30px;
    height:30px;
}

img.gallery_side {
    height:45px;
    width:60px;
}


img.small_square {
    width:115px;
    height:115px;
}

img.thumb_side {
    height:45px;
    width:60px;
}

img.wallpaper_categories {
    width:120px;
    height:80px;
}

span.blue {
	color:#279AEB;
}

span.blue_large {
	font-size:36px;
	color:#279aeb;
	font-weight:bold;
	text-shadow: black 2px 2px 1px;
}

span.footer_content {
    color:#F2F2F2;
    font-size:14px;
}

span.footer_info {
    color:#F2F2F2;
    font-size:11px;
}

span.footer_title {
    color:white;
    font-weight:bold;
    font-size:16px;
}

span.red {
    color:red;
}

span.resolution {
    color:white;
    font: helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
}

table.avatar_thumb {
	border-collapse: collapse;
	border-width: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 160px;
	height: 200px;
	background-color: #242424;
    	border-radius: 5px;
    	border-width: 5px;
    	padding:5px;
    	-webkit-box-shadow: 5px 5px 0px rgba(66, 101, 255, 0.63);
    	-moz-box-shadow: 5px 5px 0px rgba(66, 101, 255, 0.63);
    	box-shadow: 5px 5px 0px rgba(66, 101, 255, 0.63);
    	display:inline-block; margin-left:auto; margin-right:auto;float: left;
    	text-align:center;
}

table.comment {
    width:100%;
}


table.thumb {
    border-collapse:collapse;
    border-width:0px;
    margin-right:7px;
    margin-top:2px;
    margin-bottom:2px;
    width:300px;
    height:270px;
    float:left;
}

table.thumb_small {
    border-collapse:collapse;
    border-width:0px;
    margin-left:10px;
    margin-right:10px;
    margin-top:2px;
    margin-bottom:2px;
    width:115px;
    height:115px;
    float:left;

}

ul.breadcrumb {
	margin-left:15px;
	margin-right:15px;
	border-radius:0px 0px 5px 5px;
	background-color:#f8f8f8;
	box-shadow: 0 8px 6px -6px #777;
}