/* 
	Theme Name: One F Music
	Theme URI: http://www.onefmusic.com/
	Description: A cleaner, sleaker version of the "White as Milk" theme.
	Author: Christo B. Coetzee
	Author URI: http://www.christobcoetzee.net/
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*******************************************************************
* BASIC PAGE LAYOUT & DEFAULT STYLES
********************************************************************/

body {
	background: #fff;
	padding: 10px; 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#page {
	width: 975px;
	margin: 0 auto;
	font-size: x-small;
	line-height: 1.0;
	text-align: left;
}

body>#page {
	font-size: 10px;
}

h1,
h2,
h3,
h4 {
	padding: 0 0 1em;
	margin: 0;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

p {
	padding: 0 0 1em;
	margin: 0;
}

ul {
	padding: 0 0 1em 0.8em;
	margin: 0 0 0 1.2em;
	list-style: square;
}

ol {
	padding: 0 0 1em 1.8em;
	margin: 0 0 0 1.2em;
	list-style: decimal;
}

li {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

cite {
	font-style: normal;
}

hr {
	display: none;
}

a {
	color: #d40;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/*******************************************************************
* HEADER
********************************************************************/

#header {
	background: url(images/page_header_logo.gif) 0 0 no-repeat;
	height: 100px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	font-size: 1.1em;
	line-height: 1.2;
	text-align: right;
}

#header h1 {
	padding: 0;
	text-transform: uppercase;
}

/*******************************************************************
* FOOTER
********************************************************************/

#footer {
	padding: 15px 0 0;
	border-top: 1px solid #ccc;
	margin: 15px 0 0;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2;
}

/*******************************************************************
* SIDEBAR
********************************************************************/

#sidebar {
	width: 230px;
	margin: 0 0 15px;
	float: left;
	display: inline;
	font-size: 1.1em;
	line-height: 1.4;
}

#sidebar h2 {
	font-size: 1.1em;
	text-transform: uppercase;
}

#sidebar ul,
#sidebar ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul ul {
	padding: 0 0 2em 0.8em;
	margin: 0 0 0 1.2em;
	list-style: square;
}

#sidebar ul ol {
	padding: 0 0 2em 1.8em;
	margin: 0 0 0 1.2em;
	list-style: decimal;
}

#sidebar #searchform #s {
	width: 85px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

/*******************************************************************
* CONTENT
********************************************************************/

#content {
	width: 724px;
	padding: 0 10px;
	border-left: 1px dotted #ccc;
	margin: 0 0 15px;
	float: left;
	display: inline;
	font-size: 1.2em;
	line-height: 1.4;
}

#content.wide {
	width: 100%;
	padding: 0;
	border: 0;
	float: none;
	display: block;
}

#content h2.archive {
	padding-bottom: 2em;
	font-size: 1em;
	font-weight: normal;
}

.navigation .left,
.navigation .right {
	width: 350px;
	float: left;
	padding-bottom: 2em;
	font-size: 0.95em;
}

.navigation .right {
	margin-left: 24px;
	text-align: right;
}

/* Posts */

#content .post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}

#content .title {
	padding: 0;
	clear: both;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}

#content .page.title {
	padding: 0 0 1em;
}

#content .post .entry h3 {
	text-transform: uppercase;
}

.data {
	font-size: 0.95em;
	color: #666;
}

/* Comments */

#content h3#comments,
#content h3#respond {
	font-size: 1em;
	text-transform: uppercase;
}

.commentlist {
	padding-bottom: 2em;
}

.commentlist li {
	padding: 10px 10px 0;
	margin: 0;
}

.commentlist li.alt {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
