/*  
Theme Name: MrWize - 01
Theme URI: http://www.mrwize.nu/wordpress-themes/01/
Description: A theme, a derivate from Kubrik, optimized for 1024x768 screen resolution and AdSense/Banners
Version: 1.0
Author: Patrik Berggren
Author URI: http://www.mrwize.nu/

	MrWize 01 v1.0
	http://www.mrwize.nu/wordpress-themes/01/

	This theme, kubrik, was re-designed by Patrik Berggren,
	whose website you will find at http://www.mrwize.nu/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Georgia, Verdana, Arial, Sans-Serif;
	background: #999999;
	color: #333;
	text-align: center;
}

a
{
	color:#807367;
}

#page
{
	background-color: white;
	text-align: left;
}

#header
{
	background-color: #999999;
}

#header, #page
{
	background: url('images/verticalstretchedbg.gif') repeat-y top center;
}

.topcorner
{
	margin:0;
	padding:0;
	background: #999999 url('images/horizontalbgheader.gif') repeat-x bottom center;
}

.topcorner span
{
	background: url('images/cornertopleft.gif') no-repeat bottom left;
}

.topcorner span span
{
	background: url('images/cornertopright.gif') no-repeat bottom right;
	/*background: url('images/horizontalbgheader.gif') repeat-x top center;*/
}

#headerleftside
{
	background: url('images/headerleftsidebg.jpg') no-repeat center;
}

#headerleftside h3
{
	font-size:20px;
}

#headerrightside
{
	background-color:#a3d39c;
}

span.itemcornertop
{
	background: url('Images/corner-top-left.gif') no-repeat top left;
}

span.itemcornertop span
{
	background: url('images/corner-top-right.gif') no-repeat top right;
}

span.itemcornerbottom
{
	background: url('images/corner-bottom-left.gif') no-repeat bottom left;
}

span.itemcornerbottom span
{
	background: url('images/corner-bottom-right.gif') no-repeat bottom right;
}

#content
{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	background-color:#F6E9E3;
}

.contentsection
{
	padding:5px;
}

.contentsection h3
{
	font-size:16px;
	margin:0 0 0 5px;;
	color:#FCFF5E;
}

.contentsection p
{
	font-family:Verdana, Arial;
	font-size:10px;
	color:#000000;
	margin:0 0 5px 5px;
}

.bottomcorner
{
	clear:both;
	background: #999999 url('images/horizontalbgfooter.gif') repeat-x bottom center;
}

.bottomcorner span
{
	background: url('images/cornerbottomleft.gif') no-repeat top left;
}

.bottomcorner span span
{
	background: url('images/cornerbottomright.gif') no-repeat top right;
	/*background: url('images/horizontalbgheader.gif') repeat-x top center;*/
}

