/*
Theme Name: Dustyfoto Blog
Theme URI: http://blog.dustyfoto.com
Description: The <a href="http://www.dustyfoto.com">Dustyfoto</a> default blog theme.
Version: 1.0
Author: Orlando de Frias
Author URI: http://orpheuxdesign.com/
Tags: minimal, custom header, fixed-width, dustyfoto
*/





/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	background: #ececec;
	border-bottom: 1px solid #ccc;
}

.clear {
	clear: both;
}


/* End Structure */





/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	background: #f8f8f8;
	}
.commentlist .odd {background: white;}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */














* {margin: 0; padding: 0;}
body {
	background: #f6edd6;
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: .8em;
	color: #333;
}
a {color: #8f7900; text-decoration: none; cursor: pointer;}
a:hover {text-decoration: underline;}
img, img a, img a:hover {border: 0;}
ul, ol, li {list-style: none; list-style-position: outside;}

h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {font-size: 20px; margin: 0 0 4px 0; padding: 0;}
h2 {font-size: 18px; margin: 0 0 4px 0; padding: 0;}
h4 {font-size: 16px; margin: 0 0 4px 0; padding: 0;}
h5 {font-size: 16px; margin: 0 0 4px 0; padding: 0;}

hr {border: 1px solid #d5d9da; clear: both;}

h3 {font-size: 14px; font-weight: bold; margin: 0 0 8px 0;}

h2 span.title {display: inline;}
h2 span.link a {font-size: 12px; color: #515151; padding: 0 0 0 5px;}

h2.recently_solved {
	border-bottom: 1px solid #d4c993;
	margin: 0 0 0 10px;
	width: 582px;
}
h2.help_solve {
	margin: 20px 0 0 0;
}

hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 1em 0;
}

ul.general_list {margin: 0; padding: 0 0 0 10px; list-style: none;}
ul.general_list li {margin: 0 0 8px 0; padding: 0 0 0 12px; background: url(http://www.dustyfoto.com/images/list_bullet.png) 0 center no-repeat;}

#mainSideBar ul, #mainSideBar ul li {
	margin: 10px 0 0 0;
}

#mainSideBar ul ul, #mainSideBar ul ul ul,
#mainSideBar ul ul li, #mainSideBar ul ul li ul li {
	margin: 5px 0 0 0;
}

p {line-height: 1.4em; margin: 0 0 10px 0;}


/*Validation error fields*/
#errorExplanation {
	border: 2px solid #aa0000;
	background: #ffdddd;
	margin: 10px 0;
}
#errorExplanation h2 {
	background: #ff0000;
	color: white;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 18px;
}
#errorExplanation p {
	padding: 10px;
	margin: 0;
	color: #303536;
}
#errorExplanation ul {
	margin: 10px 0 10px 0px;
	padding: 0 0 0 30px;
	color: #303536;
}
#errorExplanation ul li {
	margin: 5px 0;
	padding: 0;
}
.fieldWithErrors {background: #ffdddd;}
.formBoxInner .project_type div.fieldWithErrors {display: inline; padding: 3px 0 0 0;}



/*Flashes*/
#notice, .notice, .short_notice, .information_notice, .text_notice, .remainder_notice {
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	border: 1px solid #00ff00;
	background: #ddffdd;
	margin: 10px 0;
}
.short_notice {background-image: none; background-color: #f4f6f6; border: 0; border-bottom: 1px solid #ccc; text-align: center;}
.information_notice {background-image: none; background-color: #f4f6f6; border: 0; border-bottom: 1px solid #ccc; padding: 6px; text-align: center; margin: 4px 0;}
.about_notice {background-image: none; background-color: #f4f6f6; border: 0; border-bottom: 1px solid #ccc; padding: 6px; text-align: left; margin: 10px 0;}
.text_notice {border: 0; border-bottom: 1px solid #ccc; padding: 10px 10px 10px 30px; text-align: left; font-size: 13px;}
.remainder_notice {background-image: none; background-color: white; border: 0; border-bottom: 1px solid #ccc; padding: 6px; text-align: center; margin: 4px 0; font-size: 16px;}

#zoomInstructions {
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	border: 1px solid #00ff00;
	background: #ddffdd;
	margin: 18px 0 10px 0;
}


#ajax_notice{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	border: 4px solid #00ff00;
	background: #ddffdd;
	margin: 10px 0;
}
#error, .error {
	padding: 10px 10px 10px 30px;
	font-size: 12px;
	border: 1px solid #ff0000;
	background: #ffdddd url(http://www.dustyfoto.com/images/error_icon.png) 10px 10px no-repeat;
	margin: 10px 0;
}

#loader {background: #303536; text-align: center; padding: 30px; border: 4px solid #d5d9da; color: #d5d9da; font-weight: bold;}
#loader span {display: block; margin-top: 6px;}



/*Structure*/
#page {
	background: white url(http://www.dustyfoto.com/images/head_bg.png) 0 0 repeat-x;
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #917c03;
}
#container {
	width: 990px;
	margin: 10px auto;
	overflow: hidden;
	height: 100%;
}
#header {
	width: 990px;
	margin: 0 auto;
	height: 106px;
	overflow: hidden;
}

