/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	zoom:1;
}

:focus {
	outline: 0;
	vertical-align: top;
}

body {
	color: #000;
	background: #fff;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #483124 url(/App_Themes/ManeEvent/bg.gif) top center repeat-x;
color: #3D3D3D;
font-family: Arial, Helvetica, sans-serif;
}


#wrap{
	position: relative;
	margin: auto;
	width: 972px;
}

	#head{
		position: relative;
		height: 248px;
		background: url(/App_Themes/ManeEvent/head.jpg) top center no-repeat;
	}
	
		#logo{
			position: absolute;
			bottom: 34px;
			left: 13px;
			height: 68px;
			width: 523px;
			text-indent: -9999em;
		}
	
		#rss{
			position: absolute;
			top: 5px;
			right: -5px;
			padding: 6px 33px 8px 0;
			font-size: 11px;
			text-align: right;
			background: url(/App_Themes/ManeEvent/rss.gif) right center no-repeat;
		}
		
			#rss a{
				color: #fff;
			}
		
			#rss span{
				display: block;
			}
			
			#rss a span{
				color: #A7B672;
				text-decoration: underline;
			}
	
	
	#pagetop{
		position: relative;
		height: 7px;
		background: url(/App_Themes/ManeEvent/page-top.gif) top left no-repeat;
	}
	
	
	
	
	
	#page{
		position: relative;
		background: url(/App_Themes/ManeEvent/pbg.png) top center repeat-y;
		overflow: hidden;
	}
	
		#content{
			position: relative;
			float: left;
			width: 728px;
			padding-left: 16px;
			padding-top: 6px;
			text-align: left;
			color: #676767;
		}
#content table{margin:0px 0px 10px 10px;float:right}
		
			#breadcrumb{
				position: relative;
				padding: 8px 0 4px 0;
				border-bottom: 1px solid #DCDCDC;
				font-size: .9em;
			}
			
				#breadcrumb a{
					color: #6A6A6A;
					text-decoration: underline;
				}
		
			.section-title{
				position: relative;
				padding: 10px 0 10px 0;
				border-bottom: 1px solid #EAE1C4;
			}
			
			.section-title.alt{
				border: 0;
			}
			
				.section-title h1{
					position: relative;
					margin-left: 55px;	
					color: #404040;
					font-size: 1.9em;
				}
				
				.section-title span.the-date{
					position: relative;
					display: block;
					font-size: 1.1em;
					color: #959595;
					margin-left: 55px;	
				}
				
				span.date{
					position: relative;
					float: left;
					height: 25px;
					padding-top: 16px;
					width: 38px;
					padding-left: 2px;
					background: url(/App_Themes/ManeEvent/date-box.gif) top left no-repeat;
					color: #FDE8C1;
					font-weight: bold;
					font-size: 16px;
					text-align: center;
					margin-top: 2px;
				}
				
				
			
			.entry{
				position: relative;
				padding: 10px 0 10px 0;	
				overflow: hidden;
				border-bottom: 1px solid #D9DDDF;
			}
			
			.entry .alt{
				border: 0;
			}
			
				.post-thumb{
					position: relative;
					float: left;
					padding: 3px;
					background: #fff;
					border: 1px solid #EAE1C4;
					margin-right: 8px;	
				}
				
				.entry p{
					position: relative;
					line-height: 1.5em;
					padding-bottom: 1em;	
				}
				
				.entry p.meta{
					position: relative;
					padding-bottom: 0;
					margin-top: -.5em;	
					font-size: .9em;
				}
				
				.entry h2{
					position: relative;
					font-size: 1.1em;
					font-weight: bold;
					padding-top: 3px;
					padding-bottom: 6px;
				}
				
				.entry h2 span{
					position: relative;
					padding-left: 24px;
					background: url(/App_Themes/ManeEvent/paper.gif) left center no-repeat;
				}
				
				.entry p.meta a{
					color: #896646;
					text-decoration: underline;
				}
				
				.entry a, .section-title a{
					color: #895D52;
				}
				
				.photo-wrap{	
					position: relative;
					font-size: 10px;
					color: #332C24;
					font-style: italic;
					text-align: center;
				}
				
					.photo-wrap img{
						position: relative;
						display: block;
						padding: 3px;
						background: #fff;
						border: 1px solid #EADEC6;
					}
					
					.entry .photo-wrap p{
						padding: 0;
						line-height: 1em;
					}
				
				.entry blockquote{
					position: relative;
					width: 255px;
					padding-right: 15px;
					padding-left: 25px;
					background: url(/App_Themes/ManeEvent/qbg.gif) top left no-repeat;
					font-size: 1.5em;
					font-family: Georgia;
					font-style: italic;
				}
		
		
		#sidebar{
			position: relative;
			float: right;
			width: 214px;
		}
		
			.widget{
				position: relative;
				width: 182px;
				margin: auto;	
				text-align: left;
				padding: 7px 0 10px 0;
				border-bottom: 1px solid #D8DAD9;
				margin-bottom: 12px;
			}
			
				.widget h3{
					position: relative;
					font-size: 1.5em;
					color: #483225;
					padding-bottom: 4px;	
				}
				
				.widget p{
					position: relative;
					line-height: 1.4em;
					padding-bottom: 6px;	
				}
				
				.widget .text{
					position: relative;
					padding: 4px 5px 0 5px;
					height: 17px;
					width: 172px;
					border: 0;
					font-size: 11px;
					margin-bottom: 6px;
					background: url(/App_Themes/ManeEvent/ibg.gif) top left no-repeat;
				}
				
				.widget .submit-btn{
					position: relative;
					height: 24px;
					width: 66px;
					border: 0;
					background: url(/App_Themes/ManeEvent/submit-btn.gif) top left no-repeat;
				}
			
			.sidebar-adverts{
				position: relative;
				margin: auto;
				text-align: center;
				margin-bottom: 14px;
				width: 160px;
			}
			
				.sidebar-adverts img{
					position: relative;
					margin-bottom: 8px;
				}
			
			.mag{
				position: relative;
				text-align: center;	
				padding-bottom: 14px;
			}
			
				.mag h3{
					position: relative;
					height: 58px;
					background: url(/App_Themes/ManeEvent/break-title.png) top left no-repeat;
					text-indent: -9999em;
				}


	#foot{
		position: relative;
		background: url(/App_Themes/ManeEvent/foot-bg.png) top center no-repeat;
		font-size: .9em;
		overflow: hidden;
		padding: 22px 12px 18px 12px;
		color: #fff;	
	}
	
		#foot a{
			color: #B1B67E;
		}













