/*
Theme Name: EtereoWeb 
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Eduardo Cortes
Author URI: http://eduardocortes.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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.
*/

@import url("cssreset.css");

/* =Structure
-------------------------------------------------------------- */

html, body {
	/* ED STYLES */
	/*background-color: #CCCCCC;*/
	font-family: Georgia, serif;
	line-height: 1.5em;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #353d51;
}
html {
	background-image: url(images/background/grunge5.jpg);
    background-origin: content-box;
	background-attachment: fixed;
}
a {
	text-decoration:none;
	color: #353d51;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 1.25em;
	font-weight: bold;
}
p {
	margin-bottom: 1em;
}
strong, b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.postIndex {
	margin-bottom: 1em;
}
.postIndex strong {
	font-size: 1.25em;
	margin-bottom: 1em;
}
#page {
	display: block;
	/*margin: 1em;*/
	
	/* ED STYLES */
	width: 960px;
	margin: 2em auto;
	/*background-color: #FFFFFF;*/
	background-image: url(images/background/papertexture2.jpg);
	padding: 2em;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(100, 100, 100, 0.35);
	box-shadow: 0px 0px 5px 5px rgba(100, 100, 100, 0.35);
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	
	/* ED CODE */
	font-size: 0.75em;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
#bottomSpace {
	padding: 10px;
}

/* 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,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#branding {
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	clear: both;
}
#branding hgroup {
	/* ED CODE */ 
	height: 250px;
	width: 960px;
	/*background-color: #dad7d2;*/
	clear: both;
	text-align: center;
	display: table-cell; 
  	vertical-align: middle; 
	
	/* ED CODE */
	/*background-image: url(images/header-1.jpg);*/
	background-image: url(images/header/rotate.php);
}
#site-title {
	font-size: 2em;
	font-weight: bold;
    /*margin: .67em 0;*/
	
	/* ED CODE */
	margin: 0;
	padding: 0;
	display: none;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	/*margin: 0 0 1em;*/
	
	/* ED CODE */
	margin: 0;
	padding: 0;
	font-style: italic;
	display: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	/*margin: 0 auto 1em;*/
	width: 100%;
	
	/* ED CODE */
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	margin: 0 auto;
	text-align: center;
	/*overflow: hidden;*/
}
#access ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative; 
	float: left; 
	display: block; 
	left: 50%;
}
#access li {
	float: left;
	position: relative;
	display: block; 
	right: 50%;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access .sub-menu li {
	right: auto;
	text-align: left;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
	
	/* ED STYLES */
	padding-left: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*background: #dedede;*/
	background: #DAD7D2;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*background: #dedede;*/
	background: #DAD7D2;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#nav-above {
	margin-bottom: 2.5em;
}
.sticky {
	
}
.custom-date { 
	/* ED CODE */
	display: inline-block !important; 
	line-height: 1em !important;
	text-align: center !important; 
	/*color: #AAAAAA;*/
	padding: 5px !important;
	-webkit-box-shadow: 0px 0px 3px 3px rgba(100, 100, 100, 0.25);
	box-shadow: 0px 0px 3px 3px rgba(100, 100, 100, 0.25);
	/*border: 1px #CCCCCC solid;*/
	font-size: 1.75em !important;
	float: left;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ffffff 50%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 50%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 50%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 50%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 50%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.custom-date abbr { 
	/* ED CODE */
	font-weight: bold !important; 
	text-transform: uppercase !important; 
	display: block !important; 
	line-height: 1em !important;
	padding: 5px !important;
	/*color: #AAAAAA;*/
	font-size: 0.5em !important;
}
.post {
	/* ED CODE */
	margin-bottom: 4em;	
	/*margin-top: 1.5em;
	border-bottom: 1px solid #DDD;*/
	padding-bottom: 0.50em;
}
.post .entry-title {
	/* ED CODE */
	margin-left: 70px;
	/*font-size: 1.5em;
	margin-bottom: 1.25em;
	font-weight: bold;*/
}
.post .entry-date {
	/* ED CODE */
	margin-left: 70px;
}
.post .entry-content {
	/* ED CODE */
	margin-left: 70px;
	margin-bottom: 3em;
}
.post .entry-meta {
	/* ED CODE */
	margin-left: 70px;
	margin-bottom: 3em;
}
.sharedaddy .sd-content {
	float: none !important;	
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#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;*/
	
	/* ED CODE */
	margin: 1em 0 3em 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 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;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	/*width: 60%;*/
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	/*width: 60%;*/
	
	/* ED CODE */
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, .05);
}
textarea {
	/*width: 80%;*/
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	margin-bottom: 3em;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget ul {
	padding-left: 0;
}
.widget .widget-title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.widget li {
	margin: 0.25em 0 0.25em 0;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}