/* Begin Typography & Colors */
html, body{
	color: #4D5048;
	background: #FFF;
	background-image: url('http://ashen-ray.com/_img/page_bg.jpg');
	background-repeat: no-repeat;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	height: 100%;
        }

#author {
        font-family: Georgia, 'Times New Roman', Times, Serif;
        font-style: italic;
        }

.avatar {
        float: left;
        padding: 0 10px 10px 0;
        }

.commentbody {
       display: block;
       position: relative;
       clear: both
       }

.infotab
{
width: 346px;
padding: 20px;
position: absolute;
left: 0px;
line-height: 1.5em;
background-color: #ECEEEE;
background-image: url('http://ashen-ray.com/_img/blog_ornament.jpg');
background-repeat: no-repeat;
text-align: right;	
border-top: 1px #bbb dashed;
border-bottom: 1px #bbb dashed;	
}

.replies {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-color: #bbb;
	font-size: 3em;
	line-height: 1em;
	position:relative;
	top:-5px;
        }

.commentlist {
        display: block;
        position: relative;
        clear: both;
        }

.commentlist li, #commentform input, #commentform textarea {
	font-family: Verdana, Arial, Sans-Serif;
        font-size: 12px; 
        line-height: 2em;
	color: #59594B; 
        text-align: justify;
	}




.commentlist li {
	margin-bottom: 5px;
	}

.commentlist cite {
	font-weight: bold;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: italic;
	font-size: 1.1em;
	}

.commentlist cite a {
	color: #000;
	}

.commentlist cite a:hover {
        color: #FF5000;
        }

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}



#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#links ul ul li, #links li {
	list-style: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link, a:visited
{
text-decoration: none; 
color: #EF1400;
}
	
a:hover
{
text-decoration: none; 
color: #000
}

#menu a:link, #menu a:visited 
{
color: #FFF;
}

#menu a:hover
{
color: #ff0000;
}

#home a:hover
{
color: #62FFD1;
}

img {
border: 0;
}

/* End Typography & Colors */




.post {
	margin: 0 0 40px;
	text-align: justify;
	}



/*	Begin Headers */

.description {
	text-align: center;
	}

/* End Headers */



/* Begin Images */

/*	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;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#searchform #s {
	width: 100px;
	padding: 2px;
	}

#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: 480px;
	padding: 5px;
	}

#commentform #submit {
	width: 150px;
	margin: 0;
	text-align: center;
	}
/* End Form Elements */



/* Begin Comments*/
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
        margin: 0px;
	padding: 0px 5px;
	}

.commentlist p {
	margin: 0;
	}

#commentform p {
	margin: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentreply
{
position:relative;
float:right;
}

/* End Comments */




/* 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 #CCC;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

/* End Various Tags & Classes*/


#container
{
min-height:100%;
height:auto !important;
height: 100%;
position:relative;
}

#body
{
text-align: left;
font-size: 0.75em;
width: 500px;
padding: 30px 19px 100px 19px;
margin: 0 0 0 386px;
border-left: 1px #bbb dashed;
border-right: 1px #bbb dashed;
}


#copyright
{
background-color: #333;
background-image: url('http://ashen-ray.com/_img/stripe.gif');
background-repeat: repeat-x;
color: #464646;
font-family: Arial, sans-serif;
font-size: 0.7em;
letter-spacing: 3px;
text-align: center;
position: absolute;
bottom: 0px;
padding: 15px 0px 0px 0px;
width: 100%;
height: 57px;
}

#header
{
height: 56px;
}

#home
{
background: #434A58;
color: #FFF;
font-family: arial, sans-serif;
font-size: 0.7em;
text-transform: uppercase;
word-spacing: 10px;
padding: 15px 25px;
position: absolute;
top: 0px;
left: 309px;
width: 27px;
height: 26px;
}


#menu
{
color: #FFF;
font-family: arial, sans-serif;
font-size: 0.7em;
text-transform: uppercase;
text-align:justify;
width: 490px;
}

#menubox
{
background: #333;
padding: 15px 25px;
position: absolute;
top: 0px;
left: 386px;
width: 490px;
height: 26px;
}

#post 
{
position:relative;
width: 100%;
}

#profile
{
width:200px;
height: 200px;
position: relative;
float: right; 
}

.b2top
{
width: 100%;
margin: 30px 0 0 0;
text-align: right;
}
.clear
{
position:relative;
clear:both;
}

.emphasis
{
font-style: italic;
}

.fakehr
{
width: 540px;
height: 0px;
border: 0px;
border-top: 1px #bbb dashed;
margin : 0px;
position:absolute;
left: -19px;
}

.gravatar img
{
border: 1px #bbb dashed;
padding: 10px;
margin: 0 10px 10px 0;
}

hr
{
width: 20%;
height: 0px;
border: 0px;
border-top: 1px #bbb dashed;
margin : 0px 0 0px 80%;
}

.indent
{
padding: 0 0 0 20px;
}



.title_title
{
color: #EF1400;
font-family: georgia, serif;
font-size: 1.8em;
}

.title_leftbracket
{
color: #000;
font-family: georgia, serif;
font-size: 2.5em;
position:relative;
top: 10px;
width: 20px; 
height: 50px;
float:left;
}

.title_rightbracket
{
color: #000;
font-family: georgia, serif;
font-size: 1.5em;
position:relative;
top: -3px;
}

.title_header
{
line-height: 1.5em;
}

.title_posted
{
color: #4D5048;
font-size: 1em;
font-family: georgia, serif;
font-style: italic;
}

.title_month
{
color: #4D5048;
font-family: verdana, arial, sans-serif;
font-size: 0.8em;
text-transform: uppercase;
letter-spacing: 3px;
}

.title_date
{
color: #4D5048;
font-family: georgia, serif;
font-size: 1.3em;
letter-spacing: 4px;
}

.small_title
{
font-family: "georgia", serif; 
font-weight: bold;
text-transform: uppercase;
letter-spacing: 4px;
color: #EF1400;
}

.mini_title
{
color: #9E0000
}	