/*
Theme Name: Fresh Photography
Theme URI: http://freshphotography.org/
Description: Custom Theme for Fresh Photography
Author: Jennifer Stuart - Scriptygoddess.com
*//*
main site colors:
grey: #666;
blue: #81c6cb;
dark blue (for text) : #4da5ab
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
}
/****** HEADER ******/
#header {
	width: 800px;
	margin: 0 auto;
	position: relative;

}
#header h1 a img {
border: none;
}
#header h1 {
	width: 140px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#header #cart {
position: absolute;
top: 38px;
right: 0;
font-size: 12px;
background-image:url(images/shoppingcart.gif);
background-repeat:no-repeat;
background-position:left;
width: 50px;
height: 16px;
text-align: right;
color: #666;
line-height:15px;
}
#header #cart form {
float: right;
}
#header #cart a {
color: #4da5ab;
text-decoration: none;
}
#header #cart a:hover {
color: #000;
}

#header #client {
position: absolute;
top: 5px;
right: 0;
font-size: 11px;
}
#header #client a {
color: #4da5ab;
text-decoration: none;
}
#header #client a:hover {
color: #000;
}/***** HEADER: Main nav ******/
#header #mainnav {
	margin: 0;
	padding: 38px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #666;
border-bottom: 5px #fff solid;
}
#header #mainnav a {
color: #666;
padding: 0 5px 2px 5px;
text-decoration: none;
line-height:15px;
}
#header #mainnav a:hover {
border-bottom: 5px #81c6cb solid;
}
#header #mainnav a.current {
border-bottom: 5px #666 solid;
}
/***** sub nav (has to be outside of header) ******/
#subnav {
display: block;
clear:both;
	margin: 0;
	padding: 0;
	border-top: 1px #99cccc solid;
	border-bottom: 1px #81c6cb solid;
	text-align: center;
	font-size: 12px;
background-color: #a7dc8e;
}
#subnav a, #subnav p {
color: #666;
padding: 0 5px 2px 5px;
text-decoration: none;
line-height: 23px;
}
#subnav a:hover {
border-bottom: 3px #99cccc solid; 
}

#subnav .current a, #subnav .current-cat a, #subnav .current_page_item a  {
border-bottom: 3px #666 solid;
}
#subnav p {
margin: 0;
padding-bottom: 0;
}


#subnav ul {
margin: 0;
padding: 0;
}
#subnav li {
display: inline;
}
#subnav ul li ul {
display: none;
}

/******* SLIDESHOW *******/
#slideshow {
margin: 0 auto;
padding: 10px 0 10px 0;
width: 800px;
font-size: 11px;
}
#slideshow #thumbnails, #maintext #thumbnails {
margin-top: 10px;
}
#slideshow #thumbnails img, #maintext #thumbnails img {
border: 1px solid #ddd;
padding: 4px;
}
#slideshow .nextprevious {
float: right;
}
/******* TEXT CONTENT *******/
#textcontent {
width: 800px;
margin: 0 auto;
padding: 10px 0;
}

#textcontent h1, #slideshow h1 {
font-size: 20px;
padding: 0;
margin: 0;
color: #4da5ab;
}
#textcontent p, #slideshow p {
padding-top: 0;
margin-top: 0;
line-height: 18px;
}
#textcontent a, #slideshow a {
color: #4da5ab;
text-decoration: none;
}
#textcontent a:hover, #slideshow a:hover {
color:#000;
}
#textcontent h2, #slideshow h2 {
font-size: 14px;
padding: 0;
margin: 0;
color: #4da5ab;
}

#textcontent #col1of2, #textcontent #col2of2 {
width: 230px;
float: left;
}

/******* maintext *******/
#maintext {
width: 550px;
margin-right: 50px;
float: left;
font-size: 11px;
padding: 0 0 24px 0;
}
/******* sidetext *******/
#sidetext {
float: left;
width: 200px;
font-size: 11px;
padding: 24px 0;
}
#sidetext ul {
padding: 0 0 0 15px;
margin: 3px 0 20px 0;
}
#sidetext li {
margin: 0 0 3px 0;
}
#sidetext ul ul {
padding: 0 0 0 20px;
margin: 0;
}
#sidetext blockquote {
margin: 0;
padding: 0;
font-style: italic;
line-height: 16px;
width: 197px;
/* hack: made width smaller for IE bad italic rendering */
}
#sidetext p.byline {
font-weight: bold;
margin-bottom: 10px;
}
/******* FOOTER ********/
#footer {
display: block;
clear:both;
	margin: 0;
	padding: 0;
	border-top: 1px #99cccc solid;
	text-align: center;
	font-size: 9px;
	padding: 0 0 8px 0;
}
#footer img {
border: none;
}
#footer .thumbnails {
padding-top: 10px;
}
#footer .thumbnails img {
border: 1px solid #ddd;
padding: 4px;
}
#footer a {
color: #4da5ab;
}
/******** order form styles *******/
#orderform, h2#showorderform {
border: 1px solid #DDDDDD;
padding: 5px;
margin-top: 5px;
width: 500px;
}
#orderform form {
display: block;
float: left;
width: 500px;
}
#orderform p {
padding:0;
margin:0;
}
.divider {
	padding: 0;
	margin: 10px auto;
	height: 1px;
	width: 400px;
	background-image: url('fresh/divider.gif');
	background-position:center;
	background-repeat: no-repeat;
}
#orderform .formtitle {
font-size: 14px;
font-weight: bold;
margin: 0 0 10px 0;
padding: 0;

}
#orderform:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#orderform .row {
width: 500px;
margin-bottom: 20px;
float: left;
clear: both;
}
#orderform .row .label {
width: 150px;
float: left;
font-weight: bold;
padding-right: 10px;
}
#orderform .row .label .labelnote {
font-weight: normal;
}
#orderform .row .fields {
width:250px;
float: left;
}
#orderform .row .fields .formtotal {
background-color: #fff; 
width: 75px; 
padding: 3px; 
border: 0px; 

font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#orderform .buttons {
clear: left;
display: inline;
float: left;
margin-left: 150px;
margin-bottom: 10px;
}

#orderform form .row .fields textarea {
width: 200px;
}

.purchlink a, #orderform a {
color:#000;
text-decoration: underline;
}
.purchlink a:hover, #orderform a:hover {
color: #777;
}
.bottomblockright {
width: 150px;
display: inline;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.searchform input {
float: left;
margin-right: 5px;
}
