/*
Theme Name: San Francisco
Theme URI: http://fasturtle.com
Description: FastSite by Fasturtle
Version: 1.0
Author: Fasturtle
Author URI: http://fasturtle.com
Template: ft-framework
*/

/**
 * @section reset
 * @see Eric Meyer's CSS Reset, http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
* @section html5 
*/
header, footer, section, article, aside, nav, #blog_sidebar {
	display: block;
}

/**
 * @section typography
 * @see Blueprint CSS, http://blueprintcss.org
 */

html {
	background:#bbb url(img/grid-trans.png) repeat 0 0;
	font-size:100.01%;
}

body {
	background: url(img/pagebg3.png) repeat-y top center;
	color:#333;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-size:90%;
	line-height:1.6;
}

a, a:link {
	color:#1e721e;
	text-decoration:underline;
}

a:visited {
	color: #666;
}

a:hover, a:active, a:focus {
	color:#333;
}

h1, h2, h3, h4, h5, h6,
table thead, table th, .omsc-toggle-title {
	color: #1e721e;
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-weight:normal;
	font-style: normal;
	font-variant: small-caps;
}

h1.archive {
 	color: #999;
    font-size: 2.4em;
    margin-bottom: 10px;
    padding: 10px 30px 0;
}

.omsc-toggle-title {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	margin-bottom: 0.5em;
}

h1 {
	font-size:3em;
}

h2 {
	font-size:2.4em;
}

h3 {
	font-size:1.8em;
}

h4 {
	font-size:1.4em;
}

#main > section > article section ul, 
#main > section > article section ol, 
#main > section > article section h1, 
#main > section > article section h2, 
#main > section > article section h3, 
#main > section > article section h4, 
#main > section > article section h5, 
#main > section > article section h6 {
    text-align: left !important;
}

blockquote {
	color:#1e721e;
	font-style:italic;
	font-size: 110%;
	margin:1em;
}

cite {
	color:#0D3173;
	font-size: 85%;
	line-height: 1.4;
	display: block;
	font-style: normal;
	margin-top: 10px;
}

em, dfn {
	font-style:italic;
}

sup, sub {
	line-height:0;
}

abbr, acronym {
	border-bottom:1px dotted #666666;
}

address {
	font-style:italic;
	margin:0 0 1.5em;
}

del {
	color:#666666;
}

pre {
	font-family:Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	font-size:1em;
	line-height:1.5;
	margin:1.5em 0;
	white-space:pre;
}

ul, ol {
	margin:0 1.5em 1.5em 0;
	padding-left:2.333em;
	list-style-position: inside;
}

li ul, li ol {
	margin:.5em 0 0.5em 2.5em;
	list-style-type: disc;
}

ul {
	list-style-type:circle;
	margin-left:1.5em;
}

ol {
	list-style-type:decimal;
	margin-left:1.5em;
}

dd {
	margin-left:1.5em;
}

p, dl, iframe {
	margin:0 0 1.5em;
}

strong, dfn, dl dt {
	font-weight:700;
}

table {
	border: none;
	margin: 0 0 1.5em 0;
}

#main > section > article section table.halves tr td {
	width: 48% !important;
}

#main > section > article section table.thirds tr td {
	width: 32% !important;
}

#main > section > article section table {
	width: 570px !important;
	border: none;
}

#main > section > article section table thead,
#main > section > article section table th {
	font-size: 1.4em;
	background: #EEEEEE;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: middle;
}

#main > section > article section table td {
	border-bottom: 1px solid #ccc;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
}

#main > section > article section li {
	border-top: 1px dotted #ccc;
	padding: 3px 0;
}

#main > section > article section li:first-child {
	border-top: none;
}


#main > section > article section ul.halves {
	overflow: auto;
	list-style: none;
	margin-left: 0;
}

#main > section > article section ul.halves li {
	float: left;
	border-top: none;
	border-bottom: 1px dotted #ccc;
	width: 47%;
}





