/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,code,del,dfn,em,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0; }
 
/* Basic Styling */
a, a:link {
	background: transparent;
	color: #aa1e23;
	text-decoration: none; 
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-property: ease-in-out; }

a.article_title_link { color:white; }
a.article_title_link:hover { color:#d89c88; }
 
a:visited { color: #d89c88; }
 
a:active {
	background: transparent;
	color: #aa1e23; }
 
a:hover {
	background: transparent;
	color: #d89c88; }
 
img {
	border: 0;
	vertical-align: top; }
 
body, html {
	background: #ededeb url(skins/spurgat2012/images/background.jpg) repeat top center;
	color: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center; }
 
div {
	text-align: left;
	vertical-align: top; }
 
hr {
	background: #dbdbdb;
	border-top: 1px solid #d9d9d9;
	border: none;
	height: 1px; }
 
p { padding: 7px 0; }
 
textarea, input {
	background: #fff;
	border: 1px solid #dbdbdb;
	color: #000000;
	font-size: 13px;
	line-height: 13px;
	margin: 2px 0;
	padding: 8px; }
	
	text area:focus, input:focus {
		border: 1px solid #aa1e23;
		color: #aa1e23;
		background: #edf7df; }
 
select,option {
	background: #ffffff;
	color: #000; }
 
big { font-size: 16px; }
 
h1 {
	background: transparent;
	color: #aa1e23;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0 0 6px; }
 
h2 {
	color: #aa1e23;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 5px 0; }
 
h3 {
	background: transparent;
	color: #a7a59c;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0; }
	
h4 {
	color: #aa1e23;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 14px 0 7px; }
	
/* Clearfix */
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0; }
 
* html .clear { zoom: 1; }
 
*:first-child+html .clear { zoom: 1; }

textarea, input, img, #header, .bubble, #social, #slider, #mainnav, #content, .date, .preview {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }
	
#header, #content, #mainnav {	
	-moz-box-shadow: 0 1px 1px #c9c9c7;
	-webkit-box-shadow: 0 1px 1px #c9c9c7;
	box-shadow: 0 1px 1px #c9c9c7; }
	
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0; 
	position: relative; }
	
#social { 
	background: #aa1e23;
	width: 38px;
	position: fixed;
	z-index: 999;
	margin: 142px 0 0 -19px;
	padding-bottom: 8px; }
	
	#social:after {
		content: " ";
		display: block;
		width: 6px;
		height: 12px;
		position: absolute;
		top: 8px;
		right: -6px; 
		background: url(skins/spurgat2012/images/social.gif) no-repeat top left; }
	
	#social li {
		list-style: none;
		text-indent: -9999px;
		padding: 8px 8px 0 8px; }
		
	#social a {
		display: block;
		height: 22px;
		width: 22px;
		background: url(skins/spurgat2012/images/social.jpg) no-repeat 0 0; }
		
		#social a:hover { opacity: 0.8; }
		
		#social a.facebook { background-position: 0 -22px; }
		
		#social a.flickr { background-position: 0 -44px; }
		
		#social a.rss { background-position: 0 -66px; }
	
#header { 
	background: #fff;
	position: relative; }
	
	#logo {
		display: block;
		position: absolute;
		top: 10px;
		left: 24px;
		cursor: pointer; }
		
		#logo:active { top: 30px; }
		
	#header ul { float: right; }
	
		#header li { 
			list-style: none;
			float: left; }
			
			#header li a {
				color: #aa1e23;
				display: block;
				height: 82px;
				line-height: 83px; 
				padding: 1px 26px;
				border-left: 1px solid #dbdbdb; }
				
				#header li a:active { padding: 2px 26px 0; }
				
				#header li a:hover { 
					border-left: 1px solid #aa1e23;
					background: #aa1e23;
					color: #fff; }
					
				#header li:last-child a {
					-webkit-border-top-right-radius: 3px;
					-webkit-border-bottom-right-radius: 3px;
					-moz-border-radius-topright: 3px;
					-moz-border-radius-bottomright: 3px;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px; }

	#header ul li ul { display: none; }
			
	.bubble {
		display: none;
		position: absolute;
		top: 19px;
		left: 88px; 
		background: #aa1e23;
		color: #d89c88;
		font-size: 11px;
		height: 22px;
		line-height: 23px;
		padding: 0 8px 0 0;
		font-weight: bold; }
		
		.bubble b { padding-left: 8px; }
		
		.bubble a { color: #fff; }
		
			.bubble a:hover { color: #d89c88; }
			
		.bubble:after {
			content: " ";
			display: block;
			width: 6px;
			height: 6px;
			background: url(skins/spurgat2012/images/bubble.jpg) no-repeat top left;
			position: absolute; 
			top: 22px;
			left: 9px; }
			
			.visible { display: block; }
			
#slider { 
	margin: 10px 0 20px;
	background: url(skins/spurgat2012/images/slider.jpg) no-repeat;
	color: #bfbfbd; 
	position: relative;
	display: block; }
	
	#slider h3 {
		font-size: 13px;
		font-weight: bold;
		color: #aa1e23;
		text-transform: uppercase;
		padding-bottom: 6px; }
		
	#slider h1 {
		font-size: 30px;
		color: #fff;
		line-height: 38px; }
	
	#slider li { 
		list-style: none;
		height: 300px;
		position: relative; }
		
		.wmuSlider {
			height: 300px;
			overflow: hidden; }
		
		.slide { padding: 46px 456px 0 43px; }
		
		.preview {
			background: #fff;
			width: 380px;
			height: 237px;
			position: absolute;
			top: 25px;
			right: 26px;
			text-align: center;
			padding-top: 13px; }
			
			.caption {
				height: 38px;
				width: 328px;
				position: absolute;
				bottom: 0;
				font-size: 12px;
				color: #d89c88;
				background: #aa1e23 url(skins/spurgat2012/images/footer.jpg) repeat-x top left;
				-webkit-border-bottom-right-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-moz-border-radius-bottomright: 3px;
				-moz-border-radius-bottomleft: 3px;
				border-bottom-right-radius: 3px;
				border-bottom-left-radius: 3px;
				padding: 17px 26px; }
				
				.caption h4 {
					font-size: 15px;
					color: #fff; 
					padding: 0; }
				
				.more {
					display: block;
					text-indent: -9999px; 
					width: 22px;
					height: 22px;
					background: url(skins/spurgat2012/images/more.png) no-repeat !important; 
					position: absolute;
					top: 25px;
					right: 26px; }
					
					.more:active { top: 26px; }
				
			.previous, .next, .wmuSliderPrev, .wmuSliderNext {
				display: block;
				width: 22px;
				height: 22px;
				background: url(skins/spurgat2012/images/controls.png) no-repeat 0 0; 
				cursor: pointer; 
				position: absolute;
				top: 320px;
				text-indent: -9999px; }
				
				.previous, .wmuSliderPrev { left: 26px; }
				
					.previous:hover, .wmuSliderPrev:hover { background: url(skins/spurgat2012/images/controls.png) no-repeat -22px 0; }
					
				.next, .wmuSliderNext { 
					right: 26px;
					background: url(skins/spurgat2012/images/controls.png) no-repeat 0 -22px;  }
					
					.next:hover, .wmuSliderNext:hover { background: url(skins/spurgat2012/images/controls.png) no-repeat -22px -22px; }
					
				.previous:active, .next:active, .wmuSliderPrev:active, .wmuSliderNext:active { top: 321px; }
				
			.carousel-pagination, .wmuSliderPagination {
				height: 10px;
				position: absolute;
				width: 56px;
				top: 326px;
				left: 452px; }
				
				.carousel-pagination li, .wmuSliderPagination li { 
					float: left; 
					width: 10px !important;
					height: 10px !important;
					text-indent: -9999px;
					margin: 0 2px; }
					
					.carousel-pagination li a, .wmuSliderPagination li a {
						display: block; 
						background: url(skins/spurgat2012/images/status.png) no-repeat 0 -10px;
						cursor: pointer;
						width: 10px !important;
						height: 10px !important;
						cursor: pointer; }
					
						.carousel-pagination-active, .wmuActive { background: url(skins/spurgat2012/images/status.png) no-repeat 0 0 !important; }
	
