
@import "reset.css";


a{
	color: #000000;
}

a:link, a:visited, a:active{
	text-decoration: none;
}

small{
	color: #999999;
}

ul, li{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}

p{
	margin-bottom: 10px;
}

body{
	background: #FFFFFF;
	font-family:"Lucida Grande",Arial,Sans-serif;
	color: #333333;
	font-size: 14px;
}

#header_stretched{
	position:absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	margin:0 auto;
	width:100%;
	height: 72px;
}


#shell{
    display: block;
    position: relative;
	margin:0 auto;
	width: 1100px;
}

#container{
	display: block;
	top:0;
	width:  1100px;	
}

#header{
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	width: 980px;
	margin-bottom: 10px;
	background-color: #ffffff;
	height: 90px;
}
#menu{
	text-align: left;
	font-weight: bold;
	width: 1000px;
	margin-bottom: 10px;
	background-color: #AE0C1A;
	background: url("/templates/default/images/bg-pattern-nav.png") repeat-x scroll 0px 0px rgb(51, 51, 51);
	font-family:"Arial";
	color: #ffffff;
	font-size: 14px;
	height: 20px;
	padding: 10px;
}

#menu a {color: #ffffff;}
#menu a:hover {text-decoration: underline;}

#breadcrumb{
	list-style-type: circle;
	width: 800px;
	font-size: 0.825em;
	padding: 10px;
}

	#breadcrumb li{
		display: inline;
		width: 800px;
	}
	
	#nav {
		background-color: #EEEEEE;
		width: 200px;
	}
	
		#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background-color: #FFFFFF;
		line-height : 1.25em;
		border-bottom:1px solid #DDDDDD;
		padding:6px;
		width: 190px;
		z-index: 1;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		display: block;
		left: -999em;
		margin-left : 196px;
		margin-top : -1.35em;
		z-index: 2;
		border: 2px solid #E5ECF3;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		z-index: 3;
	}
	
	#nav li a {
		display : block;
		color : #36539D;
		font-weight : normal;
		text-decoration : none;
		padding : 0 0.5em;
		width : 180px;
	}
	
	#nav li a:hover {
		color: #000000;
		background-color: #E5ECF3;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	
#left_nav{
	display: inline;
	float: left;
	width: 200px;
	top: 20px;
	padding: 0;
	margin-right: 35px;
	font-weight: bold;
}	

#wrapper{
	display: inline;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}	

