
/*
Theme Name: SGCC
Description: Custom made for National Summit on Energy Efficiency and Smart Grid.
Version: 1.0
Author: Paul Schiavone
Author URI: http://www.eprob.com
Tags: awesome
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

/* LAYOUT */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #045d3c;
	background-image: url("objects/images/backgrounds/circles.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: 'Pontano Sans', sans-serif;
}

strong {
	font-weight:bolder !important;
	}

img{
	border:0px;
}

#container {
	background-image: url("objects/images/backgrounds/container.png");
	background-position: center;
	background-repeat: repeat-y;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px auto;
	width: 1000px;
}

#sidebar {
	float: left;
	padding-bottom: 30px;
	width: 260px;
}

#page {
	float: left;
	padding-bottom: 30px;
	width: 740px;
}

.push {
	height: 35px;
}

#footer {
	background: #231f20;
	font-size: 12px;
	height: 15px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 1000px;
}

.clear {
	clear: both;
}

/* SIDEBAR */
#splash img {
	display: block;
}

#nav {
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-top: 4px; /*9px*/
}

/*NAVIGATION STYLE AS HARD CODED :( */
#nav a.navItem {
	background-image: url("objects/images/backgrounds/nav_gutter.png");
	background-position: 10px 33px;
	background-repeat: no-repeat;
	color: #e9e9e9;/*dfdfdf*/
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size: 15px;
	height: 39px;
	letter-spacing: 0.05em;
	margin: 0 0 0 -10px;
	padding: 4px 30px 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a.navItem.on,
#nav a.navItem:hover {
	background-image: url("objects/images/backgrounds/nav_on.png");
	background-position: 0 0;
	color: #ffffff;
	font-weight:300;
	height: 39px;
	margin: -4px 0 0 -10px;
	padding: 8px 30px 0 30px;
}
/**/

/*NAVIGATION STYLE AS WP MENUS - SEPT 2014*/
#menu-sidebar-navigation ul, #menu-sidebar-navigation li{
list-style-type: none;
}

#menu-sidebar-navigation a {
	background-image: url("objects/images/backgrounds/nav_gutter.png");
	background-position: 10px 33px;
	background-repeat: no-repeat;
	color: #e9e9e9;/*dfdfdf*/
	display: block;
	font-family: 'Muli', sans-serif;
	font-weight:300;
	font-size: 15px;
	height: 39px;
	letter-spacing: 0.05em;
	margin: 0 0 0 -10px;
	padding: 4px 30px 0 30px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-sidebar-navigation a:hover, #menu-sidebar-navigation li.current_page_item a {
	background-image: url("objects/images/backgrounds/nav_on.png");
	background-position: 0 0;
	color: #ffffff;
	font-weight:300;
	height: 39px;
	margin: -4px 0 0 -10px;
	padding: 8px 30px 0 30px;
}

/**/

#quotes .quoteItem {
	display: none;
}

#quotes .quoteItem.first {
	display: block;
}

#quotes .quoteItem .quotePhoto {
	margin-bottom: 20px;
}

#quotes .quoteItem .quoteText {
	color: #a22e18;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 10px;
	padding: 0 30px;
}

#quotes .quoteItem .quoteSource {
	color: #5d5e60;
	font-family: 'Muli', sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding: 0 30px;
	text-transform: uppercase;
}

/* PAGE */
#title {
	height: 188px;
}

#title a {
	display: block;
	padding: 10px 0 0 0;
}

#title a img {
	border: none;
	display: block;
}

#content {
	background-image: url("objects/images/backgrounds/red_bar.png");
	background-position: top;
	background-repeat: no-repeat;
	margin-right: -10px;
	padding: 70px 60px 0 50px;
}

#content p {
	margin: 0 0 15px 0;
	color: #4c4d4f;
	font-size: 16px;
	line-height: 22px;
}

#content ul {
	padding-left: 45px;
	margin-bottom:15px;
}

#content li {
	font-size: 16px;
	line-height: 20px;
	list-style: square;
	padding: 5px 0;
}

#content a {
	color: #045d3c;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