#banner {
	margin-top: 20px; }

#content {
	margin-top: 20px;
	background: #fff url(skins/spurgat2012/images/content.jpg) repeat-y 735px 0; }

#content.full { background: #fff; }
	
	#content li { list-style-position: inside; }
	

	#left-column {
		width: 735px;
		float: left;
		padding-bottom: 48px; }
	
	#left-column img { padding:8px; }
	#left-column.full { 
		width: auto;
		float: none; }
		
		#left-column .plugin {
			padding: 38px 38px 0 38px;
			position: relative; }

		#left-column.full .plugin { padding: 38px 38px 0 38px; }
			
		.date {
			width: 28px;
			background: #aa1e23;
			position: absolute;
			left: 45px;
			top: 76px;
			text-align: center;
			color: #d89c88;
			text-transform: uppercase;
			font-size: 9px; 
			line-height: 1;
			padding: 4px 0 6px; }
			
			.date b {
				font-size: 18px;
				line-height: 22px;
				color: #fff; }
			#left-column h2 { margin-left:-38px; padding-left:38px; background: #aa1e23; color:white; }
	#right-column {
		width: 225px;
		float: right;
		font-size: 12px;
		padding-bottom: 48px; }
		
		#right-column h2 { padding-left: 38px;  background: #aa1e23; color:white; }
		
		#right-column .plugin { padding-top: 48px; }
		
		#right-column li {
			border-bottom: 1px solid #dbdbdb; 
			list-style: none; 
			padding: 14px 26px 14px 38px; }
			
			#right-column li:last-child { border: none; }
			
			#right-column li a {
				font-size: 11px;
				font-weight: bold; }
				
			#right-column .spacing, .loading { padding: 14px 26px 14px 38px; }
			
			.tweets li { background: url(skins/spurgat2012/images/bird.jpg) no-repeat 12px 17px; }

