/*
Theme Name:   MusicNow DePo theme
Description:  A clean, organized theme based on the work by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Derek Powazek (modifications by Chris Glass)
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: black;
    text-align: center;
	font: 14px/24px Calibri, verdana, Arial, Helvetica, Geneva, sans-serif;
}

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

a:link { color: #7d6296; text-decoration: none;
	font-weight: bold;
}
a:visited { color: #7d6296; text-decoration: none;
	font-weight: bold;
}
a:hover { color: #000; text-decoration: none;
	background-color: #dfdcc4;
}


p, ul, ol, li { 
    margin-bottom: 18px; 
}

a img {
	background-color: #fff;
	border-style: none;
}
a:hover img {
	background-color: #fff;
	border-style: none;
}
a:visited img {
	background-color: #fff;
	border-style: none;
}


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

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

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

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


h3 { 
    font-size: 28px; 
    line-height: 24px;
    margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 2px;
	text-transform: lowercase;
}

h3 a:link { 
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

h3 a:visited { 
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

h3 a:hover { 
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: 3px solid #cddc29;
}

h3 a:active { 
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000;
}

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


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #bababa;
    text-align:left;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

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

.header a {    color: #333; }
.header a:hover { color: #7d6296; }

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

.search input {
    width:150px;
}

/* @group flickr */

.flickr {
    text-align:left;
    width: 668px;
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #ccc;
}

.flickr img {
    width: 58px;
    height: 58px;
    margin: 1px 4px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

/* @end */

/* @group posts */

small.fey { color: #ccc; }

.mainbody {
    padding: 30px 0;
    width: 490px;
    float:left;
    text-align:left;
}

.sidebar {
    padding: 65px 0 30px;
    width: 290px;
    color: #666;
    float:right;
    text-align:left;
	font-size: 13px;
	line-height: 16px;
}

.purple a {
    color: #7d6296;

}

.blue a {
    color: #7d6296;

}

.sidebar a:hover {
	color: #000;
}

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

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

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

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 450px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {
    float: right;
    width: 152px;
    font-size: 12px;
    color: #666;
    padding: 10px;
	background-color: #e8e8e8;
	margin-bottom: 7px;
	margin-top: 50px;
	margin-left: 7px;
}

.metainfo a { font-weight:bold }

.content {
    width: 490px;
    text-align:left;
}

.content p a { font-weight:bold }

.previously {
   text-align:left;
    width: 505px;
    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 }

/* @end */

/* @group footer */

.footer {
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
	display: block;
	clear: both;
	padding-right: 15px;
	padding-top: 22px;
	padding-bottom: 10px;
}

.footer strong {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    border-top: 1px solid #666;
    text-align:left;
    font-size: 12px;
    color: #666;
	padding: 0 0 10px;
}

/* @end */

ul.nav li { margin: 0 }



