/*   
Theme Name: Clean White 2 Column
Theme URI: FatBurnerAdvice.com
Description: a-brief-description
Author: CK Industries
Author URI: your-URI
Version: 1.5
*/
@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: "" "";}

/*Layout Styles*/
body
#wrapper{width:800px; margin:0px auto; background-color:#FFF;}
#logo{height:80px;}
#nav{width:800px; border-top:1px solid #CCC; border-bottom:1px solid #CCC; height:32px; margin-bottom:15px;}
#main-clm{width:564px; float:left; margin-left:5px;}
#left-clm{width:192px; border:1px solid #CCC; margin-left:590px; background-color:#F9F9F9;}
#foot{clear:both;}


#nav ul{list-style-type:none; margin-top:8px;}
#nav ul li{display:inline; margin:10px;}
#main-clm ul {margin:15px 75px; font-size:13px; line-height:18px; font-weight:bold;}
#left-clm ul{list-style-type:none;}
#left-clm ul li{font-size:11px; margin:10px; line-height:16px;}

#nav ul li a{text-decoration:none; color:#333;}
#nav ul li a.active{text-transform:capitalize;}
#left-clm ul li a{text-decoration:none; color:#333;}
#left-clm ul li a:hover{text-decoration:underline;}

#main-clm ol{list-style-type:decimal; float:left; margin:15px; padding-left:50px; padding-right:10px; font-size:13px; line-height:18px; font-weight:bold;}

p{margin:15px; font-size:12px; line-height:24px;}
#left-clm p{text-align:center; margin:2px;}
#foot p{font-size:10px; color:#CCC; text-align:center;}

h1{font-size:18px; padding-left:15px; margin:15px 100px; text-align:center; color:#17406e;}
h2{font-size:16px; padding-left:15px; padding-top:15px; color:#17406e;}
h3{font-size:16px; padding-left:15px; color:#17406e; font-weight:bold;}
h4{font-size;20px; padding-left:15px; padding-top:15px; margin 15px 0px; text-align:center; color:#17406e; font-weight:bold;}

#left-clm h2{padding:25px 5px 0px 0px; margin:0px 5px 0px 5px; font-size:14px; border-bottom:1px solid #CCC; text-align:left; font-weight:bold; color:#17406e;}


/* sponsor results */
div#sponsors{border:1px solid #aaddfc; padding:15px; float:left; width:520px; margin-top:10px; margin-bottom:25px; margin-left:40px; clear:both;}
div#sponsors h1{text-align:right; font-size:12px; line-height:12px; color:#666; margin-bottom:10px;}
div#sponsors ul{text-align:center; list-style:none; width:210px; float:left; margin:5px 25px;}
div#sponsors ul li.text{font-size:12px; line-height:15px; margin-bottom:5px;}
div#sponsors ul li.website{font-size:12px; color:#025b19; text-decoration:underline;}

small{font-size:9px; margin-left:15px;}
strong{font-weight:bold}
em{font-style:italic;}
iframe{height:2400px; margin-left:15px;}
.float-left{float:left;}
