/*
Theme Name: Green Goo
Theme URI: http://www.blogtemplatesfree.com/
Description: Two column gooey green theme.
Author: WraithRuins
Author URI: http://www.wraithruins.com/
version: 1.0
*/



/* main */

body {  
         background-image: url(images/mbk.jpg);
         	margin:0px auto;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	color: #333;
	position: relative;
}

p {
	margin: 0px 0px 14px;
}
	
h1 {
	margin: 40px 0px 2px 0;
	padding: 0px;
	text-decoration: none;
}
h2 {
	color: #000000;
	margin: 10px 0px 0px 6px;
	letter-spacing: -1px;
	font: normal 210% "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, Times, Sans-seriff;
	padding-bottom: 2px;
}
h3 {
	margin: 20px 0px 0px;
	padding-bottom: 2px;
	font: bold 110% Arial;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #999966;
}

h4 {
	font: normal 150% Tahoma, Arial, sans-serif;
	color: #669900;
	margin: 0px 0px 2px;
	border:none;
}
ul {
	padding: 0px;
	margin: 5px 0px 15px 16px;
}
ul li ul{
	padding: 0px;
	margin: 0px 0px 5px 16px;
}
ul li {
	margin: 0px;
	padding:0;
	}

ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

small {
	font-size: 9px;
	padding:3px 6px;
	}

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 #999966;
         border-right: 1px solid #999966;
         background-image: url(images/mbk.jpg);
	margin: 15px;
	padding:1px 12px 1px 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a:link, a:visited {
	color: #fff;
	text-decoration:none
	}

a:hover {
	color:#000;
	text-decoration:underline;
	}



/* container */


#container {
	width: 800px;
	margin: 0 auto;
	font-size: 0.7em;
	padding: 0;
         	}
	
/* header */

#header {
         width: 800px; 
	color: #fff; 
	height: 150px;
         border-bottom: 2px solid #999966;
         	}

#header h1{
	font-family: Arial, Verdana, Helvetica, Times, serif;
         font-size: 24px;
	font-weight: 300;
	letter-spacing:-0.02em;
         padding: 10px 0 0 20px;
         margin-top: 0px;
	}	
	
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #fff; text-decoration: none;}


#header h2{
         margin: 0px 10px 0px 0px;
         padding: 1px 0 0 20px;
	font: 300 10pt Arial, Helvetica;
	text-transform: lowercase;
	color: #333;
	}

/* top menu */

#menu {
	clear: both;
	padding: 0;
         width: 80%;
         margin: -18px 0 0 10px;	
}
#menu ul {	
	 position: relative;
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
         font-weight: bold;
         font-size: 10pt;
         text-transform: uppercase;
	width: 100%;	
	list-style: none;
}
#menu ul li{
	display: inline;
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #333;
	padding: 0px 10px;
	text-decoration: none;	
}
#menu ul li a:hover{
	color: #fff;
}



/* main content */


#content {
         	width:520px;
	float:left;
         margin-top: 10px;
	}	

.post {
        padding: 0 10px 10px 10px;
        line-height: 12pt;
        border: 0;
        margin: 10px 0 0 5px;
        font-family: verdana, arial, tahoma;
	}
	
.post h2{
        font-family: Arial, Verdana, Helvetica, Times, serif;
        font-size: 18px;
        padding-bottom: 6px;
	}
	
.post h2 a{
       color: #999966;
       text-decoration:none;
	}
	
.post h2 a:hover{
	color:#000;
         text-decoration:none;
	}

.post img {
	padding: 4px;
         background: #f7f7f7;
	border: 2px solid #999966;
}
	
.post p{font-size: 11px;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.post a{
       color: #fff;
       font-weight: bold;
       text-decoration:none;
	}
	
.post a:hover{
	color:#000;
         font-weight: bold;
         text-decoration: underline;
	}

.entry p{margin:12px 0;}

.postmetadata{
         font-family: arial, verdana, tahoma;
	font-size: 10px;
	line-height: 100%;
	display: block;
	padding: 4px;
         margin: 15px 0 0 0;
         border-bottom: 1px dotted #999966;
         border-top: 1px dotted #999966;
	}

.postmetadata a{
       color: #fff;
       font-weight: bold;
       text-decoration:none;
	}
	
.postmetadata a:hover{
	color:#000;
         font-weight: bold;
         text-decoration: underline;
	}	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size: 10px;
	float: left;
	width:90%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}

/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
        width: 260px;
        float: right;
        margin-top: 10px;
        margin-right: 5px;
	}

#sidebar h2{
        height: 20px;
        margin-top: 12px;
        padding: 15px 0px 0px 10px;
        font-family: tahoma, verdana, arial;
        font: bold 11pt Arial;
        text-transform: uppercase;
        color: #999966;
	}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 0px 6px 6px 6px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
        list-style-type: none;
	}

#sidebar ul ul {
	margin: 0px 10px 6px 0px;
         padding-left: 20px;
	}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 10px;
	list-style-type: square;
	color: #ccc;
}

#sidebar a, .sidebar a:visited {
	color: #fff;
	text-decoration:none;
        padding:2px;
}
#sidebar a:hover {
	color: #999966;
	text-decoration:none;
         background: #f7f7f7;
         padding:2px;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h2{
	font-family: arial, verdana, times;
	font-size: 13pt;
	font-weight: 300;
	font-style: normal;
	color: #333;
	}

#commentform{
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #333;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: arial, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #333;
	}
	
#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: 10pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #eee;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {border: 2px dotted #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt; font-size: 11px;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #333; text-decoration: none; border-bottom: 1px dotted #000;}


/* widget search */


#searchform{
	padding: 5px 0 5px 6px;
	font-family: verdana, arial, times;
         text-align: center;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 1px;
	border: 1px solid #999;
	background-color: #eee;
	color: #333;
}

/* footer */

#footer {
        clear: both;
        width: 100%;
        height: 24px;
        text-align: center;
        margin-top: 10px;
        border-top: solid 2px #999966;
        font-family: verdana, arial, tahoma;
        font-size: 8pt;
}
	
#footer p{padding:6px;margin: 0; color: #000;}
#footer a{color: #000; text-decoration: none;}
#footer a:hover{color: #fff; text-decoration: underline;}


input.textbox, textarea
{
	border: #999 1px solid;
	background: #eee;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
	width: 150px;
}

/* calendar */

#wp-calendar {
     empty-cells: show;
     margin: 0;
     margin-bottom: 8px;
     width: 90%;
}

#wp-calendar th {
      font-style: normal;
      text-transform: capitalize;
      color: #999966;
} 

#wp-calendar td {
       font-family: verdana, arial, times;
       color: #333;
       font-size: 8pt;
       letter-spacing: normal;
       padding: 2px 0;
       text-align: center;
}

#wp-calendar a:hover {
      background: #999966;
      color: #333;

}