/* @override http://bob.dev/wordpress/wp-content/themes/pdg1c/style.css */

/*
Theme Name: PDG Layout 1c Secondary
Theme URI: http://prisedesign.com/
Description: Prise Design Group "Layout 1c Secondary" as selected by Bob; May 2009.
Version: 0.1
Author: Prise Design Group
Author URI: http://prisedesign.com/
Tags: variable width, two columns, widgets

*/

@import url("headers.css");

/*
Pallette: 
green: #537648
brown: #291803
blue: #1f4972
orange: #a15a33
tan: #e4d2ad
*/

/* @group Tags */
:link {
	color: #537648;
}

:visited {
	color: #a15a33;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: url(images/paperEdgeLeft.png) #291803 repeat-y 25px;
	color: #000000;
	margin: 0;
	padding: 0;
	font: 1em "Times New Roman", Times, serif;
}

h1 {
	color: #1f4972;
	font-size: 200%;
}

a img {
	border-style: none;
}

ul {
	list-style-image: url(images/bullet.png);
	margin: 0;
	padding: 0 0 0 1.5em;
}

ol {
	margin: 0;
}

li {
	padding-top: 5px;
	margin-top: 1em;
}

/* @end */
/* @group Sections */

/* @group Header */
#header {
	background: url(images/bg_header-trans.png) no-repeat;
	height: 235px;
	left: 10px;
	position: absolute;
	top: 12px;
	/*width: 950px;*/
	width: 100%;
}

#nav {
	font-size: 18pt;
	left: 105px;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-transform: uppercase;
	top: 210px;
}

#nav a {
	color: #1f4972;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	display: inline;
	margin-left: 1.5em;
}

/* @end */
#containerPage {
	margin: 0 30px;
	min-height: 805px;
	padding: .5em;
	padding-left: 1.5em;
	position: relative;
	background-image: url(images/bg_page.jpg);
}

#content, #secondaryContent {
	margin-top: 250px;
}

#containerContent {
	/*margin-top: 260px; Switched from margin-top to padding-top for IE*/
	padding-top: 260px;
	overflow: auto;
	/*border: solid lime;*/
}

#contentColOne {
	width: 72%;
	float: left;
	/*border: solid red;*/
}

#contentColTwo {
	float: left;
	width: 225px;
	font-size: 85%;
	border-left: 1px solid #291803;
	padding-left: 1.5em;
	/*border: solid lime;*/
}

#contentColTwo h3 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: .25em;
	color: #1f4972;
	margin-top: 1.25em;
}

#contentColTwo h3.first {
	margin: 0;
}

#colTwoDingbat {
	background: url(images/dingbat1.png) no-repeat center bottom;
	width: 89px;
	height: 42px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}

/* @group "Page" */


.post h2 {
	font-size: 150%;
	margin-top: 1em;
	border-bottom: 1px solid #a15a33;
	color: #291803;
}

.post h3 {
	/*color: #537648;*/
	font-size: 110%;
}

.post h3 + p {
	margin: 0;
}

/* @end */

#posts {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.blogroll li {
	margin-top: .25em
}

#posts li:first-child {
	margin-top: 0;
}

#posts li {
	margin-top: 1em;
}

#posts h2 {
	margin: 0;
}

/* @group Comments */

#posts h2.h3 {
	font-size: 120%;
	margin-top: 1em;
}

#posts #leaveCommentHeader {
	margin-top: 2em;
}

/* @end */

.postDateline {
	margin: 0;
	padding: 0;
	font-style: italic;
}

.postMeta {
	font-size: smaller;
}

.postSeparator {
	border-bottom: medium solid #e4d2ad;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 2em;
}

#footer {
	background: url(images/dingbat2.png) no-repeat center top;
	color: #786d56;
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding-top: 25px;
	text-align: center;
	width: 55ex;
}

#footer p {
	margin: 0;
}

#paperEdgeRight {
	background: url(images/paperEdgeRight.png) repeat-y;
	display: block;
	height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
}

/* @end */

/* @group Misc */

.colorBrown {
	color: #291803;
}

.alignright {
	float: right;
}

.alignCenter {
	text-align: center;
}

/* @group Home page */

#contentColTwo h4 {
	font-weight: normal;
	font-size: 120%;
}

#contentColTwo h4 + p {
	margin: 0;
}

h2#homeH2 {
	font-size: 130%;
	color: #1f4972;
}


/* @end */

.displayNone, hr, #header p, #header h1 {
	display: none;
}
.vertLine {
	color: #e4d2ad;
}

/* @end */

