/*  
Theme Name: Foundry 09
Theme URI: http://azartfoundry.com/
Description: WordPress theme for azartfoundry.com 2009
Author: FOUNDRY digital design studio
*/

@import url("strip.css");

body {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background-color: #e2e7e9;
	background-image: url(images/BGfade.png);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #662c33;
	text-decoration: none;
}
a:visited {
	color: #662c33;
	text-decoration: none;
}
a:hover {
	color:#febb37;
}
input {
	padding:4px;
	font-size: .9em;
}
label {
	display:block;
	margin:5px 0;
}
hr {
	border-top: 5px solid #e2e7e9;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
blockquote p {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-style:italic;
	color:#666666;
	line-height:18px;
	border-left: solid 7px #f2f2f2;
	padding-left: 15px;
}
.alignleft {float: left;}
.alignright {float: right;}
small {
	color: #999;
	font-style: italic;
}
#wrapper {
	width: 900px;
	position: relative;
	z-index: 0;
	height:auto;
	background-color: #d4d4d4;
	border-right:20px solid #e2e7e9;
	border-left:20px solid #e2e7e9;
}


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


#headerFront{
	background-image: url(images/foundryFront.png);
	background-repeat: no-repeat;
	height: 332px;
	width: 900px;
	border-bottom:solid 10px #ffffff;
}
#header {
	background-repeat: no-repeat;
	height: 282px;
	width: 900px;
	border-bottom:solid 10px #ffffff;
}



/* -------------------- Nav -------------------- */


.breadcrumb {
	padding:0px 30px 15px 30px;
	text-align:right;
	color:#febb37;
	font-size:1.1em;
	text-transform: uppercase;
	font-weight: bolder;
	list-style-type: none;
}
.breadcrumb a, .breadcrumb a:visited {
	color:#662c33;
}
.breadcrumb a:hover {
	color:#febb37;
}
#clientNav {
	font-size:.5em;
	padding:0px;
	margin:0px;
	float:right;
}
#clientNav a {
	display:block;
	float:left;
}
#nav {
	background-image: url(images/frontBGtrans.png);
	background-repeat: repeat;
    font-size:1.9em;
    font-family:verdana,sans-serif;
    font-weight:bold;
    width:100%;
    font-family: "Century Gothic", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
#nav, #nav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    margin:0;
    width:100%;
    }
#nav a {
    display:block;
    color:#662c33;
    text-decoration:none;
    padding:0px 10px;
    }
#nav li {
    float:left;
    padding:0;
    }
#nav ul ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:150px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    z-index:100;
    }
#nav li li {
    width:150px;
    font-weight:bold;
    font-family:verdana,sans-serif;
    padding-bottom: 3px;
    }
#nav li li a {
    padding:4px 10px;
    width:130px;
    font-size:11px;
    color:#662c33;
    }
#nav li ul ul {
    margin:-20px 0 0 100px;
    }
#nav li li:hover {
    background-image: url(images/frontBGtrans.png);
	background-repeat: repeat;
    }
#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a {
    color:#febb37;
    }
#nav li:hover a, #nav li.sfhover a {
    color:#febb37;
    }
#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a {
    color:#662c33;
    }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
    left:-999em;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
    left:auto;
	background-image: url(images/frontBGtrans.png);
	background-repeat: repeat;
    }
#nav li:hover, #nav li.sfhover {
    }
#nav .current_page_item a {
	color:#febb37;
}
#nav .current_page_parent {
	background-image: url(images/underline.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
/* ---------------------------------------- Sidebar ---------------------------- */



#sidebar {
	width: 178px;
	text-align: right;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	float:left;
	padding:0px 20px 0px 0px;
	height: auto;
	overflow: visible;
}
div#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar li {
	list-style: none;
	padding:0px 0 20px 0px;
}
#sidebar p {
	font-size: 1em;
	margin: 0 0 1.1em 0;
}
#content h2.widgettitle {
	font-size: 2.6em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #febb37;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: right;
	line-height:.7em;
}
#sidebar li a {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #662c33;
	letter-spacing: .1em;
	text-align: left;
	text-decoration: none;
	line-height:.9em;
}
#sidebar li a:hover {
	color:#febb37;
}
#sidebar ol.cf-ol li{
	border:none;
	padding:0;
}
#sideQuote {
	font-size: 1.3em;
	margin: 0;
	padding: 5px 10px 5px 5px;
	text-transform: uppercase;
	color: #e2e7e9;
	letter-spacing: 0.1em;
	font-weight: bolder;
	text-align: right;
	text-decoration: none;
	line-height:1em;
}
#sideQuote a {
	color: #662c33;
}
#sideQuote a:hover {
	color: #febb37;
}


