/*
Theme Name: SCI
Theme URI: http://SperoWebDesign.com
Author: Andy Spero
Author URI: http://SperoConsulting.com/about/andy-spero
Version: 1.0
Description: a special version of our BWAMShop.com theme.
Tags: easy .Mobi conversion, focused, clean, neat
*/

/*CSS Reset*/
@import url("css/reset.css");

body { /* This is where you set many of the universal defaults */
	background-image: url('images/bg-lite.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	color: #000;
	font-family: Palatino Linotype, Georgia, Book Antiqua, Times, serif;
	font-size: 15px;
	text-align: left;
	padding:0;
	margin:0;
	line-height:1.4em;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#wrap {
	clear:both;
	width:960px;
	margin: 0 auto;
	padding:0;
}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #0031be;
	text-decoration: none;
}

a:hover, a:active { 
	color: #0031be; 
	text-decoration: underline; 
}

/*********************************************
	Universal Text Elements
*********************************************/

ol, ul, dd {
	margin: 5px 20px 8px 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 35px;
}

ul {
	list-style-type: square;
	margin-left: 25px;
}
li {
	margin-top: 9px;
	margin-left: 25px;
}


blockquote {
	margin: 5px 0px 5px 10px; 
	padding: 0px 0px 0px 10px;
	font-style: italic;
}

img { 
	border: 0px; 
	background: none; 
}

p {
	padding: 0px;
	margin: 0 0 12px;
	line-height:1.25em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

hr {
	display: block;
	clear:both;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px solid #999;
}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
}

table {
	margin-bottom:12px;
	border-collapse: collapse;
	border: none;
}



tr, td, th {
	margin:auto; 
}

td, th {
	padding:2px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#fefefe;
}

td {
	border:0px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/*********************************************
	Header Styles
*********************************************/

h1, h2, h3, h4, h5, h6, h7, h8
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a h8 a
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h7 a:link, h8 a:link,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover, h8 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, h7 a:visited, h8 a:visited,
 { /* Use this for universal styles for all header elements */
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color: #0031be;
}

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited { 
	font-size: 24px;
	color: #0031be;
}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited {
	color: #0031be;
	font-size: 22px;
}

h3, h3 a, h3 a:link, h3 a:hover, h3 a:visited {
	font-size: 20px;
	color: #0031be;
}

h4, h4 a, h4 a:link, h4 a:hover, h4 a:visited {
	font-size: 18px;
	color: #008001;
	margin-bottom: 6px;
}

h5, h5 a, h5 a:link, h5 a:hover, h5 a:visited {
	font-size: 16px;
	color: #0031be;
}

h6, h6 a, h6 a:link, h6 a:hover, h6 a:visited {
	font-size: 20px;
	color: 0031be; 
}

h7, h7 a, h7 a:link, h7 a:hover, h7 a:visited {
	font-size: 20px;
	color: #0031be; 
}

h8, h8 a, h8 a:link, h8 a:hover, h8 a:visited {
	font-size: 18px;
	font-weight: 500;
	color: #00119c;
	margin-bottom: 6px;
}

.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
	font-style: bold;
}

.post h2 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
	font-style: bold;
}

.entry h3 { /* This style used within the post content itself *
	margin-bottom:5px;
	font-style: bold;
}

.sidebar h3 { /* This style used as the sidebar widget titles  */
	padding: 0 0 7px 0;
}


.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}

h1.pagetitle { /* This style used as title on archive pages and pages */
	margin:-15px 0px 15px 0px;
	color: #2c429e;
}

h1.single-pagetitle { /* This style used as title on single posts */
	margin:-15px 0px 15px 0px;
}

#comments h3, #respond h3 { /* This style used as title in the comments section */
}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignright {
	margin: 0px 0px 8px 8px;
}

img.alignleft {
	margin: 0px 8px 8px 0px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*********************************************
	Header Styles
*********************************************/

#header {
	width:960px;
	clear:both;
	background: url(images/header.jpg) top left no-repeat;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

#header #title {
	float: left;
	vertical-align: top;
	font-size: 40px;
	margin:0; padding: 0;
	width: 340px; height: 120px;
}

#header #title a {
	float: left;
	display: block;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}

/*********************************************
	Horizontal Navigation Styles 
	(with dropdowns)
*********************************************/

#menu {
	width: 620px; 
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-top: 6px;
	float:right;
	height:38px;
	line-height:38px;
	color:#fff;
}

#menu ul {
	float:right;
	font-size:18px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	margin: 0 0 0 0px;
	padding:0;
	float: left;
}

#menu li li {
	padding:0;
	margin: 0;
}

#menu li a, #menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0px 15px;
}

#menu li a:hover {
	color:#fff;
	background:url(images/buttonhov.png) top center no-repeat;
}

#menu li a:active {
	color:#fff;
}


#menu li.current_page_item {
	color:#0031be;
	padding-right:10px;
	background:url(images/button.png) top right no-repeat;
}

#menu li.current_page_item a, 
#menu li.current_page_item a:link, 
#menu li.current_page_item a:visited {
	padding: 0px 5px 0px 15px;
	color:#0031be;
	background:url(images/button.png) top left no-repeat;
}


#menu li li.current_page_item {
	padding-right:0;
	background:transparent;
}

#menu li li.current_page_item a, 
#menu li li.current_page_item a:link, 
#menu li li.current_page_item a:visited {
	background:transparent;
	padding: 0px 15px 10px;
	color:#008001;
	font-weight: 700;
}

#menu li ul {
	float:none;
	z-index:9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 250px;
	margin: 0;
	padding:0;
	font-size:15px;
	background:#f6f6f6 url(images/navhoverbg.jpg) bottom left no-repeat;
}

