/*
Theme Name: energysource
Theme URI: http://www.themelayouts.com/
Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: ThemeLayouts/DreamTemplate
Author URI: http://www.dreamtemplate.com/
*/

/* Jay Kunard */

body { background:#083550 url(images/bg_main.jpg) repeat-x top; font:12px Arial, Helvetica, sans-serif; padding:0; margin:0; color:#101010;}

html { padding:0; margin:0;}

a { text-decoration:none; color:#0099CC; border:0;}
a:hover { text-decoration:underline; color:#292929; border:0;} 
a:focus { outline:none;}

.clr { clear:both;}

h1, h2, h3, h4 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666;}

/* EMBEDDED IMAGE STYLES WITHIN THE POST/PAGE WYSIWYG EDITOR */
img { padding:2 7 7 2; margin:2 7 7 2; border:none; text-align:left;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

hr1 { border-left:0 solid #000000; border-right:0 solid #000000; border-top:0 dotted #000000; border-bottom:1px solid #000000; height :1px;}
hr { border-left:0 solid #7f262e; border-right:0 solid #7f262e; border-top:0 dotted #7f262e; border-bottom:1px solid #7f262e; height :1px;}

form { padding:0; margin:0;}
input { font-family:'Verdana'; color:#282b31; font-size:11px;}
textarea { font-family:'Verdana'; color:#282b31; font-size:11px;}
select { font-family:'Verdana'; color:#282b31; font-size:11px;}

/* Header */
#bgcontainer { margin:0; padding:0; /*background:url(images/bg_top.jpg) no-repeat top;*/}
.bgRasize { width:1024px; margin:0 auto; padding:0;}

/**/ * html .Header { height:150px;} /* */ 

.Header { width:1024px; margin:0; padding:0; height:150px;}

/* WP CSS DROPDOWN MENU +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menu {width:1000px; height:50px; position:relative; z-index:100; font-family:arial,sans-serif; padding:0; margin:0; background-color:#112E3E;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; background-color:#112E3E;}
.menu ul ul {padding:5px 10px 5px 10px; background-color:#112E3E; /*width:200px;*/}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; padding:3px 10px 3px 10px; position:relative; background-color:#112E3E;}

/* ############# TOP LEVEL LINK STYLES ######################## */

/* just the top links */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#93C7DC; height:30px; background-color:#112E3E; padding:5px 10px 5px 10px; line-height:29px; font-weight:bold;}

/* This makes the second level pull-down visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; background-color:#112E3E; width:200px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:120px; w\idth:120px;}

/* ############## SECOND LEVEL LINK STYLES #################### */

/* second level links */
.menu ul ul a, .menu ul ul a:visited {background-color:#112E3E; color:#4FB4C8; height:auto; line-height:1em; padding:5px 10px; width:200px; border-width:0 1px 1px 1px;}

/* second level hover */
.menu ul ul a.drop:hover{background-color:#112E3E; /*url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center; width:200px;*/}
.menu ul ul :hover > a.drop {background-color:#112E3E; /*url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center; width:200px;*/}

/* second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { /*background: url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center*/ font-size:11px;	text-decoration:none; color:#93C7DC;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:200px;}

/* ########### THIRD LEVEL LINK STYLES ############################## */

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#112E3E;}

/* style the third level hover */
.menu ul ul ul a:hover {background:#112E3E;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:160px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:135px; top:-1px; width:135px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-135px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#112E3E;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background:#112E3E;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* Second Level Dropdown ++++++++++++++++++++++++++++++++++++++++++++ */

.menu ul ul .current_page_item a {
  color: red;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

.Logo {
	width:500px;
	height:148px;
	margin:0;
	padding:0;
/*	background-image: url(images/logo1.png);
	background-repeat: no-repeat;
	background-position: left center; */
}
.LogoText h1 {letter-spacing:-2px; padding:25px 0 5px 0; margin:0; font:normal 32px  Trebuchet MS, Arial, Helvetica, sans-serif; color:#fff; text-align:left;}
.LogoText a { color:#ffffff; text-decoration:none;}
.LogoText a:visited { color:#ffffff; text-decoration:none;}
.LogoText a:hover { color:#ffffff; text-decoration:none;}
.Desc {	color:#92dffd; line-height:12px; font:normal 14px Trebuchet MS, Arial, Helvetica, sans-serif; padding:0; margin:0; text-align:center; text-transform:uppercase;}

/* Syndicate +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Syn { width:325px; height:51px; padding:0; margin:0 0 0 10px; background: url(images/rss.gif) 0px 5px no-repeat; float:left; /*border-right:1px solid #fff;*/}
.Syn ul { margin:0; padding:5px 0 0 50px;}
.Syn li { margin:0; padding:0; list-style-type:none; color:#1e8baa; font:bold 18px  Arial, Helvetica, sans-serif;}
.Syn li.text { color:#5898B3; font:normal 10px  Arial, Helvetica, sans-serif;}
.Syn li a { color:#1e8baa; font:bold 18px  Arial, Helvetica, sans-serif; text-decoration:underline;}
.Syn li a:visited { color:#1e8baa;}
.Syn li a:hover { color:#1e8baa;}

/* Syndicat +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.twit { width:300px; height:51px; padding:0; margin:0 0 0 10px; background: url(images/twitter.gif) 0px 5px no-repeat; float:left; /*border-right:1px solid #fff;*/}
.twit ul { margin:0; padding:5px 0 0 50px;}
.twit li { margin:0; padding:0; list-style-type:none; color:#1e8baa; font:bold 18px  Arial, Helvetica, sans-serif;}
.twit li.text { color:#176C93; font:normal 10px  Arial, Helvetica, sans-serif;}
.twit li a { color:#1e8baa; font:bold 18px  Arial, Helvetica, sans-serif; text-decoration:underline;}
.twit li a:visited { color:#1e8baa;}
.twit li a:hover { color:#1e8baa;}

/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/ * html .Search  {} /**/ 
.Search { width:275px; padding:0; margin:0 0 0 10px; float:right; height:51px; /*border-right:1px solid #fff;*/}
.Search form { padding:10px 5px 0 5px;}
.Search h2 { padding:5px 20px; color:#979797; font:bold 18px Tahoma, Arial; margin:0; background:url(images/bg_searth_h2.gif) left no-repeat;}
.Search input { color:#ffffff;}
.Search  input.keyword {border:1px solid #b4b4b4; width:190px; color:#b4b4b4; padding:6px 10px; height:15px; float:left;} 
.Search  input.search { border:none; background: url(images/search.gif) top no-repeat; height:30px; width:30px; padding:0; margin:0 5px; float:left;}

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.CON { width:1024px; padding:0; margin:0; background:#fff;}

/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SC { width:570px; padding:20px; margin:0; float:left; font:normal 12px Arial,sans-serif; color:#888888;}
.SC p { padding:5px; margin:5px 0;}

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.pagetitle { color:#666666; font:normal 26px "Trebuchet MS", Arial, Helvetica, sans-serif; padding-left:5px;}
.Post {padding:20px; margin:0 0 10px 0; border:1px solid #ededed; background:#f6f6f6; color:#666666; line-height:17px;}

.PostHead { padding:0; margin:0;}
.PostHead h2 {color:#2e2e2e; font:bold 20px  Arial, Helvetica, sans-serif; margin:0; padding:10px 0;}
.PostHead h2 a { color:#2e2e2e; text-decoration: none;}
.PostHead h2 a:visited { color:#2e2e2e; text-decoration:none;}
.PostHead h2 a:hover { color:#2e2e2e; text-decoration: none;}

/**/ * html .PostTime {} /**/ 
.PostTime { padding:5px 0 5px 10px; font:normal 11px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; background:url(images/bg_post_time.gif) top repeat-x;}
.PostTime strong { font:normal 11px Georgia, "Times New Roman", Times, serif; color:#fff;}
.PostTime .day { font-size:11px;}
.PostTime .month { font-size:11px;}
.PostTime .year { font-size:11px;}
.PostTime a { font:bold 11px Georgia, "Times New Roman", Times, serif; color:#fff; text-decoration:underline;}

.PostContent {color:#666666;}
.PostContent a { color:#666666; text-decoration:underline;}
.PostContent a:hover { color:#666666; text-decoration:none;}
.PostContent img { margin:2 7 7 2; padding:2 7 7 2;}
.PostContent ol { padding:10px 0 10px 25px; margin:0;}
.PostContent ol li { padding:2px 0 2px 0; font-size:12px; line-height:15px; color:#666666;}
.PostContent ul { padding:5px 0; margin:0; float:left; width:45%;}
.PostContent ul li { padding:2px 0 2px 15px; list-style-type:none; font-size:11px; line-height:15px; color:#666666;}
.PostContent blockquote { padding:10px; margin:0; color:#666666; background:#000;}
.PostContent blockquote p { font-size:12px; padding:0; margin:0; line-height:15px;}
.PostContent blockquote li { padding:2px 0 2px 15px; list-style-type:none; font-size:12px; line-height:15px;}
.PostContent blockquote a { color:#666666;}
.PostContent blockquote a:visited { color:#666666;}
.PostContent blockquote a:hover { color:#666666; text-decoration:underline;}
.PostContent strong { color:#373737; font:normal 12px Arial, Helvetica, sans-serif; text-transform:uppercase;}

/**/ * html .PostContent p img {margin: 2 7 7 2;} /* */ 
.PostContent p img { max-width:350px;}
.PostContent img { margin:0 10px 10px 0; float:left; background:#0d0e09; padding:3px; border:1px solid #a3a3a3;}

.PostCom { padding:10px; font:normal 11px  Arial, Helvetica, sans-serif; color:#797979; margin:0; background:url(images/bg_com.gif) left no-repeat;}
.PostCom ul { padding:0 10px; margin:0;}
.PostCom li { padding:5px 0; margin:0; list-style-type: none; color:#797979; font: normal 11px Arial, Helvetica, sans-serif; display: inline;} 
.PostCom li a { font-weight:normal; text-decoration:none; color:#797979;} 
.PostCom li a:hover { font-weight:normal; text-decoration: underline; color:#797979;}

.PostCom .Com {}
.PostCom .Tags { padding-left:10px;}

/* Note ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Note { padding:0; margin:0;}
.Note li { padding:3px 0 3px 15px; margin:0; list-style-type:none; font-size:12px;}

/* TrackbackList ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.TrackList { background:#848484; padding:15px; margin-top:20px; position:relative;}
.TrackListTop { background:#848484; position:absolute; top:0; left:0; width:455px; height:10px;}
.TrackList h3 { font-size:14px; font-weight:bold; margin:0 0 5px 0; padding:0 0 5px 0; color:#333366; letter-spacing:-1px; border-bottom:dashed 1px #beb4c1;}
.TrackList ul { padding:0; margin:0;}
.TrackList li { padding:0 0 0 10px; margin:0; list-style-type:none; font-size:11px;}
.TrackList li a { color:#cc3366;}

/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Nav { font-size:11px; padding:10px 0; color:#848484; font-family:'Verdana';}
.Nav a { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px;}
.Nav a:visited { padding:1px 6px 1px 4px; border-right:solid 1px #666;}
.Nav a:hover { padding:1px 6px 1px 4px; border-right:solid 1px #666; text-decoration:none;}
.Nav span { padding:1px 6px 1px 4px; color:#666; border-right:solid 1px #666;}
.Nav .on { padding:1px 6px 1px 4px; border-right:solid 1px #666; font-size:11px; color:#003366;}

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Comments { margin:20px 0 0 0; position:relative;}
.Comments h3 { font-size:16px; letter-spacing:-1px; margin:0 0 5px 0; padding:10px 0; color:#848484; border-bottom:solid 2px #660000;}

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.List ol { padding:0; margin:0;}
.List li { position:relative; padding:5px 0; margin:10px 0; list-style-type:none;}

/**/ * html .List .LGrav { right:30px;} /* */ 
.List .LGrav { position:absolute; right:0; top:10px;}
.List .LGrav img { border:solid 1px #ccc; padding:2px; background:#fff;}
.List .LUsr { margin:0; padding:0; font-size:11px; line-height:12px; color:#999;}
.List .LUsr a { color:#999; text-decoration:none;}
.List .LUsr strong { font:bold 16px "Trebuchet MS", sans-serif; letter-spacing:-1px; color:#666;}
.List .LUsr strong a { color:#cc0000; text-decoration:none;}
.List .LCon { margin:10px 0 0 0 ; padding:0; font-size:12px; line-height:16px; border-top:solid 1px #ccc;}
.List .LCon p { margin:0; padding:5px 0 ; font-size:12px; line-height:16px;}
.List .Author { background:#fff;}

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.Form .Email {}
.Form {  padding:0 0 10px 0 ; position:relative; margin:0; font-family:'Verdana';}
.Form form { margin:0; padding:0;}
.Form a { text-decoration:underline;}
.Form p { padding:0 0 2px 0 ; margin:0; color:#666;}
.Form p small strong { font-weight:bold; color:#FF3300;}
.Form p small { font-size:11px; display:block; padding:6px 0 ; color:#000;}
.Form .TextField { color:#003366; background:#e9f8ff; border:solid 1px #d5e7f0; padding:6px 6px 6px 30px; font-size:12px; display:block;}
.Form .TextArea { color:#003366; background:#e9f8ff; border:solid 1px #d5e7f0; padding:6px; font-size:12px;}

/* Side Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SR { width:394px; padding:20px 20px 20px 0; margin:0; float:right;}

/* Banners ADs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.banner {padding:10px; margin:0; border:1px solid #ededed; background:#f6f6f6;}
.banner h2 { text-transform:uppercase; border-bottom: 1px  solid #ccc; font:bold 12px  "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; margin:10px; padding:5px 20px;}
.banner ul { margin:0; padding:0 0 0 10px; list-style:none;}
.banner li { margin:0; padding:5px 10px; float:left;}
.banner li img { }

/* Side Right Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.SRR {padding:0; margin:10px 0;}
.SRR div.categories, .SRR div.archives, .SRR div.meta { width:50%; float:left; margin:0; padding:0;}
.SRR h2 { text-transform:uppercase; text-decoration:underline; border-bottom: 1px  solid #ccc; color:#6b6b6b; font:bold 12px  Arial, Helvetica, sans-serif; margin:10px; padding:5px 20px;}
.SRR ul { padding:5px 15px; margin:0; list-style:none;}
.SRR li {padding: 5px 0 5px 20px; font:normal 12px Georgia, "Times New Roman", Times, serif; color: #b4b4b4;   border-bottom:1px solid #ededed; background:url(images/categories_li.gif) left no-repeat;}
.SRR a { font:normal 12px Georgia, "Times New Roman", Times, serif; color: #b4b4b4; text-transform:uppercase;}
.SRR a:hover { text-decoration:underline; color:#10547e;}

/* Flickrrss ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.widget { padding:10px; margin:10px 0; border:1px solid #ededed; background:#f6f6f6;}
.widget h2 { text-transform:uppercase; border-bottom:1px  solid #ccc; font:bold 12px  "Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666; margin:10px; padding:5px 10px;}
.widget ul { padding:10px; margin:0;}
.widget li { margin:0; padding:5px 10px 4px 20px; list-style-type:none; border-bottom:1px solid #ededed; color:#999999; background:url(images/categories_li.gif) left no-repeat;}
.widget li a { margin:0; padding:0; border:0; background:none; color:#10547e; text-decoration:underline;}
.widget li a:hover { text-decoration:none;}

/* Flickrrss ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.widget_flickr { border:0; background:none;}
.widget_flickr h2 { }
.widget_flickr ul { margin:0; padding:0 0 10px 5px; text-align:center;}
.widget_flickr li { margin:0; padding:0 5px 0 0; list-style-type:none; display:inline; background:none;}
.widget_flickr li a img { background:#000; padding:0; margin:0 5px 5px 0; width:65px;}
.widget_flickr li a:hover img { padding:0;}


/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.FBG { margin:0; padding:0; }

.Footer { padding:10px 0; margin:0; text-align:center; background:none;}
.Footer p { color:#56b1d5; padding:0; margin:0; font:normal 11px  Arial, Helvetica, sans-serif;}
.Footer a { color:#56b1d5; text-decoration:underline;}
