/*  
Theme Name: Standard Capital
Theme URI: http://creativeslice.com/
Description: WordPress theme for Standard Capital.
Author: Creative Slice
*/

@import url("strip.css");

body {
	font: 77% arial, sans-serif;
	text-align: center;
	color: #302618;
	background:  #302618;
}

a:link {
	color: #00b37a;
}
a:visited {
	color: #00b37a;
}
a:hover {
	color: #82d6aa;
}

input {
	padding:4px;
	font-size: .9em;
}

label {
	display:block;
	margin:5px 0;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	padding:0 20px 0 0;
	line-height:18px;
}

.alignleft {float: left;}
.alignright {text-align: right;}

small {color: #999;
font-style: italic;}

#wrapper {
 margin: 0 auto;
 width: 750px;
 position: relative;
background: white;
padding: 0 20px;
border-right: 3px solid #9d8d5e;
border-left: 3px solid #9d8d5e;
border-bottom: 3px solid #9d8d5e;
}


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


#header {
	height: 85px;
padding-top: 4px;
}

#header .logo img {
float: left;
padding-top: 20px;
}

#header .calltoday img{
padding-bottom: 28px;
float: right;
}

#header img {
        filter: alpha (opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	}
#header a:hover img{
	filter: alpha (opacity=66);
	-moz-opacity: .66;
	opacity: .66;
	-khtml-opacity: .66;
	}

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

#nav {
	font-size: 12px;
	float: right;
	text-align: right;
	width: 570px;
text-transform: uppercase;
padding-right: 2px;
}
#nav li {
	display: inline;
	padding-left: 20px;
}
#nav a, #nav a:visited {
	text-decoration:none;
color: #666;

}
#nav a:hover {color: #00b37a;}

#nav .current_page_item a {
font-weight: bold;
color: #00b37a;
}


/* ----------------- Banners ------------------- */


#banner {
	width: 750px;
	height: 250px;
	display: inline;
	float: left;
}

#bannerinterior {
	width: 750px;
	height: 150px;
	display: inline;
	float: left;
}


/* ---------------------------------------- Sidebar ---------------------------- */


#sidebar {
	float: left;
	width: 240px;
	text-align: left;
padding: 10px;
margin-top: 10px;
font-size: 11px;
}

#sidebar li {
	list-style: none;
	padding: 2px 0;
}

#sidebar p {
	font-size: 1em;
	margin: 0 30px 10px 0;
}

#sidebar em {
font-size: 10px;
color: #9d8d5e;
}

#sidebar strong {
color: #9d8d5e;
}

#stockfooter {
line-height: 2em;
color: #999;
font-size: 10px;
padding: 10px;
font-style: italic;
}


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


#content {
text-align: left;
width: 480px;
padding: 18px 2px;
float: right;
text-align:justify;
}

#content h1 {
font-size: 2.1em;
line-height: .8em;
}

#content h2 {
	font-size: 1.3em;
color: #000;
}

#content h2 a {
text-decoration:none;
font-size: .8em;
font-weight: bold;
}

#content h3 {
font-size: 1.4em;
}

#content h5 {
color: #ff6a00;
font-style: italic;
}

#content strong {
font-size: 1.1em;
}

#content p {
font-size: 1em;
margin: 0 0 1em 0;
line-height: 1.5em;
}

#content ul {
list-style:square;
margin-bottom: 1em;
}

#content ol {
list-style-type:decimal;
margin-left: 5px;
margin-bottom: 1em;
}

#content li {
margin-left: 30px;
line-height: 1.3em;
}

#content ul ul {
padding-top: .5em;
padding-bottom: 0;
}


/* ------------------------- Press --------------------- */

.sitemap li {
font-size: 16px;
list-style: none;
color: orange;
}

.sitemap ul li {
font-size: 12px;
list-style: square;
}

.sitemap ul ul li {
font-size: 10px;
}


/* ------------------------- Map --------------------- */

#contentmap {
text-align: left;
width: 750px;
}

#contentmap .locationinfo h2 {
font-size: 16px;
}

#contentmap a {
text-decoration: none;
}


/* --------------------- Timeline --------------------- */

.project_block {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
	clear: both;
}

.project_block a {
font-weight: normal;
font-size: 1.5em;
}

.project_block img {
	float: left;
	margin-right: 10px;
height: 85px;
}
.project_excerpt {
	padding: 10px 0 20px 0;
}


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

#footer {
padding: 15px 0;
margin: 20px 0;
clear: both;
font-size: 11px;
background: #302618;
}

#footertext {
text-align: center;
color: #fff;
}

#footertext a, #footertext a:visited {
padding: 0 10px;
color: #9d8d5e;
}

#cs {
clear: both;
padding: 20px 0;
float: right;
font-size: 10px;
}
#cs a, #cs a:visited {
color: #9d8d5e;
}
#cs a:hover, #footertext a:hover {
color: #fff;
}

