.content_column {
    float: left;
    width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

/* MAIN_TEMPLATE */
body.page_body {
    position: relative;
    background: url("banner.jpg") no-repeat left top fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;
    margin: 0px auto 0px auto; /* TOP RT BTM LFT */
    background-color: rgb(82, 82, 82);
}

/* HEADER */
.header {
    height: 60px;
    overflow: hidden;
    position: relative;
	height: 90px;
    margin: 10px auto 0px auto;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    width: 95%;
}

@media (min-width: 900px) {
    body.page_body {
        width: 850px;
    }
}

@media (max-width: 900px) {    
    body.page_body {
        width: 97%;
    }
}


.header_left {
    display: inline;
    height: 80px;
	vertical-align: bottom;
    background-color: rgba(217, 217, 217, 0.5);
    border: 1px transparent rgba(217, 217, 217, 0.5);
    border-radius: 2px;
}

.header_left > a {
    text-align: middle;
    font-size: 22px;
    margin-left: 5px;
    margin-right: 5px;
}

.header_right {
    float: right;
    width: 132px;
}

img#header_logo {
    float: right;
    height: 70px;
    width: 132px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.filter_btn {
    font-height: 1em;
    padding: 8px 10px;
    border: 1px solid #333;
    margin: 0;
    box-sizing: content-box;
}

.filter_menu {
    position: relative;
    visibility: visible;
    background-color:rgba(217, 217, 217, 0.5);
    border: 1px solid blue;
}

.filter_btn:hover + filter_menu {
    visibility: visible;
}

/* MENU */
div#menu_wrapper {
	position:absolute;
	top:140px;
	background-color:rgba(217, 217, 217, 0.5);
        border-radius: 2px;
	line-height:20px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

div.menu_item {
    padding: 3px 3px 3px 3px;
    margin: 0px auto 0px auto;
}

div.menu_item img {
    width: 140px;
}

/* HOME PAGE */
a:link {
    text-decoration: none;
}

div#home_content_row {
    margin: 0px auto 0px auto;
	width: 97%;
}

div#home_content_row:after {
    content: "";
    display: table;
    clear: both;
}


div.photo_list_item_wrapper {
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: ellipsis;
	width: auto;
	margin-left: auto;
}

div.photo_list_item_thumbnail {
    clear:left;
	width: fit-content;
	display: table;
	height: fit-content;
	background-color:rgba(230, 230, 230, 0.80);
	border-radius: 7px;
	margin: auto;
}

div.photo_list_item_thumbnail a img {
	display: block;
	margin: auto;
	padding-top: 5px;
	max-width: 96%;
}

div.photo_list_item_title {
    line-height: 25px;
    font-size: 14pt;
    font-weight: 200;
    color: rgb(6, 0, 179);
	margin-left: 10px;
	content: inline-block;
	
}

div#pagination_wrapper {
    float:right;
    font-size: 18pt;
    background-color:rgba(230, 230, 230, 0.70);
}

div#pagination_wrapper > a {
    padding: 15px;
}

/* IMAGE DETAILS */
div#img_details_wrapper {
    background-color:rgba(255, 255, 255, 0.95);
    border:1px transparent rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}


div#img_details_wrapper {
    width: 95%;
}

div#img_details_title {
    padding: 0px 0px 0px 2%;
    font-family: Ariel;
    font-weight: bold;
    font-size: 19pt;
    background-color: transparent;
}

div#img_details_img_wrapper {
    display: block;
    margin-top: 3px;
    text-align: center;
}

div#img_details_img_wrapper img {
    width: 99%;
}

div#img_details_desc_wrapper {
    margin: 6px 6px 10px 30px;
    color: rgb(0, 0, 0);
    font-size: 13pt;
}

div#img_details_lower_wrapper {
    background-color:rgba(240, 240, 240, 0.75);
    border:1px transparent rgba(240, 240, 240, 0.75);
    border-radius: 2px;
    margin: 20px auto auto auto;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}

div#img_details_lower_wrapper {
    width: 90%;
}

div#img_details_wallpapers_wrapper {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 20px;
    font-style: Courier;
}

div#img_details_map_wrapper {
}

/* FOOTER */
div#footer_wrapper {
    margin: 20px auto 15px auto;
    font-size: 12pt;
    text-align: center;
}