@charset "utf-8";

/* css browser reset */
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%; font-family:Arial, Helvetica, sans-serif; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color:#000000;background:#eeeeed;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* general layout*/
#wrapper{background:url(images/bg-fill.png); width:815px; margin:0px auto; padding:10px 0;}
#nav{width:810px; height:63px; margin:0px auto 10px auto;}
#banner{margin-left:14px;}
#nav-bottom{margin-left:2px; margin-top:-8px;}
#content-wrapper{padding:10px 17px;}
#side-nav{border:1px solid #d7d7d7; background-color:#f5f5f5; width:207px; padding:0 0 15px 0; float:right;}
#main-content {padding:10px 5px 10px 20px; width:530px;}
#feedback {margin-left:60px; font-size:12px;}
/* h styles*/
h1{color:#1d8fd8; font-size:18px; font-weight:bold; margin-bottom:15px; line-height:35px; text-align:center;}
h2{font-size:16px; line-height:20px; font-weight:bold; margin-bottom:5px; color:#1d8fd8;}
h3{font-size:10px; line-height:10px; font-weight:bold; margin-bottom:5px; color:#666;}

#main-content {font-size:18px;}
#side-nav h2{font-size:13px; text-align:center; border-bottom:1px solid #d7d7d7;  margin-top:20px;}
div.entry h2 {font-size:14px; line-height:20px; font-weight:bold; margin-bottom:5px; color:#1d8fd8;}

/* p styles*/
p{font-size:13px; line-height:24px; color:#313131; padding-bottom:10px; }
#side-nav p{font-size:12px; text-align:center;}
#footer p{clear:both; text-align:center; font-size:9px; color:#666666; margin-top:10px;} 
p.postmetadata{padding-bottom:45px;}

/* img styles */
#side-nav img{padding:10px 0;}

/* a styles */
a{color:#313131;}
a:hover{color:#179ef2;}
h1 a{color:#e8850f;}

/* list styles*/
#nav ul{margin-left:-1px;}
#nav ul li{float:left; list-style:none;}
#reviews-list ul{list-style-type:none; margin-left:15px;}
#reviews-list ul li a{color:#313131; font-size:13px; line-height:20px; text-decoration:none;}
#reviews-list ul li a:hover{color:#179ef2;}
#main-content ol, #main-content ul{list-style-type:none;}
#main-content ol li, #main-content ul li{font-size:13px; line-height:24px; color:#313131;}
#main-content ol {list-style-type:decimal;margin-bottom:15px;}

#main-content ol{}


form#email_form{margin-left:15px;}
form#email_form input{width:80%; margin-bottom:6px;}
form#email_form input#submit{width:100px; display:block;}
form#email_form label{display:block; font-size:14px; margin-bottom:3px;}
form#email_form textarea{width:90%; height:100px; margin-bottom:10px;}

/* iframe styles */
iframe{height:1650px;}

/*general classes*/
.bold{font-weight:bold;}
.clear{clear:both;}
.float-left{float:left;}
.orange{color:#e8850f; font-weight:bold;}
strong{font-weight:bold;}
small{font-size:10px;}