#headerTop {
	height: 62px;
	overflow: hidden;
}
#headerBottom {
	height: 44px;
	overflow: hidden;
}




/*Add avatar*/
.addAvatarBoxForm {
	float: right;
	display: inline;
	width: 438px;
	padding: 0;
	margin: 0;
}
.addAvatarBox {
	float: right;
	display: inline;
	width: 400px;
	padding: 18px;
	margin: 0px 0 10px 0;
	overflow: hidden;
	height: 100%;
	background: #f9f2e3;
	border: 1px solid #e3ddbe;
}
.addAvatarBox .avatarLoad {
	padding: 6px 0 0 0;
	clear: both;
	text-align: center;
}
.upload_button_align {
	margin: 10px 0 0 0;
	text-align: center;
}


/*Image and notes*/
.imagePageArea {
	width: 617px;
	float: left;
	display: inline;
	padding: 0 20px;
	background: url(http://www.dustyfoto.com/images/main_bg.png) 0 26px repeat-x;
}

#photoContainer {
	margin: 0 auto 10px auto;
}
.imageNotes {
	margin: 0 0 10px 0;
}
.imageNotes p.details_tag {
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
.imageNotes p.details_tag span {
	border-bottom: 1px solid #d4cc9d;
}

#noteControls {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 5px 0;
}

#imageZoomControls {
	text-align: center;
	background: url(http://www.dustyfoto.com/images/zoom_controls_bg.png) 0 0 repeat-x;
	padding: 3px 0 6px 0;
}


ul#breadCrumbs {
	text-align: left;
}
ul#breadCrumbs li {
	display: inline;
}
ul#breadCrumbs li a {
	color: #515151;
	text-decoration: underline;
	font-weight: bold;
}
ul#breadCrumbs li a:hover {text-decoration: none;}




/*Photo thumbs*/
ul li span.solver, ul li span.title, ul li span.comments, ul li span.status {
	display: block;
	margin: 2px 0;
	font-size: 11px;
}
ul li span.solver {
	background: url(http://www.dustyfoto.com/images/ico_check.png) 0 1px no-repeat;
	padding: 0 0 0 16px;
	display: inline;
}


/*Categories sidebar*/
#categorySideBar {
	width: 153px;
	float: left;
	display: inline;
}
#categorySideBar ul.categories {
	padding: 10px 0 0 8px;
	background: url(http://www.dustyfoto.com/images/categories_sidebar.png) 0 0 no-repeat;
}
#categorySideBar ul.categories li {
	margin: 0 0 6px 0;
}
#categorySideBar ul.categories li a {
	margin: 0 0 6px 0;
	color: #060606
}
#categorySideBar h2 {
	margin: 0 0 5px 0;
}



