/*
Theme Name: eBoredom
Description: Theme for eBoredom.net blog based off Toolbox 0.3 by The Automattic Theme Team
Author: Ben Brown
Author URI: http://www.eboredom.net
Version: 0.1
Tags: translation-ready, microformats, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Structure
-------------------------------------------------------------- */

body {
	background: url(images/bknd.png) top center repeat-y;
	margin: 0;
	padding: 0;
}

.headerBknd {
	background: url(images/headerBknd.png) center top no-repeat;
}

#page {
	width: 770px;
	display: block;
	margin: 0 auto;
	background: url(images/headerBknd.png) top center no-repeat;
}
#primary {
	float: left;
	margin: 10px 0 20px 0;
	width: 100%;
}
#content {
	margin: 0 50px 0 50px;
}
#main .widget-area {
	overflow: hidden;
	width: 160px;
	margin: 50px 0 0 720px;
	position: absolute;
}
#colophon {
	clear: both;
	display: block;
	width: 720px;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}


/* =Typography
-------------------------------------------------------------- */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: .25em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: .25em;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 2em;
}

#content p, #content li {
	line-height: 2em;
}

.widget-area {
	font-family: Helvetica, Arial, sans-serif;
}

.widget-title {
	font-size: smaller;
}

a:link { 
	color: #990000;
	text-decoration: none;
	}
a:visited { 
	color: #990000;
	text-decoration: none;
	}
a:hover { 
	color: #00CC33;
	text-decoration: none;
	}
	
#colophon {
	font-size: 10px;
	line-height: 0;
	font-family: Verdana, Geneva, sans-serif;
}


/* =Header
-------------------------------------------------------------- */

#branding {
	min-height: 117px;
	width: 100%;
	position: relative;
}

#branding img {
	margin: 0 auto;
	display: block;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: none; /* was "block" */
	float: left;
	margin: 0 auto 1em auto;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}

/* 404 page */

.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */

.post .notice,
.error404 #searchform {
	background: #EEE;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #EEE;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 75%;
}
input[type=text],
input#s {
	margin: 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets and Sidebar
-------------------------------------------------------------- */

.widget-area {
	background-color: white;		
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid #000;
	
	-moz-box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
}

.widget-area ul {
	list-style: none;
	padding: 0 1em;
}
.widget-area ul ul {
	list-style: none;
	padding: 0;
}
.widget-area .widget_search {
	overflow: hidden;
	display: block;
	margin: -1em;
	margin-bottom: 1em;
	background-color: #FFFFCC;
	padding: 0.5em;
	
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

.widget-area .widget_search input#s {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	float: left;
}

.widget-area .widget_search input#searchsubmit {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	width: 25px;
	float: right;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	margin: 20px;
	border-top: 1px solid black;
	padding-top: 1em;
}

/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}