#container { width:800px; }
#content { width:800px; margin-right:50px; }
#sidebar { width:0px; }
#sidebar.sidebar2 { width:180px; }
.inside { width:900px; }
#custom-header-bg { width:800px; }
.post .wp-caption img { max-width:788px; }
.post .wp-caption { max-width:798px; }
.post .caption-frame img { max-width:792px; }
.caption { background-color: #333333; color:#ffffff;  }
.caption a { color:#ffffff; }
.post.normal .postimage { width:800px; }
.post.thumb .postimage { height: 100px; }
.post.thumb { width:378px; }
.post.thumb .postimage { width:378px; }
.post.thumb.page-thumb { width:239px; }
.post.thumb.page-thumb .postimage { width:239px; }

body { font-family: Arial, Arial, Helvetica, sans-serif; font-size:13px; background-color:#4d0000; }
.post { font-size:13px; color:#333333; }
h1,h2,h3,h4,.post .post-title a { font-family: Georgia, Georgia, 'Times New Roman', Times, serif; }
.blog-title a { font-size:48px; color:#333333; }
.post h1, .slider-h1 { font-size:44px; color:#000000; }
.post .post-title a { font-size:44px; color:#000000; }
.post.thumb h2 a, .thumbheading a.thumb-link { color:#000000; }
p.description { color:#999999; }
a { color:#660000; }
ul.navigation li a { color:#454545; font-size:14px; }
ul.navigation li.current_page_item a, ul.navigation li.current-cat a { color:#660000; }
ul.navigation li.current_page_item li a { color:#454545; }
#footer-widgets li.widget { width: 170px;  }
#footer { color:#999999; }
#footer a { color:#666666; }
.pbcontent { width: 498px;  }

ul.navigation.navbarbg, ul.navigation.navbarsep { background-color:#f4f4f4; }
ul.navigation.navbarbg li a, ul.navigation.navbarsep li a, ul.navigation.navboxesbg li a { background-color:#f4f4f4; }
ul.navigation.navbarbg li a:hover, ul.navigation.navbarsep li a:hover, ul.navigation.navboxesbg li a:hover { background-color:#f0f0f0; }



.sf-menu a > .sf-sub-indicator { top: 0.4em; }
.sf-menu li li a > .sf-sub-indicator { top: 0.6em; }
ul.navigation li a { font-weight:normal; }
ul.navigation li a:hover { text-decoration:none; }
post-title.cufonheading, .post.page h1, post.single.h1 { line-height: 0.9em; }
h1 a:hover, h2 a:hover { text-decoration:none; }



/* Max width */
#container img {
	max-width: 800px;
	width:expression(this.width > 800 ? "800px" : this.width+"px");    
}

#content img, #content obj, #content embed {
	max-width: 800px;
	width:expression(this.width > 800 ? "800px" : this.width+"px");
}