#footer {
	background: #aa1e23 url(skins/spurgat2012/images/footer.jpg) repeat-x top left;
	font-size: 12px;
	color: #d89c88;
	line-height: 20px;
	padding: 21px 26px 18px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; }
	
	#footer a { color: #d89c88; }
	
	#footer b, #footer a:hover { color: #fff; }
	
	#footer .left { width: 65%; }
	
	#footer .right { width: 30%; }
	
		#footer .left { float: left; }
		
		#footer .right { 
			float: right;
			text-align: right; 
			line-height: 40px; }
			
			#footer .right a {
				font-weight: bold;
				color: #fff;
				position: relative; }
				
				#footer .right a:hover { color: #d89c88; }
				
				#footer .right a:after {
					content: " ";
					display: block;
					width: 13px;
					height: 11px;
					background: url(skins/spurgat2012/images/butterflies.png) no-repeat;
					position: absolute; 
					top: -4px;
					right: -6px;}

/* Tablet & Smartphone Only */			
@media only screen and (max-width: 1024px) { 

	#wrapper, #banner img { width: 700px; }
	
	.bubble, .description { display: none; }
	
	.carousel-pagination, .wmuSliderPagination { left: 322px; }
		
	#left-column, #right-column {
		float: none;
		width: auto; }
		
		#left-column { padding-bottom: 38px; }
		
		#right-column { border-top: 1px solid #dbdbdb; }
		
		#right-column .plugin { 
			width: 350px; 
			float: left; }
		
		#right-column h2 { padding: 0 44px; background: #aa1e23; color:white; }
	#left-column h2 { margin-left:-38px; padding-left:38px; background: #aa1e23; color:white; }
		
		#right-column li, #right-column .spacing { padding: 14px 44px 14px 44px; }
		
			#right-column li { border: none; }
			
			.tweets li { background: none; }
	
}

/* Smartphone Only */
@media only screen and (max-width: 480px) {

	#wrapper { padding: 10px 0; }
	
	#wrapper, #banner img { width: 300px; }
	
	#social, #banner, .date, .slide { display: none; }
	
	.carousel-pagination, .wmuSliderPagination { 
		left: 122px;
		top: 268px; }
	
	#slider li, .wmuSlider { height: 242px; }
	
	.previous, .next, .wmuSliderPrev, .wmuSliderNext { top: 262px; }
	
		.previous:active, .next:active, .wmuSliderPrev:active, .wmuSliderNext:active { top: 263px; }
	
	.preview { 
		width: 248px;
		height: 179px; }
			
		.caption { width: 196px; }
		
		.preview img { width: 222px; }
	
	#header ul { padding-top: 84px; }
	
		#header ul, #header li {
			float: none;
			width: auto; }
			
			#header li a {
				height: 40px;
				line-height: 41px; 
				border-left: none;
				border-top: 1px solid #dbdbdb;
				cursor: pointer; }
				
				#header li a:hover { 
					border-left: none;
					border-top: 1px solid #aa1e23; }
					
				#header li:last-child a {
					-webkit-border-top-right-radius: 0;
					-webkit-border-bottom-right-radius: 3px;
					-webkit-border-bottom-left-radius: 3px;
					-moz-border-radius-topright: 0;
					-moz-border-radius-bottomright: 3px;
					-moz-border-radius-bottomleft: 3px;
					border-top-right-radius: 0;
					border-bottom-right-radius: 3px;
					border-bottom-left-radius: 3px; }
	
	#left-column .plugin { padding: 26px 26px 0; }
	
	#right-column h2 { padding: 0 26px;  background: #aa1e23; color:white; }
	#left-column h2 { margin-left:-38px; padding-left:38px; background: #aa1e23; color:white; }
	
	
	#right-column .plugin {
		width: auto;
		float: none; }
	
	#right-column li, #right-column .spacing { padding: 14px 26px 14px 26px; }
		
	#footer .left, #footer .right {
		float: none;
		width: auto; 
		text-align: center; }
	 
}

/* Cross-Slide Plugin, added by Timm 2012-04-25 20:00h */
#slideshow {
	position:relative;
margin:0;

width: 100%;
  	height: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

#slideshow-logo-overlay {
position:absolute;
	z-index:100;
width:200px;
height:200px;
	
}

/* Navigations-CSS added by Timm */

