@import url("/_styles_reset.css");

/* GENERAL SETTINGS */

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #000;
	font: 10px/20px helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #ccc;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #f00;
	text-decoration: none;
	}
	
	a:hover {
		color: #f90;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 2.2em;
	}
	
	h2.pagetitle {
		margin-bottom: 40px;
		text-transform: uppercase;
		color: #fff;
		}
	
h3 {
	margin-bottom: 15px;	
	font-size: 1.8em;
	}
		
h4 {
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.2em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

ul {
	font-size: 1.2em;
	}

/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #333;
	font-size: 1px;
	line-height: 1px;
	}
	







/* HEADER */

#header {
	width: 100%;
	padding: 0px;
	background: #000;
	text-align: center;
	overflow: hidden;
	}

	#header h1 {
		width: 980px;
		height: 150px;
		margin: 0px auto;
		}
	
	#header h1 a{
		display: block;
		width: 980px;
		height: 150px;
		overflow: hidden;
		text-indent: -80000em;
		text-decoration: none;
		text-align: left;
		background: url("/images/header_new.jpg") 10px 0px no-repeat;
		}

/* MENU */

#menu_out {
	width: 100%;
	height: 37px;
	background: #222;
	overflow: hidden;
	}

	#menu_placer {
		width: 980px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#menu_placer .left {
			width: 700px;
			float: left;
			}
			
		#menu_placer .right {
			width: 220px;
			float: right;
			}

		#menu_placer ul {
			overflow: hidden;
			font-size: 1.3em;
			text-transform: uppercase;
			padding-left: 10px;
			}
			
			#menu_placer ul li {
				float: left;
				}

			#menu_placer a:link, #menu_placer a:visited {
				color: #fff;
				display: block;
				padding: 10px 10px 5px 10px;
				}

				#menu_placer a:hover {
					color: #f00;
					}

		#menu_placer .right ul {
			overflow: hidden;
			font-size: 1.3em;
			text-transform: uppercase;
			padding-top: 5px;
			padding-right: 20px;
			}
			
			#menu_placer .right ul li {
				float: right;
				margin-left: 2px;
				}

			#menu_placer .right a:link, #menu_placer .right a:visited {
				color: #fff;
				display: block;
				padding: 3px 6px;
				}

				#menu_placer .right a#btn_twitter {
					background: #38cdff;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					}
					
				#menu_placer .right a#btn_contribute {
					background: #f00;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					}

					#menu_placer .right a#btn_twitter:hover, #menu_placer .right a#btn_contribute:hover {
						background: #999;
						}
				

/* CONTENT */

#content {
	width: 980px;
	margin: 20px auto;
	overflow: hidden;
	}

	.content_left {
		width: 640px;
		float: left;
		padding: 20px;
		border-top: 5px solid #f00;
		border-bottom: 5px solid #f00;
		color: #ccc;
		}

	.content_right {
		width: 240px;
		float: right;
		padding: 20px;
		border-top: 5px solid #f00;
		border-bottom: 5px solid #f00;
		}
		
	.sidebar_module {
		width: 220px;
		float: left;
		background: #222;
		margin-bottom: 10px;
		padding: 10px;
		color: #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
		
		.sidebar_module h3 {
			font-style: italic;
			font-size: 1.4em;
			text-transform: uppercase;
			color: #fff;
			}

		.sidebar_module ul {
			margin: 1.25em;
			list-style: square;
			}
		  
	.content_secondary {
		width: 900px;
		background: #111;
		margin: 20px auto;
		border: 1px dotted #900;
		}
		
		.content_secondary_left {
			width: 420px;
			float: left;
			padding: 20px 10px 20px 20px;
			font: 11px/15px helvetica, arial, sans-serif;
			color: #ccc;
			}
			
		.content_secondary_right {
			width: 420px;
			float: left;
			padding: 20px 20px 20px 10px;
			font: 11px/15px helvetica, arial, sans-serif;
			color: #ccc;
			}
			
		.content_secondary_mid {
			width: 860px;
			margin-right: 20px;
			padding: 20px;
			color: #ccc;
			}

		.content_secondary_goodies_left {
			width: 420px;
			float: left;
			padding: 20px 10px 20px 20px;
			color: #ccc;
			}
			
		.content_secondary_goodies_right {
			width: 420px;
			float: left;
			padding: 20px 20px 20px 10px;
			color: #ccc;
			}

	.content_secondary_small {
		width: 600px;
		background: #111;
		margin: 20px auto;
		border: 1px dotted #900;
		}

		.content_secondary_small_mid {
			width: 560px;
			margin-right: 20px;
			padding: 20px;
			color: #ccc;
			}

/* FOOTER */

#footer {
	width: 100%;
	height: 49px;
	background: url("/images/bg_footer.gif") repeat-x;
	margin: 40px 0px 60px 0px;
	padding-top: 10px;
	color: #666;
	font-size: 0.9em;
	}
	
	#footer p {
		width: 940px;
		padding: 0px 20px;
		margin: 0px auto;
		overflow: hidden;
		}
	
	#footer a:link, #footer a:visited {
		color: #666;
		}

		#footer a:hover {
			color: #ccc;
			}	