/*Photo details sidebar*/
#photoDetailsSideBar {
	float: right;
	display: inline;
	width: 164px;
	padding: 0 8px 30px 8px;
	background: url(http://www.dustyfoto.com/images/sidebar_bg.jpg) 0 26px no-repeat;
}
#photoDetailsSideBar .photoDetails {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
}
#photoDetailsSideBar .photoDetails span {display: block; margin: 0 0 5px 0;}


/*Comments and solutions*/
.comment {
	padding: 5px;
	overflow: hidden;
	height: 100%;
	margin: 0 0 10px 0;
}
.comment .thumbnail {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
.comment .comment_data {
	float: left;
	display: inline;
	width: 530px;
}
.comment .comment_inner {
	float: left;
	display: inline;
	width: 460px;
}

.comment .comment_info {
	margin: 0 0 5px 0;
	color: #505050;
	width: 460px;
}
.comment .comment_info strong a {
	color: #505050;
}
.comment .comment_info span.date {color: #6f6e6e;}
.comment .comment_post {
	color: #505050;
}
.comment .comment_info span.solved_count {color: #5d3d19; border-bottom: 1px solid #c9b79f; font-size: 11px; margin: 0 5px;}
.comment_solution {
	background: #fff5b7 url(http://www.dustyfoto.com/images/ico_solution.png) 98% center no-repeat;
}
.comment_post {
	width: 460px;
}
.comment_possible_solution {
	float: right;
	display: inline;
	width: 58px;
	height: 39px;
}


.image_solution_by {
	border: 1px solid red;
	overflow: hidden;
	height: 100%;
	margin: 10px 0;
}


/*Messages*/
#messageCenter {overflow: hidden;}
#messageContent {width: 780px; float: right; display: inline;}
#messagesSideBar {width: 170px; float: left; display: inline;}

#messagesSideBar h3 {
	margin: 6px 0 5px 0;
}

ul#messages {
	list-style: none;
	margin: 14px 0 0 0;
	padding: 0;
}
ul#messages li {overflow: hidden; height: 100%;}
ul#messages li div.messageBox {
	background: #f4f6f6;
	float: left;
	display: inline;
	border: 1px solid #ccc;
	padding: 7px;
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 610px;
	height: 100%;
}
ul#messages li div.messageBox:hover {border: 1px solid #cbe7ec;}

ul#messagesHeader {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul#messagesHeader li {
	display: inline;
	margin: 0 15px;
}

ul#messages li div.messageBox div.date {
	width: 49px;
	height: 55px;
	text-align: center;
	float: left;
	display: inline;
}
ul#messages li div.messageBox div.date span.day {
	color: #303536;
	font-size: 30px;
}
ul#messages li div.messageBox div.date span.month {
	color: #6a7f83;
	font-size: 11px;
	text-transform: uppercase;
}
ul#messages li div.messageBox div.messageData, ul#messages li div.messageBox div.messageShowData {
	float: right;
	display: inline;
	width: 540px; 
}
ul#messages li div.messageBox div.messageShowData p.sent_by {margin: 5px 0; font-size: 16px;}
ul#messages li div.messageBox div.messageData p, ul#messages li div.messageBox div.messageShowData p {padding: 0; margin: 0;}

