/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/content.png) repeat-y center top;
}
#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
	padding: 0;
	border-top: 5px solid #fff;
	background-color: #fff;
	background-image: url(../images/content-wrap.jpg);
	background-repeat: repeat-x;
}
#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-y center top;
	height: 0px;
	width:910px;	
	padding: 0;	
	color: #666666;	
}

/* header links */
#header #espnhd {
    height:75px;
	text-align:center;
}
#header #announce {
	position: absolute;
	top: 60px;
	left: 470px;
	color: #C6B891;
	font-size: 12px;
	font-weight: bold;
}
#header #header-links {
	position: absolute;
	top: 10px; right: 45px;	
	color: #E3E0CF;
	font-size: 12px;	
	font-weight: bold;
}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #E3E0CF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}
.dot{ font-size:18px;
font-weight:bold;
padding-right:5px;}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 223px;
	width: 850px;
	background: #fff url(../images/header-pjb.jpg) no-repeat center center;
}
#header-photo_internal {
	position: relative;
	clear: both;
	margin: 5px auto;
	height: 150px;
	width: 850px;
	background: #fff url(../images/header-photo_internal.jpg) no-repeat center center;
}
#header-photo h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header-photo #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../images/logo_pjb.png) no-repeat;
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px;
	left: 30px;
	height: 235px;
	width: 305px;
}
#header-photo #versus {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	background: url(../images/versus.png) no-repeat;
	/* change the values of top and left to adjust the position of the logo*/
	top: 10px;
	left: 500px;
	height: 82px;
	width: 305px;
}
#header-photo h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 150px; left: 400px;		
}
#header-photo h2#slogan a {
    color:#FFFFFF;
	text-decoration:underline;
	}
#header-photo #slogan {
	position: absolute;
	margin: 20px; padding: 0;
	height:70px;
	width:260px;
	background: url(../images/date.gif) no-repeat;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 110px; left: 500px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.gif) repeat-x;
	width: 850px;
	padding: 0;
	height: 35px;
	display: inline;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 30px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-bottom: none;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #543B1D;
}
#nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;		
}

/* Navigation Sub */
.pagination{
padding: 0px;
margin-top:10px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 13px;
}
.pagination li{
list-style-type: none;
display: inline;
padding: 2px;
}
.pagination a, .pagination a:visited{
padding:5px;
border: 1px solid #543B1D;
text-decoration: none; 
color: #543B1D;
font-weight:bold;
}
.pagination a:hover, .pagination a:active{
padding:5px;
border: 1px solid #543B1D;
text-decoration: none;
color: #FFF;
background-color: #543B1D;
}
.pagination a.currentpage{
background-color: #D13127;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}


/* Main Column */
.three-col #main {
	margin: 10px 190px 0 200px;
	height:500px;
}
.two-col #main {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 210px;
}
.two-col #subnav {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 210px;
	padding:3px;
	height:30px;
}
.two-col p #main { 
    color:#808080;
}

.full #main {
	margin: 10px 5px 0 25px;
}

#main h1 {
	color: #543B1D;
	border-bottom: 1px solid #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
}
img.none {
    border: 0;
	padding: 0px;
	margin-top:5px;
	margin-bottom:0px;
}
img.sponsor {
    border: 0;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}	
#sidebar img { margin-bottom:4px;}

/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}
#rightcolumn img {
border: 1px solid #DCDCDC;
padding:0px;
text-decoration:none;	
}
#rightcolumn a {
border-bottom: 0px;
}
#rightcolumn img.none {
    border: 0;
	padding: 0px;
	margin-top:5px;
	margin-bottom:0px;
	border-bottom: 0px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 0px;
	padding: 5px 5px;
	color: #D13127;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing:-1px;
}
#rightcolumn #rss { float:right; width:180px;}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	line-height:20px;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
    font-size:13px;
	font-weight:bold;
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url(../images/footer-bottom.png) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #de3f3b;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 10px auto;
	width: 850px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F2F2F2;
	background-color: #543b1d;
}
#footer-sub{ padding:0px; border:0px;}
#footer-sub{ border:0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	padding: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	text-align:right;
}
.post-footer .date{
	margin: 0 5px 0 5px;	
}
.post-footer a.comments {
	margin: 0 5px 0 5px;	
}
.post-footer a.readmore {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
