/*  
Theme Name: Princeton Classic
Theme URI: http://princeton.tabroom.com
Description: Wordpress theme for Princeton
Version: 1.0
Author: Chris Palmer
Author URI: http://www.tabroom.com
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin		: 0;
	padding		: 0;
}

body{
	font-family			: Arial, Helvetica, Georgia, sans-serif;
	font-size			: 12px;
	text-align			: center;
	vertical-align		: top;
	background-color	: #9ab6ca;
	background-image	: url(images/blair.jpg);
	background-repeat	: repeat-x repeat-y;
	color				: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family		: Georgia, sans-serif;
	font-size		: 18px;
	font-weight		: normal;
}

h2 {
	border-bottom	: 1px solid #656565;
	padding-bottom	: 4px;
	margin-bottom	: 4px;
}

h2 a { 
	text-decoration	: none;
}

a {
	text-decoration	: underline;
	color			: #d26302;
}

a:hover { 
	text-decoration	: none; 
}

a img { 
	border		: 0; 
}

abbr, acronym { 
	border		: 0; 
}

address, dl, p { 
	padding	 	: 15px 0 0; 
}

blockquote {
	margin		: 15px 0 0;
	background	: #eaf6fe;
}

blockquote p { 
	padding		: 15px; 
}

blockquote blockquote {
	margin		: 15px;
	background	: #fff;
}

code {
	background	: #f9f9f9;
}

dt { 
	font-weight	: bold; 
}

dd {  
	padding		: 0 0 0 15px; 
}

hr{
	clear		: both;
	margin		: 15px 15px 5px 15px;
	border		: 0;
	height		: 1px;
	text-align	: left;
	background	: #daf0fe;
	color		: #daf0fe;
}

small{
	font-size	: 11px;
}

pre{
	width		: 90%;
}

input, textarea{
	font-family	: Arial, Helvetica, Georgia, sans-serif;
	font-size	: 12px;
	padding		: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment {
	border				: 1px solid #484848;
	background-color	: #fff;
	padding				: 3px;
}

input#author, input#email, input#url {
	margin				: 0 5px 0 0;
}

#container{
	width			: 700px;
	margin			: 0 auto;
	padding			: 5px 0 0;
	text-align		: left;
	vertical-align	: top;
}

#page{
	width			: 700px;
	float			: left;
	background		: #484848 url(images/bg_page.jpg) no-repeat;
	color			: #fff;
}

#seal{ 
	background-image	:	url(images/seal.gif);
	background-position : 	center center;
	background-repeat	:  	no-repeat;
	width				: 160px;
	height				: 130px;
	padding-top			: 15px;
	padding-bottom		: 15px;
	padding-left		: 15px;
	float				: left;
	text-align			: center;
}

#header{
	width			: 500px;
	float			: right;
	padding-top		: 15px;
	padding-bottom	: 0px;
	padding-right	: 10px;
}

#header h1{
	padding			: 25px 30px 25px; 
	font-size		: 36px;
	color			: black;
	letter-spacing	: 2px;
}

#header h1 a {
	text-decoration	: none;
}

#left_sidebar {
	width		: 160px;
	margin-right: 10px;
	margin-left	: 10px;
	float		: left;
	display		: inline;
}

#left_sidebar a{
	color: #BCBCBC ;
}

#left_sidebar ul, .right_sidebar_col ul{
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

#left_sidebar li#search input, .right_sidebar_col li#search input{
	margin		: 0 0 5px;
}

#left_sidebar li.widget_calendar h2, .right_sidebar_col li.widget_calendar h2{
	background-image	: none;
}

#left_sidebar ul li, .right_sidebar_col ul li{
	margin				: 0 0 10px;
}

#left_sidebar ul li h2, .right_sidebar_col ul li h2{
	padding			: 8px 10px;
	font-size		: 12px;
	font-weight		: bold;
	text-transform	: uppercase;
	background		: url(images/bg_ul_li_h2.gif) no-repeat;
	color			: #fa9944;
}

#left_sidebar ul ul, .right_sidebar_col ul ul{
	padding			: 10px;
	background		: url(images/bg_ul_ul.gif) no-repeat;
}

#left_sidebar ul ul li, .right_sidebar_col ul ul li{
	margin			: 0;
	line-height		: 24px;
}

#left_sidebar ul ul li h2, .right_sidebar_col ul ul li h2{
	padding				: 0;
	text-transform		: none;
	background-image	: none;
}

#left_sidebar ul ul ul, .right_sidebar_col ul ul ul{
	padding				: 0;
	background-image	: none;
}

#left_sidebar ul ul ul li, .right_sidebar_col ul ul ul li{
	padding				: 0 0 0 10px;
}

.wide_column_bottom, .wide_column_top{
	width		: 520px;
	min-height	: 550px;
	_height		: 550px;
	float		: right;
	padding		: 0 0 10px;
	background	: #fff url(images/bg_wide_column_bottom.gif) no-repeat bottom left;
	color		: #000;
}

.wide_column_top{
	padding		: 0;
	background	: #fff url(images/bg_wide_column_top.gif) no-repeat;
}

.narrow_column{
	width		: 510px;
	margin-left	: 8px;
	float		: left;
	display		: inline;
}

.post, .post_alt{
	margin-top		: 8px;
	margin-bottom	: 10px;
	padding			: 15px;
	background		: url(images/bg_post.gif) no-repeat;
}

.post_alt{
	background		: url(images/bg_post_alt.gif) no-repeat;
}

.post h2 a, .post_alt h2 a{
	color			: #343434;
	letter-spacing	: 1.1px;
}

.postdate{
	padding-bottom	: 8px;
	margin-top		: 0px;
	font-size		: 11px;
	color			: #822;
	text-align		: right;
}

.entry{
	line-height		: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	padding			: 15px 0 0;
}

.entry h1{
	font-size		: 24px;
	line-height		: 30px;
}

.entry h2{
	line-height		: 24px;
}

.entry h3{
	font-size		: 16px;
	letter-spacing	: 1px;
	text-align		: center;
	color			: #a44d01;
}

.entry h4{
	font-size		: 14px;
	font-weight		: bold;
}

.entry h5, .entry h6{
	font-size		: 12px;
}

.entry img{
	border			: 1px solid #daf0fe;
	padding			: 4px;
}

.entry img.wp-smiley{
	border			: 0;
	padding			: 0;
}

.entry img.alignleft{
	float			: left;
	margin			: 5px 10px 0 0;
}

.entry img.alignright{
	float			: right;
	margin			: 5px 0 0 10px;
}

.entry p.postinfo{
	margin			: 15px 0 0;
	background		: url(images/bg_dotted.gif) repeat-x top left;
}

.browse{
	padding			: 0 15px;
	font-family		: Geogria, Sans-Serif;
	font-size		: 14px;
	line-height		: 24px;
}

.browse a{
	font-weight		: bold;
}

/* comments template */

.comments-template{
	padding			: 15px 0 0;
	background		: url(images/bg-dotted.gif) repeat-x;
}

.comments-template ol{
	margin			: 0;
	padding			: 0;
	list-style		: none;
}

.comments-template ol li{
	margin			: 15px 0 0;
	padding			: 0 0 20px;
	background		: url(images/bg_dotted.gif) repeat-x bottom left;
}

.commentmetadata{
	font-style		: italic;
}

.comments-template p.nocomments{
	padding			: 0;
}

/* end comments template */


/* wp-calendar */

table#wp-calendar{
	width			: 100%;
	font-family		: Arial, Helvetica, Georgia, sans-serif;
	text-transform	: none;
	line-height		: 18px;
}

table#wp-calendar caption{
	padding			: 10px 15px;
}

table#wp-calendar th{
	text-align		: center;
	vertical-align	: top;
}

table#wp-calendar td{
	text-align	: right;
}

table#wp-calendar tfoot td{
	text-align	: center;
}

/* end calendar */


#footer{
	width		: 700px;
	margin		: 0 0 10px;
	float		: left;
	background	: #484848;
	color		: #fff;
}

#footer p{
	padding		: 20px;
	line-height	: 18px;
}