ul#messages li a.message_delete {
	float: left;
	display: inline;
	height: 14px;
	width: 14px;
	border: 2px solid #ffdddd;
	background: url(http://www.dustyfoto.com/images/ico_delete.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
ul#messages li a.message_delete:hover {border: 2px solid #ff0000;}


/*Message panel*/
li.messagesPanel ul#messages div.messageBox {width: 780px; background: white;} 
li.messagesPanel ul#messages div.messageBox div.messageData {width: 720px;}

ul#messages li div.unreadMessage, li.messagesPanel ul#messages div.unreadMessage {background: white url(http://www.dustyfoto.com/images/tag_unread.png) 99% 10% no-repeat;}
ul#messages li div.unreadMessage .subject, li.messagesPanel ul#messages div.unreadMessage .subject {font-weight: bold;}

/*Messages sidebar*/
#messagesSideBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#messagesSideBar ul li {
	display: block;
	margin: 5px 0;
	font-size: 1px;
}
#messagesSideBar ul li span {font-size: 14px;}
#messagesSideBar ul li a {
	padding: 3px 6px;
	margin: 0;
	background: #faf5e8;
	display: block;
	border: 1px solid #e3ddbe;
	font-size: 13px;
}
#messagesSideBar ul li a:hover {}

#messagesSideBar ul li#selected a {background: #e3ddbe;}

#messagesSideBar .messagesButton {
	padding: 10px;
	background: #f6edd7;
	text-align: center;
	border: 1px solid #e3ddbe;
}

/*Front page*/
.front_page_carousel {
	background: url(http://www.dustyfoto.com/images/front_page_bg.jpg) 0 0 repeat-x;
	overflow: hidden;
}



/*Gallery*/
#gallerySort {
	margin: 35px 0 15px 0;
	text-align: center;
}
#gallerySort span.item {
	margin: 0 10px;
	font-size: 14px;
}
#gallerySort span.selected {
	font-weight: bold;
	font-style: italic;
}



/*Main page categories*/
ul.main_page_categories, ul.main_page_categories2 {
	overflow: hidden;
	height: 100%;
	padding: 15px 20px;
	clear: both;
}
ul.main_page_categories li {
	float: left;
	display: inline;
	width: 150px;
	margin: 0 0 5px 0;
}
ul.main_page_categories2 li {
	margin: 0 0 5px 0;
}
ul.main_page_categories li a {
	color: #060606;
}

.main_category_buttons {
	margin: 6px 0 0 0;
	overflow: hidden;
	background: url(http://www.dustyfoto.com/images/main_categories_bg.png) 0 28px repeat-x;
}
.main_category_buttons span a, .main_category_buttons span.selected a {
	background: #fafafa;
	border-top: 1px solid #e3dec5;
	border-right: 1px solid #e3dec5;
	border-left: 1px solid #e3dec5;
	padding: 6px 18px 0 18px;
	font-size: 14px;
	height: 21px;
	color: #515151;
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	font-family: Times, "Times New Roman", serif;
}
.main_category_buttons span.selected a {
	background: #f6ecd6;
	border-top: 1px solid #e3dec5;
	border-right: 1px solid #f6ecd6;
	border-left: 1px solid #f6ecd6;
	font-weight: bold;
	height: 23px;
}


#mainContent {
	width: 738px;
	float: left;
	display: inline;
	padding: 0 0 10px 0;
}

/*Main sidebar*/
#mainSideBar {
	background: url(http://www.dustyfoto.com/images/main_sidebar_bg.jpg) 0 0 no-repeat;
	width: 222px;
	float: right;
	display: inline;
	height: auto;
	padding: 10px;
}
#mainSideBar h4 {
	border-bottom: 1px solid #e1dab7;
	margin: 20px 0 20px 0;
}
p.sign_up_button {text-align: center;}


ul.top_detectives {
	
}
ul.top_detectives li {
	margin: 0 0 5px 0;
	overflow: hidden;
	height: 100%;
}
ul.top_detectives li span.tiny_thumbnail {
	margin: 0 5px 0 0;
	display: block;
	float: left;
	display: inline;
	overflow: hidden;
}
ul.top_detectives li p.details {
	float: left;
	display: inline;
	width: 175px;
}
ul.top_detectives li p.details span.username {
	font-size: 14px;
	display: block;
}
ul.top_detectives li p.details span.username a {
	color: #060606;
}
ul.top_detectives li p.details span.solved {
	font-size: 11px;
	display: block;
}

