/*-----attach body.custom to any style you add here-----*/

body.custom {
	background: #005990;
}
body.custom h1 {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

/* LAYOUT */

body.custom #page {
	width: 1002px;
}
body.custom #containerTop {
	background: url(../../../../images/topcap.gif) no-repeat;
	width: 1002px;
	height: 7px;
	overflow: hidden;
}
body.custom #container {
	background: url(../../../../images/main-container-bg.gif) repeat-x center top #FFEDCD;
	border: solid #fff;
	border-width: 0 1px;
	width: 984px;
	padding: 0 0 10px 15px;
}
body.custom #containerBtm {
	background: url(../../../../images/bottomcap.gif) no-repeat;
	width: 1002px;
	height: 8px;
}
body.custom #rotating {
	width: auto;
	border: 0;
	float: none;
}

/* HEADER */

body.custom #header {
	width: 100%;
}
body.custom h1.homelink, body.custom .homelink {
	padding: 25px 0;
}
body.custom h1.homelink a, body.custom .homelink a {
	color: #02aeee;
	font-size: 36px;
}
body.custom h1.homelink a:hover, body.custom .homelink a:hover {
	text-decoration: underline;
}
body.custom #headerImage {
	padding-bottom: 15px;
}
body.custom #branding {
	width: 100%;
}
body.custom ul.menu li.current_page_item a, body.custom ul.menu li.current_page_item a:hover {
	background: #fccd98;
	color: #444444;
}
body.custom ul.menu {
	right: 7px;
}

/* LEFT COLUMN */

body.custom #primary {
	width: 555px;
	margin-right: 30px;
	padding: 0;
}
body.custom .homeLeftTop {
	background: url(../../../../images/homeleft-top.gif) no-repeat left top;
	height: 37px;
	width: 555px;
}
.homeLeftContent {
	background: url(../../../../images/homeleft-middle.gif) repeat-y left top;
	padding: 0 20px;
	float: left;
}
body.custom .homeLeftBottom {
	background: url(../../../../images/homeleft-bottom.gif) no-repeat center top;
	height: 16px;
	width: 555px;
	float: left;
}

/* RIGHT COLUMN */

body.custom #secondary {
	width: 360px;
	padding-top: 10px;
	overflow: hidden;
}
body.custom #pp-subscribe, body.custom #pp-sidebars {
	border: 0;
}
body.custom .widgettitle {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif;
	font-style: italic;
	font-weight: bold;
	color: #005990;
	font-size: 18px;
}
body.custom #sidebar-wide ul li {
	padding: 20px 25px 0 25px;
	float: left;
	width: 360px;
}
body.custom #sidebar-wide[class] ul li {
	background: url(../../../../images/container-top.png) no-repeat;
}
body.custom #sidebar-wide ul li ul {
	margin-top: 10px;
}
body.custom #sidebar-wide ul li ul li, body.custom #sidebar-wide ul li ul li ul li {
	background: none;
	padding: 2px 0;
	float: none;
}
body.custom #sidebar-wide[class] ul li ul li, body.custom #sidebar-wide[class] ul li ul li ul li {
	background: none;
}

/* POST STYLING */

body.custom .entry-title, .page-title {
	margin: 0;
	padding: 20px 0 0 0;
}
body.custom h2.entry-title a, body.custom h1.entry-title {
	font-family: Palatino Linotype,Book Antiqua,Palatino,serif;
	font-style: italic;
	font-weight: bold;
	color: #005990;
	font-size: 24px;
	line-height: 1.2;
	text-align: left;
}
body.custom h2.entry-title a:hover {
	color: #00A2E5;
}
body.custom #commentform {
	margin: 0;
}
body.custom #commentform p {
	margin: 0;
	padding: 0 0 1em;
}
body.custom .commentlist {
	background: #fff;
}

/* FOOTER */

body.custom #footer {
	width: 100%;
	border: 0;
	color: #FFEDCD;
}
body.custom #footer a {
	color: #FFEDCD;
	text-decoration: none;
}
body.custom #footer a:hover {
	text-decoration: underline;
}