/*
Theme Name:   IIF-Grey
Theme URI:    http://isntitfun.com
Version:      0.5
Author:       Brian Rumble
Author URI:   http://brianrumble.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    font-family: "Georgia", serif;
}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#C9539F; text-decoration: none }
a:hover { color:#C9539F; text-decoration: underline }

p { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
  	font-size: 22px;
	margin-bottom: 18px;
	color: #666666;
    font-style: italic;
    font-weight: normal;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 700px;
}

img {
	border: none;
}

/* HEADER */

.header {
    padding: 55px 0 10px 60px;
    text-align:left;
}

.header h1 {
    font-size: 65px;
    color: #666666;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a { color: #666666; }


.search {
    padding:11px 0 0 20px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
    float:right;
}

.search input {
    width:150px;
}


/* POSTS */

small.fey { color: #ccc; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 565px;
    padding: 27px 0 15px 0;
}

.postnoline {
    text-align:left;
    width: 565px;
    padding: 22px 0 22px 0;
}

.posttopline {
    text-align:left;
    width: 565px;
    padding: 22px 0 22px 0;
}

span.previous {
	background-color: #666666;
	padding: 0px 8px 0px 8px;
	float: left;
	margin-left: 60px;
	margin-top: -20px;
	display: block; }

span.previous a {
	color: #FFF;
}
    
span.next {
	background-color: #666666;
	padding: 0px 8px 0px 8px;
	display: block;
	float: right;
	margin-right: 26px;
	margin-top: -20px;
}
	
span.next a {
	color: #FFF;
}

.metainfo {
	background-color:#666666;
	display: block;
	padding: 2px 2px 2px 2px;
	margin-top: 3px;
    float: left;
    width: 40px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
}

.metainfo a { color: #FFFFFF; }

.metainfo p { 
	text-align: center;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.category {
	font-size: 10px;
	font-style: italic;
	margin-top: -4px;
	}
	
.category a:hover{
	color:#C9539F;
}

.category a {
	color: #666;
}

.content {
    border-bottom: 1px solid #CCC;
    margin-left:60px;
    width: 480px;
    text-align:left;
}

.content a { font-weight:normal; color:#C9539F }

.content h3 {
	font-size: 22px;
	line-height: 23px;
	margin-bottom: 9px;
	}
	
.content h3 a {
	font-size: 22px;
	margin-bottom: 18px;
	color: #666666;
}

.commentinfo {
	background-color:#666666;
	display: block;
	margin-top: 7px;
	margin-left: -25px;
    float: left;
    width: 66px;
    font-size: 10px;
    line-height: 14px;
    color: #FFF;
}

#singlepost {
	margin-bottom: 20px;
}

.commentinfo a { color: #FFFFFF; }

.commentinfo p { 
	text-align: center;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.comments_headers {
	margin-bottom: -14px;
	margin-left: 56px;
}

.loggedin {
	margin-top: 18px;
}

.pagetitle {
	margin-bottom: 18px;
}

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }


/* SIDEBAR */

.sidebar {
    padding: 22px 0 18px 0;
    width: 120px;
    font-size: 12px;
    font-style: italic;
    float: right;
    text-align: left;
}

.sidebar a {
	color: #FFF;
}

.sidebarnav{
	border-bottom: 1px solid #CCC;
}

.about {
	background-color:#666666;
	display: block;
	padding: 8px;
	margin-bottom: 6px;
}

.playlist {
	background-color:#666666;
	display: block;
	padding: 8px;
	margin-bottom: 6px;
}

.links {
	background-color:#666666;
	display: block;
	padding: 8px;
	margin-bottom: 6px;
}

.rss {
	background-color:#666666;
	display: block;
	padding: 8px;
	margin-bottom: 25px;
}

.sidebarabout {
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}

.sidebarabout a {
	color: #C9539F;
}

.archive {
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 64px;
}

/* FOOTER */

.footer {
	width: 565px;
	float: left;
    padding: 0px 0 10px 56px;
    text-align:left;
    font-size: 12px;
    color: #666;
}

.footer div {
    width: 115px;
    margin: 0 8px 0 0;
    float: left;
}

.footer p {
	margin-bottom: 3px;
}


.footer ul {
	list-style: none;
}

.footer a {
	color: #C9539F;
}

.footer a:hover {
	color: #C9539F;
}

