/*   
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, #main-clm ol{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;}

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

h1{font-size:18px; padding-left:15px; margin:15px 0px; text-align:center;}
h2{font-size:16px; padding-left:15px; margin-top:10px; margin-bottom:5px;}
h3{font-size:14px; padding-left:15px; color:#333}

#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:#333;}

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