/*
Theme Name: anne
Description: trees
Version: 1.0
Author: Russell Holt

*/



body {
	background: #ADC5FE url('sillouette-3.jpg') top left no-repeat;
	background-attachment: fixed;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}

a {
	color:#323A4B;
}
a:hover {
	color:#93ABDC;
}
h2 a {
	text-decoration:none;
}

#pagebox {
	display:block;
	width:740px;
	margin:auto;
	margin-top:50px;
}

#tablist {
	margin:0;
	display:block;
	position:fixed;
	width:100px;
	padding-top:100px;
}

* html #tablist { /*\*/position: absolute; top: expression((150 + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); left: expression((20 + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/
}




#tablist ul {
	padding-left:0;
}

#tablist li {
	list-style:none;
	padding:2px;
	margin:0;
	text-align:center;
	width:130px;
	height:39px;
/*	background-position: top center;*/
/*	background-repeat: no-repeat;*/
}

#tablist a {
	display:block;
	text-decoration:none;
	color:transparent;
	width:112px;
	height:39px;
}

#tab0 { background: url('images/tabs_00.png') top left no-repeat; }
#what { background: url('images/what.png') top left no-repeat; height:59px !important; }
#bio { background: url('images/bio.png') top left no-repeat; }
#clients { background: url('images/clients.png') top left no-repeat; }
#faq { background: url('images/faq.png') top left no-repeat; }
#blog { background: url('images/blog.png') top left no-repeat; }
#contact { background: url('images/contact.png') top left no-repeat; }

#tab0:hover {
	background: url('alt/tabs_00.png') top left no-repeat;
}
#what:hover {
	background: url('alt/what.png') top left no-repeat;
	height:59px !important;
}
#bio:hover {
	background: url('alt/bio.png') top left no-repeat;
}
#clients:hover {
	background: url('alt/clients.png') top left no-repeat;
}
#faq:hover {
	background: url('alt/faq.png') top left no-repeat;
}
#blog:hover {
	background: url('alt/blog.png') top left no-repeat;
}
#contact:hover {
	background: url('alt/contact.png') top left no-repeat;
}

.alignright {
	display:inline-block;
	float:right;
}

#content {
	background-color:white;
	width:550px;
	margin:0;
	padding:0;
/*	padding-left:10px;*/
	display:block;
	float:right;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	overflow:hidden;
}

#annetitle {
	margin-top:10px;
}

#contentext {
	width:350px;
	padding-top:10px;
}

	
#sectiontitle {
	color:#8297C2;
	display:block;
	float:right;
	width:200px;
	height:64px;
	margin:0;
	padding:0;
	padding-right:10px;
	text-align:right;
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:24px;
}


#photoquote {
	display:block;
	float:right;
	width:192px;
	height:555px;
	margin:0;
	padding:0;
	background: #B2C5FB url('photoquote2.jpg') top right no-repeat; /* #0A2173 */
/*	padding-top:250px;*/
/*	padding-top:287px;*/
	color: #494949; /*#E2EAFE;*/
}


#photoquote:hover {
	color:white;
}

#photoquote p {
	display:block;
	margin:0;
	background:url('quote-bg.jpg') repeat-x;
	padding-left:10px;
	padding-right:10px;
	font-family:Georgia,serif;
	font-size:14px; /* 16 */
	line-height:16px; /* 19 */
	font-weight:bold;
}


#photocredit {
	display:block;
	position:absolute;
	left:3px;
	bottom:18px;
	font-size:12px;
	font-family:serif;
	color:#323A4B;
}

#photocredit a {
	color:#323A4B;
}

#sitecredit {
	display:block;
/*	position:fixed;*/
	width:740px;
	clear:both;
	margin:auto;
	text-align:right;
/*	left:3px;*/
/*	bottom:3px;*/
	font-size:12px;
	font-family:serif;
	color:#323A4B;
}

#sitecredit a {
	color:#323A4B;
}