#footer
{
	border: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */
html, body
{
	margin: 0 0 20px 0;
	padding: 0;
	height:100%;
}

#page
{
	margin: 0 auto;
	padding: 0;
	width: 746px;
}

#header
{
	margin: 0; 
	padding: 0; 
}

.topcorner
{
	height:38px;
	margin:0;
	padding:0;
	display: block;
}

.topcorner span, .topcorner span span
{
	height:38px;
	margin:0;
	padding:0;
	display: block;
	background-repeat: no-repeat;
	z-index:10;
}

.bottomcorner
{
	height:20px;
	margin:0;
	padding:0;
	display: block;
}

.bottomcorner span, .bottomcorner span span
{
	height:20px;
	margin:0;
	padding:0;
	display: block;
	z-index:10;
}

span.itemcornertop, span.itemcornertop span, span.itemcornerbottom, span.itemcornerbottom span
{
	height:5px;
	margin:0;
	padding:0;
	display: block;
	background-repeat:no-repeat;
}

#headerleftside
{
	float:left;
	width:494px;
	height:100px;
	padding:0;
	margin:0 0 0 25px;
}

#headerleftside h3
{
	padding:0 0 0 5px;
	margin:0 0 0 400px;
}

#headerleftside h3 a
{
	color:#FFFFFF;
	text-decoration:none;
}

#headerrightside
{
	float:right;
	padding:0;
	margin:0 25px 0 0;
	width:190px;
}

.itemcornerbottom, span.itemcornerbottom, span.itemcornerbottom span
{
	margin-top:auto;
}

#content
{
	float:left;
	width:493px;
	/*margin:10px 0 0 25px;*/
	/*min-height:450px;*/
}

#content form
{
	padding:10px;
}

#content form input, #content form textarea
{
	border:1px solid #663300;
}

#content form textarea
{
	width:99%;
}

.post
{
	padding:10px 0 5px 0;
	margin:0 20px;
	text-align:justify;
	border-bottom:1px solid #FFFFFF;
}

.post h1, .post h1 a, .post h3 a, h2.pagetitle a
{
	color:#807367;
	font-size:20px;
}
.post h1, .post h2, .post h3
{
	margin:0;
	padding:0;
}

.post h2 a, .post h3, h2.pagetitle
{
	color:#807367;
}

h2.pagetitle
{
	margin:0 0 0 20px;
	padding:0;
}

#respond
{
	font-size:16px;
	margin:0 0 0 10px;
	padding:0;
	
}
.post .postmetadata
{
	border-top:1px solid white;
	padding:5px 0 5px 0;
	margin:0;
	font-style:italic;
	text-align:right;
}

#footer
{
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 746px;
	clear: both;
	text-align:center;
}

#footer ul
{
	display:inline;
	list-style-type:none;
	margin:10px 0;
}

#footer ul li
{
	display:inline;
	padding:3px;
	margin:10px 0;
	color:#666666;
}

#footer ul li a
{
	color:#666666;
}

#footer ul li a:hover
{
	color:#999999;
}

#footerleftside
{
	width:359px;
	float:left;
	margin:20px 0 0 50px;
	text-align:left;
	color:#999999;
}

#footer p
{
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */

/*  End Headers */



/* 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 */



/* 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;
	}
*/
#sidebar ul
{
	margin:0;
	padding:5px;
	list-style-type:none;
}

#sidebar ul li
{
	display:block;
	margin:0;
	padding:0;
}

#sidebar ul li h4
{
	font-size:14px;
	color:#663300;
	margin:0 0 0 5px;
	padding:3px 5px;
	border-bottom:1px dashed #F6E9E3;
}

#sidebar ul ul li
{
	margin:0;
	padding:0;
	border:1px solid #E4D7C6;
	border-bottom:1px dashed #F6E9E3;
}

#sidebar ul ul li:hover
{
	background-color:#F6E9E3;
	border:1px solid lightgrey;
}

#sidebar ul ul li a
{
	display:block;
	margin:0;
	padding:3px 5px;
	font-size:12px;
	color:#663300;
	text-decoration:none;
	border:1px;
}

#sidebar ul ul li a:hover
{
	color:#993300;
}

#searchform ul, #cse-search-box ul
{
	text-align:left;
	margin:10px 0 0 10px;
	padding:0;
}

#searchform ul li, #cse-search-box ul li
{
	text-align:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform, #cse-search-box
{
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	height:60px;
}

#headerrightside #searchform #s, #headerrightside #cse-search-box #q
{
	width: 108px;
	padding: 2px;
	border:1px solid #769971;
	font-size:10px;
}

#headerrightside #searchform #searchsubmit,#headerrightside #cse-search-box #searchsubmit
{
	font-size:12px;
	background-color:#D1E9CD;
	border:1px solid #769971;
}

#headerrightside #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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#about
{
	float:left;
	width:437px;
	background-color:#FBAF5D;
	margin:10px 25px 0 10px;
	padding:0;
}

#about .gooitem
{
	float:left;
	width:234px;
	margin:0 5px 5px 0;
}

#extrabar
{
	float:left;
	width:234px;
	margin:10px 0 0 10px;
	padding:0;
	background-color:#bdceff;
	text-align:center;
}
#sidebar
{
	width:190px;
	float:right;
	margin:10px 25px 0 0;
	background-color:#E4D7C6;
}

#sidebar form
{
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center
{
	text-align: center;
}

hr
{
	display: none;
}

a img
{
	border: none;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
