/*
Theme Name: Purposed Driven Nation 2 Column Fixed - Menu Right
Theme URI: http://www.purposeddrivennation.com
Description: This is a Wordpress theme for Purposed-Driven Nation with a fixed width, laid out in 2 columns with the menu on the right
Author: Christopher Kirk
Author URI: http://www.graphicsbyheather.com/ckblogs


/*-----------Block Level Elements--------------*/

Body {
	background: #F4D487;
}

#page {
	width: 768px;
	background: url(images/blogbkgnd.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 768px;
	height: 184px;
	background: url(images/header.jpg) no-repeat;
}

#headerimg, #headerimg a {
	color: #9F1E22;
	text-decoration: none;
	font-family: Times New Roman, serif;
	font-size: 38pt;
	position: relative;
	top: 25px;
	left:20px;
}

.description {
	font-size: 28pt;
	color: #012770;
}

#navbar{
	height: 25px;
	width: 100%;
	background: url(images/menubkgnd.jpg) no-repeat;
	padding-left: 30px;
	margin-top: -5px;
}

#navbar li{
	list-style-type: none;
	float: left;
	padding: 1px 20px 0 20px;
	
}

#navbar li.page_item a, #navbar li.page_item a:visited, #navbar li.current_page_item a, #navbar li.current_page_item a:visited{
	font-size: 12px;
	font-family:  Times New Roman, Times, serif;
	color: #FFD524;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#navbar li.page_item a:hover, #navbar li.current_page_item a:hover{
	background: #9F1E22;
}

#navbar li.current_page_item{
	color: #FFFFFF;
}

#wrapper {
	width: 100%;
	padding-top: 10px;
}

#content {
	float: left;
	width: 60%;
	padding-left: 45px;
}

#sidebar {
	width: 27%;
	margin-left: 67%;
	
}

#footer {
	width: 100%;
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 120px;
}

#footer_main {
	width: 60%;
	height: 100%;
	float: left;
	text-align: center;
	padding-top: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #012770;
	font-weight: bold;
	padding-top: 40px;
}

#footer_main a, #footer_main a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #012770;
	font-weight: bold;
	text-decoration: none;
}

#footer_side {
	width: 27%;
	margin-left: 67%;
	text-align: center;
	padding-top: 10px;
}

select {
	width: 180px;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
	color: #012770;
	text-decoration: none;
}

h3 {
	color: #9F1E22;
	text-decoration: none;
}

h4 {
	color: #012770;
	text-decoration: none;
}

h5 {
	color: #9F1E22;
	text-decoration: none;
}

/*-------------The Post-------------*/



.post h2 a:hover, .post h2 a:visited, .post h2 a {
	color: #012770;
	text-decoration: none;
	padding-left: 40px;
}

.post h2 a:hover {
	color: #9F1E22;
	text-decoration: none;
}

.post {
	background: url(images/posttop.png) no-repeat;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext {

}
.postmetadata {
	background: url(images/postbottom.png) no-repeat;
	height: 30px;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0px;
}

#sidebar ul h2 {
	color: #9F1E22;
	text-decoration: none;
	margin-top: 20px;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}