/*-----attach body.custom to any style you add here-----*/

/*Layout
---------------------------------------------------------------*/
#page { 
	width:960px;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #888;
	}
	
	#header {
		height:145px;
		}
		
		#branding {
			visibility:hidden;
			}
	
	#rotating {
		width:960px;
		height:220px;
		padding:0;
		border-color:#888;
		}
	
	#sidebar-1 {
		border-color:#888;
		}
	
	#footer {
		border-color:#888;
		border-bottom:none;
		}

/*Dropdown Nav
---------------------------------------------------------------*/
ul.menu {
	position:absolute;
	left:15px;
	bottom:0;
	padding:5px 0 6px;
	}

ul.menu li {
	float:left;
	position:relative;
	font-size:13px;
	text-transform:uppercase;
	}

ul.menu li a {
	color:#c68313;
	display:block;
	font-weight:bold;
	padding:0 10px;
	line-height:1;
	border-right:1px solid #c68313;
	}

ul.menu li a:hover {
	color:#052557;
	text-decoration:none;
	display:block;
	padding:0 10px;
	}

ul.menu li.last a {
	border:none;
	}

	ul.submenu {
		position:absolute;
		left:-999em;
		width:140px;
		background:#fff;
		padding: 5px 0;
		}

	ul.submenu li {
		float:left;
		width:100px;
		text-transform:capitalize;
		}

	ul.submenu li a {
		color:#052557;
		width:120px;
		float:none;
		padding:5px 30px 5px 10px;
		font-weight:normal;
		border:none;
		background:#fff;
		}

	ul.submenu li a:hover {
		color:#c68313;
		padding:5px 30px 5px 10px;
		}

ul.menu li:hover ul {
	left: auto;
	display:block;
	}

ul.menu li:hover ul,
ul.menu li.sfhover ul {
	left:auto;
	}
	
/*Content
---------------------------------------------------------------*/
.entry-content {
	font-size:1.2em;
	}

.looped .entry,
.single .entry {
	border-color:#888;
	}

.widget {
	font-size:1.1em;
	}

.widget h2 {
	font-variant:normal;
	font-weight:normal;
	}

/*Search and Feed
---------------------------------------------------------------*/
#pp-feed {
	background-color:#EFE5C2;
	border:1px solid #CFBA74;
	}

#pp-search {
	background-color:#EFE5C2;
	border:1px solid #CFBA74;
	}

/*Newsletter
---------------------------------------------------------------*/
#fs-newsletter {
	width:180px;
	padding:6px;
	position:absolute;
	border:1px solid #ccc;
	right:5px;
	bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#fs-newsletter img {
	margin:-4px 0 0 -6px;
	}

	.nl-text {
		color:#444;
		}
	
	.nl-input {
		margin:5px 0;
		border:1px solid #888;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}

	.nl-submit {
		float:right;
		border:1px solid #888;
		background:#777;
		color:#fff;
		font-size:12px;
		font-family:arial;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}

	.nl-submit:hover {
		cursor:pointer;
		}
	
/*Links
---------------------------------------------------------------*/	
a {
	color:#052557;
	}
	
a:hover {
	color: #C9850A;
	}

.entry-content a {
	border-bottom:1px solid #C9850A;
	font-weight:bold;
	}

.entry-content a:hover {
	border:none;
	text-decoration:none;
	}

.entry-title a {
	color:#C9850A;
	}
	
.entry-byline a:hover,
.navigation a:hover {
	color:#C9850A;
	}