/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0;}


#pagesidebar {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #666; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding: 3px; border: 1px solid #CCCCCC;  border-color: #666;   }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat; color:#999;}
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 100px; width: 375px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.2em;
	line-height: 0.2;
	color: #999;
 	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
}

#clientslisting li
{
   font-size: 0.8em;
}
#maincontent h2 		{ color: #3B4A25; border-bottom: 2px dotted #AAA; margin-bottom: 15px; }
h2 a 					{ color: #3B4A25; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 30px 20px 48px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 150px;
}

#headerspacing {
    margin-top: 37px;
}
#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }

#headermenu {
padding: 8px 0 0 10px;
    background:#fff url('../images/menubar.jpg') no-repeat scroll 0 0;
	color: #666;
	width: 921px;
	height: 40px;
	text-decoration: none;
	font-size:11pt;
	margin-top: 30px;
	
}

#headermenu a {
	text-decoration: none;
color: #ccc;
font-weight: bold; 
}

#logo {
background:#fff url('../images/logo_lowercase.jpg') no-repeat scroll 0 0;
width: 312px;
height: 36px;
display:block;
}




#imagecontainer {
background:#fff url('../images/largemainwindow.jpg') no-repeat scroll 0 0;
width: 922px;
height: 620px;
overflow: hidden;

}

#gallery1 {
	background:#fff url('../images/filmandtv.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
		display:block;
}

#gallery1:hover {
    background-position:0 -135px;
}

#gallery2 {
	background:#fff url('../images/portraits.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
margin-left: -4px;
	display:block;
}


#gallery2:hover {
    background-position:0 -135px;
}



#gallery3 {
	background:#fff url('../images/events.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
	margin-left: -8px;
	display:block;
}


#gallery3:hover {
    background-position:0 -135px;
}


#gallery4 {
	background:#fff url('../images/weddings.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
	display:block;
}


#gallery4:hover {
    background-position:0 -135px;
}


#gallery5 {
	background:#fff url('../images/other.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
    margin-left: -4px;
	display:block;
}


#gallery5:hover {
    background-position:0 -135px;
}


#gallery6 {
	background:#fff url('../images/published.jpg') no-repeat scroll 0 0;
	width: 290px;
	height: 135px;
	margin-left: -8px;
	display:block;
}


#gallery6:hover {
    background-position:0 -135px;
}


#About, #Contact, #Services, #Prices, #Clients, #panel {
	background:transparent url(../images/transtile.png) repeat scroll left top;
	display:none;
	width:922px;
	z-index:5;

}


#About, #Contact, #Services, #Prices, #Clients, #panel {
	display:none;
	font-size:1.1em;
	height:367px;
	margin:0 auto;
	position:static;
	width:922px;

}


#About h2, #Contact h2, #Services h2, #Prices h2, #Clients h2 {
color: #ccc;
}

#About p, #Contact p, #Services p, #Prices p, #Clients p {
color:#999;
font-size: 1.3em;
}

#About a, #Contact a, #Services a, #Prices a, #Clients a {
color:#ddd;
}



#About p, #Contact p, #Services ul, #Prices p, #Clients p {
color:#999;
font-size: 1.3em;
}




/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0;  float: left; width: 100%; line-height: 1.5em; }

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #999; padding: 1.5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #666; color: #ddd; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #999; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#pagesidebar 		{ background: url('../images/sidebar_bg.gif') right repeat-y; /* fake bg */ }
#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.5em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: left; font-size: .9em; margin: 0; color:#666;}

#footer a 		{ text-decoration: none; color:#666;}

#developerfooter { float: right; font-size: .9em; margin-right: 30px; margin-top:-15px; color:#666;} 

#developerfooter a  { text-decoration: none; }


/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}