/*
This file is only for BODY control.
To customize anything, copy it and paste it into the 'customized.css'
*/


/*  Headings  and text stuff*/

h1 {
	font-family:Georgia;
	font-weight:normal;
	letter-spacing:-1px;
	font-size:28px;
	padding-bottom:0;
	color:#000;
	}
h1 a {
	text-decoration:none;
	color:#000;
	}
h1 a:hover {
	text-decoration:none;
	}
h2 {
	font-family:Georgia;
	font-weight:normal;
	font-size:24px;
	}
h3 {
	font-weight:normal;
	font-family:Georgia;
	font-size:14px;
	}
h3 a {
	color: #006699;
	}
h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
small { 
	font-size:16px;
	color: #006699;
}

/* Content */
#content-sidebar-left {
	float:left;
	width:600px;
	background-color:#FFF;
}

#content-sidebar-right {
	float:right;
	width:600px;
}

#content {
	background-color:#fff;
}
	
#content .inner {/* so you dont have to mess with the math - add padding and margin with impunity. Just no width... */
	padding:0 0 10px 0;
}

#content ul, #content ol {
	padding:0px 0px;
}

#content ul li, #content ol li{
	margin:0px 25px;
	padding:2px 0px;
	list-style-type:square;
}

a {
	color:#6A95AD;
	text-decoration:none;
	}
a:hover {
	color:#E9BF1B;
	text-decoration:none;
	}
img {
	border:0;
}


/* Classes */
.article {
	margin:0px 0px;
	padding:15px 20px 20px 20px;
	}
	
.article p {
	line-height:14px;
	margin:0 0 10px 0;
}	
.article h2, .article h2 a {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:32px;
	padding-bottom:0;
	color:#600;
	font-family:Georgia;
	margin-bottom:10px;
	}

.article h2 a:hover {
	color:#F90;
	text-decoration:underline;
}	

.article h3, .article h3 a {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:18px;
	padding-bottom:0;
	color:#F90;	
	margin:10px 0px;
	font-family:Georgia;
	}

.article h3 a:hover {
	color:#036;
	text-decoration:underline;
}	
.meta {
	margin-bottom:10px;
	color:#999999;
	}
	
.postmetadata {
	margin:10px 0px;
	padding:10px;
	background-color:#1A1A1A;
	color:#ccc;
}
	

/* Other Stuff */

.navigation {
	padding:20px;
}

blockquote  {
	border-left:5px solid #333333;
	color:#333333;
}
#subscribe {
	padding-right:5px;
}
#subscribe {
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	}
#subscribe a:hover {
	text-decoration:none;
	}
	
.section-feed {
	padding:10px;
	background-color:#F2A28A;
	margin:0 0 10px 0;
	color:#000;
	font-weight:bold;
}
	
.comments-date {
	margin:2px 0 5px 0;
	padding:2px;
	color:#999;
	border-top:1px dotted #FFF;
}

.comment-count {
	float:left;
}
.date {
	float:right;
}

/* Widgets */

#content .under-content-left {
	float:left;
	width:260px;
	padding:10px;
	margin:0 10px 0 20px;
	background-color:#330;
}

#content .under-content-left .widget {
	margin:4px;
	background:none;
	float:none;
}

#content .under-content-right {
	float:left;
	width:260px;
	padding:10px;	
	background-color:#330;
	margin:0;
}

#content .under-content-right .widget {
	margin:4px;
	background:none;
	float:none;
}

#content .under-content-middle {
	padding:10px;	
	background-color:#330;
	margin:10px 10px 10px 20px;
}

#content .under-content-middle .widget {
	margin:4px;
	background:none;
	float:none;
}

#content .widget h3{
	padding:10px 0 5px 0px;
	font-size:22px;
	color:#CCC;
	}
