/*
Theme Name: Zotrim
Theme URI: http://wordpress.org/
Description: The Zotrim WordPress theme based on the famous Kubrick.
Version: 1.6
Author: Mr Slim
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets, zotrim

*/



/* Begin Typography & Colors */
body { background:url(images/bg.jpg) repeat-x; background-color:#b5b5b5; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0 auto 0 auto;}

#bg2 { background:url(images/bg2.jpg) top center no-repeat; margin:0 auto 0 auto;}

#header_container { width:730px; height:204px; margin:0 auto 0 auto;}
#header01 { width:510px; height:154px; background:url(images/header01.jpg); float:left; padding:50px 0 0 30px; font-size:28px; color:#FFFFFF; font-weight:bold;}
#header01 strong { color:#1e2454; font-size:18px;}
#header02 { width:190px; height:204px; background:url(images/header02.jpg); float:left;}

h1 { font-size:20px;}
h1 strong { color:#CC0000;}
.clr { clear:both;}

#content_container { width:730px; margin:0 auto 0 auto; background:url(images/container-bg.jpg) repeat-y;}


#leftnav { width:190px; float:left;}

ul#nav {
   list-style-type : none;
   text-align : left;
 }

 /*
  This styles the links. Itâs a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
ul#nav a {height:25px; width:163px; background:url(images/but01.jpg); display:block; padding:8px 0 0 20px; float:right; color:#FFFFFF; text-decoration:none; }

ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover, ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
 height:25px; width:163px; background:url(images/but02.jpg); display:block; float:right; }

#content { width:510px; float:left; background:url(images/content-bg.jpg) top center no-repeat; padding:12px 15px 15px 15px;}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer { width:730px; height:35px; background:url(images/footer.jpg); margin:0 auto 0 auto; text-align:center; padding:15px 0 0 0; font-size:12px;}
#footer a{ text-decoration:underline; color:#FFFFFF; margin:0 10px 0 10px;}
#footer a:hover{ text-decoration:none; color:#FFFFFF;}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

.wp-widget-title {
	 position: relative; 
	 top: 5px;
	 color:#000;
	 font-size: 10pt;
	 font-weight: bold;
	 padding:6px 0 6px 10px;
	 margin:0;
	 }

#mp-container {	
	padding: 5px 3px;
	text-align: center;
}

.MailPressFormEmail {
        margin-bottom: 5px;
}


#leftnav a img {margin: 10px 8px 8px 30px;}