/*
Theme Name: Void Station
Theme URI: http://void.st/
Description: Custom designed theme.
Author: Kjeld Kahn
Version: 1.0
Tags: white, green, blue, two-columns, fixed-width, custom-header, custom-background, facebook-comments, void-station
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0px;
	padding: 10px;
	/* -webkit-transform: rotate(1.0deg); */
	/* -moz-transform: rotate(1.0deg); */
	background-color: #EFFFFE;
	/* height: 100px; */
	background: -moz-linear-gradient(top, #EFFFFE 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#EFFFFE), to(#fff));
	border: 1px solid #c4c8cc;
	/* -moz-box-shadow: 5px 5px 7px #888; */
	-moz-border-radius-bottom-right: 5px;
	/* -webkit-box-shadow: 5px 5px 7px #888; */
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-opacity:0.8;
	opacity:0.8;
}

#content a:link {text-decoration: none; color: #2B62C7; border-bottom: solid 1px #da6251;}
#content a:visited {text-decoration: none; color: #2B62C7;}
#content a:active {text-decoration: none; color: #2B62C7;}
#content a:hover {text-decoration: none; color: #da6251; border-bottom: solid 1px #2B62C7;}
#content h2, #content h3 {
	font-size: 13px;
	padding-bottom: 5px;
}
#content p {
	font-size: 13px;
	padding-bottom: 7px;
	line-height: 18px;
}
#container h1, #container h2 {
	font-size: 26px;
	/* padding-bottom: 80px; */
	height: 100px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	margin-top: 0px;
	background: ;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 940px;
	display: block;
	float: left;

	background: #FF0000;
	background: -moz-linear-gradient(top, #FF0000 0%, #930000 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#930000));

	background: #FFC375;
	background: -moz-linear-gradient(top, #FFC375 0%, #FF9E1C 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC375), to(#FF9E1C));
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;

	behavior: url(css/border-radius.htc);
	/* border: 1px solid #FFF; */
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#707070;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background: #333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background: #545454;
	background: -moz-linear-gradient(top, #545454 0%, #BBBBBB 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#BBBBBB));
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* Custom 
-------------------------------------------------------------- */
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
/* http://www.quackit.com/html/codes/html_stretch_background_image.cfm
-------------------------------------------------------------- */
#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	border-top: 3px solid #255E6E;
}
/* Specify the position and layering for the content that needs to appear in front of the background image.
Must have a higher z-index value than the background image.
-------------------------------------------------------------- */
#wrapper {
	position: relative;
	z-index: 1;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #535353;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #535353;
	text-decoration: none;
}


/* Right column
-------------------------------------------------------------- */
#primary .blog_item {
	color: #535353;
}
#primary h2, #primary h3, #primary h4, #primary h5 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}
#primary .topclear {
	margin-top: 100px;
}
.subhead {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom: dashed #FF9E1C 1px;
	width: 210px;
}
#primary li {
	margin-bottom: 10px;
}
#primary .date {
	color: #da6251;
	font-weight: bold;
}
.logo-font {
	font-family: Verdana, Geneva, sans-serif;
}
#primary a:link {text-decoration: none; color: #535353;}
#primary a:visited {text-decoration: none; color: #535353;}
#primary a:active {text-decoration: none; color: #535353;}
#primary a:hover {text-decoration: none; color: #da6251; border-bottom: solid 1px #535353;}


/* Flickr Images
-------------------------------------------------------------- */
#flickr {
	overflow: hidden;
	width: 220px;
	margin-bottom: 10px;
}
#flickr img {
	margin: 0px 8px 8px 0px;
	float: left;
	border: solid 1px gray;
	padding: 4px 4px 16px 4px;
	background-color: white;
}
