/*
Theme Name: Wizard Pimp
Description: Toon theme
Author: WraithRuins
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/body.gif);
        background-repeat: repeat-x;
        background-color: #5199C5;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 20px;
	}
	
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-serif;
	text-transform: uppercase;
	color: #666;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; text-transform: none;}

p, h1, h2, h3 {
	margin: 10px 15px;
}

small {
	font-size: 8pt;
	padding: 2px 3px 2px 3px;
        border-bottom: 2px dotted #eee; 
	}

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a {
	color: #ff6600;
	text-decoration:none;
	border: none;
	}

a:hover{color:#000;text-decoration: underline; border: none;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	background:#fff;
	color: #333;
	border: 3px solid #6699cc;
	}
	
/* header */

#header {
	background: #fff;
        width: 100%; 
	color: #fff; 
	height: 100px;
	}

#header h1{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 22pt;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;	
	padding: 20px 0 0 16px;	
	}
	
#header h1 a{color: #000; text-decoration: none;}
#header h1 a:hover{color: #000; text-decoration: none;}


#header h2{
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
        text-transform: lowercase;
	color: #000;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}

/* main menu */

#menu {
	 clear: both;
	 margin: 0; padding: 0;
         border-top: 3px solid #6699cc;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.1em 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-serif;
        text-transform: uppercase;
	width: 760px;
	border: 1px solid #6699cc;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #000;
	padding: 0px 10px;
	text-decoration: none;
        background: #fff;	 
	border-bottom: 4px solid #6699cc; 	
}
#menu ul li a:hover{
	color: #000;
	background-color: #eee; 
	border-bottom: 4px solid #ff6600;
}
#menu ul li.current_page_item a{
	color: #000;
	background-color: #eee; 
	border-bottom: 4px solid #ff6600;
}



/* content */


#content {
	float: left;
	width: 72%;
	}	

.post {
	margin: 0 10px;
	padding: 15px;
	line-height: 14pt;
        font-family: verdana, arial, tahoma;
        color: #333;
	font-size: 11pt;
}
	
.post h2 {
	padding: 10px 0 0 2px;
	margin: 0 0 0 2px;
	text-transform: uppercase;
	}
	
.post h2 a{
	color: #009900;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ff6600;
	text-decoration: none;
	}
	
.post p{font-size: 9pt;}

.post a{text-decoration:underline; font-weight:bold;}

.post img {
         display: block;
         margin-left: auto;
         margin-right: auto;
}

.post a img { padding: 5px; border: 1px solid #6699cc; background: #fff;}
.post a:hover img { padding: 4px; border: 2px solid #6699cc; background: #f7f7f7; }

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata {
	clear: both;
	padding:2px;
	margin: 16px 0 0 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
        width: 85%;
        text-align: right; 
	}

.postmetadata a{color: #ff6600; text-decoration: none; text-transform: uppercase; font-size: 8pt;}
.postmetadata a:hover{color: #333; text-decoration: underline; text-transform: uppercase; font-size: 8pt;}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
        color: #666;
	width: 200px;
	float: right;
	margin: 0 0 24px 0;
	padding: 0;
	}

#sidebar h2{	
	padding: 10px 0 5px 0;
	margin: 0 0 5px 3px;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
         color: #009900;
}

#sidebar p {margin:0; padding: 0 6px 0 6px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 10px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #666;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top: solid 3px #6699cc;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
         text-align: center;
	}
	
#footer p{padding:6px; margin: 0; color: #333;}
#footer a{color: #ff6600;text-decoration: none;}
#footer a:hover{color: #6699cc;text-decoration: underline;}

/* top search */

#find {
    text-align: left;
    margin: 0 0 0 12px;
}

#find ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#find ul li.search {
	font-size: 0.9em; 
	right: 0;  
	top: 0;
}

#find ul li.search input#searchsubmit {
	border: #ccc 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0; 
	color: #ff6600; 
	padding: 2px; 		
}

input.textbox, textarea
{
	border: #ff6600 1px solid;
	background: #fff;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	width: 120px;
}

