/*
Theme Name: Agentis News
Theme URI: http://agentisenergy.com/news/
Description: Modifed styles from Agentis Energy site.
Version: 1.5
Author: N/A
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Greg Wixted || http://wx2d.com
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
padding:0;
margin:0;
background:#fff url(images/horizon.jpg) left 20px repeat-x;
}

body,th,td {
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:12px;
line-height:18px;
color:#333;
}

.story {
width: 100%;
margin: 0 0 17px 0;
float: left;
clear: both;
}

p {margin-top: 0;}

h2.storytitle  {
width: 100%;
font-size: 15px;
font-weight: bold;
margin: 0;
}

.date p {
width: 100%;
border-bottom: 2px solid #ccc;
font-size: 11px;
font-weight: bold;
color: #999;
letter-spacing: 2px;
}

a {
text-decoration:none;
color:#900;
}

.storyContent p {
width: 100%;
margin: -9px 0 20px 0;
float: left;
}

p.center {
width: 100%;
font-size: 12px;
text-align: center;
}

a img:hover {
	border-bottom:0;
}

a:hover {
	border-bottom:1px dotted #900;
}

img,img a {border:0;}

h1 {margin-top:0;}

h2 {margin-top:0;}

h3 {
	font-size:15px;
	margin-top:0;
}



/* TEMPLATE STYLES */

.alignleft {float:left;}
.alignright {float:right;}
.pad {padding:20px;}
.padtop {padding-top:20px;}
.padbtm {padding-bottom:20px;}
.padlft {padding-left:20px;}
.padrgt {padding-right:20px;}
.dblpad {padding:40px;}
.dblpadtop {padding-top:40px;}
.dblpadbtm {padding-bottom:40px;}
.dblpadlft {padding-left:40px;}
.dblpadrgt {padding-right:40px;}
.halfpad {padding:10px;}
.halfpadtop {padding-top:10px;}
.halfpadbtm {padding-bottom:10px;}
.halfpadlft {padding-left:10px;}
.halfpadrgt {padding-right:10px;}

.red {color:red;}
.drkred {color:#900;}
.gray {color:gray;}
.silver {color:silver;}
.blue {color:blue;}
.green {color:green;}

#container {
	width:940px;
	margin:0 auto;
}

#canvas {
	float:left;
	width:900px;
	padding:0 20px;
}



/* HEADER STYLES */

#header {
	float:left;
	width:900px;
	height:107px;
}

#header h1 {
	float:left;
	width:270px;
	height:60px;
	padding-top:22px;
	margin:0;
	background:url(images/logo.jpg) left 22px no-repeat;
}

#header h1 a {
	float:left;
	width:270px;
	height:60px;
	border:0;
}

#header h1 span {display:none;}


/* NAVIGATION STYLES */

#nav {
	float:right;
	height:22px;
	padding-top:43px;
}

#nav ul {
	float:left;
	padding:0;
	padding-left:1px;
	background:url(images/nav-spacer.jpg) left top no-repeat;
	margin:0;
	list-style:none;
}

#nav li {
	float:left;
	height:22px;
	padding-right:1px;
	background:url(images/nav-spacer.jpg) right top no-repeat;
	position:relative;
}

#nav li.last {border-right:0;}

#nav a {
	float:left;
	height:22px;
	padding:0 24px;
	line-height:20px;
	color:white;
	text-transform:lowercase;
	background:url(images/nav-hover.jpg) left -22px repeat-x;
	border-bottom:0;
}

#nav a:hover {
	background:url(images/nav-hover.jpg) repeat-x;
	color:#900;
	text-decoration:none;
}

/* NAVIGATION DROPDOWN STYLES */

#nav ul li ul {
	display: none;
	border:1px solid silver;
	padding-left:0;
	background:white;
}

#nav ul li ul li {
	float:none;
	padding-right:0;
	height:26px;
}

#nav ul li ul a {
	float:left;
	background:white;
	color:#333;
	height:26px;
	line-height:26px;
	width:150px;
	text-transform:uppercase;
	font-size:10px;
	border-bottom:0;
}

#nav ul li ul a:hover {
	background:#EEEEEE;
	color:#900;
}

#nav ul li:hover ul {
	display:block;
	position:absolute;
	top:22px;
	left:0;
	z-index:100;
}

#nav ul li:hover ul.right {
	display:block;
	position:absolute;
	top:22px;
	right:0;
	left:auto;
	z-index:100;
}



/* HOMEPAGE STYLES */

#flash {
	float:left;
	width:900px;
	height:310px;
}

#modules {
	float:left;
	width:900px;
	padding:12px 0 18px 0;
}

#modules ul {
	float:left;
	width:900px;
	padding:0;
	margin:0;
	list-style:none;
}

#modules li {
	float:left;
	width:268px;
	padding-right:19px;
	border-right:1px solid silver;
	margin-right:25px;
}

#modules li.last {
	padding-right:0;
	border-right:0;
	margin-right:0;
}

#modules h2 {
	font-size:18px;
	line-height:22px;
	color:#840101;
	font-weight:normal;
}

#modules h2 a {
	color:#840101;
}



/* SIDEBAR STYLES */

#sidebar {
	float:left;
	width:258px;
}

#sidebar h3 {
	float:left;
	width:258px;
	height:53px;
	margin:0;
}

#sidebar h3.about {background:url(images/about.jpg) left -1px no-repeat;}

#sidebar h3.solutions {background:url(images/solutions.jpg) left -1px no-repeat;}

#sidebar h3.news {background:url(images/news.jpg) left -1px no-repeat;}

#sidebar h3.contact {background:url(images/contact.jpg) left -1px no-repeat;}


