/*
Theme Name: mr.vilt
Author: mr.vilt
version: 1.0
Tags: grey-green, three-columns, fixed-width
*/



/* basics */


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



.wp-caption {
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
}





*{margin:0; padding:0;}



body
	{
	padding:0px;
	margin:0px;
	background-attachment:fixed;
	color:#000;
	letter-spacing: normal;
	background-image:url(http://www.mrvilt.com/wordpress/wp-content/uploads/2011/09/pattern2.png);
	background-color: #757575;
     }



/*
body {
background-attachment: fixed;
/* background-color: #757575; */
background-color: #fff;
background-image: url(http://www.mrvilt.com/wordpress/wp-content/uploads/2011/09/pattern2.png);
background-position: top center;
background-repeat: no-repeat;

margin:0;
padding: 0;

background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
}
*/
/*
This next definition doesn't allow the background to get any smaller
than a predefined size (640x426px in this case). Change the values
here to match your background image size. The configuration in the
flexi-background javascript file should also match these values.
*/

@media only all and (max-width: 960px) and (max-height: 426px) {
body {
background-size: 960px 426px;
-moz-background-size: 960px 426px;
-webkit-background-size: 960px 426px;
}
}

/*
The next 2 definitions are for support in iOS devices.
Since they don't recoginze the 'cover' keyword for background-size
we need to simulate it with percentages and orientation
*/

@media only screen and (orientation: portrait) and (device-width: 320px),
(device-width: 768px) {
body {
-webkit-background-size: auto 100%;
}
}

@media only screen and (orientation: landscape) and (device-width: 320px),
(device-width: 768px) {
body {
-webkit-background-size: 100% auto;
}
}

	 
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	color: #000;
	text-align:left;
	padding: 2px;

}
h1,h2,h3,h4,h5,h6 {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color:#000;
	font-weight: normal;
	text-align:left;
	letter-spacing: 1.5px;
	margin-top:10px;
	text-transform: uppercase;
}

img{ border: none; padding:0; }
img a{border:none;}

ol, ul, li {
list-style: none;
list-style-type: none;
}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	}


/* links */

a{	color: #000;
	text-decoration:none;}
a:hover{
	color: #b3d0c2;
}

.post a{	
	color: #757575;
}
.post a:hover{
	color: #b3d0c2;
}

/* container */


#container {
	width:980px;
	margin: 0 auto;
	margin-top:10px;
	padding:0;
	overflow: hidden;
	}
	
/* header */

#header {
	margin-top:145px;
	}

/* main menu */


#menu {
	width:100%; 
	overflow:hidden;
	padding: 0 0 0 0;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:0 10px;
	margin: 0;
	display:block;
}

#menu ul li a:hover {
	color:#b3d0c2;
	text-decoration:none;
}




/* content */


#content {
	float: left;
	width: 450px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	padding-top: 5px;
        margin-top: -5px; 
}

.post {
	margin:0;
	padding:0;
	line-height: 18pt;
	border-bottom: 1px solid #000;
	margin-bottom:25px;
	margin-top: -3px;
	}
		
.post h2 a{	
	color: #000;
	text-decoration:none;
	}
	
.post h2 a:hover{
	color:#b3d0c2;
	text-decoration: none;
	}

.post h3 a{	
	color: #000;
	text-decoration:none;
	}
	
.post h3 a:hover{
	color:#b3d0c2;
	text-decoration:none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}
	

.navigation {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	



/* left sidebar */


#left {
	width:225px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	background-color: #fff;
	float:left;
	margin:0;
	text-align:left;
	z-index:999;
	margin-top: -5px;
	padding-top:12px;
}

	
#left a{	
    color:#000;
	text-decoration:none;
	}

#left a:hover{
	color:#b3d0c2;
	text-decoration: none;

	}

#left label{
	margin: 0;
	padding: 0;
}

#left p {
	margin:0; 
	}

#left img {padding: 0; margin: 0;}

#left ul {
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom: 0;
	}

#left ul ul {
	margin-top:-10px;
	padding: 0;
	list-style-type: none;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left ul ul ul li{
	padding: 0;
	list-style-type: none;

}



/* right sidebar */

#right{
	margin-top: -5px;
	float:left;
	padding: 0px;
	width:225px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	background-color: #fff;
	}

#right h3{
	padding-top: 10px;
	border-top: 1px solid #000;
	}

#right ul {
	margin-bottom:0;
	padding:0;
	display: inline;
	}

#right ul li {
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-left: 0;

	padding-right: 5px;
	border-right: 1px solid #000;
	}

#right ul ul {
	margin-bottom: 10px;
	display: inline;
	}

#right ul ul li {
	display: inline;
	}

#right ul ul ul{
	padding: 0;
	display: inline;
}




/* comments */


#commentform{
	margin:0;
	
	}
	
#commentform p{
	}
	
#commentform a{
	text-decoration:none;
	}
		
#commentform h3 a{	
	color: #000;
	text-decoration:none;
	}
	
#commentform h3 a:hover{
	color:#b3d0c2;
	text-decoration: none;
	}
	
#comment{
	width:440px;
	resize: none;
	}

#author, #email, #url, #comment, #submit, #searchsubmit, input{
	font-size: 11px;
	background-color: #b3d0c2;
	font-family: "Times New Roman", Times, serif;
	border-width: 0px;
	border-style: none;
	color: black;
	padding:2px 5px 2px 5px;
        margin-top: 5px;
	text-decoration:none;


}
#submit{margin:10px 0 10px 0; border:0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt { }
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 18pt;}

ol.commentlist a { }

cite {
	}
	
cite a{
}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	
	}

#searchform input#s{
	font-size: 10px;
        width:215px;
	background-color: #b3d0c2;
	font-family: "Times New Roman", Times, serif;
	border-width: 0px;
	border-style: none;
	color: black;
	padding:2px 5px 2px 5px;
        }




/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   text-align: center;
   background-color: #b3d0c2;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	color:#000;
	clear: both;
	width: 100%;
	overflow: hidden;
	position:relative;
	padding-top: 10px;
	left: 10px;
	bottom: 10px;
	}
	
#footer a{	color: #000;
	}
	
#footer a:hover{
color:#b3d0c2;
}

#spacer {
	width: 100%;
	height:5px;
	}

#a2apage_BROWSER { display:none !important; }

#a2apage_EMAIL { display:none !important; }


.shr-publisher { 
padding-bottom: 50px;
}

a.active_category { color:#b3d0c2; }

#comment, #searchform input#s {
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color:#000;
	font-weight: normal;
	text-align:left;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}



#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0pt;
margin: 0pt;
}
 
#related_posts_thumbnails li {
width: 102px;
float: left;
margin: 0pt;
padding: 5px;
display: block;
border-right: 0px solid #DDDDDD;
background-color: #fff;
}
 
#related_posts_thumbnails li:hover {
background-color: #B3D0C2;
}
 
#related_posts_thumbnails li a {
height: 102px;
border: 0pt none;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
}
 
#related_posts_thumbnails li a+a {
display: none;
text-align: left;
width: 102px;
overflow: hidden;
color: #333333;
text-decoration: none;
}
 
#related_posts_thumbnails img {
width: 102px;
height: 102px;
padding: 0px;
margin: 0px;
border: 0pt none;
}

#sticker {
position:fixed;
top:20x;
width:960px;
height:150px;
z-index:999;
left: 50%;
margin-left: -480px;
}

.shareinpost ul.socialwrap, .postmetadata {
	font-size: 8pt;
}