/* ------------------------------ Content ---------------------------- */


#content {
	padding: 15px 20px 10px 30px;
	text-align:left;
	position: relative;
	overflow: auto;
	border-left:solid 20px #ffffff;
}
.entry {
	width: 500px;
	margin: 0px 0px 30px 193px;
	padding-left:30px;
	border-left:solid 5px #e2e7e9;
}
#content.widecolumn {
	background-image: url(images/insideBGtrans.png);
	background-repeat: repeat;
	height: 100%;
}
#content.Front {
	background-image: url(images/frontBGtrans.png);
	background-repeat: repeat;
	height: 100%;
}
#content h1 {
font-size: 2.1em;
line-height: .8em;
}
#content h2 {
	text-align: left;
	font-size: 1.5em;
	line-height: 0.9em;
	color: #662c33;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: lighter;
}
h2.entry a{
	color: #662c33;
} 
#content h3 {
	margin: 0;
	font-size: 6em;
	font-weight: lighter;
	line-height: 40px;
	color: #e2e7e9;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: left;
}
#content h5 {
	text-align: left;
	font-size: 1.9em;
	line-height: 0.7em;
	color:#febb37;
	letter-spacing: 0.1em;
	padding: 20px 0px 10px 0px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: lighter;
}
.entry p {
	font-size: 1.5em;
	margin: 0 0 1.1em 0;
	line-height: 1.3em;
}
#content strong {
	color: black;
}
#content em {
	color: #000000;
}
.entry ul {
	padding-bottom: 0.6em;
	list-style-position: inside;
	list-style-image: url(images/ul_arrow.gif);
	list-style-type: none;
	padding-left: 10px;
}
.entry ol {
	list-style-type:decimal;
	padding-left: 50px;
}
.entry li {
	padding-bottom: .5em;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.5em;
	color:#333333;
}
.entry ul ul {
	padding-top: .5em;
	padding-bottom: 0;
}
#navigation {
	width: 600px;
	margin: 0px 0px 30px 193px;
	padding-left:30px;
	font-size:1.8em;
	font-weight: bolder;
	text-decoration: none;
}
#navigation .alignleft, #navigation .alignright {

}
#navigation a, #navigation a:visited {
	text-decoration: underline;
	color: #662c33;
}
#navigation a:hover {
	color: #febb37;
}
#links {
	
}
#links a {
	
}
#links a, #links a:visited {
	
}
#links a:hover {
	
}
.thumbPic {
	padding:5px 20px 10px 10px;
	vertical-align: top;
}



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



div#comment small{
	font-weight: lighter;
	font-size: 10px;
	font-style: italic;
	color: #999999;	
}
div#comment{
	margin: 0px 0;
	width:600px;
	background-color: #2f2b2c;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #e2e7e9;
	padding: 0px;
	margin: 2px 0 0 0px;
	text-align: center;
	color:#f2f2f2;
	line-height: 1.6em;
}
textarea#comment {
	width:580px;
	margin-left:20px;
}
h3#comments {
	font-size: 1.3em;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: 0.1em;
	font-weight: lighter;
	text-align: left;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}
.commentlist li {
	padding: 10px 17px 3px 7px;
	text-align:left;
	font-size:12px;
	font-weight: lighter;
	line-height:.5em;
}
.commentlist li.alt {
	background-image: url(images/frontBGtrans.png);
	background-repeat: repeat;	
}
div#comment p {
	font-weight: lighter;
	font-size: 12px;
	text-align: left;
}
.commentlist cite {
	font-weight: bold;
	text-transform: uppercase;
}
.commentlist cite a {
	color: white;
}
#commentform #submit {
	color: #febb37;
	font-weight: lighter;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: capitalize;
	letter-spacing: .1em;
	text-align: center;
	margin-top:10px;
	float:right;
	background:none;
}
form#commentform {

}




/* --------------------------- Gallery ---------------------------- */


.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}
			
			

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



#footer {
	padding:10px 0px;;
	margin:0;
	font-size: 11px;
	background-color:#e2e7e9;
	height:100px;
}
#footer p {
	text-align: right;
	color: #666;
	margin-left: 335px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color:#a3c2d7;
}
#wpLogo {
	float: left;
	margin: 0px 0px 0px 100px;
	vertical-align:top;
}