/*
Theme Name: Dogpart-in-me
Version: 1.0
Author: Shedskin
*/


/*#############################################################

Name: Dogpart-in-me
Date: 2008-01-03
Author: Shedskin

#############################################################*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:  #90278E;text-decoration:none;}
a:hover {color: #66FF00;
text-decoration:none;}

body {
	background: #1a171b;
	color: #777777;
	font: normal 62.5% Futura,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em Futura,sans-serif;
	margin-bottom: 4px;
}

h2 { font: normal 2em Futura,sans-serif;  letter-spacing: 1px;}
 
.content h2 {background: url(img/stripes.gif) repeat-x left top; color: #90278E;  padding-bottom: 5px;}
.post h2 a, post h2 a:visited
{
text-decoration:none;
color: #90278E;
}

.post h2 a:hover
{
color: #66FF00;
text-decoration:none;
}


#miniheader{width:198px; height:146px; border:0; color:none; background: url(img/miniheader.gif) no-repeat left top;}


#subheader{width:198px; height:6px; border:0; color:none; background: url(img/stripes.gif) repeat-x left top; margin-top:20px;}

#subfooter{width:198px; height:6px; border:0; color:none; background: url(img/stripes.gif) repeat-x left top; margin-top:20px;}


blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {padding-top: 12px;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* structure */
.wrapper {
	font-size: 1.2em;
	margin: 0 auto;
	margin-top: 30px;
	width: 680px;
}
.container {width:680px;}

/* title */
.title {
	font: normal 3em Futura,sans-serif;
	text-decoration: line-through;
}
.olive {color: #CCA;}

/* sub navigation */
.sidenav {
	float: left;
	margin: 0 9px 0 0;
	width: 210px;
}
.sidenav h2 {
	color: #90278e;
	font-size: 1.4em;
	margin: 0;
}
.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {color: #66FF00;}

/* content */
.content {
	float: right;
	margin: 10px 0 0 9px;
	width: 450px;
}
.content .descr {
	color: #777777;
	margin-bottom: 25px;
}
.content li {margin-left: 18px;}

/* footer */
.footer {
	margin-top:50px;
	background:transparent url(img/stripes.gif) repeat-x scroll left top;
	color: #777;
	font: normal 0.9em Futura,sans-serif;
	padding: 20px 0 20px;
}
.footer a {
	color: #90278E;
	text-decoration: none;
}

.post{margin:0 0 25px 0;}

.post .info{
padding:10px 3px 3px 0;

font-size:0.9em;
color:#777777;
}

.post .info a, .post .info a:hover , .post .info a:visited
{
text-decoration:none;
color:#777777;
}


.post .info a:hover
{
color: #66FF00;
text-decoration:none;}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