/**
 * @section layout
 */

body > header, 
body > #banner > #nav, 
#main, 
body > footer {
	margin:0 auto;
	width:950px;
}

body > header {
	background: url(img/header-green-tools.jpg) repeat-x 2px top;
	border-bottom: 1px solid #333;
	height: 145px;
	position: relative;
	padding: 0;
	width:950px
}

#main {
	background:url(img/contentbg.png) repeat-y scroll -5px 0 #fff;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 0;
    width: 950px;
}

#main > section > article > header {	
	margin: 0 0 20px 0;
	border-bottom:1px solid #ccc;
}

#main > section > article > header h1 {
  	color: #333;
    margin: 0;
    padding: 5px 0 0;
}

#main > section {
	margin: 1em;
	float:right;
	width:630px;
}

#main article {
	padding:10px 30px 1em 30px;
	background: #fff;
	position: relative;
}

#main > section > article > section {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: justify;
}

#main nav#posts-nav {
	padding: 1em 0 0 0;	
	text-align: center;
}

#main nav#posts-nav a {
	color: #786559;
	text-decoration: none;
}

#main nav#posts-nav a:hover {
	color: #178072;
}

#main article h1 a {
	text-decoration: none;
}

#main > aside {
	float: left;
    margin: 0 0 1em 1em;
    padding: 20px 0 0;
    width: 270px;
}





/**
 * @section header
 */

body > header {
	position: relative;
	z-index: 100;
}

body > header h1#logo {
	font-size: 24px;
	color: #fff;
    margin: 0;
    padding: 0;
    width: 450px;
}

body > header h1#logo a, 
body > header h1#logo a:visited, 
body > header h1#logo a:hover {
    display: block;
    height: 145px;
	color: #fff;
    left: 0;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 450px;
    z-index: 100;
}

body > header h1#logo a img {
	border: none;
}

#banner {
	background:#1e721e;
	border-bottom: 5px solid #333;
	margin: 0 auto;
	width: 950px;	
	height: 250px;
	position: relative;
}

#rotator {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
    position:absolute;
    height:250px;
	width: 648px;
	top:0;
	right:0;
	z-index: 50;
    overflow: hidden;
}

#rotator li {
	float: left;
    height: 250px;
	display: block;
    margin: 0;
    padding: 0;
    width: 648px;
}

#rotator li#one {
	background: url(img/slide1.jpg) no-repeat 0 0;
}

#rotator li#two {
	background: url(img/slide2.jpg) no-repeat 0 0;
}

#rotator li .phrase {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 290px;
    width: 100%;
}

#rotator li .phrase h2 {
    color: #FFFFFF;
    display: block;
    font-size: 2em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.1;
    margin: 0;
    padding: 0 25px;
    text-align: left;
}

#rotator li .phrase h2 > span {
	font-style: normal;
	font-size: 125%;
}

body > header h2#tagline {
    color: #1e721e;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    text-align: right;
    top: 88px;
}

body > header h2#tagline > span {
	color: #777;
	display: block;
	font-size: 60%;
	font-family: Helvetica, Arial, sans-serif;
	font-variant: normal;
	font-style: italic;
}






/**
 * @section nav
 */

body > #banner > #nav {
    background: url(img/inner-shadow.png) repeat-x scroll 0 228px #333;
    border-right: 2px solid #FFFFFF;
    float: left;
    height: 250px;
    line-height: 1;
    overflow: auto;
    position: relative;
    width: 300px;
}

body > #banner > #nav ul {
	list-style:none;	
	margin:15px 0 0 0;
	padding:0;
 	overflow: hidden;
    white-space: nowrap;
	position: absolute;
	width: 300px;
}

body > #banner > #nav > ul > li {
	border-top: 1px solid #555;
	margin: 0;
}

body > #banner > #nav > ul > li:first-child {
	border-top: none;
}

