/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#5f5f5f;
	font-size:13px;
	line-height:18px;
	padding:0;
	margin:0;
	text-align:center;
	background:#b3b3b3 url(/images/bkrd-body.jpg) repeat-x center top;
}
#flame{
	background:url(/images/bkrd-flames.jpg) repeat-x center top;
	width:100%;
	min-height:350px;
}

#main-wrapper {
	width:980px;
	text-align:left;
	margin:0 auto;
	background:#fff url(/images/bkrd-sidebar.jpg) repeat-y right 650px;
	
}

#column-top {
	width:980px;
	text-align:left;
	background:url(/images/bkrd-col-top.jpg) no-repeat center top;
	
}

#header {
	position:relative;
	height:288px;
}

#logo{
	position:absolute;
	top:25px;
	left:25px;
	width:450px;
	height:170px;	
}

#header-right{
	color:#ffe99b;
	font-size:21px;
	line-height:24px;
	position:absolute;
	top:97px;
	right:50px;
	text-align:right;
}
#header-right a{
	color:#ffe99b;
}

#navbar {
	width:980px;
	position:absolute;
	top:223px;
	left:0;
	height:50px;
	line-height:50px;
	background:#f6f6f6 url(/images/bkrd-menu.jpg) no-repeat center top;
	
}

#navbar li{
	padding:0 21px;
}
#navbar li li{
	padding:0;
}


#navbar a{
	color:#000;
	font-size:17px;
}

#content {
	width:980px;
	top:288px;
}

#main-col {
	width:640px;
	float:left;
	padding:35px 35px 35px 35px;
}

#anythingWindow{
	width:690px;
	height:320px;
}



#news{
padding-top:20px;
	float:left;
	
	width:360px;
}


.blogwimg, .blognoimg{
	padding:10px 0;
	border-bottom:1px dotted #959799;
}

.blogwimg img{
	border:3px solid #d9d9d9;
	float:left;
	
}

.blogwimg .blogcontent{
	padding-left:20px;
	width:250px;
	float:left;
}

.blognoimg .blogcontent{
	width:360px;
	float:left;
}

.blogtitle, .blogtitle a{
	color:#c00e0e;
	font-size:17px;
	margin:0;
	padding:0;
}

.blogsynop, .blogsynop a{
	margin:0;
	padding:0;
}
.blogsynop a{
	color:#c00e0e;

}



#details{
	float:right;
	padding:20px;
	width:220px;
	height:220px;
	background:url(/images/bkrd-event-info.jpg) no-repeat center top;
	
}
#details p{
	margin:0 0 10px 0;
}
#details a{
	text-decoration:none;
}

#right-col {
	padding:62px 31px 31px 31px;
	width:208px;
	float:right;
}

.mc-field-group input{
	background:#a19d8f;
	border:0px;
	width:198px;
	padding:5px;
	-webkit-box-shadow: inset 5px 5px 10px 0px #8d897d;
	-moz-box-shadow: inset 5px 5px 10px 0px #8d897d;
	box-shadow: inset 5px 5px 10px 0px #8d897d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom:10px;
	color:#fff;
}
#mc-embedded-subscribe{
	background: #df1616; /* Old browsers */
	background: -moz-linear-gradient(top, #df1616 0%, #950c0c 50%, #df1616 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#df1616), color-stop(50%,#950c0c), color-stop(99%,#df1616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #df1616 0%,#950c0c 50%,#df1616 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #df1616 0%,#950c0c 50%,#df1616 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #df1616 0%,#950c0c 50%,#df1616 99%); /* IE10+ */
	background: linear-gradient(top, #df1616 0%,#950c0c 50%,#df1616 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1616', endColorstr='#df1616',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding:10px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:0px;
	float:right;
	font-size:14px;
	cursor: pointer;
}

#right-col hr{
	margin:20px 0 20px 0;
}


#advertise-with-us{
	background:url(/images/paper-button.png) no-repeat center top;
	color:#a30e0e;
	width:200px;
	height:49px;
	font-size:17px;
	line-height:17px;
/*	padding:0 0 13px 0;*/
	margin:20px 4px 4px 4px;
}

#advertise-with-us a{
	height:17px;
	width:168px;
	
	font-size:17px;
	line-height:17px;
	padding:9px 16px 9px 16px;
	display:block;
	color:#a30e0e;

}

#footer {
	width:980px;
	height:233px;
	clear:both;
	background:url(/images/bkrd-footer.jpg) no-repeat center top;
	
}
#footer-left{
	float:left;
	color:#bdbdbd;
	width:675px;
	padding:60px 0 0 35px;
}
#footer-left a{
	color:#bdbdbd;
	
}
#footer-right{
	color:#bdbdbd;
	
	float:right;
	
	padding:60px 0 0 65px;
	width:205px;
}
#footer-right a{
	color:#bdbdbd;

}
#footer-right img{
	padding-right:20px;
}

#copyright {
	width:926px;
	text-align:left;
	margin:0 auto;
	padding:19px 27px;
	color:#757575;
}

#copyright a{
	color:#757575;

	
}

/******************** STYLES **************************/

table {

}

a {
	color:		#c11717;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
	color:		#a19d8f;
	
}

.alttext2 {
	font-size:		18px;
	color:		#000;
	
}


.header1 {
	color:		#c11717;
	font-size:	26px;
	line-height:	30px;
}

.header2 {
	color:		#c11717;
	font-size: 	25px;
	line-height:	28px;
}

.header3 {
	color:		#a19d8f;
	font-size:	16px;
	line-height:	19px;
}

h1 {
	color:		#c11717;
	font-size:	26px;
	line-height:	30px;
	margin:		0 0 12px 0;
}

h2 {
	color:		#c11717;
	font-size: 	25px;
	line-height:	28px;
	margin:		0 0 8px 0;
}

h3 {
	color:		#a19d8f;
	font-size:	16px;
	line-height:	19px;
	margin:		0 0 3px 0;
}

h1, h2, h3, h4, .header1, .header2, .header3, .header4 {
	font-weight:normal;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:		inherit;
	text-decoration:none;
	
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:		right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:		left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}

#comment_body {
	width:100%!important;
	}

#comments table td {
	padding-bottom:11px;
	}
