/*general*/
html, body{
	height:100%;
}
body {
	margin:0;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#0f1b2c;
	width:100%;
	#display:table;
	min-width:1000px;
	background:#84877e url(images/bg-page.jpg) fixed no-repeat 50% 0;
}
img{border-style:none;}
a{color:#a00001;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
/* I Added this li to remove style seen on twitter in sidebar */
li {
	list-style: none;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.main-container {
	width: 100%;
	overflow:hidden;
	position:relative;
}
.mc-holder-1 {
	left: 50%;
	float: left;
	width: 1024px;
	position: relative;
}
.mc-holder-2 {
	left: -50%;
	float: left;
	width: 1024px;
	position: relative;
}
#page{
	width:996px;
	padding:0 14px;
	margin:0 auto;
	overflow:visible;
	background:url(images/bg-page-y.png) repeat-y;
}
#pagefull{
	width:996px;
	padding:0 14px;
	margin:0 auto;
	overflow:visible;
	background:url(images/bg-page-yfull.png) repeat-y;
}
#header{
	width:996px;
	height:194px;
	position:absolute;
	top:0;
	left:14px;
	background:url(images/bg-header.jpg) no-repeat 0 100%;
}
span.bg-top{
	position:absolute;
	top:0;
	left:-45px;
	width:1086px;
	height:39px;
	background:url(images/bg-top-header.png) no-repeat;
}
strong.logo{
	display:block;
	width:241px;
	overflow:hidden;
	margin:39px 0 0 50px;
}
strong.logo a{
	float:left;
	width:241px;
	height:92px;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat;
	outline:none;
}
.bar{
	width:952px;
	overflow:hidden;
	margin:23px 0 0;
	padding:0 0 0 44px;
	background:url(images/bar-left.jpg) no-repeat;
}
.menu{
	float:left;
	padding:0 44px 0 0;
	background:url(images/bar-right.jpg) no-repeat 100% 0;
}
#nav{
	float:left;
	margin:0;	padding:0;	list-style:none;
	background:url(images/bg-menu.gif) repeat-x;
}
#nav li{
	float:left;
	padding:0 1px 0 2px;
	background:url(images/sep01.gif) no-repeat 0 4px;
}
#nav li:first-child{
	background:0;
}
#nav li a{
	color:#213b5a;
	padding:0 21px;
	float:left;
	font:14px/29px Georgia, 'Times New Roman', Times, serif;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li a:hover{
	color:#4475b1;
}
.search{
	float:right;
	width:252px;
	padding:5px 66px 3px 66px;
	background:url(images/bg-search.jpg) no-repeat;
}
.search .form-text{
	float:left;
	padding:2px 2px;
	border:1px solid #a1b2c9;
	width:183px;
	height:15px;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.search .form-submit{
	border:none;
	color:#303946;
	float:right;
	width:56px;
	height:21px;
	padding:0 0 3px;
	font:12px/14px Arial, Helvetica, sans-serif;
	background:url(images/bg-button.gif) no-repeat;
	cursor:pointer;
}
* html .search .form-submit{
	line-height:19px;
}
*+html .search .form-submit{
	line-height:19px;
}
.search .form-submit:hover,
.search .form-submit.hover{
	background:url(images/bg-button-roll.gif) no-repeat;
}
#content-holder{
	overflow:hidden;
	padding:201px 19px 31px 8px;
	position:relative;
	height:1%;
}
#content-holder a{text-decoration:none;}
#content-holder a:hover{color:#ea4243;}
#content{
	width:643px;
	float:left;
}
.contentfull{
	width:auto !important;
	padding:10px 0 0 10px;
}
#content h1,h2{
	margin:0;
	color:#0f1b2c;
	font:normal 19px/23px Georgia, 'Times New Roman', Times, serif;
}
#content h1 a,
#content h2 a{
	font-weight:normal;
	color:#0f1b2c;
	text-decoration:none;
}
#content h1 a:hover,
#content h2 a:hover{
	color:#0f1b2c;
	text-decoration:underline;
}
#content p{
	margin:0 0 15px;
	word-spacing:-1px;
}
/* Added #comments and #respond for comments section on a post */
#comments {
	padding-left:15px;
}
#respond {
	padding-left:15px;
}
.post{
	height:1%;
	padding:0 15px 8px;
	overflow:hidden;
}
.post a{
	font-weight:bold;
	text-decoration:none;
}
.post a:hover{text-decoration:underline;}
.post img{
	margin:3px 0 17px;
}
.post .title{
	height:1%;
	margin:0 -15px;
	padding:8px 15px 19px;
	overflow:hidden;
	background:url(images/bg-title.jpg) no-repeat;
}
.calendar{
	width:32px;
	float:left;
	text-align:center;
	margin:0 22px 0 0;
}
.post .title p{
	color:#525f70;
	margin:0 !important;
	font:11px/18px Georgia, 'Times New Roman', Times, serif;
}
span.mm{
	display:block;
	text-transform:uppercase;
	color:#fff;
	font:8px/10px Verdana, Arial, Helvetica, sans-serif;
}
span.dd{
	display:block;
	text-transform:uppercase;
	color:#0f1b2c;
	font:bold 19px/26px Georgia, 'Times New Roman', Times, serif;
} 
a.older{
	font-weight:bold;
	text-decoration:none;
	margin:0 0 0 15px;
	padding:0 0 0 10px;
	background:url(images/bullet01.gif) no-repeat 0 4px;
}
a.older:hover{text-decoration:underline;}
#sidebar{
	width:310px;
	float:right;
}
.ads{
	height:1%;
	padding:0 5px 2px;
	overflow:hidden;
	background:url(images/bg-ads.jpg) no-repeat;
}
.ads p{
	margin:0 0 1px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	line-height:22px;
	text-transform:uppercase;
}
#sidebar .box{
	width:100%;
	margin:12px 0 0;
	overflow:hidden;
	padding:5px 0 0;
	background:#d1dff2 url(images/box-top.gif) no-repeat;	
}
#sidebar .box .inner{
	height:1%;
	padding:0 7px 4px;
	overflow:hidden;
	background:url(images/box-bot.gif) no-repeat 0 100%;
}
#sidebar .title{
	height:1%;
	overflow:hidden;
	padding:5px 9px 7px;
	background:url(images/box-title.gif) no-repeat;
}
#sidebar .title img{
	float:left;
	margin-right:6px;
}
#sidebar .title a{
	float:right;
	margin:9px 0 0;
	font:10px/18px Georgia, 'Times New Roman', Times, serif;
}
#sidebar h3{
	margin:7px 0 0;
	color:#0f1b2c;
	font:14px/18px Georgia, 'Times New Roman', Times, serif;
}
.entries{
	height:1%;
	overflow:hidden;
	margin:0 3px;	padding:0;	list-style:none;
}
.entries li{
	font-size:11px;
	line-height:14px;
	padding:11px 4px 9px;
	word-spacing:-1px;
	background:url(images/sep02.gif) no-repeat;
}
.entries li a{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
}
.entries li span{
	display:block;
	color:#9aa3b1;
}
.forum{
	margin-top:6px;
}
.forum li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer{
	height:1%;
	overflow:hidden;
	padding:46px 70px 35px;
	background:url(images/bg-footer.jpg) no-repeat 0 100%;
}
#footer p{
	margin:0;
	text-align:right;
	font-size:10px;
	line-height:12px;
}
#footer p a{
	color:#0f1b2c;
	text-decoration:none;
}
#footer p a:hover{text-decoration:underline;}

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: .2em;
	margin-top: 1.0em;
	background: #d8e6f9;
	text-decoration: none;
	text-align: center;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #525f70;
	text-decoration: none;
	font-weight: bold;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #525f70;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #525f70;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #525f70;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
}