p.more_detectives_link {
	text-align: right;
	margin: 15px 0 90px 0;
}
p.more_detectives_link a {
	color: #060606;
}




/*Admin*/
ul.member_list {
	float: left;
	display: inline;
}
ul.member_list li {
	margin: 0 0 5px 0;
	overflow: hidden;
	height: 100%;
	background: #faf5e8;
	border: 1px solid #e3ddbe;
	padding: 5px;
	width: 700px;
}
ul.member_list li span.thumbnail {
	margin: 0 5px 0 0;
	display: block;
	float: left;
	display: inline;
	overflow: hidden;
}
ul.member_list li p.details {
	float: left;
	display: inline;
	width: 275px;
}
ul.member_list li p.meta_info {
	float: left;
	display: inline;
	width: 275px;
}
ul.member_list li p.details span.username, ul.member_list li p.meta_info span.username {
	font-size: 14px;
	display: block;
}
ul.member_list li p.details span.username a, ul.member_list li p.meta_info span.username a {
	color: #060606;
}
ul.member_list li p.details span.solved, ul.member_list li p.meta_info span.solved {
	font-size: 11px;
	display: block;
}
ul.member_list li div.options {
	float: right;
	display: inline;
}
ul.member_list li div.options a.delete {color: red;}




/*Footer*/
#footer {
	border-top: 2px solid white;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
}
#footer p p {
	margin: 0;
	padding: 2px 0;
}

#footer ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
#footer ul li {
	text-align: center;
	margin: 0 15px 0 0;
}
#footer ul li.copy_info {
	display: inline;
	margin: 0;
}





/*Main menu*/
ul#menu {
	clear: both;
	margin: 19px 0 0 0;
}
ul#menu li {
	float: left;
	display: inline;
	background: url(http://www.dustyfoto.com/images/tab_left.png) no-repeat left top;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #c2ae8e;
}
ul#menu li a {
	float: left;
  display: block;
	background: url(http://www.dustyfoto.com/images/tab_right.png) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
ul#menu li a:hover {color: #333;}

ul#menu .home, ul#menu .gallery, ul#menu .forum, ul#menu .blog {
	background-position: 0 -50px;
	border-width: 0;
}
ul#menu .home a, ul#menu .gallery a, ul#menu .forum a, ul#menu .blog a {
	background-position:100% -50px;
	padding-bottom: 5px;
	color: #333;
}
ul#menu li:hover, ul#menu li:hover a {
	background-position: 0% -50px;
	color: #333;
}
ul#menu li:hover a {background-position: 100% -50px;}

ul#menu li#selected_tab a {background-position: 100% -50px;}
ul#menu li#selected_tab {background-position: 0 -50px; border-bottom: 1px solid white;}

ul#menu li#upload_photos {float: right; display: inline; margin: 0 100px 0 0;}


#tagline {
	float: left;
	display: inline;
	width: 420px;
	margin: 18px 0 0 30px;
	text-align: center;
}
#tagline span.tag {
	color: #515151;
	font-size: 20px;
	font-family: Times, "Times New Roman", serif;
	display: block;
	margin: 0 0 6px 0;
}
#tagline span.stats {}


ul#meta_menu {
	float: right;
	display: inline;
	margin: 20px 0 0 0;
	text-align: right;
	width: 360px;
}
ul#meta_menu li {
	display: inline;
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	border-right: 1px solid black;
}
ul#meta_menu li.last_li {border: 0; padding: 0;}

ul#meta_menu li a {color: black;}



