
/* 
Theme Name: Modified GreyMonger Theme for Worthless Genius
Theme URL: http://simplyblackandwhite.net/2008/08/25/greymonger-theme/
Description: GreyMonger is a neat 2-column, grey wordpress theme.
Author: GreyMonger: iSkoLareS|Worthless Genius Changes: Benjamin M. Strozykowski
Author URI: http://blog.tambayanbox.org
Version: 1.0.0.2
Tags: 2 column, neat, simple, gray

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Change Log : 1.0.0.0 - Original version
	     1.0.0.1 - added gravatar support and post tags
	     1.0.0.2 - bug fixes	 
*/

body {
	background: #222222;
	color: #222222;
	font-size: 11px;
	font-family: verdana, arial, times new roman;
 	margin: 0px auto 0px ;
	padding: 0px;
	}
p {
	line-height: 1.6em;
	margin: 0.7em 0;
	}
br.clear {
	clear: both;
         }
	
/************************* LINKS **************************/

a, a:visited {
	color: #BE0C0C;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
/************************* CONTENT **************************/

#content {
    overflow: hidden;
   	text-align: left;
	width: 1000px;
	background: #222222;
	margin: 5px auto 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #CCCCC;
position:relative;
top:-5px;
width:1022px;
	}

#content h1 {
		background-color:#DDDDDD;
		border-bottom:2px solid #E4E4E4;
		border-top:2px solid #E4E4E4;
		color:#000000;
		font-family:verdana,arial,times new roman;
		font-size:18px;
		font-weight:bold;
		margin:0 0 3px;
		padding:5px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #BE0C0C;
	text-decoration: none;
	}
	
#content h2 {
	color: #333333;
	font-size: 15px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h3 {
	color: #333333;
	font-size: 12px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft {
	background: #ffffff;
	float: left;
	width: 755px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	border: 3px solid #999999;
	}

#contentleft .navigation a {
	color: #BE0C0C;
	}

#contentleft  .alignleft {
	float: left;
	width: 50%;
	}

#contentleft  .alignright {
	float: right;
	text-align: right;
	width: 50%;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
       }

#contentleft p{
	padding: 0px 0px 15px 0px;
	margin: 0 10px;
	line-height: 17px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
	
blockquote{
	margin: 0px 25px 15px 35px;
	padding: 0px 25px 0px 10px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}
	
.postinfo {
	width: 680px;
	background: #FFFFFF;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 7px 5px;
	line-height: 10px;
	}
	
.taginfo {
	width: 728px;
	background: #F2F2F2;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 10px;
	}

/************************* SIDEBAR **************************/

#sidebar {
	background: #ffffff;
	display: inline;
	float: right;
	width: 205px;
	margin: 0px 10px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 3px solid #999999;
	}
	
#sidebar p{
	padding: 5px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
	}
	
#sidebar h2 {
	color: #BE0C0C;
	font-size: 13px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#sidebar ul li a, #sidebar ul li a:visited {
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #C0C0C0;
	}

#sidebar ul li a:hover {
	background: #EAEAEA;
	color: #BE0C0C;
	text-decoration: none;
	}
	
/************************* FOOTER **************************/

#footer {
	-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#333333 none repeat scroll 0 0;
border-bottom:1px solid #666666;
border-top:1px solid #666666;
color:#FFFFFF;
height:150px;
line-height:17px;
padding:10px 0;
text-align:center;
width:100%;
	}
	
#footer p {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;	
	}
	
#footer a {
	color: #BBBBBB;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/************************* COMMENT **************************/
	
#commentblock {
	width: 720px;
	background: #E8E8E8;
	color: #333333;
	padding: 0px 10px 10px 20px;
	margin: 10px 0px 20px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#content .commentsfeedr
{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}

#content .trackbackr
{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 30px 10px 5px 10px;
	width: 675px;
	background: #FFFFFF;
	}

/************************* NAV BAR **************************/
#navr {
	background-color:#222222;
border-bottom:1px solid #666666;
font-family:Trebuchet MS,Tahoma,Verdana,Arial,Serif;
margin:0 auto;
overflow:hidden;
padding:0;
position:relative;
text-align:right;
top:-145px;
width:100%;
	}

html #navr {
	height: 35px;
	}
	
#navr ul li {
	float: right;
	list-style-type: none;
	margin: 0 5px 0 0;
}

#navr ul li a {
	background-color:#333333;
border-color:#666666 #666666 -moz-use-text-color;
border-left:1px solid #666666;
border-right:1px solid #666666;
border-top:1px solid #666666;
color:#FFFFFF;
display:block;
font-size:14px;
font-weight:bold;
height:30px;
letter-spacing:0;
padding:2px 10px;
text-decoration:none;
	}
	
#navr ul li a:hover {
	background: #444444;
	border-bottom: none;
	color: #FFFFFF;
	}

#navr ul li a:active {
	background: #666666;
	border-bottom: none;
	color: #FFFFFF;
	font-weight: bold;
	}

/************************* HEADER **************************/
#top {
	background: #333333;
	border-bottom: 1px solid #666666;
height: 175px;
}
	
.headerleft {
	width: 700px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 60px 0px 0px 45px;
        font-weight: bold;
        font-size: 16px;
}

.headerleft a, .headerleft a:visited {
	font-family: Georgia, Verdana, Arial, Serif;
	font-size: 26px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.headerleft a:hover {
	color: #666666;
	text-decoration: none;
	}
	
.headerleft img {
border:0px;
}
/************************* IMAGE CAPTION **************************/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
        margin-right: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
        }

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	text-align: center;
        }

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
        }
		
.wp-caption-text {
	text-align: center;
}

/************************* GRAVATAR **************************/
img.avatar {
       float:left; 
       margin-right:5px;
        }
