/*  
Theme Name: dPhoto expert theme
Theme URI: http://wordpress.org/
Description: dPhoto expert theme based on Wordpress Default
Version: 0.2
Author: Colin Burn-Murdoch
Author URI: 
*/

/* @override 
	http://devel.dphotoexpert.com/wp-content/themes/dphotoexpert/style.css
	http://www.dphotoexpert.com/wp-content/themes/dphotoexpert/style.css
*/

/* @group Structure */

#container {
	width: 899px;
	margin: 0 auto;
	padding: 4px;
	background-color: #fff;
}

#header {
	position: relatIve;
	height: 120px;

}

#top-navigation {
	background: #909090 url('images/bg_top-nav.jpg') repeat-x 0 -20px;
	height: 28px;
	margin-bottom: 3px;
}

#search {
	position: absolute;
	left: 700px;
	width: 199px;
	bottom: 10px;
}

#rss-feed {
	position: absolute;
	background: url('images/feed-icon-28x28.png') no-repeat;
	padding-left: 35px;
	line-height: 28px;
	right: 5px;
	top: 5px;
}

#main {
	padding-top: 3px;
	background: #fff;
}

#main #side-navigation {
	width: 159px;
	float: left;
	background: #dcddde;
	margin-bottom: 3px;
}

#main #content {
	width: 600px;
	margin: 0 10px;
	float: left;
	margin-bottom: 3px;
}

#main #google-ads {
	width: 120px;
	float: left;
	margin-bottom: 3px;
}

/* @end */

/* @group Basics */

body {
	background: #fff url('images/background1.jpg') repeat-x;
	margin: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #38363a;
}

p {
	line-height: 1.5em;
}

div.clear {
	clear: both;
}

h1 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 12px 0;
	padding: 0;
}

h2 {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 12px 0;
	padding: 0;
}

h3 {
	font: normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 18px 0 12px 0;
	padding: 0;
}

a {
	color: #1f92b5;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

br.clear {
	clear: left;
	height: 0;
}

img {
	border: 0;
}

/* @end */

/* @group Top Navigation */

/* @group Guts */

#top-navigation {
	float:  left;
	width: 100%;
}


#top-navigation ul li {
	float: left;
	position: relative;
}
#top-navigation ul li a {
	xdisplay: block;
	float: left;
}
#top-navigation ul li ul {
	display: none;
	position: absolute;
	top:27px;
	left: 0;
}


#top-navigation ul li:hover ul {
	display: block;
}

#top-navigation ul li.hover ul {
	display: block;
}




/* @end */

/* @group Design */

#top-navigation {
	font-size: 11px;
}
#top-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: default;
}

#top-navigation a {
	height: 27px;
	line-height: 27px;
	padding: 1px 2em 0 2em;
	border-bottom: none;
	cursor: pointer;
}

#top-navigation ul li a {
	border-right: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}

#top-navigation ul li a.active {
	background: #909090 url('images/bg_top-nav.jpg') repeat-x 0 0;
}

#top-navigation ul li:hover>a {
	background: #5ea2b8;
}

/* And for IE: */

#top-navigation ul li a:hover {
	background: #5ea2b8;
}


#top-navigation ul li ul {
	max-width: 40ex;
	margin-left: -1px;
	border: 1px solid #fff;
	background: #fff;
	opacity: 0.9;
}

#top-navigation ul li ul li a {
	border-right: none;
	text-transform: none;
	height: auto;
	line-height: 27px;
	width: 120px;
	color: #000;
}

#top-navigation ul li ul li a:hover {
	background: #5ea2b8;
	color: #fff;
}

#top-navigation ul li.darker a {
	color: #91e5ff;
	background: #909090 url('images/bg_top-nav.jpg') repeat-x 0 0;
	border-right: 1px solid #7cc4da;
}
#top-navigation ul li.darker.end a {
	border-right: 1px solid #fff;	
}
#top-navigation ul li.darker a:hover {
	background: #5ea2b8;
	color: #fff;
}

/* @end */

/* @end */

/* @group Image Spread */

#image-spread {
	height: 169px;
	background-color: #fff;
	margin-bottom: 1px;
	_margin-bottom: 0;
}

/* not sure why the above ie hack is neccessary - IE seems to 
get a bottom margin without needing one specified. */


#image-spread img {
	float: left;
	margin-right: 1px;
}

#image-spread img.last {
	margin-right: 0;
}


/* @end */

/* @group Side Navigation */

#side-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#side-navigation ul li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#side-navigation ul li a {
	display: block;
	padding: 5px 10px;
	background-color: #626162;
	color: #fff;
}

#side-navigation ul li ul li {
	border-bottom: 1px solid #626162;

}
#side-navigation ul li ul li a {
	background-color: #dcddde;
	color: #626162;
}
#side-navigation ul li ul li a.active {
	background-color: #5ea2b8;
	color: #fff;
}

#side-navigation ul li ul li a:hover {
	background-color: #5ea2b8;
	color: #fff;
}

/* @end */

/* @group Search */

#search label {
	color: #1f92b5;
	font-weight: bold;
}
#search input#s {
	border: 1px solid #a9aaaa;
	width: 164px;
	font-size: 10px;
	padding: 3px;
}
#search input#go {
	border: 1px solid #a9aaaa;
	border-left: none;
	background: #1f92b5;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	padding: 2px;
	font-weight: bold;
}


/* @end */

/* @group WordPress bits */

textarea, input, select {
	padding: 2px;
	border: 1px solid #6b8797;
	border-top-color: #626162;
	border-left-color: #626162;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
textarea#comment {
	width: 596px;
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
	
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

#footer {
	font-size: 9px;
	text-align: center;
}

/* @group bbPress */

textarea#post_content {
	width: 564px;
}

input#topic {
	width: 570px;
}

input#tags-input {
	width: 570px;
}


.admin {
	margin: 15px 0;
}


/* @end */

/* @end */


#digg {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}

.rating-container {
	float: right;
	padding-bottom: 1em;
}

.rating-container img {
	border: 0;
	margin-bottom: 3px;
}

.postmetadata {
	clear: left;
}

