/*  
Theme Name: Paintbrush
Theme URI: http://www.antbag.com
Description: This is great theme with a blue and green color scheme, and it's very easy to customize!
Version: 1.1
Author: Antbag
Author URI: http://www.antbag.com/

*/
/* wordpress fix */
IFRAME[SRC*="/ad*"],  { display: inline ! important }
/* snapshots fix */
IFRAME,IMG[SRC*="shots.snap.com/*"],  { display: inline ! important }

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: url('images/body_bg.gif');
/*	color: #AAA;*/
	color: #AAA
}

h1{
	font-family: Georgia, Sans-serif;
	font-size: 24px;
	padding: 15px 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
	color: #777
}

a:link, a:visited{
	text-decoration: none;
	color:#9CF;
}

a:hover{
	text-decoration: underline;
	color: #aaa;
}

blockquote { font-style: italic; 
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #777; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

/*******************
-------IMAGES------
*******************/

.entry img.size-thumbnail { 
	padding: 1px; 
	margin: 1em; 
	border: 1px solid #ccc;
        width: 20%
}

.entry img.left { 
	padding: 6px; 
	margin: 2em 2em 2em 0; 
	border: 1px solid #ccc;
	float: left; 	
	clear: left;
 
}
		
.entry img.right { 
	padding: 10px; 
	margin: 2em 0 2em 2em; 
	border: 1px solid #ccc;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 10px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.off { 
	padding: 0 !important; 
	border: none !important; 
}
		
.entry img.stack { 
	clear: none !important; 
}

#wrapper{
	margin: 10px auto 10px auto;
	width: 1100px;
	text-align: left;
	overflow: hidden;
	border: 6px solid red;
/*	background: #FFF;*/
	background: black;
}

/*----HEADER----*/

#header{
	float: left;
	width: 1100px;
	height: 130px;
	background: url('images/header.jpg') no-repeat left bottom;
	color: #fff; padding-left:20px; padding-right:0; padding-top:50px; padding-bottom:30px

}

#header a{
/*	text-decoration: none;*/
/*	color: #fff;*/
	display:none;
}

#header a:hover{
/*	text-decoration: underline;*/
	display:none;
}

/*----NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: center;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: medium none;
	border-bottom: medium none;
	background: url('images/nav_bg.gif');
}

#top-menu a{
	text-decoration: none;
	color: .sidebar ul li h2;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

/*----POST----*/

#container{
	float: left;
	width: 830px;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 50px 40px 40px;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 22px;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #777;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #777;
}

.postdate{ color: #777; }

p.postmetadata{
	font-size: 12px;
	color: #BFB8A1;
	border-top: 1px dashed #9CF;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 260px;
	margin: 0 auto 5px auto;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #777;
	background: url('images/side_head.gif');
	border-bottom: medium none;; margin-left:0; margin-right:10px; margin-top:0; margin-bottom:10px; padding-left:20px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
	list-style-image:url('images/bullet.png'); margin-left:13px; margin-right:0; margin-top:0; margin-bottom:0
}

.sidebar .syndication ul li{
	display: block;
	background: url('images/feed-icon-12x12.png') no-repeat;; margin-left:20px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:17px; padding-right:0; padding-top:0; padding-bottom:0
}

.sidebar a:link, a:visited{
	text-decoration: none;
	color:#9CF;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #CCC;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 575px;
	margin: 50px 0 0;
	border: 1px dashed #9CF;
	padding: 5px 5px 15px 15px;
/*	background: #DAF2FF;*/
	background: black;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
	color: #9CF;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #9CF;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #9CF;
}

.comments-template textarea{
	font-family: Arial, Hevletica, Georgia, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: black;
/*	background: #FFF;*/
	border: 1px solid #9CF;
}

/*----FOOTER----*/

#footer{
	clear: both;
	float: left;
	width: 1100px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #FFF;
	background: black;
	border-top: 3px solid red;
	border-bottom: none;
}

#footer a:link{
	text-decoration: none;
	color: #CCC;
}

#footer a:hover{
	text-decoration: underline;
	color: #CCC;
}

#footer a:visited{
	text-decoration: none;
	color: #FFF;
}

/*---- PHOTOHEADER----*/

#photoheader{
        clear: both;
	width: 100%;
	float: centre;
	margin: 0;
	padding: 10px 5px 5px 10px;
}