@charset "utf-8";
/*-----------------------------------------------------------------------*\
|                                                                         |
|    iDoPhotography CSS                                                   |
|    Hunted, skinned and served at Oast One by James Marett, May 2009     |
|                                                                         |
|    IMPORTANT NOTES:                                                     |
|                                                                         |
\*-----------------------------------------------------------------------*/

body {
	/*background: #fff url(../images/top_flowers.jpg) top center no-repeat;*/
	background: #ADC5E1;
	margin: 0px;
	text-align: left;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 62.5%;*/
}

#content h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#page {
	width: 900px;
	/*background: url(../images/page_background.png) repeat-y top center;*/
	/*background: #fff url(../images/top_flowers.jpg) top center no-repeat;*/
	background: #fff;
	min-height: 400px;
}

#pageinner {
	padding: 0;
	padding-bottom: 30px;
	padding-top: 50px;
	/*background: #fff;*/
	width: 800px;
	/*background: url(../images/bottom_flowers.jpg) left bottom no-repeat;*/
}
#headertitle{
	width: 800px;
	/*width: 390px;
	float: left;*/
	text-align: left;
	height: 80px;
}
#headertitle h1 {
	display: none;
}

#headerbottom {
	height: 40px;
	width: 800px;
	border-bottom: 1px solid #ADC5E1;
	/*clear: both;*/
	margin-bottom: 1px;
	background: #fff;
}

#flasharea {
	/*height: 255px;*/
	background: #fff;
}

#breadcrumbarea {
	padding-bottom: 5px;
	padding-top: 5px;
	height: 20px;
	border-bottom: 1px solid #ADC5E1;
	margin-bottom: 1px;
	font-size: 11px;
	line-height: 20px;
	width: 800px;
	color: #999;
	text-align: left;
	/*background: #fff;*/
}
#breadcrumbarea a {
	text-decoration: none;
	color: #999;
}
#breadcrumbarea a:hover {
	text-decoration: none;
	color: #666;
}

.main {
	float: left;
	width: 470px;
	padding-right: 30px;
	/*border-right: 1px solid #ADC5E1;*/
	text-align: left;
	margin-bottom: 20px;
}

.mainwide {
	width: 800px;
	text-align: left;
	margin-bottom: 20px;
}

.sidepanel {
	float: right;
	width: 270px;
	text-align: left;
	margin-bottom: 20px;
}
.sidepanel img {
	border: #ADC5E1 1px solid;
}

#content {
	font-size: 13px;
	color: #333;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
	width: 800px;
	
}
#content p {
	line-height: 20px;
	margin: 0;
	margin-top: 10px;
}
#content h2 {
	font-weight: normal;
	font-size: 36px;
	color: #ADC5E1;
	font-weight: normal;
	margin: 0px;
}
#content h3 {
	font-weight: normal;
	font-size: 20px;
	color: #ADC5E1;
	margin: 0px;
}
#content h4 {
	font-weight: normal;
	font-size: 18px;
	color: #ADC5E1;
	margin: 0px;
}
#content a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #ADC5E1;
}
#content a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ADC5E1;
}
#content h4 a {
	color: #ADC5E1;
}
#content h4 a:hover {
	color: #ADC5E1;
}
#content li {
	list-style-type: square;
	line-height: 20px;
}
#content .portfolio ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
#content .portfolio li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	list-style-type: none;
	height: 100px;
}
#content .portfolio a {
	border: none;
}
#content .portfolio a img {
	border: 1px solid #fff;
}
#content .portfolio a:hover img {
	border: 1px solid #012853;  /*#ADC5E1;*/
}
#content .feedback {
	background: #E6EDF6;
	padding: 5px;
	margin-top: 10px;
}
#content .feedback form {
	padding: 0;
	margin: 0;
}
#content .feedback .submitter {
	padding-top: 5px;
	border-top: 1px solid #fff;
	text-align: right;
}
#content .feedback input,
#content .feedback textarea,
#content .feedback select {
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

.clearer {
	height: 1px;
	clear: both;
}

#pagefooter {
	background: #fff url(../images/bottom_bit.jpg) repeat-x top center;
	width: 900px;
	padding: 15px 0;
	color: #012853;
	font-size: 12px;
	border-top: 1px solid #ADC5E1;
	/*border-bottom: 1px solid #ADC5E1;*/
}
#pagefooter p {
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
#pagefooter p a {
	color: #012853;
	text-decoration: none;
}
#pagefooter p a:hover {
	color: #012853;
	text-decoration: none;
	border-bottom: 1px dotted #012853;
}

#endpage {
	height: 40px;
	width: 800px;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
}
#endpage a {
	color: #fff;
	text-decoration: none;
}

/* -- lightbox stuff - to make the image popups work -- */

#lightbox{
	/*background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;*/
	background-color:#fff;
	padding: 2px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
