#container { width:915px; }
#content { width:615px; margin-right:50px; }
#sidebar { width:250px; }
#sidebar.sidebar2 { width:180px; }
.inside { width:1015px; }
#custom-header-bg { width:915px; }
.post .wp-caption img { max-width:603px; }
.post .wp-caption { max-width:613px; }
.post .caption-frame img { max-width:607px; }
.caption { background-color: #333333; color:#ffffff;  }
.caption a { color:#ffffff; }
.post.normal .postimage { width:615px; }
.post.thumb .postimage { height: 100px; }
.post.thumb { width:285px; }
.post.thumb .postimage { width:285px; }
.post.thumb.page-thumb { width:278px; }
.post.thumb.page-thumb .postimage { width:278px; }

body { font-family: Arial, Arial, Helvetica, sans-serif; font-size:13px; background-color:#000000; }
.post { font-size:14px; color:#b8b8b8; }
h1,h2,h3,h4,.post .post-title a { font-family: Georgia, Georgia, 'Times New Roman', Times, serif; }
.blog-title a { font-size:44px; color:#ffffff; }
.post h1, .slider-h1 { font-size:22px; color:#e0e0e0; }
.post .post-title a { font-size:22px; color:#e0e0e0; }
.post.thumb h2 a, .thumbheading a.thumb-link { color:#e0e0e0; }
p.description { color:#999999; }
a { color:#e81010; }
ul.navigation li a { color:#969393; font-size:22px; }
ul.navigation li.current_page_item a, ul.navigation li.current-cat a { color:#3d3d3d; }
ul.navigation li.current_page_item li a { color:#969393; }
#footer-widgets li.widget { width: 198.75px;  }
#footer { color:#d1d1d1; }
#footer a { color:#9e9e9e; }
.pbcontent { width: 613px;  }

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:#fc0a0a; }



.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: 915px;
	width:expression(this.width > 915 ? "915px" : this.width+"px");    
}

#content img, #content obj, #content embed {
	max-width: 615px;
	width:expression(this.width > 615 ? "615px" : this.width+"px");
}
