/*
Theme Name: Raven's Report
Theme URI: http://www.theravensreport.com
Description: The default style for ETU's news website: The Raven's Report
Version: 1.0
Author: Brendan Quinn
Author URI: http://12toMidnight.com/
Tags: 2 column, simple, text

*/

/* Begin Typography & Colors */
body {
	font-family: 'Palatino Linotype', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #373737;
	}

#page {
	background-color: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}

p {

	line-height: 1.2em;

}

a {

	text-decoration: none;
	color: #373737;

}

a:hover {

	text-decoration: underline;

}

.entry a {

       text-decoration: underline;

}

/*****************************

	Header Styles

*******************************/


#header {

		height: 60px;
		margin-bottom: 1.4em;
	
	}
	
#header h1 {

	font-weight: normal;
	font-size: 2.0em;
	padding-top: .5em;
	padding-bottom: .5em;
	border-bottom: 4px solid #373737;

}

	
/*****************************

	Content Styles

*******************************/	

h2 {

	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;

}

.dateline {

	font-size: .8em;

}

.narrowcolumn {

	width: 600px;

}

p {

	margin-bottom: 1em;
	line-height: 1.2em;
	text-align: justify;
	font-size: .9em;
}

.alignright {

	float: right;

}

.wp-caption {

	padding: 2px;
	margin: .5em;
	background-color: #eee;
	border: 1px solid #ccc;
	text-align: center;

}

.wp-caption-text {

	font-size: .8em;
	text-align: center;
	margin-top: 4px;
}

.entry ul {

       list-style-type: disc;

}

.entry li {

       margin-left: 25px;

}

.entry ul.related_post {

       margin-top: .5em;

}

/*****************************

	Sidebar Styles

*******************************/

#sidebar {

	float: right;
	width: 265px;

}

li {

	margin-bottom: 1em;

}

#sidebar ul li ul li {

	margin-left: 10px;	

}

.widgettitle {

	font-size: 1.2em;
	margin-bottom: .5em;

}

.textwidget {

	margin-left: 10px;
	
}

/*****************************

	Comment Styles

*******************************/

#comments {

	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	width: 600px;

}

.commentlist li {

	border-bottom: 1px dashed #777;

}

cite {

	font-size: 1.2em;
	font-style: normal;
	
}

.postmetadata {

	border: 1px dashed #999;
	background-color: #efefef;
	padding: 10px;

}

/*****************************

	Footer Styles

*******************************/

#footer {

	clear: both;
	border-top: 4px solid #373737;
	margin-top: 1em;
	padding-top: 1em;

}

#footer p {
	
	text-align: center;
	line-height: 1.3em;

}