body > #banner > #nav ul li:first-child a {
	background: none !important;
}

body > #banner > #nav ul li a, 
body > #banner > #nav ul li a:link,
body > #banner > #nav ul li a:visited {
	background: url(img/inner-shadow.png) repeat-x 0 -50px;
	color:#bbb;
	display:block;
	font-size:16px;
	margin: 0;
	padding:10px 0 10px 30px;
	text-align:left;
	text-decoration:none;
	white-space: normal;
	text-shadow: 1px 1px 0 #000;
}

body > #banner > #nav ul li.current_page_item ul li a,
body > #banner > #nav ul li ul li a:visited {
	color:#bbb;
	display:block;
	padding-left:1.5em;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
}

body > #banner > #nav ul li a:hover,
body > #banner > #nav ul li a.over,
body > #banner > #nav ul li a:active, 
body > #banner > #nav ul li.current_page_item a,
body > #banner > #nav ul li.current_page_item ul li a:hover,
body > #banner > #nav ul li ul li a:hover,
body > #banner > #nav ul li ul li.current_page_item a,
body > #banner > #nav ul li.current_page_parent a {
	background: #111;
	color:#fff;
	text-decoration:none;
}






/**
 * @section article
 */

article header h1 a, 
article header h1 a:visited {
	text-decoration:none !important;
}

article header h1 a:hover,
article header h1 a:active {
	text-decoration:none;
}

article .wp-caption-text {
	text-align: center;
	font-style: italic;
	color: #666;
	font-size: 90%;
	margin-bottom: 0;
}

article .wp-caption {
	background: #eee;
	padding: 8px;
}

article blockquote > cite {
	color: #0D3173;
	display: block;
	font-size: 90%;
	padding-top: .25em;
	text-align: right;
	font-style: normal;
}

article footer {	
	font-style: italic;
	font-size: 90%;
	color: #178072;
	border-top:1px dotted #D6CFBE;
	padding-top:5px;
	margin-top:.5em;
	clear:both;
}

article footer p {
	margin-bottom: 0;
}

article footer dl {
	float:left;
	padding:0 10px;
	width:213px;
}

article footer dl dt {
	white-space:normal;
	overflow:hidden;
}

article footer dl dt a {
	white-space:nowrap;
}

#main > section > article section ul,
#main > section > article section ol {
	margin: 0 1.5em 1.5em 1.5em;
	padding-left: 0;
	list-style-position: outside;
}




/**
 * @section aside
 */

aside h2, aside h3 {
	border-bottom: 1px solid #bbb;
	color: #333;
    font-size: 1.6em;
    font-weight: normal;
	font-style: normal;
    line-height: 1.2;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

aside > ul {
	list-style:none;
	margin:0;
	padding:0 1em;
}

#main > aside ul li {
	padding-bottom: 1em;
}

.widget {
	display: block;
}

.sidenav {
	margin:0 0 1.5em;
	padding:0 1em;	
}

.sidenav ul {
	margin:0;
}

.sidenav dl {
	margin:0 0 0 1.2em;
}

.sidenav dt {
	float:left;
	font-weight:700;
	margin-right:0;
	width:95px;
}

.sidenav dd {
	width:100px;
	margin-left:75px;
}

#main > aside #featured h3 {
	background: url(img/fade-50.png) repeat-x #fff;
	border:1px solid #ccc;
	border-top-color:#888;
	border-left-color: #888;
	color: #666;
	text-align: center;
	font-size: 1.3em;
	padding: 10px 5px;
	font-style: italic;
	text-shadow: 1px 1px 0px #fefefe;
}

#main > aside #featured h3 > span {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #1e721e;
}

#main > aside li div.menu-sister-container ul {
	list-style-type: none;
	list-style-image: none;
    text-align: center;
	padding: 0;
	margin: 0;
}

