/*
Theme Name: NJYP
Theme URI: http://www.njyp.com/
Description: NJYP theme layout
Version: 1.0
Author: Stephen Racano
Author URI: http://www.njyp.com/
*/

body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background:#1E0200;
	color: #d9bc77;
	margin-top: 0px;
	background-position:center;

}
h1, h2, h3, h4, h5, h6{
	font-family:georgia, arial, helvetica, sans-serif;
	color: #d9bc77;
	margin:5;
	padding:0;
	font-size: 18px;
	font-weight: bold;
}
p{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #d9bc77;
	font-size: 12px;
	color: #000;
}

a{
	font-family:Verdana;
	color: #d9bc77;
	font-size:12px;
	text-decoration:none;
}

a:hover {
font-family:Verdana;
font-size:12px;
color: #d9bc77;
text-decoration:underline;
}

#container {	width: 950px;
	margin: auto;
	color: #d9bc77;
	position: relative;
	overflow: hidden;
	height: 100%;
	text-align: center;
		}

#wrapper{
	width: 950px;
	margin-top: 0px;
	padding-top: 5px;
	background: #1E0200;
	color: #d9bc77;
	position: relative;
	height: 100%;
	overflow: hidden;
	text-align:left;
	
}

#header{
	text-align: center;
	color: #d9bc77;
	width: 950px;
	background:#1E0200;
}
#menu{
	width: 950px;
	color: #d9bc77;
	margin-top: 10px;
	list-style:none;

}

#menu ul li{
	float:left;
}

#menu ul li a{
	display:block
	text-decoration:none;
	color: #d9bc77;
	border-right: 1px solid #171a26;
	padding:10px;
}

#about{
	font-size: 18px;
	color: #d9bc77;
}

#content{
	float:left;
	width:575px;
	color: #d9bc77;
	padding-right:45px;
	padding-left: 0px;
	margin-left: 80px;
}	

#content p{
	float:left;
	width:575px;
	color: #d9bc77;
	padding-right:45px;
	padding-left: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
}	

	
#post{
	float:left;
	color: #d9bc77;
	
}

#sidebar{
	float:left;
	width:275px;
	color: #d9bc77;
	margin-left: 0px;
	list-style:none;
}


#post{
	border-bottom:1px solid #171a26;
}

#footer2{
	text-align: center;
	margin-bottom: 0px;
	width: 950px;
	background:#;
	color: #d9bc77;
	height: 86px;
	border-top:1px solid #;
	border-bottom:1px solid #;
	float: left;
	position: relative;
	margin-top: 10px;
}
.footertxt{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #d9bc77;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:6px;
}

.footertxt a{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #d9bc77;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
}

.footertxt a:visited{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #d9bc77;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
}

.footertxt a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #d9bc77;
	text-decoration: underline;
	padding-top:5px;
	padding-bottom:5px;
}

.categoryhead { 
	font-family:georgia, arial, helvetica, sans-serif;
	color: #d9bc77;
	margin:0;
	padding:0;
	font-size: 16px;
	font-weight: bold;
}