#content{
    display: inline;
	float: left;
	width: 525px;
	margin-right: 35px;
	line-height:1.5em;
}

	#content h1{
		font-size: 28px;
		color: #373529;
		font-family:Helvetica,Arial,Sans-serif;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:1.2;	
		border-bottom: 1px solid #CFDEF0;
		margin-bottom: 20px;
	}
	
	#content #feed{
		float: right;
	}
	
	#content small a{	
		color: #36539D;
	}
	
	#content p{
		
		margin-bottom: 10px;
	}
	
	#content .addthis_toolbox{
		clear: right;
		margin-top: 10px;
		float: right;
	}
	
	#content #read_more{
		float: right;
		margin-top:0;
	}
	
		#content #read_more a{
			text-decoration: underline;
		}
		
	.article #comments{
		margin: 0;	
	}
		
	.article #comments li{
		margin-top: 20px;
		font-size: 12px;
	}
	
		.article #comments li small{
			padding: 5px;
			background-color: #F1F1F1;	
		}
		
		.article textarea{
			margin-top: 10px;
			width: 455px;
			height: 100px;
		}
		
		.article input{
			margin-top: 10px;
			float: right;
		}
		
	
	.article .newsfeed .related {
		margin-left: 0px;
	}
	
	.article .vote{	
		border:1px solid #B7CCE0;
		float:left;
		font-size: 12px;
		padding:5px;
		text-align:center;
		width:50px;
		background-color: #EEEEEE;
	}
	
		.article small{
			display: block;
		}
	
		.article h1, .article p, .article div, .article ul{
			margin-left: 70px;
		}
	
	.newsfeed{
		list-style-type: none;
		margin-bottom: 5px;
		margin-left: 20px;
	}

		.newsfeed .timescale{
			font-size: 12px;
			font-weight: bold;
			color: #373529;
			margin-top: 15px;
			margin-bottom: 5px;
			border-top: 0;
			list-style-type: none;
			margin-left: -20px;
			min-height: 0;
		}
		
		.newsfeed li{	
			border-top:1px solid #DDDDDD;
			line-height:1.5em;
			margin-bottom:10px;
			margin-left:50px;
			min-height:70px;
			padding:10px 0;
			font-size: 16px;
		}
		
			.newsfeed a{	
				color: #105CB6;
				font-weight: bold;
			}
			
				.newsfeed a:hover{	
					text-decoration: underline;
				}
				
		.newsfeed li .vote{	
			border:1px solid #B7CCE0;
			float:left;
			margin-left:-70px;
			padding:5px;
			text-align:center;
			width:50px;
			background-color: #EEEEEE;
			font-size: 12px;
		}
		
			#content .newsfeed li .vote small a{	
				color: #105CB6;
			}

		.newsfeed li small{	
			display: block;
			font-size: 12px;
			padding-top:5px;
			color: #666666;
		}
		
			#content .newsfeed li small a{	
				color: #E37400;
				font-weight: normal;
			}
		
		.newsfeed li img{	
			position:relative;
			top:5px;
			margin-right:2px;
		}
		
		.newsfeed .more{	
			margin-bottom: 2px;

			min-height: 0;
			border-top: 0;
			padding:4px 0;
			text-align: right;
		}
		
		.newsfeed .heading{	
			font-weight: bold;
			margin-left: -20px;
			margin-top: 0px;
			border-top: 0;
			min-height: 0;
		}
		
		
			.newsfeed .heading a{	
				font-family:Helvetica,Arial,sans-serif;
				color: #FF801A;
			}
			
		.newsfeed .tweet{	
				color: #999999;
			}		
			
			.newsfeed .tweet a{	
					color: #000000;
			}
			
			
			.newsfeed .related {
				
				
			}
			
				.newsfeed .related li{
					min-height: 0;
					font-size: 10px;
					border: 0;
					margin-left:20px;
					margin-bottom: 0px;
					padding: 0;
				}
				
				.newsfeed .related li a{
					color: #105CB6;
					font-weight: normal;
				}
			
					.newsfeed .related li small{
						display: inline;
						font-size: 10px;
					}
		
		#content #pagination{
			display: inline;
			list-style-type: none;
			font-size: 11px;
		}	
		
		#content #pagination #previouspage {
			float: left;
		}	
				
		#content #pagination #nextpage{
			float: right;
		}
		
		#sidebar{
		    display: inline;
			float: left;
			width: 270px;
		}
	
			#sidebar #user{
				padding: 20px;
				background: #FFFFFF none repeat scroll 0 0;
				font-size: 12px;
			}
			
			#sidebar #user ul{
				margin-top: 20px;
				margin-left: 20px;
				list-style-type: disc;

			}
			
			#sidebar #user ul li{
			
				margin-bottom: 10px;
			
			}
			
			#sidebar #user small, #sidebar #user small a{
				color: #999999;
				font-size: 10px;
			}
		
			#sidebar #search{
				padding: 20px;
				background: #FFFFFF none repeat scroll 0 0;
				font-size: 12px;
			}
		
			#sidebar #popular_posts{
				padding: 20px;
				background: #FFFFFF none repeat scroll 0 0;
				font-size: 12px;
			}
			
				#popular_posts .newsfeed{	
					margin-left: 0px;
				}
			
				#popular_posts .newsfeed li{	
					border-top:1px solid #DDDDDD;
					line-height:1.5em;
					margin-bottom:2px;
					margin-left:0px;
					min-height:0px;
					padding:4px 0;
					font-size: 12px;
				}
				
					#popular_posts .newsfeed a{	
						color: #105CB6;
						font-weight: bold;
					}
					
						#popular_posts .newsfeed a:hover{	
							text-decoration: underline;
						}
											
							#popular_posts .newsfeed li small{	
								display: block;
								font-size: 12px;
							}
							
								#popular_posts .newsfeed li small a{	
									color: #36539D;
								}
		
			#sidebar h2{
				font-weight: normal;
				margin-bottom: 20px;
				font-size: 18px;
			}
			
			#user_form{
				
			}
			
			#user_form form {
			  margin: 0;
			  padding: 0;
			  font-size: 100%;
			  min-width: 560px;
			  max-width: 620px;
			  width: 590px;
			  margin: 0 auto;
			  margin-bottom: 20px;
			}
			
			#user_form form fieldset {
			  clear: both;
			  font-size: 100%;
			  border-color: #000000;
			  border-width: 1px 0 0 0;
			  border-style: solid none none none;
			  padding: 10px;
			  margin: 0 0 0 0;
			}
			
			#user_form fieldset legend {
			  font-size: 150%;
			  font-weight: normal;
			  color: #000000;
			  margin: 0 0 0 0;
			  padding: 0 5px;
			}
			
			#user_form label {
			  font-size: 100%;
			}
			
			#user_form label u {
			  font-style: normal;
			  text-decoration: underline;
			}
			
			#user_form input, select, textarea {
			  font-family: Tahoma, Arial, sans-serif;
			  font-size: 100%;
			  color: #000000;
			}
			
			#user_form textarea {
			  overflow: auto;
			}
			
			#user_form form div {
			  clear: left;
			  display: block;
			  width: 354px;
			  zoom: 1;
			  margin: 5px 0 0 0;
			  padding: 1px 3px;
			}
			
			#user_form form fieldset div.notes {
			  float: right;
			  width: 225px;
			  height: auto;
			  margin: 0 0 10px 10px;
			  padding: 5px;
			  border: 1px solid #666666;
			  background-color: #ffffe1;
			  color: #666666;
			  font-size: 88%;
			}
			
			#user_form form fieldset div.notes h4 {
			  background-image: url(/images/icon_info.gif);
			  background-repeat: no-repeat;
			  background-position: top left;
			  padding: 3px 0 3px 27px;
			  border-width: 0 0 1px 0;
			  border-style: solid;
			  border-color: #666666;
			  color: #666666;
			  font-size: 110%;
			}
			
			#user_form form fieldset div.notes p {
				display: block;
			  margin: 0em 0em 1.2em 0em;
			  color: #666666;
			}
			
			#user_form form fieldset div.notes p.last {
			  margin: 0em;
			}
			
			#user_form form div fieldset {
			  clear: none;
			  border-width: 1px;
			  border-style: solid;
			  border-color: #666666;
			  margin: 0 0 0 144px;
			  padding: 0 5px 5px 5px;
			  width: 197px;
			}
			
			#user_form form div fieldset legend {
			  font-size: 100%;
			  padding: 0 3px 0 9px;
			}
			
			#user_form form div.required fieldset legend {
			  font-weight: bold;
			}
			
			#user_form form div label {
			  display: block;
			  float: left;
			  width: 130px;
			  padding: 3px 5px;
			  margin: 0 0 5px 0;
			  text-align: right;
			}
			
			#user_form form div.optional label, label.optional {
			  font-weight: normal;
			}
			
			#user_form form div.required label, label.required {
			  font-weight: bold;
			}
			
			#user_form form div label.labelCheckbox, form div label.labelRadio {
			  float: none;
			  display: block;
			  width: 200px;
			  zoom: 1;
			  padding: 0;
			  margin: 0 0 5px 142px;
			  text-align: left;
			}
			
			#user_form form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
			  margin: 0 0 5px 0;
			  width: 170px;
			}
			
			#user_form form div img {
			  border: 1px solid #000000;
			}
			
			#user_form p.error {
			  background-color: #ff0000;
			  background-image: url(/images/icon_error.gif);
			  background-repeat: no-repeat;
			  background-position: 3px 3px;
			  color: #ffffff;
			  padding: 3px 3px 5px 27px;
			  border: 1px solid #000000;
			  margin: auto 100px;
			}
			
			#user_form form div.error {
			  background-color: #ffffe1;
			  background-image: url(/images/required_bg.gif);
			  background-repeat: no-repeat;
			  background-position: top left;
			  color: #666666;
			  border: 1px solid #ff0000;
			}
			
			#user_form form div.error p.error {
			  background-image: url(/images/icon_error.gif);
			  background-position: top left;
			  background-color: transparent;
			  border-style: none;
			  font-size: 88%;
			  font-weight: bold;
			  margin: 0 0 0 118px;
			  width: 200px;
			  color: #ff0000;
			}
			
			#user_form form div select, form div textarea {
			  width: 200px;
			  padding: 1px 3px;
			  margin: 0 0 0 0;
			}
			
			#user_form form div input.inputText, form div input.inputPassword {
			  width: 200px;
			  padding: 1px 3px;
			  margin: 0 0 0 0;
			}
			
			#user_form form div input.inputFile {
			  width: 211px;
			}
			
			#user_form form div select.selectOne, form div select.selectMultiple {
			  width: 211px;
			  padding: 1px 3px;
			}
			
			#user_form form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
			  display: inline;
			  height: auto;
			  width: auto;
			  background-color: transparent;
			  border-width: 0;
			  padding: 0;
			  margin: 0 0 0 140px;
			}
			
			#user_form form div.submit {
			  width: 214px;
			  padding: 0 0 0 146px;
			}
			
			#user_form form div.submit div {
			  display: inline;
			  float: left;
			  text-align: left;
			  width: auto;
			  padding: 0;
			  margin: 0;
			}
			
			#user_form form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
			  background-color: #cccccc;
			  color: #000000;
			  width: auto;
			  padding: 0 6px;
			  margin: 0;
			}
			
			#user_form form div.submit div input.inputSubmit, form div.submit div input.inputButton {
			  float: right;
			  margin: 0 0 0 5px;
			}
			
			#user_form form div small {
			  display: block;
			  margin: 0 0 5px 142px;
			  padding: 1px 3px;
			  font-size: 88%;
			  zoom: 1;
			}
			
			#error{
				width: 550px;
				margin: 0 auto;
				background-color:#FFFFE1;
				background-position:left top;
				background-repeat:no-repeat;
				border:1px solid #FF0000;
				color:#666666;
				padding: 10px;
			}
			
			#error p{
				margin-bottom: 20px;
			}
			
			#success{
				width: 550px;
				margin: 0 auto;
				background-color:#FFFFE1;
				background-position:left top;
				background-repeat:no-repeat;
				border:1px solid #DDDDDD;
				color:#666666;
				padding: 10px;
			}
			
			#success p{
				margin-bottom: 20px;
			}

					
		
		#footer {
			border-top:1px solid #D4D4D4;
			clear:both;
			color:#666666;
			font-size:11px;
			height:20px;
			padding:10px 20px;
		}
	