/* CSS Document
 *	File    	:   default.css
 *	System      :   Sorensen Wealth Management Blog
 *	Author      :   Smart Marketing > Christy Sobolewski
 *	Description :   Sets layout and default styles for entire site 

 *					This file is required on all pages
 */

/* ********** PRINT RELATED *************************** */
.print {display:none;}

/* ********** STANDARD HTML *************************** */
ul, ol, p, a, div, h1, h2, h3, h4, h5, h6, blockquote, span, table tr td {font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma; font-weight:normal;}
a, a:hover, a:visited, a:active {}
h2 {font-weight:bold; font-size:24px; font-family:"Times New Roman", Times, serif;}
ul li {list-style-type:disc; list-style-position:outside; margin-left:20px; line-height:16px; margin-bottom:10px;}
strong {font-weight:bold;}


/* ********** PAGE LAYOUT *************************** */
body {margin:0; padding:0; line-height:15px; text-align:center; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma; font-size:80%;}
#wrapper {width:980px; margin:0 auto 0 auto; position:relative; text-align:left;}
#header { background:url(/blog/wp-content/uploads/header_bkgnd.jpg) no-repeat; width:980px; height:292px; float:left; }
#logo { width:980px; float:left; text-align:left; }
#nav { width:882px; float:left; text-align:right; margin-top:139px; padding-right:98px; *padding-right:0px; padding-right /*\**/:0px; padding-right: 0px\0/IE8+9; }
img { border:0px; }
#content {background:url(../images/body_top.jpg) no-repeat 0 0; position:relative;}
#content { padding-right:18px }
#col1 /*sidebar*/ {padding-top:110px; float:left;}
	#col1 #col1_content {float:left; padding:0 12px 0 12px;}
#col2 /*content*/ {background:url(../images/main_repeat.jpg) repeat-y 0 0; padding:0; float:right; clear:left\0/IE8+9; margin-top:100px; width:670px; margin-left:0px; }
	#col2 #col2_top {width:670px; min-height:400px;}
		#col2 #col2_top p {margin-right:25px;}
		#col2 table {max-width:650px; margin:0 auto; !important}
	#col2 #col2_top #col2_bot {background:url(../images/main_bottom.jpg) no-repeat bottom left; margin-top:12px; clear:both;}
#footer {}

@-moz-document url-prefix() {
  #col2 { }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#col2 {  width:670px; float:right; clear:both; margin-top:-1425px; }
}