#main > aside li.contactinfo {
	text-shadow: 1px 1px 0 #fff;
}

#main > aside li.contactinfo dl {
	margin-bottom: .25em;
}

#main > aside li.contactinfo dt {
	color: #1e721e;
}

#main > aside li.contactinfo dd {
	margin-left: 0;
}

#main > aside li.button {
	background:url(img/inner-shadow.png) repeat-x scroll 0 30px transparent;
	margin-bottom: 1em;
	height: 74px;
	display: block;
}

#main > aside li a.sister-site,
#main > aside li div.menu-sister-container ul li a {
 	background: url(img/button.png) repeat-x scroll 0 0 #DDDDDD;
    border: 1px solid #AAAAAA;
	border-bottom-color: #555;
    color: #333;
	display: block;
    font-size: 1.1em;
    font-style: italic;
	line-height: 1.2;
    padding: 10px 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #FEFEFE;
	text-decoration: none;
	margin:0 auto;
}

#main > aside li a.sister-site > span {
	color: #1e721e;
	display: block;
    font-family: Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: bold;
}

#main > aside li a.sister-site:hover,
#main > aside li a.sister-site > span:hover,
#main > aside li a.sister-site span.amp:hover,
#main > aside li div.menu-sister-container ul li a:hover {
	color: #333 !important;
}

#main > aside li#text-3 {
	font-size: 1.4em;
	font-style: normal;
	color: #999;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
}

#main > aside ul li.blog-archives {
	padding: 1em 0 2em 0;
}

#main > aside ul li.blog-archives > h2 {
	padding-bottom: 0.25em;
}

#intro_text #intro_text_body h4 {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;

	margin-top: .25em;
}

#intro_text #intro_text_body ul {
	margin-left: 0;
	padding-left: 0;
}

#intro_text #intro_text_body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 15px;
}





/**
 * @section footer
 */

body > footer {	
	background: url(img/inner-shadow.png) repeat-x 0 -40px #333;
    color: #fff;
    height: 32px;
    margin-bottom: 0;
    padding: 15px 0 0;
	overflow: hidden;
}

body > footer > ul#col, body > footer > ul#col li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding:0;
}

body > footer > ul#col {
	padding: 0 0.5em;
}

body > footer > ul#col li  {
	margin: 0;
	float: left;
	margin-left: 1em;
	width: auto;
}

body > footer > ul#col li a {
	color: #fff;
	display:block;
	line-height: 1.5;
	margin-bottom: 0;
	padding:0;
	text-shadow: 1px 1px 0 #000;
}

body > footer > ul#col li a, 
body > footer > ul#col li a:visited, 
body > footer > ul#col li a:hover {
	text-decoration:none;
}

body > footer > ul li a.credit {
    background: url(img/ftlogo.png) 0 0 no-repeat;
    display:block;
	height:19px;
	overflow:hidden;
	text-indent:150%;
	white-space:nowrap;
	width:128px !important;
	margin-top: 0;
}





/**
 * @section contact form
 */

.wpcf7 {
	margin-left:0;
	margin-right:0;
	padding:12px;
}

span.wpcf7-form-control-wrap {
	position:static !important;
}

.contact-form span.wpcf7-not-valid-tip-no-ajax, 
.contact-form span.wpcf7-not-valid-tip {
    background: url(img/req-icon.png) no-repeat scroll top left transparent !important;
    border: medium none !important;
    color: #DDC181;
    display: block;
    float: left;
    font-size: 13px !important;
    height: 16px;
    left: 0 !important;
    margin-left: 0;
    overflow: hidden;
    padding: 0 0 10px 20px !important;
    position: relative !important;
    top: 2px !important;
    width: 222px;
	font-weight: bold;
}

span.captcha-660 .wpcf7-not-valid-tip,
span.captcha-660 .wpcf7-not-valid-tip-no-ajax {
	top: 6px !important;
}