#mainnav { background:#fff; font-variant:small-caps; font-size:110%; font-weight:normal; width:100%; }
#mainnav ul { width:100%; display:inline; }
	
		#mainnav li { 
			list-style: none;
			float: left; }
			
			#mainnav li a {
				color: #aa1e23;
				display: block;
				height: 82px;
				line-height: 83px; 
				padding: 1px 26px;
				border-left: 1px solid #dbdbdb; }
				
				#mainnav li a:active { padding: 2px 26px 0; }
				
				#mainnav li a:hover { 
					border-left: 1px solid #aa1e23;
					background: #aa1e23;
					color: #fff; }
					
				#mainnav li:last-child a {
					-webkit-border-top-right-radius: 3px;
					-webkit-border-bottom-right-radius: 3px;
					-moz-border-radius-topright: 3px;
					-moz-border-radius-bottomright: 3px;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px; }

	#mainnav ul li ul { display: none; }


.plugin_name { background: #aa1e23; }



/* AJAX Form Validator */





/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    
    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #aa1e23;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #aa1e23;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

div #success_message {
	background: #eed5d7;
	border: 3px solid #da001f;
	left: 55px;
	margin-bottom: 15px;
	padding: 14px 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
div #success_message {
	background: #e2f3f4;
	border: 3px solid #c9e9eb;
	left: 55px;
	margin-bottom: 15px;
	padding: 14px 19px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
div.pagination {
	text-align: left;
	height: 30px; }
 
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		text-decoration: none;
		color: #aedfe0; }
 
		div.pagination a:hover { color: #79cdce; }
 
	div.pagination span.current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		font-weight: bold;
		background: #f1bfba;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #fff; }
 
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		color: #565657; }
div.rating_wrapper * {
	margin: 0;
	border: 0;
	padding: 0;
	height: 22px;
	text-align: left; }
 
div.rating_wrapper {
	overflow: hidden;
	height: 20px;
	margin-bottom: 2px; }
 
div.sp_rating {
	font-size: 11px;
	line-height: 1.7em;
	height: 100%;
	color: #5f5f5f;
	display: block; }
 
	div.sp_rating div.rating {
		float: left;
		padding-right: 4px;
		padding-top: 0; }
 
	div.sp_rating div.base {
		background: url(includes/images/ratings.png) 0 0 no-repeat;
		width: 85px;
		height: 16px;
		float: left;
		padding-top: 0;
		padding-right: 4px;
		overflow: hidden; }
 
	div.sp_rating div.average {
		background: url(includes/images/ratings.png) 0 -16px no-repeat;
		height: 16px;
		text-indent: -9999px;
		padding-top: 0; }
 
	div.sp_rating div.votes {
		float: left;
		padding-top: 0;
		padding-right: 4px; }
 
	div.sp_rating div.score {
		background: url(includes/images/ratings.png) 0 0 no-repeat;
		width: 85px;
		height: 16px;
		float: left;
		position: relative;
		padding-top: 0;
		margin-top: 0; }
 
		div.sp_rating div.score a {
			display: block;
			height: 100%;
			float: left;
			padding: 0;
			text-indent: -9999px;
			position: absolute;
			margin-top: 0;
			overflow: hidden;
			line-height: 18px; }
 
	div.sp_rating a.score1 {
		width: 20%;
		z-index: 55; }
 
	div.sp_rating a.score2 {
		width: 40%;
		z-index: 54; }
 
	div.sp_rating a.score3 {
		width: 60%;
		z-index: 53; }
 
	div.sp_rating a.score4 {
		width: 80%;
		z-index: 52; }
 
	div.sp_rating a.score5 {
		width: 100%;
		z-index: 51; }
 
	div.sp_rating div.score a:hover { background: url(includes/images/ratings.png) bottom right no-repeat; }
 
	div.sp_rating div.rating_status {
		height: 18px;
		overflow: hidden;
		position: relative; }
 
	div.sp_rating div.rating_score_this {
		height: 100%;
		overflow: hidden; }
 
		div.sp_rating div.rating_score_this a { color: #aedfe0; }

div#p9_top_posters {
	padding: 0px;
	margin: 0px;
	width: 100%; }
 
	div#p9_top_posters ul {
		padding: 0;
		margin: 0; }
 
		div#p9_top_posters ul li {
			list-style: none outside none;
			height: auto !important;
			margin: 0;
			padding: 0;
			overflow: hidden; }
 
			div#p9_top_posters ul li div.p9-outer { width: 100%; }
 
			div#p9_top_posters ul li img.avatar {
				border: 0;
				padding: 4px;
				border: 1px solid #8c6866; }
 
			div#p9_top_posters ul li div.p9-avatar {
				float: left;
				width: auto;
				height: auto; }
 
			div#p9_top_posters ul li div.p9-user {
				display: inline;
				float: left;
				font: inherit;
				padding: 4px;
				width: auto; }
 
			div#p9_top_posters ul li span {
				font: inherit;
				padding-top: 4px; }
 
				div#p9_top_posters ul li span.p9-count { color: #565657; }
