/*  
Theme Name: Xpress
Theme URI: http://www.zeek.com
Description: Pajamas Theme
Version: 1.0
Author: Steve Zehngut and Alyssa Tucker
Author URI: http://www.zeek.com
*/

html,body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
}

body {
	background:#d2d2d2;
}

p {
	margin:0 10px 10px;
}

#wrapper {
	float:left;
	width:100%;
	margin-top: 5px;
}

#container {
	min-width: 1000px;

	
}

.break {
	clear: both;
}




.white {
	clear: both;
	background: #fff;
	width:100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 4px;
}

/* WHITE TOP BOX */

.white-top-left {
	float:left;
	background: url(images/corner_white_nw.gif) no-repeat;
	height: 4px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

.white-top-right {
	float:right;
	background: url(images/corner_white_ne.gif) no-repeat;
	height: 4px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

/* WHITE BOTTOM BOX */

.white-bottom-left {
	float:left;
	background: url(images/corner_white_sw.gif) no-repeat;
	height: 4px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}

.white-bottom-right {
	float:right;
	background: url(images/corner_white_se.gif) no-repeat;
	height: 4px;
	width: 4px;
	margin: 0px;
	padding: 0px;
}


#eject-sidebar-right .white-top-left {
	background: url(images/eject/corner_white_nw.gif) no-repeat;
}

#eject-sidebar-right .white-top-right {
	background: url(images/eject/corner_white_ne.gif) no-repeat;
}

#eject-sidebar-right .white-bottom-left {
	background: url(images/eject/corner_white_sw.gif) no-repeat;
}

#eject-sidebar-right .white-bottom-right {
	background: url(images/eject/corner_white_se.gif) no-repeat;
}

.postedby {
	display:block;
	padding-top:4px;
}



.exclusives {
	font:14px Helvetica, Arial, Verdana, Sans-Serif;
	font-weight:400;
	text-transform:uppercase;
	padding-top:40px;
}




/* LIST STYLES */

.morelink {
	color:#095181;
	font-size:11px;
	text-transform:uppercase;
	padding-left:140px;
}

a, p {
	text-decoration: none;
}


/* FOOTER */
.footer {
	clear:both;
}

#footer {
	clear:both;
	width:100%;
	font-size:10px;
	color:#8d8b8b;
	padding-top:25px;
	text-align:center;
}

#footer p {
	text-align:center;
}

#footer a:link {
	color:#095181;
}

#footer a:visited {
	color:#095181;
}

#footer a:active {
	color:#095181;
}

#footer a:hover {
	color:#d86806;
}


.previous {
float:left;
width:40%;
background:url(images/redarrowleft.jpg) left no-repeat;
padding-left:10px
}

.next {
float:right;
width:40%;
margin-bottom:15px;
background:url(images/redarrowright.jpg) right no-repeat;
padding-right:10px
}

.previous a:link,.next a:link {
color:#ab0303;
font-weight:700
}

.previous a:visited,.next a:visited {
color:#ab0303;
font-weight:700
}

.previous a:active,.next a:active {
color:#ab0303;
font-weight:700
}

.previous a:hover,.next a:hover {
color:#000;
text-decoration:none;
font-weight:700;
color:#095181
}



.metadata {
text-align:center;
border:1px solid;
width:97%;
border-collapse:collapse;
margin-top:20px;
margin-bottom:20px
}

.metadata img {
border:0
}

.metadata td {
border:1px solid #b8b8b8;
background:#fff;
padding:4px
}

.metadata a:link {
color:#24839f;
text-decoration:none
}

.metadata a:visited {
color:#24839f;
text-decoration:none
}

.metadata a:active {
color:#24839f;
text-decoration:none
}

.metadata a:hover {
color:#000;
text-decoration:underline;
color:#095181
}



#extra2 {
float:right;
clear:right;
width:200px
}

#footer2 {
clear:both;
width:100%
}

#blog-content p {
margin-left:0
}





.description a:link {
	color:#095181;
}

.description a:visited {
	color:#095181;
}

.description a:active {
	color:#095181;
}

.description a:hover {
	color:#095181;
	text-decoration:none;
}


.readmore {float: right;padding-right: 35px;}
#authorcolumn .readmore a:link {
color:#da7925;
text-decoration:underline
}






.imagecaptioneasy {
	border: 1px solid #b8b8b8;
	padding: 5px;
	margin: 0;
	background: #fff;
	font-size: 10px;
	text-align: center;
	color:#000;
}

.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 0px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 0px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 0px 0 11px 0; float: none; }



.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.categories {
	font-size: 10px;
	margin: 25px 0 10px 0;
}



/* CONTENT HEADER */

#content-header {
	float:left;
	margin:0;
	padding:0;
	width: 100%;
	background:#fff;
	font-size:12px;
	color:#000;
}

#content-header h3 {
	color:#095181;
	margin: 0;
	padding:6px 0px 5px 12px;
	color:#000;
	font-weight:bold;
	font-size:16px;
}