/*Paginator*/
.pagination {overflow: hidden; height: 100%;}
.pagination_bottom {overflow: hidden; height: 100%; clear: both; margin: 6px 0;}
.paginator {
	padding: 5px 0;
	margin: 0 1px;
	display: block;
	overflow: hidden;
	height: 100%;
}
.paginator_tag {
	padding: 5px 0;
	float: left;
	display: inline;
}
.paginator a {
	border: 1px solid #d1d1d1;
	padding: 2px 6px;
	margin: 0 1px;
	float: left;
	display: inline;
}
.paginator a:hover {background: #ececec;}
.paginator span.empty, .paginator span.current, .paginator span.disabled {
	border: 1px solid #d1d1d1;
	padding: 2px 6px;
	margin: 0 1px;
	color: #c1c1c1;
	float: left;
	display: inline;
}
.paginator span.gap {
	padding: 2px 6px;
	margin: 0 1px;
	color: #aaa;
	float: left;
	display: inline;
}

.center_pagination {
	width: 216px;
	margin: 0 auto;
}


/*Tags*/
ul.tag_cloud {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tag_cloud li {padding: 0; margin: 2px 0; font-size: 14px;}
.tag1 {color: #354c51; font-weight: bold;}
.tag2 {color: #455c61; font-weight: bold;}
.tag3 {color: #566c71;}
.tag4 {color: #6b8084;}
.tag5 {color: #7d8e92;}
.tag6 {color: #909ea1;}
.tag7 {color: #a3afb1;}
.tag8 {color: #b4bdbf;}
.tag9 {color: #c8cecf;}
ul.tag_cloud li .count {color: #61777c;}

ul.big_tag_cloud {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.big_tag_cloud li {
	padding: 0;
	margin: 2px 8px;
	font-size: 18px;
	float: left;
	display: inline;
	white-space: nowrap;
}



/*User area*/
ul#userLinks {
	margin: 0 0 20px 0;
}
ul#userLinks li {
	display: inline;
	margin: 0 20px 0 0;
}
ul#userLinks li.home {background: url(http://www.dustyfoto.com/images/ico_home.png) 0 1px no-repeat; padding: 0 0 0 20px;}
ul#userLinks li.messages {background: url(http://www.dustyfoto.com/images/ico_email.png) 0 1px no-repeat; padding: 0 0 0 20px;}
ul#userLinks li.admin {background: url(http://www.dustyfoto.com/images/ico_admin.png) 0 1px no-repeat; padding: 0 0 0 20px;}
ul#userLinks li.profile {background: url(http://www.dustyfoto.com/images/ico_profile.png) 0 0px no-repeat; padding: 0 0 0 20px;}
ul#userLinks li.edit_profile {background: url(http://www.dustyfoto.com/images/ico_user_edit.png) 0 0px no-repeat; padding: 0 0 0 20px;}
ul#userLinks li.account {background: url(http://www.dustyfoto.com/images/ico_account_edit.png) 0 0px no-repeat; padding: 0 0 0 20px;}


form.user_edit_form {
	float: left;
	display: inline;
	width: 540px;
}

.mainControls {
	margin: 0 0 10px 0;
}

form#album_create_form {margin: 0 0 10px 0;}

#albumControls {
	text-align: right;
	float: right;
	display: inline;
	width: 230px;
}
#albumInfo {
	float: left;
	display: inline;
	width: 460px;
}


.editable_text {background: url(http://www.dustyfoto.com/images/ico_edit.png) right center no-repeat; padding: 0 20px 0 0;}


.userImageView {
	width: 700px;
	float: left;
	display: inline;
	background: url(http://www.dustyfoto.com/images/front_page_bg.jpg) 0 0 no-repeat;
	padding: 10px;
}

#imageOptionsArea {
	width: 250px;
	float: right;
	display: inline;
	background: url(http://www.dustyfoto.com/images/front_page_bg.jpg) 0 0 no-repeat;
	padding: 10px 10px 200px 10px;
}

#imageOptionsArea .public_image {
	padding: 10px;
	background: #fff;
	text-align: center;
	margin: 10px 0 0 0;
	border: 1px solid #e3ddbe;
}


ul#userNotices {
	
}
ul#userNotices li {
	margin: 0 0 5px 0;
}
ul#userNotices li.separator {
	margin: 10px 0 5px 0;
	font-weight: bold;
}



/*Profile*/
.profileSideBar {
	width: 240px;
	float: left;
	display: inline;
}
.profilePageArea {
	width: 700px;
	float: right;
	display: inline;
	background: url(http://www.dustyfoto.com/images/front_page_bg.jpg) 0 0 no-repeat;
	padding: 10px;
}

.profileSideBar .add_moderator {
	margin: 10px 0;
	overflow: hidden;
	height: 100%;
}
.profileSideBar .add_moderator label {
	margin: 0 0 2px 0;
	display: block;
}
.profileSideBar .add_moderator p {
	margin: 5px 0 0 0;
	display: block;
}


.activity_box {
	background: white;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 6px;
	margin: 4px 10px 4px 0;
	width: 333px;
	float: left;
	display: inline;
}
.activity_box_last {
	margin: 4px 0;
}


/*Friends*/
.friendsWrap {
	margin: 10px 0;
}
.friendsWrap ul.friendlist {
	overflow: hidden;
	height: 100%;
}
.friendsWrap ul.friendlist li {
	float: left;
	display: inline;
	margin: 0 5px 5px 0;
}

.deleteFriend a {color: red;}

.allFriendsWrap {
	width: 500px;
}



/*Registration and login forms*/
#registerArea {
	
}
#loginArea .form_row, #registerArea .form_row {
	margin: 0 0 5px 0;
	overflow: hidden;
	height: 100%;
}
#loginArea label, #registerArea label {
	width: 9em;
	float: left;
	display: inline;
}
label#remember_tag {float: none;}


/*General forms*/
.form_row {
	margin: 0 0 8px 0;
	overflow: hidden;
	height: 100%;
}
.form_row label {
	width: 9em;
	float: left;
	display: inline;
}

textarea.text_area, textarea.large_text_area {
	width: 400px;
	height: 150px;
	font-family: Arial;
	padding: 3px;
	color: #555;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
textarea.large_text_area {height: 300px;}
input.text_box, input.text_box2, input.text_box_long2, input.text_box_long,
input.text_box_search {
	width: 175px;
	font-family: Arial;
	padding: 3px;
	color: #555;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
input.text_box_long2, input.text_box_long {width: 250px;}
input.text_box_search {width: 162px;}


fieldset {
	border: 0;
}
/*Autocomplete*/
div.auto_complete {
	width: 350px;
	background: #fff;
}
div.auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
div.auto_complete ul li {
	margin: 0;
	padding: 3px;
}
div.auto_complete ul li.selected {
	background-color: #ffb;
}
div.auto_complete ul strong.highlight {
	color: #800; 
	margin: 0;
	padding: 0;
}

div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
	  z-index: 100;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected {background-color: #ffb; font-weight: bold;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:4px;
      height:32px;
      cursor:pointer;
    }




/*Text*/
.hilite {color: #ae4646;}
.hilite2 {color: #07a1bf;}
.hilite3 {color: #d1912d;}
.hilite4 {color: #d1912d;}
.hilite5 {color: #a28b65;}


/*Extras*/
.fl {float: left; display: inline;}
.fr {float: right; display: inline;}
.clearfix {clear: both;}


/*Link button sizes and positioning*/

a.tags_link_yellow {background: url(http://www.dustyfoto.com/images/ico_tag_yellow.png) left 2px no-repeat; padding: 2px 0 3px 20px;}
a.tags_link_blue {background: url(http://www.dustyfoto.com/images/ico_tag_blue.png) left 2px no-repeat; padding: 2px 0 3px 20px;}
a.tags_link_green {background: url(http://www.dustyfoto.com/images/ico_tag_green.png) left 2px no-repeat; padding: 2px 0 3px 20px;}
a.tags_link_red {background: url(http://www.dustyfoto.com/images/ico_tag_red.png) left 2px no-repeat; padding: 2px 0 3px 20px;}

a.add_note {background: url(http://www.dustyfoto.com/images/ico_add_note.png) 0 0 no-repeat; padding: 0px 0 3px 18px;}
a.toggle_notes {background: url(http://www.dustyfoto.com/images/ico_note.png) 0 0 no-repeat; padding: 0px 0 3px 16px; margin: 0 10px 0 0;}

a.zoom_link {background: url(http://www.dustyfoto.com/images/ico_loupe.png) 0 0 no-repeat; padding: 1px 0 2px 20px; margin: 0 10px 0 0;}
a.enlarge_link {background: url(http://www.dustyfoto.com/images/ico_enlarge.png) 0 0 no-repeat; padding: 1px 0 2px 20px; margin: 0 0 0 0;}

.remove_item {background: url(http://www.dustyfoto.com/images/ico_delete.png) 0 0 no-repeat; padding: 0 0 0 18px;}
.add_item {background: url(http://www.dustyfoto.com/images/ico_add.png) 0 0 no-repeat; padding: 0 0 0 18px; margin: 0 10px 0 0;}

.image_delete {background: url(http://www.dustyfoto.com/images/ico_image_delete.png) 0 0 no-repeat; padding: 0 0 0 18px;}

.message {background: url(http://www.dustyfoto.com/images/ico_email.png) 0 0 no-repeat; padding: 0 0 0 18px;}

a.add_image {background: url(http://www.dustyfoto.com/images/ico_add_image.png) 0 0 no-repeat; padding: 0 0 0 18px;}
a.add_bold {background: url(http://www.dustyfoto.com/images/ico_add_bold.png) 0 2px no-repeat; padding: 0 0 0 13px; margin: 0 10px 0 0;}
a.add_link {background: url(http://www.dustyfoto.com/images/ico_add_link.png) 0 2px no-repeat; padding: 0 0 0 18px; margin: 0 10px 0 0;}
a.add_quote {background: url(http://www.dustyfoto.com/images/ico_book.png) 0 0 no-repeat; padding: 0 0 0 18px; margin: 0 10px 0 0;}

/*Images*/
.logo {
	margin: 3px 0 0 0;
	float: left;
	display: inline;
}
.live_search_indicator {position: absolute; margin: -34px 0 0 590px; display: table; z-index: 2;}
a.draggable img {cursor: move;}

.auto_complete_indicator {position: absolute; margin: -2px 0 0 7px;}


/*Ad manager*/
.showAdDetails {
	width: 362px;
	padding: 10px;
	margin: 0 5px 10px 5px;
	border: 4px solid #ececec;
	float: left;
	display: inline;
	overflow: hidden;
	height: 100%;
}

.showAdDetails .sort_tag {
	position: absolute;
	margin: -10px 0 0 345px;
	z-index: 2;
	display: block;
	text-align: center;
	background: #ececec;
	padding: 1px 7px;
	font-size: 20px;
	font-weight: bold;
}

.footAd {width: 728px; height: 90px; margin: 16px auto 16px auto;}
.rightAdLong {width: 120px; height: 600px; float: right; margin: 0; overflow: hidden; display: inline;}
.rightAdTiny {width: 120px; height: 60px; float: right; display: inline; margin: 0 0 10px 0; overflow: hidden;}
.boxAd {width: 300px; height: 250px; float: right; display: inline; overflow: hidden; margin: 0 0 20px 0;}
.favicons {
	width: 288px;
	margin: 10px auto 0 auto;
	background: url(http://www.dustyfoto.com/images/ads/favicon/bg.png) 1px 1px no-repeat;
	border: 4px solid #ececec;
	height: 100%;
	overflow: hidden;
}

.favicons a {
	width: 16px;
	height: 16px;
	background: #303930;
	margin: 1px;
	float: left;
	display: inline;
}

.linkOrCode {
	border: 4px solid #ccc;
	background: #ececec;
	padding: 10px;
}

.manageBoxAd {text-align: center;}
.manageBoxAd img {border: 4px solid #ececec;}


.sidebar_ad {
	text-align: center;
	margin: 40px 0;
}
