#container { width:1000px; }
#content { width:620px; margin-right:80px; }
#sidebar { width:300px; }
#sidebar.sidebar2 { width:50px; }
.inside { width:1100px; }
#custom-header-bg { width:1000px; }
.post .wp-caption img { max-width:608px; }
.post .wp-caption { max-width:618px; }
.post .caption-frame img { max-width:612px; }
.caption { background-color: #333333; color:#ffffff;  }
.caption a { color:#ffffff; }
.post.normal .postimage { width:620px; }
.post.thumb .postimage { height: 100px; }
.post.thumb { width:288px; }
.post.thumb .postimage { width:288px; }
.post.thumb.page-thumb { width:306px; }
.post.thumb.page-thumb .postimage { width:306px; }

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:13px; background-color:#000000; }
.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:40px; color:#010566; }
.post h1, .slider-h1 { font-size:36px; color:#000000; }
.post .post-title a { font-size:36px; color:#000000; }
.post.thumb h2 a, .thumbheading a.thumb-link { color:#000000; }
p.description { color:#999999; }
a { color:#1c0f96; }
ul.navigation li a { color:#000000; font-size:14px; }
ul.navigation li.current_page_item a, ul.navigation li.current-cat a { color:#db0000; }
ul.navigation li.current_page_item li a { color:#000000; }
#footer-widgets li.widget { width: 220px;  }
#footer { color:#999999; }
#footer a { color:#666666; }
.pbcontent { width: 698px;  }

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


 .feature img, .post.normal img, .post.thumb .postimage { border: #ddd 1px solid; } 
.post .post-title h2 { padding-right: 58px; }
.post .post-title .comment a { font-size: 22px; }
.post.portfolio .post-title h2 { padding-right: 0; }



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

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