@charset "UTF-8";

/* 
Stylesheet for Annie O'Carroll (http://www.annieocarroll.com)
by Shane Bzdok, BBDK, Inc. (http://www.bbdk.com)
Modifications by David Dabney, Red Rooster Creative [www.redroostercreative.com]
*/

body,
html {
    margin:0;
    padding:0;
    }

/* Navigation
--------------------------------------------------------------------------------*/
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #666;
	outline: none;
	}

a:hover {
	text-decoration: underline;
	color: #666;
	outline: none;
	}
	
.currentPage {
	color:#719500;
	font-weight:bold;
}
	
/* Containers
--------------------------------------------------------------------------------*/

div {
	behavior: url(resources/pngfix/iepngfix.htc); /* for IE png fix */
	}
	
h1 {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
	text-transform:uppercase;
	margin: 0 0 15px 0;
}

.repeatingSpacer {
	margin-bottom: 30px;
}


#header {
	width: 100%;
    height: 147px;
	background: url(../../images/ao_logo.gif) no-repeat scroll;
	background-color: #FFF;
	background-position: top center;
	position: fixed;
	z-index: 2;
	top: 0px;
    margin: auto;
    text-align: center;
	}
	
#navbar {
	width: 800px;
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #666;
	position: relative;
	top: 112px;
	margin: 0 auto;
	text-align: center;
	}

#navleft {
	width: 300px;
	text-align: left;
	float: left;
	margin-left:30px;
	}
	
#navright {
	width: 305px;
	text-align: right;
	float: right;
	}

#wrap {
	width: 100%;
    height: 3000px;
    margin: 0 auto;
	text-align: center;
    }
	
#about {
	width: 100%;
	background-image: url(../../images/swatches/wood.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
	padding: 0 0 20px;
	margin-top:175px;
	}
	
#about_shadow {
	width: 100%;
	height: 10px;
	background-image: url(../../images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}
	
#portfolio {
	width: 100%;
	background-image: url(../../images/swatches/fabric.gif);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
	padding: 0 0 20px;
	margin-top:175px;
	}
	
#portfolio_shadow {
	width: 100%;
	height: 10px;
	background-image: url(../../images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}
	
#bios {
	background-image: url(../../images/swatches/wood.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	text-align: center;
	padding: 0px 0 20px;
	margin-top:195px;
	}
	
#bios_shadow {
	width: 100%;
	height: 10px;
	background-image: url(../../images/swatches/fabric_shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}
	
#testimonials {
	background-image: url(../../images/swatches/stucco.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	text-align: center;
	padding: 0px 0 20px;
	margin-top:195px;
	}
	
#testimonials_shadow {
	width: 100%;
	height: 10px;
	background-image:url(../../images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}
	
#contact {
	width: 100%;
	padding: 0 0 20px;
	margin-top:0px;
	}
	
#contactPage {
	width: 100%;
	padding: 0 0 20px;
	margin-top:195px;
	}

#contact_shadow {
	width: 100%;
	height: 10px;
	background-image:url(../../images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}
	
#about_content {
	width: 625px;
	margin: 0 auto 0 auto;
	}

#bios_content, #testimonials_content, #contact_content, #news_content {
	width: 625px;
	margin: 0 auto 0 auto;
	}
	
#ao_slideshow {
	width: 665px;
	margin: 0 auto 0 auto;
	}
	
#flashcontent {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	}
	
#signature {
	padding: 20px 0 30px;
	}	

/* swfobject
--------------------------------------------------------------------------------*/

object {
	outline: none;
	border: none;
	border-style: none;
	}
	
#news {
	background-image: url(../../images/swatches/stucco.jpg);
	background-position: center top;
	background-repeat: repeat;
	background-attachment: scroll;
	width: 100%;
	text-align: center;
	padding: 0 0 20px;
	margin-top:200px;
}

#news_content .picFloatRight {
	border:1px #666 solid;
	float:right;
	margin:10px 0 10px 15px;
}

#news_content p {
	text-align:left;
	margin: 0 0 5px 0;
}

#news_content a {
	text-decoration:underline;
}

#news_content h2 {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	text-transform:uppercase;
	margin: 0 0 8px 0;
}

.newsDate {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.newsItem {
	margin-bottom: 30px;
}

#news_content ol li {
	list-style-position: inside;
	text-align:left;
	margin-bottom:10px;
	color: #666;
	font-size:15px;
	line-height:18px;
}
	
	
#news_shadow {
	width: 100%;
	height: 10px;
	background-image:url(../../images/shadow.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-bottom: 20px;
	}

/* Images
--------------------------------------------------------------------------------*/

img {
	border: none;
	border-style: none;
	outline: none;
/*<!--    display: block;-->*/    
	margin-left: auto;
    margin-right: auto;
    behavior: url(resources/pngfix/iepngfix.htc); /* for IE png fix */
	}
	
/* Text
--------------------------------------------------------------------------------*/

p {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 16px;
	line-height: 21px;
	color: #666;
	}
	
.quotes {
	font-style: italic;
	padding-top: 15px;
	}
	
.footer {
	font-family: Garamond, "Adobe Garamond Pro", "Adobe Garamond", Georgia, serif;
	font-size: 14px;
	color: #666;
	padding: 5px 0 10px;
	}
	
.facebook_icon {
	vertical-align: text-top;
	display: inline;
	}