/*
Theme Name: Cool Neon Man
Theme URI: http://www.gravitystation.com
Description: Custom theme for Henrik Bothe, CoolNeonMan.com
Author: Gravity Station
Author URI: http://www.gravitystation.com
   
*/

body {
	background: #000000 url(images/mainbg_outer.jpg) top center repeat-y;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 11pt;
	line-height:normal;
	height: 100%;
}

/* 100% height */
html, body {
	height: 100%;
}


* html .outer-wrapper {
	height: 100%;
}

li {
	list-style-type: none;
}

/* -------------------------------------------------------------- */
/* ---------------------- : LAYOUT & STYLES : ------------------- */
/* -------------------------------------------------------------- */

#outer-wrapper {
	background: url(images/mainbg_outer.jpg) top repeat-y;
	width: 955px;
	height: 100%;
	margin: 0 auto;
}

#inner-wrapper {
	background: url(images/mainbg_01.jpg) top no-repeat;
	width: 955px;
	height: 1000px;
	position: relative;
	margin: 0 0 50px 0;
}

#header {
	width: 955px;
	height: 85px;
	padding: 0;
	margin: 0;
	position: relative;
}

#header ul {
	display: inline;
	white-space: nowrap;
	height: 85px;
	width: 955px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header li {
	display: inline;
	white-space: nowrap;
	height: 85px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#header li img {
	border: none;
	padding: 0;
	margin: 0;
}

.home #maincontent {
	position: relative;
	top: 10px;
	left: 20px;
	width: 570px;
}

.home #sidebar {
	position: absolute;
	top: 85px;
	left: 610px;
	width: 341px;
}

#maincontent {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 610px;
}

#sidebar {
	position: relative;
	top: 0;
	left: 700px;
	width: 150px;
	height: 830px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	color: #FFFFFF;
}

#footer {
	height: 50px;
	width: 955px;
	position: relative;
	top: 30px;
	white-space: nowrap;
}

#footer .left {
	position: relative;
	top: 20px;
	left: 0;
	background: url(images/footerline.jpg) top no-repeat;
	height: 3px;
	width: 691px;
	margin-left: 15px;
}

#footer .right {
	width: 345px;
	position: absolute;
	right: 0;
	top: 20px;
}

#footer ul {
	height: 15px;
	line-height: 14px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 10px;
	font-size: 11pt;
	white-space: nowrap;
}

#footer li {
	padding: 0 7px;
	list-style-type: none;
	display: inline;
	white-space:nowrap;
}

#footer .right li {
	padding: 0 3px;
}

#footer li a:link, #footer li a:active, #footer li a:visited {
	color: #FF9933;
	font-weight: normal;
	text-decoration: none;
	height: 13px;
}

#footer li a:hover {
	color: #FF6633;
	text-decoration: none;
}

#footer .copyr {
	font-size: 9pt;
	color: #999999;
}

#footer .gravity a:link {
	font-size: 9pt;
	text-decoration: none;
}

img {
	border: none;
}

img .left {
	padding: 7px;
	float: left;
}

img .right {
	padding: 7px;
	float: right;
}

/* -------------------------------------------------------------- */
/* ----------------------- : TEXT STYLES : ---------------------- */
/* -------------------------------------------------------------- */

h1 {
	color: #FF9933;
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	color: #FFFF33;
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	color: #FFFFCC;
	font-size: 15pt;
	font-weight: normal;
}

p {
	color: #FFFFFF;
	font-size: 11pt;
}

span.moment {
	color: #FFFF33;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color: 00CCCC;
	text-decoration: none;
}

ol, ol li {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.6em;
	font-size: 11pt;
	color: #FFFFFF;
}

#maincontent li { color: #FFFFFF;
list-style-type: disc;
list-style-position: outside;}

/* --- Images --- */

img, img a:link, img a:hover {
	border: none;
	padding: 0;
	margin: 0;
}

/* ------- CORE NECESSITIES -------- */

table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

blockquote {margin:1.5em;color:#666;font-style:italic; background: #fafafa; border: 1px solid #eaeaea; padding: 5px;}
blockquote .name { font-style: normal; font-size: 10pt;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

ul, ol {margin:0; list-style: none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#4aa3a7;}
.highlight {background:#ff0;}
.added {background:#060;color:#999;}
.removed {background:##5b3736;color:#999;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

.post-edit-link {
	display: none;
}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:100px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* default wordpress */
.wp-smiley {
	float: none;
	margin: 0;
}
.alignnone {
	display: inline;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #eff0f0;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	display: block;
}
	.wp-caption a {
		line-height: 0.11em;
	}
	.wp-caption a:hover {
		background: none;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.wp-caption-text {
		font-size: 10pt;
		padding: 3px !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* widgets */

/* default wp calendar */
.widget_calendar caption {
	background: none;
	margin-bottom: 6px;
}
.widget_calendar th, td {
	padding: 1px 0 1px 12px;
	margin: 0;
}
.widget_calendar thead th {
	background-color: #7c64ac;
	color: white;
	font-weight: normal;
}
.widget_calendar tbody td a {
	background-color: #AAD042; 
	padding: 2px 1px;
	color: white;
}
	.widget_calendar tbody td a:hover {
		background-color: #53cab7;
	}

/* AJAX CALENDAR */

#wp-calendar caption {
	background: none;
	margin-bottom: 6px;
}
#wp-calendar th, td {
	padding: 1px 0 1px 12px;
	margin: 0;
}
#wp-calendar thead th {
	background-color: #7c64ac;
	color: white;
	font-weight: normal;
}
#wp-calendartbody td a {
	background-color: #AAD042; 
	padding: 2px 1px;
	color: white;
}
	#wp-calendar tbody td a:hover {
		background-color: #53cab7;
	}
#wp-calendar a {
	text-decoration: none;
	display: block;
	color: #7C64AC;
}


.widget_tag_cloud {
	line-height: 2.5em;
}

.widget_pages ul ul {
	margin-top: 4px;
}

.widget_search {

}
	.widget_search #srch-frm {
		background: none;
	}
	.widget_search .textfield {
		width: 134px;
		margin-right: 6px;
	}


/* 
*****************************************
** Website Design by Gravity Station -- *
** http://www.gravitystation.com ------ *
*****************************************
*/

img.fl {
	float: left;
	padding: 7px;
}

img.fr {
	float: right;
	padding: 7px;
}