#container { width:900px; }
#content { width:900px; margin-right:50px; }
#sidebar { width:270px; }
#sidebar.sidebar2 { width:180px; }
.inside { width:1000px; }
#custom-header-bg { width:900px; }
.post .wp-caption img { max-width:888px; }
.post .wp-caption { max-width:898px; }
.post .caption-frame img { max-width:892px; }
.caption { background-color: #333333; color:#ffffff;  }
.caption a { color:#ffffff; }
.post.normal .postimage { width:900px; }
.post.thumb .postimage { height: 100px; }
.post.thumb { width:428px; }
.post.thumb .postimage { width:428px; }
.post.thumb.page-thumb { width:273px; }
.post.thumb.page-thumb .postimage { width:273px; }

body { font-family: Arial, Arial, Helvetica, sans-serif; font-size:13px; background-color:#3b3b3b; }
.post { font-size:13px; color:#333333; }
h1,h2,h3,h4,.post .post-title a { font-family: Arial, Georgia, 'Times New Roman', Times, serif; }
.blog-title a { font-size:44px; color:#333333; }
.post h1, .slider-h1 { font-size:18px; color:#000000; }
.post .post-title a { font-size:18px; color:#000000; }
.post.thumb h2 a, .thumbheading a.thumb-link { color:#000000; }
p.description { color:#999999; }
a { color:#0750bd; }
ul.navigation li a { color:#454545; font-size:10px; }
ul.navigation li.current_page_item a, ul.navigation li.current-cat a { color:#0750bd; }
ul.navigation li.current_page_item li a { color:#454545; }
#footer-widgets li.widget { width: 195px;  }
#footer { color:#757575; }
#footer a { color:#666666; }
.pbcontent { width: 598px;  }

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

.sf-menu li .sf-sub-indicator { display:block; }
ul.navigation a.sf-with-ul .navitem { display:block; float:left; cursor:pointer; } 

.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; }


blockquote { color:#333; margin: 1em 0;	padding: 10px; background-color: #f2f2f2; }

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

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