#sidebar h3 span {
	display:none;
}

#sidebar ul {
	float:left;
	padding:12px 0;
	margin:0;
	list-style:none;
}

#sidebar li {
	float:left;
	width:258px;
	min-height:57px;
	padding-bottom:3px;
}

#sidebar a {
	float:left;
	width:236px;
	height:55px;
	border:1px solid #999;
	line-height:55px;
	background:white url(images/sidebar-horizon.jpg) right top;
	color:#666;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
}

#sidebar a:hover {
	background:url(images/sidebar-horizon.jpg) right -55px;
	text-decoration:none;
	color:#333;
}

#sidebar li ul {
	float:left;
	padding:0;
	padding-top:1px;
	margin:0;
	list-style:none;
}

#sidebar li ul li {
	float:left;
	width:258px;
	height:39px;
	padding-bottom:1px;
	min-height:34px;
}

#sidebar li ul a {
	float:left;
	width:221px;
	height:37px;
	border:1px solid #999;
	line-height:37px;
	background:white url(images/sidebar-horizon-sm.jpg) right top;
	color:#666;
	padding-left:35px;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}

#sidebar li ul a:hover {
	background:url(images/sidebar-horizon-sm.jpg) right -37px;
	text-decoration:none;
	color:#900;
}

#sidebar .contact-info {
	float:left;
	width:226px;
	border:1px solid #999;
	padding:15px;
}

#sidebar h2 {
	margin:0;
	font-size:14px;
	line-height:18px;
	float:left;
}

/* CONTENT STYLES */

#content {
	float:right;
	width:828px;
	padding:20px 50px 20px 20px;
	margin:7px 0 7px 0;
	background:white;
	border:1px solid #999;
	min-height:880px;
}

#content h1 {
	font-size:22px;
	line-height:46px;
	color:#444444;
	font-weight:normal;
	text-transform:uppercase;
}

#content-area {
	width:533px;
	float:right;
}



/* NEWS STYLES */

#news h3 {
	margin:0;
}

/* FOOTER STYLES */

#footer {
	float:left;
	width:900px;
	padding:10px 0;
	margin-bottom:10px;
	background:url(images/footer-horizon.jpg) repeat-x;
}

#footer h3 {
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	color:white;
	margin-bottom:0.75em;
}

#footer h3 a {
	color:white;
}

#footer a {
	color:#CCC;
	border-bottom:0;
}

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

#footer ul {
	padding:0;
	margin:0;
	list-style:none;
}

#footer li {
	padding:0;
	margin:0;
	padding-left:15px;
}

#footer img.icon {
	float:left;
	width:20px;
	padding-right:4px;
}

.footer-left {
	float:left;
	width:152px;
	height:145px;
	padding:0 10px;
	border-right:1px solid #999;
}

.footer-left a {
	display:block;
}

.footer-right {
	float:right;
	width:167px;
	height:145px;
	padding-right:10px;
	text-align:right;
	/*font-size:10px;
	line-height:14px;*/
	color:white;
	position:relative;
}

.login {
	float:left;
	width:167px;
	height:90px;
	font-size:12px;
}

.copy {
	float:left;
	width:167px;
	height:28px;
	font-size:10px;
	line-height:14px;
	margin-top:20px;
}


.table-basic {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #666;
	}

.table-basic td, .table-basic th {
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #666;
	padding: 3px;
	}

.table-basic th {
	background: #ccc;
	color: #900;
	}
	
/* UPCOMING EVENTS */
.event-title {
	margin: 0 0 .25em;	
	border-bottom: 1px solid #900;
	}
	
.event-info {
	margin: 0 0 .25em;
	padding: 0;
	list-style-position:inside;
	}

.event-info li {
	
}

/* --------------------------------START WORDPRESS SPECIFIC STYLES---------------------------- */

label.screen-reader-text {/* Hide search form label */
display: none;
}

a.more-link {
font-size: 11px;
font-weight: bold;
}

#wp_sidebar {
position: absolute;
top: 380px;
}

#wp_sidebar ul li.widget {
margin: 0 0 20px 0;
}

/*
#wp_sidebar form {
margin: 0;
padding: 0;
}
*/
#wp_sidebar input#s {
width: 180px;
background: #eee;
border: 1px solid #999;
color: #000;
}

#wp_sidebar ul {
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}

#wp_sidebar ul li {
color: #900;
font-size: 13px;
text-transform:uppercase;
}

#wp_sidebar ul ul {
list-style-type: none;
}

#wp_sidebar ul ul li {
padding-left: 20px;
}

#wp_sidebar ul ul li a {
color: #777;
text-decoration: none;
font-size: 11px;
font-weight: bold;
line-height: 1.4em;
}

#wp_sidebar ul ul li a:hover {
color: #900;
}

#sn_icons {
width: 258px;
float: left;
}

#sn_icons a, #sn_icons a:hover {
text-decoration: none;
}

#sn_icons a img {
margin: 0 17px 0 0;
text-decoration: none;
display: inline;
}

/* ------------------------------------------- START TWITTER STYLES -----------------------------------  */

form#aktt_tweet_form {
display: none;
}

ul li#twitter-tools {
width: 244px;
height: 350px;
padding: 7px;
overflow: auto;
border: 1px dotted #ccc;
}

ul li#twitter-tools div.aktt_tweets ul {
/*border: 1px dotted #ccc;*/
}

ul li#twitter-tools div.aktt_tweets ul li {
font-size: 11px;
margin: 10px 0;
color: #666;
text-transform: none;
}

ul li#twitter-tools div.aktt_tweets ul li a {
color: #900;
text-transform: none;
}