div.bbcode_quote,
div.bbcode_code {
	border: 1px solid #b8b8b8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f4f4f4;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 410px;
	max-width: 720px;
	overflow: hidden;
	width: 98%; /* must be < 100% for nested quotes! */ }
 
div.bbeditor {
	position: relative;
	width: auto;
	height: 24px;
	margin: 0;
	padding: 0; }
 
	div.bbeditor img {
		padding: 3px;
		border: 3px solid #b8b8b8;
		margin-right: 3px;
		background-color: #f4f4f4;
		cursor: pointer; }
 
div.bbcode_quote_head, div.bbcode_code_head {
	font-weight: bold;
	margin-bottom: 10px; }
 
div.bbcode_code_body,
div.bbcode_quote_body {
	border: 1px solid #b8b8b8;
	font-size: 13px;
	line-height: 9pt;
	max-height: 350px;
	overflow: scroll; /*max-width: 520px;*/
	padding: 4px;
	width: 99%; }
 
div.bbcode_quote_body { font-style: italic !important; }
 
div.bbcode_code_body {
	border: 0; 
	white-space: pre; }
 
.markItUpContainer { max-width: 900px; }
div#comments {
	padding: 4px;
	margin-top: 4px;
	width: 99%; }
 
	div#comments .comment_editor_header {
		padding-left: 4px;
		font-weight: bold; }
 
	div#comments .comments-title {
		font-size: 15px;
		text-transform: none;
		padding: 2px;
		margin-bottom: 8px;
		margin-top: 8px; }
 
	div#comments ol {
		padding: 0;
		margin: 0;
		margin-top: 8px; }
 
		div#comments ol li {
			list-style: none outside none;
			border: 3px solid #b8b8b8;
			height: auto !important;
			margin: 4px 0;
			padding: 0;
			min-height: 60px;
			overflow: hidden;
			font-style: normal; }
 
			div#comments ol li div.comment {
				padding: 4px;
				min-height: 60px;
				width: 99%; }
 
			div#comments ol li div.comment-admin {
				vertical-align: middle;
				float: right;
				display: inline;
				margin: 2px 8px 2px 2px;
				height: 18px; }
 
			div#comments ol li span.admin-hint {
				display: none;
				font-size: 9px; }
 
			div#comments ol li div.comment-admin:hover { background-color: #f4f4f4; }
 
				div#comments ol li div.comment-admin:hover span { display: inline; }
 
			div#comments ol li img.avatar {
				background-color: #f4f4f4;
				padding: 3px;
				border: 3px solid #b8b8b8; }
 
			div#comments ol li div.avatar-column {
				float: left;
				width: auto;
				height: auto; }
 
			div#comments ol li div.message-column {
				margin-left: 60px;
				width: auto; }
 
			div#comments ol li p {
				padding: 2px;
				margin-top: 4px; }
 
			div#comments ol li span {
				line-height: 20px;
				margin-bottom: 10px;
				padding: 0; }
 
				div#comments ol li span.date { color: #55251c; }
 
				div#comments ol li span.username,
div.comment_username {
					font-weight: bold;
					padding: 4px; }
 
form#comment-form {
	clear: both;
	margin: 0;
	overflow: hidden; }
 
	form#comment-form markItUpComment_comment {
		width: 100%;
		height: 250px;
		padding: 0; }
 
	form#comment-form div.markItUpContainer {
		width: 98%;
		height: 200px;
		padding: 4px; }
 
#comment_comment {
	font: 14px 'Lucida Console', Courier, monospace;
	padding: 0px;
	margin: 0px;
	border: 2px solid #b8b8b8;
	height: 166px;
	position: relative;
	left: 4px;
	line-height: 17px;
	overflow: scroll;
	width: 98%;
	z-index: 1; /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */ }
 
form#comment-form input {
	display: block;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 4px; }
 
form#comment-form input[type="submit"] {
	background: #f1bfba;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }
 
	form#comment-form input[type="submit"]:hover {
		background: #e48684;
		color: #fff; }
 
a.comment-edit {
	background: url("includes/images/edit.png") no-repeat scroll top center transparent;
	height: 16px;
	line-height: 16px;
	padding-left: 22px; }
 
a.comment-delete {
	background: url("includes/images/eraser.png") no-repeat scroll top center transparent;
	height: 16px;
	line-height: 16px;
	padding-left: 22px; }
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a { background-image: url(includes/images/markitup/bold.png); }
 
.bbcode .markItUpButton2 a { background-image: url(includes/images/markitup/italic.png); }
 
.bbcode .markItUpButton3 a { background-image: url(includes/images/markitup/underline.png); }
 
.bbcode .markItUpButton4 a { background-image: url(includes/images/markitup/picture.png); }
 
.bbcode .markItUpButton5 a { background-image: url(includes/images/markitup/link.png); }
 
.bbcode .markItUpButton6 a { background-image: url(includes/images/markitup/colors.png); }
 
.bbcode .markItUpButton6 ul {
	padding: 1px;
	width: 81px; }
 
