/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.5.1
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

.widgettitle {
    font-weight: 700;
    text-transform: uppercase;
}

/* --------------------------------------------------------------
    
    OPOWER Styles
    
-------------------------------------------------------------- */

@media screen  {
	.sIFR-flash
	{
		visibility:visible !important;
		margin:0;
		padding:0;
	}

	.sIFR-replaced,.sIFR-ignore
	{
		visibility:visible !important;
	}

	.sIFR-alternate
	{
		overflow:hidden;
		position:absolute;
		left:0;
		top:0;
		width:0;
		height:0;
		display:block;
	}
}

body
{
	background-color:#FFF;
	background:#14709e url('library/images/bg-body.jpg') no-repeat scroll center top;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	margin:0;
}

.Head
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:700;
	color:#124566;
}

.Normal,.NormalDisabled
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:11px;
	font-weight:400;
}

h2
{
	color:#333;
	display:block;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:700;
}

a:hover
{
	color:#333333 !important;
	font-weight:400;
}

ul li
{
	list-style-image:none;
	list-style-position:outside;
	margin:0 0 5px 20px;
	padding:0;
}

#navigation div ul li
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight: bold !important;
	text-transform:uppercase;
	padding-left:35px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left:0;
	line-height:14px !important;
}

#navigation div ul li a
{
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    /* Transparency */
	filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity: 0.75;opacity: 0.75;
}

#navigation div ul li a:hover
{
    color: #fff !important;
	text-decoration:none !important;
    /* Transparency */
	filter:alpha(opacity=1);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;	
}
.last
{
	border:medium none !important;
}

#wrapper
{
	width:878px;
	margin:auto;
}

#header
{
	overflow:hidden;
	height:110px;
}

#logo
{
	float:left;
	margin:45px 0 15px 14px;
}

#logo a
{
	background:transparent url('library/images/opower-logo.png') no-repeat scroll bottom left;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	display:block;
	width:340px;
	height:50px;
}

#logo a span
{
	display:none;
}

#utility
{
	float:right;
	margin:10px 14px 0 0;
}

#utility ul
{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0;
}

#utility li
{
	border-right:1px solid #fff;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:12px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left:0;
	padding:0 5px;
}

#utility a
{
	color:#fff;
	text-decoration:none;
}

#navigation
{
	float:right;
	clear:right;
	margin-right:14px;
	margin-top:49px;
	width:415px;
	text-align:right;
}

#navigation ul
{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	float:right;
	margin:0;
}

#navigation li
{
	float:left;
}

#content-top
{
	background:transparent url('library/images/bg-content-top.png') repeat scroll 0 0;
	clear:both;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	width:878px;
	height:20px;
}

#main
{
	background:transparent url('library/images/bg-content-middle.png') repeat-y scroll 0 0;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	padding:0 14px 15px;
}

#footer
{
	border-top:1px solid #d5dee7;
	padding-top:6px;
	margin:0 30px 0 25px;
}

#social-links ul
{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#social-links li
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	float:left;
	line-height:14px;
	font-weight:700;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin-left:0;
	padding:0 5px;
}

#social-links a
{
	font-weight:700;
	color:#676767;
	text-decoration:none;
}

#copyright
{
	float:right;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#676767;
	line-height:14px;
	font-weight:700;
}

#content-bottom
{
	background:transparent url('library/images/bg-content-bottom.png') repeat scroll 0 0;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	width:878px;
	height:20px;
}

#happy-plug
{
	background:transparent url('library/images/happy-plug.png') no-repeat scroll 0 0;
	padding-bottom:20px;
	width:74px;
	height:62px;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	margin:auto;
}

.campaign
{
	width:790px;
	height:391px;
	padding-top:7px;
	margin:auto;
}

#homecontent
{
	background:transparent url('library/images/homebg.gif') no-repeat scroll 0 0;
	width:790px;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	margin:auto auto 25px;
}

#homecontent .Normal
{
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
	color:#9a9fa3;
}

.homeleft
{
	width:240px;
	float:left;
}

.homemiddle
{
	width:240px;
	float:left;
	margin-left:35px;
	margin-right:35px;
}

.homeright
{
	width:205px;
	float:left;
	margin-left:35px;
}

.homemiddle .Normal li
{
	border-bottom:1px solid #ccc;
	margin-left:0;
	margin-bottom:3px;
	padding-bottom:3px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

#free-assessment input
{
	margin-top:6px;
	margin-bottom:8px;
	font-size:10px;
	color:#999;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	width:175px;
}

#free-assessment
{
	color:#4e4e4e;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

.homeh2 h2 span.Head
{
	font-size:14px;
	color:#4f535c;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.homeh2main .Normal
{
	color:#5e5f5f;
}

#odometer
{
	visibility:hidden;
}

.sliderwrapper
{
	overflow:hidden;
	position:relative;
	width:790px;
	height:381px;
}

.sliderwrapper .contentdiv
{
	background:transparent none repeat scroll 0 0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	width:790px;
	height:100%;
	opacity:1px;
	padding:0;
}

.pagination
{
	width:244px;
	position:relative;
	left:682px;
	top:0;
	z-index:999;
}

.pagination a:link,.pagination a:visited,.pagination a:active
{
	background:transparent url('library/images/off-button.gif') no-repeat scroll 0 0;
	display:block;
	width:19px;
	height:19px;
	float:left;
	text-indent:-999999px;
	text-decoration:none;
	color:#00007d;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	outline-color:#-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}

a:link,a:visited,a:active
{
	color:#308bbf;
	text-decoration:none;
	font-weight:400;
}

*,.homeh2 h2
{
	margin:0;
	padding:0;
}

#utility a:hover,#social-links a:hover
{
	text-decoration:underline !important;
}

.homemiddle .Normal ul,.homeh2main
{
	margin:0;
}

.homemiddle .Normal li a:link,.homemiddle .Normal li a:visited,.homemiddle .Normal li a:active,.homemiddle .Normal li a:hover
{
	color:#228cbd;
}

.pagination a:hover,.pagination a.selected
{
	background:transparent url('library/images/on-button.gif') no-repeat scroll 0 0;
	color:#000;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
}

