/*
Theme Name: ShadesOfGray
Theme URI: 
Description: 
Version: 1.0
Author: freya
Author URI: 
License: General Public License (GPL)
*/

* {
	margin: 0;
	padding: 0;
}

body{

	background-image:url();

	background-repeat:repeat;

	background-position:left top;

	background-color: #000000;

	font-family:Georgia;

	margin:0px;

	padding:0px;

	line-height:18px;

}

body, input, textarea, select {
	font: normal small comic sans-serif;
	color: #000000;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-weight: bold;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {	
	margin: 5px 5px 0px 5px;
	padding: 0px 5px 0px 35px;
	background: transparent url() no-repeat ;
	font-style: italic;}
ul {
	list-style-type: none;
}


a {
	color:  #008080;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 910px;
	margin: 0 auto;
	border: 0;
	background-color: #000000;
}

/* Header */

#header {
	height: 250px;
	position: relative;
	background: #000000 url(header_1.jpg) no-repeat;
	margin: 0px auto;
}

#blog_title {
				padding-top: 200px;
                                padding-left: 5px;
				font-size: 1.5em;
				text-align: left;
				font-weight: bold;
			}


#header h1, {
}

#header h1 {
	position: absolute;
	top: 200px;
	left: 350px;  
	font-size: 3em;
	letter-spacing: -3px;
	background: transparent url();
	padding: 2px;
}

#header a {
	text-decoration: none;
	color: #FFF;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 850px;
	position: absolute;
	margin: -250px 0;
}

#menu ul
{
	list-style: none;
	text-align: left;
	padding: 225px 0px 10px 50px;
	margin: 0;
}

#menu li
{
	padding: 5px 1px 15px 1px;
        background: url(images/bgmenu.png);
	display: inline;
}

#menu li a
{
	color: #eaeaea;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 5px 5px 10px 5px;
}



#menu li a:hover
{
	text-decoration: none;
	color: #FFF;
	background: black;
}

/* Content */

#content {
	background: #000 url() repeat-y;
	margin: 0px auto;
	width: 910px;
	
 }

/* Blog */

#blogTop {
        background: #b9b9b7 url(images/blogBGTOP.jpg)
        no-repeat;	
        float: right;
	width: 680px !important;
	width: 675px;  /* IE6 3px problem */
        height: 33px;
	margin: 0px auto;
	padding: 0px 20px 0px 10px;
}



#blog {
        background: #b9b9b7 url(images/blogBG.jpg) repeat;	
	float: right;
	width: 680px !important;
	width: 675px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 20px 0px 10px;
}



/* Post */


.post .post2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#title {
	height: 37px;
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	background: #000000 url(images/bg-title.gif) no-repeat left;
}




.maintitle {font-size: 1.6em;
            text-align: left;
}

#titlepage {
	color: 	#FFFFFF;
	height: 37px;
	font-size: small;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}

#title a {
	text-decoration: none;
        color: #FFFFFF;
}

#title a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #656565;
}

#title #date {
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	color: #AFAFAF;
	float:left;
	width:60px;
	margin:0;
}



#date .mo{color:#bbccdd;}
#date .day{color:#999999;}



.post .entry {
	padding: 5px 30px 5px 30px;
	line-height: 1.2em;
}

.post p {
	text-align: justify;
}

.post .meta {
	height: 100px;
	font-size: small;
	font-weight: bold;
	padding: 5px 1px 5px 10px;
	




	
}

.entry h1, .entry h2, .entry h3 {
	color: #fff;
}





/* Page */

#page {
	background: #000000;
	float: right;
	width: 700px !important;
	width: 696px;  /* IE6 3px problem */
	margin: 0px auto;
	padding: 10px 5px 0px 10px;
}





/* Sidebar */


#sidebar {
	background: #000000 url() repeat;
	float: left;
        clear: left;
	width: 200px;
	padding: 10px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #white;
}

#sidebar h2 {
	height: 23px;
	background: url(images/side_title.gif) center center no-repeat;
	text-transform: uppercase;
	color: white;
	font-size: 0.9em;
	padding: 1px 5px 0px 0px;
	font-weight: bold;
	text-align: center;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 10px;
	padding-right: 4px;
	background: transparent url() left center no-repeat;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed #656565;
	background: transparent url() left center no-repeat;
}


#sidebarfooter {
	background: transparent url(images/sidebarBGBottom.gif) no-repeat ;
	float: left;
	width: 180px;
        height: 40px;
	padding: 10px 0px 0px 0px;
}



caption{font-size: 1.2em;}

#today {padding:  0px 0px 0px 2px;	background: black;
	font-weight: bold;
	color: #919191;}

#rss a{	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss a:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}
#rss img:hover {	border-bottom: 0px;
	background: transparent;
	overflow: hidden;}

#searchbg {
background: transparent url(images/searchbg.gif) no-repeat center center;
height:25px;
margin-bottom:20px;}

#s {
background: black;
width: 110px;
height: 15px;
color: white;
font-weight: bold;
border: 0px;
}

#go {
	background: transparent;
	color: white;
	font-weight: bold;
	border: 0px;
	font-size: 1.25em;
	outline: none;
	height: 15px;}


/* Footer */

#footer{
	font: normal small Arial Narrow, Helvetica, sans-serif;
	font-size: 0.85em;
	background: transparent url(images/blogBGBOTTOM.jpg) 
        no-repeat bottom left;
	float: right;
        width: 680px !important;
	width: 675px;  /* IE6 3px problem */
        height: 94px;
	margin: 0px auto;
	text-align: left;
	padding: 0px 0px 0px 25px;}


#footer #text{
        color: white;
        font-size: 1em;
	text-align: center;
	padding: 0 100px 0 0;}

#footer #text a {text-decoration: none;}

#footer #text a:hover {text-decoration: underline;}


/* Comments Styling */
#comment {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
font: Trebuchet MS, Verdana, Sans-Serif;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #b9b9b7;
width: 280px;
}

#commentform textarea {
	padding: 2px;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
width: 280px;
}
#commentform textarea:hover {
	background: #b9b9b7;
	border-top: 1px solid #b9b9b7;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}
#commentform textarea:focus {	background: #b9b9b7;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
}

#commentform #email, #commentform #author, #commentform #url {
	padding: 2px;
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: white;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;
	width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.submit1{
	width: 280px;
	cursor:hand;
	font-size:1.10em;
	background: white;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-bottom: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;}

.submit1:hover{
	background: white;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;}

.submit1:focus{
	background: white;
	border-top: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-bottom: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e;}



a{text-decoration:none;}

img {
border:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

<!-- ukey="2E8E2915" -->
