/*  
Theme Name: Theme by WPGeek for Ernest
Theme URI:  
Description:  A custom WordPress theme Coded for exclusive use by <a href="http://www.wpgeek.com" target="blank">Wpgeek.com</a>.
Version:  1.0
Author: WPGeek
Author URI: http://www.wpgeek.com/
*/

* { margin: 0; }
html { padding: 0; margin: 0; }
html, body { height: 100%; }

body { background: #000 url(images/bg.gif) repeat-x left top; font-family: Arial, sans-serif; font-size: 12px; padding: 0px; margin: 0px; color: #464646; }

a { outline: none; }
a:link { text-decoration: none; color: #21759b; border: 0px; }
a:active { text-decoration: underline; color: #d54e21; border: 0px; }
a:visited { text-decoration: none; color: #21759b; border: 0px; }
a:hover	{ text-decoration: underline; color: #d54e21; border: 0px; } 
a:focus { outline: none; }

h1, h2, h3, h4 { margin: 0; padding: 0; font-weight: normal; font-family:  Arial, sans-serif; }

img { border: none;}

form { padding: 0px; margin: 0px;}
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;}

.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }

/* BGContainer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.BGC { width: 986px; margin: 0 auto;  position: relative }

/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header { float: left; background: url(images/head.jpg) no-repeat left top; height: 139px; width: 986px; }
.Header .Header_left { float: left; width: 532px; padding: 60px 0 0 60px; }
.Header .Header_left h1 { display: block; }
.Header .Header_left h1 a { background: url(images/logo.png) no-repeat left top; width: 472px; height: 43px; display: block; margin: 0; text-indent: -9999px; }
.Header .Header_left .desc { display: block; clear: both; color: #ddd; padding: 0 0 0 100px; font-style: italic; }

/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header .Header_right  { float: right; text-align: right; }
.Header .Header_right .search-box { background: #dbe5ef url(images/search-top.gif) no-repeat left top; width: 248px; margin: 99px 14px 0 0; border-bottom: 1px solid #add0ed; }
.Header .Header_right .Search { padding: 10px; }
.Header .Header_right .Search input#s{ padding: 2px; width: 160px; border: 1px solid #464646; }
.Header .Header_right .Search input#searchsubmit { border: none; padding: 2px 5px; background: #464646; color: #fff; text-align: center; cursor: pointer; }
.Header .Header_right .Search input#searchsubmit:hover { border: none; padding: 2px 5px; background: #d54e21; }

/* Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu  { clear: both; float: left; width: 958px; height: 30px; border: 1px solid #add0ed; border-width: 0 1px 1px 1px; }
.Menu ul { margin: 0; padding: 0; float: left; }
.Menu ul li{ margin: 0; padding: 0; list-style: none; display: block; float: left; line-height: 30px; border-right: 1px solid #add0ed; }
.Menu ul li.home {  }
.Menu ul li a, .Menu ul li a:visited { padding: 0 15px; height: 30px; display: block; }
.Menu ul li a:hover, .Menu ul li.current_page_item a { background: #046edc url(images/titbg.gif) repeat-x left top; color: #f9f9f9; text-decoration: none; }

/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.wrapper { float: left; background: #dbe5ef url(images/top.gif) no-repeat center top; width: 960px; padding: 0 13px; }
.CON { width: 960px; float: left; position: relative; }

/* Side Central +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SC { width: 560px; position: relative; float: left; margin: 0; padding: 10px 0; }

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Post { position: relative; margin: 0 10px 15px 10px; padding: 0;  }
.Post h1 { background: #046edc url(images/titbg.gif) repeat-x left top; font-size: 20px; line-height: 24px; font-family: Georgia, Arial, sans-Serif; padding: 5px; border-bottom: 1px solid #129af4; height: 24px; color: #fff; }
.Post h1 a, .Post h1 a:visited { color: #fff; text-decoration: none; }
.Post h1 a:hover { color: #c0e0ff; }
.Post h2 { font-size: 14px; line-height: 1.4em; }

.Post img { display: block; }

.Post .entry { padding: 5px 10px; background: #e3eff6; }
.Post p { margin: 5px 0 10px 0; padding: 0; font-size: 12px; line-height: 1.4em; }
.Post p.postmetadata { clear: both; background: #c4daee; display: block; font-size: 10px; margin: 0; padding: 2px 5px; }
.Post img { padding: 2px; border: 1px solid #c4daee; margin: 3px; max-width: 500px; width: expression(this.width > 500 ? 500: true); }

.Post ol { margin: 0; padding: 0; }
.Post ul { margin: 0; padding: 0; }
.Post ol li { list-style-type: decimal; margin: 5px 0 5px 30px; padding: 0; }
.Post ul li { list-style: square; margin: 5px 0 0 20px; padding: 0 0 0 10px; }

.Post blockquote { margin: 5px; padding: 1px 5px; }
.Post blockquote p { font-size: 11px; padding: 10px; margin: 5px 0px; line-height: 15px; border: 1px dashed #444;}
.Post blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 11px; line-height: 15px; }
.Post a { text-decoration: underline;}

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments { margin: 10px 10px 0 10px; }

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .List h3, #respond { font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 0 0 10px 0; }
.Comments .List ol { padding: 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 5px; margin: 0 0 5px 0; list-style-type: none; border: 1px solid #1198f4; background: #c4daee; }
.Comments .List .ListNr { position: absolute; top: 5px; right: 5px; font-size: 11px; line-height: 12px; font-family: 'Arial'; font-weight: normal; }

.Comments .List big { margin: 0px; padding: 0; font-size: 11px; line-height: 11px; font-weight: bold; display: block;}
.Comments .List big a { color: #666; }
.Comments .List small { padding: 0; margin: 0px; font-size: 10px; }

.Comments .List .ListContent { font-size: 11px; line-height: 1.4em; background: #e3eff6; border: 1px solid #1198f4; display: block; padding: 5px 10px; }

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form h3 { font-size: 10px; font-weight: bold; text-transform: uppercase; }
.Comments .Form { position: relative; }
.Comments .Form form { margin: 0px; padding: 0px; }
.Comments .Form p { padding: 0px; margin: 0px; font-size: 11px; }
.Comments .Form p small strong { font-size: 10px; font-weight: bold; }
.Comments .Form p small { font-size: 11px; display: block; }
.Comments .Form .TextField { background: #fefefe; border: solid 1px #1198f4; padding: 5px; font-size: 11px; display: block; width: 520px; }
.Comments .Form .TextArea { background: #fefefe; border: solid 1px #1198f4; padding: 5px; font-size: 12px; display: block; width: 520px; }

.Comments .Form input.SubmitComment { margin-top: 8px;}

/* Navigation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Navigation { margin: 0 10px; text-align: center; line-height: 1.4em; } 

/* Side Bar Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRL { width: 200px; display: block; position: relative; margin: 0; padding: 10px 0; float: left; }
.SRL h1 { background: #046edc url(images/titbg.gif) repeat-x left top; font-size: 14px; line-height: 16px; padding: 5px 10px; color: #fff; margin-bottom: 3px;}
.SRL p { padding: 5px 10px 10px 5px; font-size: 11px; line-height: 1.4em; }
.SRL ul { margin: 0; padding: 5px 0 10px 0; list-style: none; }
.SRL ul li { background: url(images/bullet.gif) no-repeat 5px 9px; padding: 5px 0 5px 20px; border-bottom: 1px solid #add0ed; font-size: 11px; }
.SRL table { width: 200px; margin: 10px 0; }
.SRL table tr td { border: 1px solid #add0ed; text-align: center; }
.SRL table caption { font-weight: bold; border: 1px solid #add0ed; padding: 5px 0; }
.SRL table thead tr th { padding: 5px 0 0 0; }

.left_widget { display: block; margin: 0 0 5px 0; padding: 0 0 5px 0; }


/* Side Bar Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.SRR { width: 200px; display: block; position: relative; margin: 0; padding: 10px 0; float: left; }
.SRR h1 { background: #046edc url(images/titbg.gif) repeat-x left top; font-size: 14px; line-height: 16px; padding: 5px 10px; color: #fff; margin-bottom: 3px;}
.SRR p { padding: 5px 10px 10px 5px; }
.SRR ul { margin: 0; padding: 5px 0 10px 0; list-style: none; }
.SRR ul li { background: url(images/bullet.gif) no-repeat 5px 9px; padding: 5px 0 5px 20px; border-bottom: 1px solid #add0ed; font-size: 11px; }
.SRR table { width: 200px; margin: 10px 0; }
.SRR table tr td { border: 1px solid #add0ed; text-align: center; }
.SRR table caption { font-weight: bold; border: 1px solid #add0ed; padding: 5px 0; }
.SRR table thead tr th { padding: 5px 0 0 0; }

.right_widget { display: block; margin: 0 0 5px 0; padding: 0 0 5px 0; }

/* Footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer { width: 966px; display: block; background: url(images/bot.gif) no-repeat left top; text-align: center; margin: 0 auto; clear: both; position: relative; padding: 15px 10px; color: #ddd; height: 40px; }
.Footer .fl { float: left; }
.Footer .fl p { clear: both; font-size: 10px; padding: 0px; margin: 0px; line-height: 1.4em; text-align: left; }
.Footer .fl ul { margin: 0; padding: 0; }
.Footer .fl ul li { float: left; list-style: none; padding: 0 10px; font-size: 10px; line-height: 14px; text-transform: uppercase; border-left: 1px solid #666; }
.Footer .fl ul li.home { border: 0; padding-left: 0; }
.Footer .fl ul li a { color: #ddd; }
.Footer .wpgeek { float: right; font-size: 10px; }

