#container { width:955px; }
#content { width:655px; margin-right:50px; }
#sidebar { width:0px; }
#sidebar.sidebar2 { width:280px; }
.inside { width:1055px; }
#custom-header-bg { width:955px; }
.post .wp-caption img { max-width:643px; }
.post .wp-caption { max-width:653px; }
.post .caption-frame img { max-width:647px; }
.caption { background-color: #333333; color:#ffffff;  }
.caption a { color:#ffffff; }
.post.normal .postimage { width:655px; }
.post.thumb .postimage { height: 100px; }
.post.thumb { width:305px; }
.post.thumb .postimage { width:305px; }
.post.thumb.page-thumb { width:291px; }
.post.thumb.page-thumb .postimage { width:291px; }

body { font-family: Arial, Arial, Helvetica, sans-serif; font-size:13px; background-color:#000000; }
.post { font-size:13px; color:#000000; }
h1,h2,h3,h4,.post .post-title a { font-family: Arial Black, Georgia, 'Times New Roman', Times, serif; }
.blog-title a { font-size:44px; color:#333333; }
.post h1, .slider-h1 { font-size:44px; color:#454545; }
.post .post-title a { font-size:44px; color:#454545; }
.post.thumb h2 a, .thumbheading a.thumb-link { color:#454545; }
p.description { color:#999999; }
a { color:#d6d6d6; }
ul.navigation li a { color:#c7c7c7; font-size:12px; }
ul.navigation li.current_page_item a, ul.navigation li.current-cat a { color:#b50000; }
ul.navigation li.current_page_item li a { color:#c7c7c7; }
#footer-widgets li.widget { width: 208.75px;  }
#footer { color:#bdbdbd; }
#footer a { color:#bfbfbf; }
.pbcontent { width: 653px;  }

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



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: 955px;
	width:expression(this.width > 955 ? "955px" : this.width+"px");    
}

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