#menu li.current_page_item ul {
	margin-top:-7px;
}

#menu li li.current_page_item ul {
	margin-top:-38px;
}

#menu li.current_page_item li {
	background-image:none;
	padding:0;
	margin: 0;
}

#menu li ul a, 
#menu li ul a:link, 
#menu li ul a:visited,
#menu li.current_page_item ul a, 
#menu li.current_page_item ul a:link, 
#menu li.current_page_item ul a:visited {
	background-image:none;
	padding: 10px 15px 10px;
	width:220px;
	line-height: 20px;
	background:transparent;
	color:#0031be;
}

#menu li ul a:hover, 
#menu li ul a:active,
#menu li.current_page_item ul a:hover, 
#menu li.current_page_item ul a:active  { 
	background: #0e2f90;
	color: #fff;
}

#menu li ul ul, #menu li.current_page_item ul ul  {
	margin: -38px 0 0 150px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}


#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover { 
	width:auto;
}

/*********************************************	Container Div*********************************************/
#container {
	margin: 0px auto 5px;
	padding: 10px;
	text-align: left;
	background:#fff;
	border:5px solid #ccc;
}

#container-nopadding {
	margin: 0px auto 5px;
	padding: 0px;
	text-align: left;
	background:#fff;
}

/*********************************************
	Content Div
*********************************************/

#content {
	display: inline;
	float: right;
	margin: 0; 
	padding: 15px;
	background:#fff;
	width: 530px;
}

#content-full { 
	background:#fff;
	display: block;
	padding: 15px;
	margin: 0;
}

#content-noborder { 
	background:#fff;
	display: block;
	padding: 0px;
	border:0px;
	margin: 0;
}

#content-fullpage { 
	background:#fff;
	display: block;
	padding: 20px 30px 30px 30px;
	border:0px;
	margin: 0;
}

#content-left {
	background:#fff;
	display: inline;
	float: left;
	margin: 0;
	padding: 15px;
	width: 575px;
}

/*********************************************
	Post Div
*********************************************/

.post {
	clear: both;
	margin: 2px 0 25px;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: -3px 0 10px 2px;
	font-size: 13px;
	color: #777;
	padding: 0;
}

.meta-single {
	clear: both; /* we need this so floats in the post are cleared */
	margin: -10px 0 10px 2px;
	font-size: 13px;
	color: #777;
	padding: 0;
}

.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 6px 0 6px;
	padding: 0;
	font-size: 13px;
	color: #777;
	line-height: 16px;
}

.meta-bottom a,
.meta-bottom a:link
.meta-bottom a:hover
.meta-bottom a:visited{
	color: #363779;
}

.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/

.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/

.sidebar {
	font-size:14px;
	display: inline;
	float: left;
	width: 310px;
	margin: 0; 
	padding: 0;
	style: bold;
}

#float-right .sidebar {
	float: right;
}

.sidebar .widget {
	padding: 6px 20px 20px 15px;
	background:#fff;
	clear: both;
	margin: 0 0 20px;
	border:2px solid #ccc;
}

.sidebar p, 
.sidebar .textwidget {
	margin-top: 6px;
}

.sidebar img {
	margin: 9px 0 0 0;
}

.sidebar form {
	margin: 9px 0 0 0; 
	padding: 0px;
}

.sidebar ul {
	margin: 9px 0 0 20px; 
	padding: 0px;
}

.sidebar ul ul {
	list-style-type:none;
	margin-left: 10px;
}

.sidebar ul ul ul {
	margin: 0 0 0 15px;
}

.sidebar ul li {
	margin: 0; 
	padding: 0;
}

.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
	margin: 0; 
	padding: 0;
}

/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 20px 0 0; 
	padding: 0px;
	overflow: hidden;
}

#comments .title {
	font-size: 25px;
	margin: 0px; 
	padding: 15px 0px;
}

#comments ol.commentlist {
	margin: 0px; 
	padding: 0px;
}

#comments ul.children {
	margin: 0px; 
	padding: 10px 0px 0px;
}

#comments .vcard { }

#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; 
	padding: 0px 10px 0px 0px;
}

#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}

#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #283048;
	background:#fefefe;
	margin: 0 0 20px 0px;
	padding: 10px;
	overflow: hidden;
}

#comments ul.children li {
	border: 1px solid #283048;
}

#comments li.even {
}

#comments li.odd {
}

#comments blockquote {
	background: #efefef;
	margin: 10px 0px; 
	padding: 10px;
}

#comments .alert {
	background: #fefefe;
	border: 1px solid #ebe067;
	margin: 5px 0px; 
	padding: 5px;
}

#comments p {
	margin: 0px 0px 10px; 
	padding: 0px;
}

#respond {
	overflow: hidden;
}

#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; 
	padding: 5px;
}

#respond #commentform #comment {
	width: 95%;
	margin: 10px 0px 15px 0px; 
	padding: 5px;
}

#commentform p {
	margin-bottom:0;
}

/*********************************************
	Footer Styles
*********************************************/

#footer {
	font-size:13px;
	clear: both;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0px auto;
	padding: 0; 
}

#footer p {
	margin:0;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

/*********************************************
	Button Styles
*********************************************/

#top-search {
	margin-top: 6px;
	float:right;
	border: 2px solid #ccc;
	background: #fff;
}

.input {
    background: #fff;
    color: #999;
    padding:2px;
}

.input:hover {
    background: #eee;
    padding:2px;
    color: #0031be;
}

.button {
    background: #20900b;
    color: #fff;
    padding:3px;
    border:1px solid #20900b;
}

.button:hover {
    border: 1px solid #0031be;
    background: #0031be;
    padding:3px;
}


.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li {
list-style-type:none!important; background-image:none!important
}