.bbcode .markItUpButton6  li {
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left; }
 
.bbcode .markItUpButton6 ul a {
	width: 25px;
	height: 25px; }
 
	.bbcode .markItUpButton6 ul a:hover { background-color: none; }
 
.bbcode .markItUpButton6 .col1-1 a { background: yellow; }
 
.bbcode .markItUpButton6 .col1-2 a { background: orange; }
 
.bbcode .markItUpButton6 .col1-3 a { background: red; }
 
.bbcode .markItUpButton6 .col2-1 a { background: blue; }
 
.bbcode .markItUpButton6 .col2-2 a { background: purple; }
 
.bbcode .markItUpButton6 .col2-3 a { background: green; }
 
.bbcode .markItUpButton6 .col3-1 a { background: white; }
 
.bbcode .markItUpButton6 .col3-2 a { background: gray; }
 
.bbcode .markItUpButton6 .col3-3 a { background: black; }
 
.bbcode .markItUpButton7 a { background-image: url(includes/images/markitup/fonts.png); }
 
.bbcode .markItUpButton8 a { background-image: url(includes/images/smileys/smile.gif); /* Smilies */ }
 
.bbcode .markItUpButton9 a { background-image: url(includes/images/markitup/list-bullet.png); }
 
.bbcode .markItUpButton10 a { background-image: url(includes/images/markitup/list-numeric.png); }
 
.bbcode .markItUpButton11 a { background-image: url(includes/images/markitup/list-item.png); }
 
.bbcode .markItUpButton12 a { background-image: url(includes/images/markitup/quotes.png); }
 
.bbcode .markItUpButton13 a { background-image: url(includes/images/markitup/code.png); }
 
.bbcode .markItUpButton14 a { background-image: url(includes/images/markitup/clean.png); }
 
.bbcode .markItUpButtonXX a {
	background-image: url(includes/images/markitup/preview.png);
	display: none; }
 
/* Color Palette */
.bbcode .colors a { background-image: url(includes/images/markitup/colors.png); }
 
.bbcode .colors ul {
	width: 110px;
	padding: 2px !important;
	margin: 2px !important; }
 
.bbcode .colors li {
	border: 1px solid white;
	width: 25px;
	height: 25px;
	overflow: hidden;
	padding: 2px !important;
	margin: 2px !important;
	float: left; }
 
.bbcode .colors ul a {
	width: 25px;
	height: 25px; }
 
	.bbcode .colors ul a:hover { background-color: none; }
 
.bbcode .colors .col1-1 a { background: yellow; }
 
.bbcode .colors .col1-2 a { background: orange; }
 
.bbcode .colors .col1-3 a { background: red; }
 
.bbcode .colors .col2-1 a { background: blue; }
 
.bbcode .colors .col2-2 a { background: purple; }
 
.bbcode .colors .col2-3 a { background: green; }
 
.bbcode .colors .col3-1 a { background: white; }
 
.bbcode .colors .col3-2 a { background: gray; }
 
.bbcode .colors .col3-3 a { background: black; }
 
.bbcode .calculator a { background-image: url(includes/images/markitup/calculator.png); }
 
/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a { background-image: url(includes/images/smileys/smile.gif); }
 
.bbcode .smileys ul {
	width: 126px;
	padding: 2px !important;
	margin: 2px !important; }
 
.bbcode .smileys li {
	border: 1px solid white;
	width: 20px;
	height: 22px;
	overflow: hidden;
	padding: 2px !important;
	margin: 2px !important;
	float: left; }
 
.bbcode .smileys ul a {
	width: 20px;
	height: 20px; }
 
	.bbcode .smileys ul a:hover { background-color: none; }
 
.bbcode .smileys .col1-1 a { background-image: url(includes/images/smileys/angry.gif); }
 
.bbcode .smileys .col1-2 a { background-image: url(includes/images/smileys/bigsmile.gif); }
 
.bbcode .smileys .col1-3 a { background-image: url(includes/images/smileys/confuse.gif); }
 
.bbcode .smileys .col1-4 a { background-image: url(includes/images/smileys/frown.gif); }
 
.bbcode .smileys .col2-1 a { background-image: url(includes/images/smileys/neutral.gif); }
 
.bbcode .smileys .col2-2 a { background-image: url(includes/images/smileys/smile.gif); }
 
.bbcode .smileys .col2-3 a { background-image: url(includes/images/smileys/laugh.gif); }
 
.bbcode .smileys .col2-4 a { background-image: url(includes/images/smileys/surprise.gif); }
 
.bbcode .smileys .col3-1 a { background-image: url(includes/images/smileys/tongue.gif); }
 
.bbcode .smileys .col3-2 a { background-image: url(includes/images/smileys/worry.gif); }
 
.bbcode .smileys .col3-3 a { background-image: url(includes/images/smileys/wink.gif); }
 