table.sponsors {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.sponsors td {
	height: 85px;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}

/* 
TEXT STYLES
!!!
These styles be coppied into editor-styles.css when changed so that they show up in TinyMCE editor
!!!
*/

h1 {
	border-bottom: 1px #b2b2b1 dotted;
	color: #4E801F;
	font-family: 'Muli', sans-serif;
	font-size: 34px;
	line-height: 42px;
	font-weight: normal;
	margin: 10px 0 25px 0 !important;
	padding: 0 0 10px 0;
}

h2 {
	color: #231f20;
	font-family: 'Muli', sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0 15px 0 !important;
	padding: 0 0 10px 0;
}

h3 {
	color: #4e801f; /*009ebb*/
	font-family: 'Muli', sans-serif;
	font-size: 19px;
	margin: 25px 0 5px 0 !important;
	text-transform: uppercase;
}

h4 {
	color: #4E801F;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	margin: 0 !important;
}

h5 {
	color: #6d6e70;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 !important;
	text-transform: uppercase;
}

.promoHeaderBlueRibbon {
	color: #009ebb;
	font-family: 'Muli', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	background-image: url("objects/images/backgrounds/ribbon.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	height: 31px;
	margin: 0 -10px 10px -20px;
	padding: 9px 20px 0 20px;
	width: 659px;
}

.promoHeaderGray {
	color: #a7a9ac;
	font-family: Lato, sans-serif;
	font-size: 28px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.promoTextRed {
	color: #a22e18;
	font-family: Lato, sans-serif;
	font-size: 26px;
	line-height: 28px;
}

/* END - TEXT STYLES */



/* 
=WordPress Core
For image and caption styling
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    /*border: 1px solid #f0f0f0;*/
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	font-style:italic;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
	font-style:italic;

	
}

/**/




/* FOOTER */
#footer #copyright {
	color: #ffffff;
	margin-right: 20px;
}

#footer #navUtility a {
	color: #f9a835;
	text-decoration: none;
}

#footer #navUtility a:hover {
	color: #ffffff;
}

#footer #navUtility span {
	color: #c0c0c0;
	letter-spacing: 0.2em;
	margin: 0 10px;
}

#navUtility ul, #navUtility li{
list-style-type: none;
display:inline;
}

#navUtility li{
	padding-right:20px;
}

/* FORM */
input[type="text"] {
	border: 1px #939598 solid;
	font-family: Lato, sans-serif;
	font-size: 12px !important;
	padding: 2px;
}

input[type="submit"],
input.submit {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #737373), color-stop(1, #9d9d9d) );
	background: -moz-linear-gradient( center top, #737373 5%, #9d9d9d 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#9d9d9d');
	background-color: #737373;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	display: inline-block;
	color: #ffffff;
	font-size: 9px !important;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 5px;
}

input[type="submit"]:hover,
input.submit:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c2e25), color-stop(1, #a93f33) );
	background: -moz-linear-gradient( center top, #7c2e25 5%, #a93f33 100% );
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c2e25', endColorstr='#a93f33');
}

.wpcf7-response-output {
	background: #006600;
	border: none !important;
	color: #ffffff;
	font-family: Lato, sans-serif;
	font-size: 14px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px 10px !important;
}

.wpcf7-validation-errors {
	background: #660000;
}

/* GALLERY */
.gallery dl.gallery-item dt.gallery-icon img {
	border: 1px #dfdfdf solid;
	padding: 5px;
}

/*TWITTER FEED*/
#sidebarTwitterFeed{
	margin:0px 0 30px 0;
	padding:0px 15px;
	font-family: Lato, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height: 17px;
	}
#sidebarTwitterFeed .handle{
	font-size:16px;
	font-weight:bold;
	}	
#sidebarTwitterFeed a{
	color:#FFF;
	text-decoration:none;
	}
#sidebarTwitterFeed a:hover{
	text-decoration:underline;
	}

ul.twitterfeed{
	margin:0;
	padding:0
	}
li.tweet{
	list-style:none;
	margin:10px 0 5px 0;
	padding:0;
	}
li.tweet a{
	color:#F9A835 !important;
	text-decoration:none;
	}
img.twAvatar{
	width:20px;
	height:20px;}
	
ul.twitterfeed > li {
    border-bottom: 0px !important;
    clear: both;
    min-height: 75px;
    padding: 0 10px;
}