img.ajax-loader {
	border: none !important;	
	background: none !important;
	padding: 0 !important;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-spam-blocked {
	background: none repeat scroll 0 0 #b90606;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	background: none repeat scroll 0 0 #127A33;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-style: italic;
}

form {
	text-align:left;
}

label {
	font-weight:bold;
	font-style: italic;
}

label .wpcf7-list-item-label {
	font-weight: normal;
}

span.req {
	color: #1e721e;
    font-weight: bold;
	font-style:italic;	
}

form div.row {
	padding: 0.4em 0;
	clear:both;
}

input, textarea {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	font-size: 1em;
}

input[type="text"], textarea {
	background: #fff;
}

textarea {
	padding: 0.5em;
}

div.submit-button {
	height:35px;
}

input[type="text"],
input[type="email"], 
.row input.field, 
.field {
	height:17px;
}

input[type="text"], 
input[type="email"],
.row input.field, 
textarea {
	border:1px solid #999;
}

select {
	width:130px;
}

.wpcf7, 
.wpcf7 input, 
.wpcf7 textarea {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
}

fieldset, p.notice { 
	background:#F4F2ED;
	margin-left:0;
	margin-right:0;
	padding:12px;
}

.wpcf7 label {
	color: #1e721e;
    font-weight: bold;
	font-style: normal;
    margin: 12px 0 0;
    text-align: left;
}

.wpcf7 input[type="submit"] {
	width: 100%;
}

input[type="text"],
input[type="email"],
.wpcf7 input[type="text"], 
.wpcf7 textarea {
	color:#000;
	font-weight:normal;
	margin:0 0 6px;
	padding:6px 6px 3px 6px;
	width: 93%;
}

.wpcf7 select {
	float:right;
	font-weight:normal;
	margin:0 0 6px;
	width:61%;
}

.wpcf7 textarea {
	height:60px;
}

input#captcha {
	margin:0;
	width:160px;
}

img#captcha-image{
	background:#666 !important;
    border: none !important;
    float: right;
    margin-top: 24px;
    padding: 3px !important;
}

p.notice {
	font-weight:bold;
}

p.notice.req {
	font-weight:normal;
}





/**
 * @section misc classes
 */

a[class*="pdf"], 
a[href$=".pdf"], 
a[href*=".pdf"], 
a.pdf {
	background:url(img/a-pdf.gif) no-repeat scroll right center transparent;
	padding:0 1.4em 0 0;
}






/**
 * @section images
 */

#main > section > article section iframe,
#main > section > article section img {
	background: #fff;
	border: 2px solid #999;
	padding: 1px;
	max-width: 562px;
}

#main > section > article section iframe.youtube-player {
	border: none;
	padding: 0px;
}

img.ajax-loader {
	border:none !important;
}

.wpcf7 img {
	border: none;
}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .5em;
	margin-bottom: .5em;
}

.alignright, img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}

.alignleft, img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}




/**
 * @section Form
 */

input[type="image"] {
	border: none !important;
}

input[type="submit"] {
	border: 1px solid #1e721e;
	background: #1e721e;

	display:inline-block;
	color:#fff;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
}

input[type="submit"]:hover {
	background:#333;
	border-color: #000;
	cursor: pointer;
	color:#ffffff;
}

input[type="submit"]:active, 
input[type="submit"]:focus {
	color:#ffffff !important;
	position:relative;
	top:1px;
}

div#wpcf7-f2-p3-o1 span.wpcf7-not-valid-tip-no-ajax,
span.wpcf7-not-valid-tip-no-ajax {
	background:url(img/req-icon.png) no-repeat;
	display:block;
	float: right;
	height:16px;
	margin-right: 5px;
	overflow:hidden;
	text-indent:150%;
	top: 12px;
	white-space:nowrap;
	width:16px;
}

.contact-form span.wpcf7-list-item {
	margin: 0;
	padding-right: 0.5em;
}