.bbcode .smileys .col3-4 a { background-image: url(includes/images/smileys/sleepy.gif); }
 
/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
	margin: 0px;
	padding: 0px;
	outline: none; }
 
.markItUp a:link,
.markItUp a:visited {
	color: #000;
	text-decoration: none; }
 
.markItUp {
	width: 98%;
	margin: 5px 0 5px 0;
	border: 5px solid #F5F5F5; }
 
.markItUpContainer {
	border: 1px solid #75342c;
	background: #FFF;
	padding: 5px 5px 2px 5px;
	font: 11px Arial, Helvetica, Verdana, sans-serif; }
 
textarea.markItUpEditor {
	font: 14px 'Lucida Console', Courier, monospace;
	margin: 2px; /*padding: 4px;*/
	border: 1px solid #75342c;
	clear: both;
	display: block;
	line-height: 17px;
	overflow: scroll;
	width: inherited; }
 
.markItUpPreviewFrame {
	overflow: auto;
	background-color: #fff;
	border: 1px solid #75342c;
	width: 99.9%;
	height: 300px;
	margin: 5px 0; }
 
.markItUpFooter {
	width: 100%;
	cursor: n-resize; }
 
.markItUpResizeHandle {
	overflow: hidden;
	width: 22px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(includes/images/markitup/handle.png);
	cursor: n-resize; }
 
/* first row of buttons */
.markItUpHeader ul {
	list-style-type: none !important;
	padding: 2px !important;
	margin: 2px !important; }
 
	.markItUpHeader ul li,
.markItUpHeader ul ul li {
		margin: 0px !important;
		padding: 0px !important; }
 
	.markItUpHeader ul li {
		list-style: none !important;
		float: left;
		position: relative;
		margin-right: 2px !important;
		padding: 2px !important; }
 
		.markItUpHeader ul li:hover { background-color: #f0f0f0; }
 
		.markItUpHeader ul li ul {
			display: none;
			list-style-type: none; }
 
		.markItUpHeader ul li:hover > ul {
			list-style-type: none;
			display: block; }
 
	.markItUpHeader ul .markItUpDropMenu {
		background: transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
		margin-right: 4px;
		z-index: 10; /* 1000; */ }
 
		.markItUpHeader ul .markItUpDropMenu li {
			margin-right: 0px;
			list-style: none !important; }
 
	.markItUpHeader ul .markItUpSeparator {
		background: transparent url(includes/images/markitup/handle.png) repeat-y;
		margin: 0 10px;
		width: 1px;
		height: 16px;
		overflow: hidden;
		background-color: #75342c; }
 
	.markItUpHeader ul ul .markItUpSeparator {
		width: auto;
		height: 1px;
		margin: 0px; }
 
	/* next rows of buttons */
.markItUpHeader ul ul {
		display: none;
		position: absolute;
		list-style: none !important;
		top: 22px;
		left: 0px;
		background: #F5F5F5;
		border: 1px solid #d0d0d0;
		height: inherit;
		width: 120px; }
 
		.markItUpHeader ul ul li {
			float: none;
			border-bottom: 1px solid #d0d0d0; }
 
		.markItUpHeader ul ul .markItUpDropMenu { background: #F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%; }
 
		/* next rows of buttons */
.markItUpHeader ul ul ul {
			position: absolute;
			top: -1px;
			left: 120px; }
 
			.markItUpHeader ul ul ul li { float: none; }
 
	.markItUpHeader ul a {
		display: block;
		width: 18px;
		height: 18px;
		text-indent: -10000px;
		background-repeat: no-repeat;
		padding: 3px;
		margin: 0px; }
 
	.markItUpHeader ul ul a {
		display: block;
		padding-left: 0px;
		text-indent: 0;
		width: 120px;
		padding: 5px 2px 5px 30px;
		background-position: 2px 50%; }
 
		.markItUpHeader ul ul a:hover {
			color: #FFF;
			background-color: #d0d0d0;
			width: inherit; }
 
li.markItUpButton {
	list-style: none;
	list-style-type: none; }
div.article_container,
div.article_review_container {
  position: relative;
  margin-bottom: 35px;
}
div.wrapper-social { float: right; height: 18px;
  margin: 0; margin-right: 10px;
  padding: 2px 0px 2px 0px; }
div.wrapper-fb-gplus { float: left; margin: 1px 0 0 5px; width: 250px; }
div.wrapper-read-more-comments { display: inline; position: relative; left:0; }

div.article_head { display: block; height: 90px; }
div.article_head_left { display: inline; float: left; }
div.article_head_right { display: inline; }

div.article_title {
  color: #004990;
  #display: inline-block;
}
div.article_subtitle {

  display: inline-block;
  font-size: 13px;
  margin: 0 8px 8px 0;
  padding-bottom: 4px;
}
div.article_container div.article_subtitle { width: 100%; }
div.article_review_container div.article_subtitle { width: 73%; }

div.article_title h1,
div.article_title h2 {
 margin-left:-38px; background: #aa1e23; color:white; height: 30px; line-height: 30px; padding: 4px; padding-left:38px; padding-right:38px;  margin: 0;
}

.article_title_link {
  clear: right;
  font: normal 12pt Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  /*letter-spacing: 1px;*/
  text-decoration: none;
  padding-bottom: 0px;
  margin-bottom: 2px;
}
a.article_title_link:hover {
  background:none;
  text-decoration:none;
}
a.article_title_link:visited {
  background:none;
  color:white;
  text-decoration:none;
}

div.article_article,
div.article_article p,
div.article_description {
  font-style: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding-top: 4px;
}
div.article_comments,
div.article_read_more {
  display: inline-block;
  margin: 8px 4px 10px 4px;
}
div.article_description ul { clear: both; }
div.article_review_container div.article_description {
  clear: left;
}
div.article_read_more a {
  color:#f5f5f5; font-size:12px;
/*
  border-radius:75px;
  background:#0797D5;
  color:#f5f5f5; font-size:12px;
  padding:6px 14px 6px 14px;
  text-decoration:none;
*/
}
div.article_read_more a:hover { background:#11648b; }
div.article_comments a { font-size:12px; text-decoration:none;}
div.article_comments a:hover { text-decoration:underline;}

div.article_rating {
  float: left;
  width: auto;/*275px;*/
  min-width: 295px;
  margin: 2px 0 0 0; }

.article_tools { display: inline-block; float:left; margin: 0 !important; padding: 0 !important; height: 20px; list-style-type: none; }

.article_tools li { display: inline-block; margin: 2px 0 0 0 !important; padding: 0 !important; vertical-align: top; }
.article_tools li a { height: 16px; outline: none; }
.article_tools li.social a { display: inline-block; margin: 0 !important; padding: 0 !important; margin-top: 2px; width: 16px; }
.article_tools a:hover,
.article_tools a:visited,
.article_tools a:focus { outline: none; text-decoration: none; }
.article_tools .gp-one { width:66px; height:30px; }
.article_tools .delicious a { background-image:url(includes/images/social/delicious-16x16.png); }
.article_tools .digg a { background-image:url(includes/images/social/digg-16x16.png); }
.article_tools .email a { background-image:url(includes/images/social/email-16x16.png); }
.article_tools .facebook a { background-image:url(includes/images/social/facebook-16x16.png); }
.article_tools .twitter a { background-image:url(includes/images/social/twitter-16x16.png); }
.article_tools .article_pdf_link a { background-image:url(plugins/p2_news/pdf.png); }
.article_tools .article_print_link a { background-image:url(plugins/p2_news/printer.png); }
.article_tools .article_comments_link a { margin-left: 4px; }

div.article_footer {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  clear: both;
  display: block;
  height: 36px;
  margin: 4px 4px 12px 0px;
  padding-left: 2px;
  padding-top: 4px;
  position: relative;
  vertical-align: middle;
  width: 99%;
}

div.article_footer_left {
  margin:0px;
  padding:4px;
  display: inline;
  float: left;
  left: 0px;
  top: 0px;
  position: relative;
  line-height: 10px;
  height: 10px;
  font-style: italic;
}

div.article_footer_right {
  margin: 0;
  padding: 4px;
  display: inline;
  float: right;
  right: 0px;
  top: 0px;
  position: absolute;
}

iframe.facebook_iframe {
  border: none;
  display: inline;
  float: right;
  padding-top: 4px;
  height: 30px;
  position: absolute;
  width: 235px;
}
.popup { text-align: left; }
.popup #wrapper { margin: 0; padding: 0; width: 100%; }
.popup #content { margin: 10px; padding: 10px; padding-right: 20px; width: 730px; }
.popup .article_footer { display: none; }

.article-image {
  background-color: transparent;
  border: 1px solid #000;
  clear: left;
  display: block;
  float: left;
  height: 100px;
  overflow: hidden;
  margin: 0 10px 10px 4px;
  padding: 0;
  width: 170px;
}
.article-image img {
  border: none;
  margin: 0; padding: 0;
  height: 100px;
  width: 170px;
}
.article-rating-value {
  /*background: url(images/rating-bg.jpg) no-repeat;*/
  border: 1px solid #000;
  display: inline;
  float: left;
  height: 100px;
  margin: 0;
  margin-left: -11px;
  margin-right: 10px;
  padding: 0;
  width: 81px;
}
.article-rating-value div {
  width: 81px;
  height: 40px;
  color: #ff0000;
  font-size: 36px;
  padding-top: 44px;
  text-align: center;
}
div#p2_container .pagination * { font-size: 14px !important; }
/* SD343 */
div#p2_tag_head { display: block; clear: both; }
div#p2_tag_head p {
  color: #000;
  font: bold 18px Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif !important;
  letter-spacing: 1px;
  text-decoration: none; }