/* BLOG ENTRY */

.post {
	margin-bottom: 40px;
	}

.storytitle {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	}
	
.storydate {
	margin: 5px 0px 15px 0px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold; 
	}
	
.storycontent ul {
	list-style: none;
	margin-bottom: 15px;
	}

.storycontent li {
	background: #222;
	padding: 5px 10px;
	margin-bottom: 2px;
	}

.storycontent img, img.default {
	border: 10px solid #222;
	}
	
.copy_small {
	font-style: italic;
	}

.feedback {
	background: #222;
	padding: 5px 10px;
	}
	
	.feedback p {
		margin: 0px;
		}

/* DIVIDER LINES */

.divider_line {
	width: 100%;
	border-bottom: 2px solid #333;
	}
	
.divider_line_b {
	width: 860px;
	border-bottom: 2px solid #333;
	margin: 0px auto;
	}

.divider_line_post {
	width: 100%;
	border-bottom: 4px solid #333;
	margin: 10px auto;
	margin-bottom: 30px;
	}

.divider_line_comments {
	width: 100%;
	border-bottom: 1px dotted #333;
	margin: 10px auto;
	}

/* CALENDAR SETTINGS */

#wp-calendar td {
	padding: 2px 8px;
	font: 11px/15px helvetica, arial, sans-serif;
	color: #ccc;
	letter-spacing: normal;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #333;
	color: #bbb;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar caption {
	margin-bottom: 5px;
	font: bold 12px/15px helvetica, arial, sans-serif;
	color: #ccc;
	text-align: left;
	}

#wp-calendar #next a {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	}
	
/* COMMENTS SETTINGS */

.comment_list ul {
	font-size: 1em;
	}

	.comment_list ul li {
		background: #222;
		padding: 5px 10px;
		margin-bottom: 2px;
		overflow: hidden;
		}
		
		.comment_list ul li span.avatar {
			width: 40px;
			float: left;
			}
			
			.comment_list ul li span.avatar img {
				margin-top: 4px;
				border: 4px solid #444;
				}
		
		.comment_list ul li span.comment_text {
			width: 560px;
			float: right;
			}

ul#commentlist li img {
	vertical-align: middle;
	}
	
p.comment_meta {
	margin: 0px;
	font-size: 1em;
	padding-top: 5px;
	border-top: 1px dotted #333;
	}
	
/* LATEST COMMENTS SETTINGS */

.latest_comments ul {
	width: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

	.latest_comments ul li {
		background: #333;
		padding: 3px 10px;
		margin-bottom: 2px;
		}

/* FORM SETTINGS */

input.default_input {
	width: 200px;
	background-color: #444;
	padding: 5px 10px;
	color: #ccc;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

input.default_input_comments, textarea.default_textarea {
	background-color: #444;
	padding: 5px 10px;
	color: #ccc;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
textarea.default_textarea {
	padding: 10px;
	}

input.default_button {
	background-color: #f00;
	margin-top: 10px;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
	input.default_button:hover {
		background-color: #999;
		}




.navigation, .navigation_bottom {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	border-bottom: 1px dotted #333;
	}
	
	.navigation_bottom {
		border-bottom: none;
		border-top: 1px dotted #333;
		margin: 20px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		}
	
	.navigation .alignleft, .navigation_bottom .alignleft {
		width: 48%;
		float: left;
		}

	.navigation .alignright, .navigation_bottom .alignright {
		width: 48%;
		float: right;
		text-align: right;
		}



.sociable {
	background: #222;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-size: 1.2em;
	}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0px 0px 5px 0px;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
	


	
/* SPLASH */

#splash {
	width: 100%;
	background: #000 url("/images/uc_splash_bg.jpg") repeat-x;
	margin-top: 200px;
	margin-bottom: 150px;
	text-align: center;
	}