/*  
Theme Name: Ecstatic
Theme URI: http://wordpress.org/
Description: Default theme for Jeff VanderMeer's Ecstatic Days website.
Version: 1.2.2
Author: Lu&iacute;s Rodrigues
Author URI: 
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}

#page {
	border: none;
	text-align: left;
	clear: both;
	}

#header {
	background-color: #000;
	background-image: url('img/background/blue-header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}

#headerimg 	{
	}

#headernav {
	background-color: #000;
	background-image: url('img/background/blue-menu.jpg');
	background-position: top center;
	background-repeat: no-repeat;
    }

#main {
	background-color: #fff;
	background-image: url('img/background/blue-main-top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	}

#footer {
	background-color: #000;
	color: #fff;
	padding: 0;
	margin: 0;
	}

#footer p {
	text-align: center;
	padding: 0;
	margin: 0;
    }

small {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg {
    margin: 0px;
    width: 270px;
    float: left;
    text-align: center;
    }

#headerimg h1 {
    margin: 30px 0 6px 0;
    padding: 0;
    }

#headerimg .description {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 4px;
    background-color: black;
    color: white;
    padding: 4px;
	}

h2, h2.pagetitle {
	font-size: 1.6em;
	}

#content h2 {
	font-family: 'Georgia', 'Times New Roman', serif;
	}

#sidebar h2 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

h2 a:hover, h3 a:hover {
	color: #F34723;
	text-decoration: none;
	}

a:hover {
	color: #F34723;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	/* background-image: url('http://web.ist.utl.pt/luis.pedro.rodrigues/inktrade/blue.jpg'); */
	background-image: url('img/background/blue.jpg');
	background-position: top center;
	background-repeat: repeat;
	margin: 0;
	padding: 0; 
	}

#super {
	background-image: url('img/background/blue-swirls.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#page {
	background-color: white;
	width: 732px;
	margin: 0 auto;
	padding: 0;
	}

#header {
	height: 151px;
	margin: 0;
	padding: 0;
	}

#headerimg {
	padding: 0;
	margin: 0;
	}

#headernav {
	height: 34px;
    }

.narrowcolumn,
.widecolumn {
	padding: 30px 40px 40px;
	overflow: hidden;
	margin: 0 0 0 0;
	}

.widecolumn {
	width: 620px;
	margin: auto;
	padding-top: 60px;
	}

.narrowcolumn {
	float: left;
	padding-left: 40px;
	width: 440px;
	}

.post {
	margin: 40px 0 40px 0;
	text-align: justify;
	}

.post .datetime {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin-top: 20px;
	}

.narrowcolumn .post {
    margin-left: 0;
    }

.widecolumn h2,
.narrowcolumn h2 {
    margin: 0 0 4px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px 0;
    text-align: left;
    line-height: 120%;
    }

.widecolumn h3,
.narrowcolumn h3 {
    margin: 24px 0 4px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 2px 0;
    text-align: left;
    line-height: 120%;
    }

.narrowcolumn .postmetadata {
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	overflow: hidden;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 732px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
    margin-top: 70px;
	}

h2, h2.pagetitle {
	padding-top: 40px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */


/* Begin Navigation */

#headernav,
#headernav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 10px;
	}

#headernav li {
	float: left;
	width: 100px;
	}

#headernav li.space {
	width: 132px;
	}

#headernav li ul,
#headernav li ul li ul
	{
	position: absolute;
	left: -999em;
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	width: 100px;
	border-bottom: 8px solid #999 !important;
	border: none;
	}

#headernav li ul#headermenu-1 {
	background-image: url('img/background/headermenu-1.png');
}

#headernav li ul#headermenu-2 {
	background-image: url('img/background/headermenu-2.png');
}

#headernav li ul#headermenu-3 {
	background-image: url('img/background/headermenu-3.png');
}

#headernav li ul#headermenu-4 {
	background-image: url('img/background/headermenu-4.png');
}

#headernav li ul#headermenu-5 {
	background-image: url('img/background/headermenu-5.png');
}

#headernav a {
	color: #fff;
	padding: 6px 5px 14px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	height: 14px;
	}

#headernav .separator {
	color: #fff;
	display: block;
	text-align: center;
	}

#headernav a:hover {
	background: #222;
	padding: 6px 5px;
	border-bottom: 8px solid #999 !important;
	border: none;
	}

#headernav li ul a {
	/* background: #000; */
	padding: 6px 5px;
	border: none;
	}

#headernav li ul a:hover {
	background: #222;
	border: none !important;
	}

#headernav li:hover ul ul,
#headernav li:hover ul ul ul,
#headernav li.sfhover ul ul,
#headernav li.sfhover ul ul ul
	{
	left: -999em;
	}

#headernav li ul ul {
	margin: -28px 0 0 100px;
}

#headernav li:hover ul,
#headernav li li:hover ul,
#headernav li li li:hover ul,
#headernav li.sfhover ul,
#headernav li li.sfhover ul,
#headernav li li li.sfhover ul
	{
	left: auto;
	}

#headernav li:hover ul,
#headernav li.sfhover ul
	{
	top: 177px;
	}

#headernav li li:hover ul,
#headernav li li li:hover ul,
#headernav li li.sfhover ul,
#headernav li li li.sfhover ul
	{
	top: auto;
	}

/* End Navigation */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered', will of course center the image. This is much better than using align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

/* Special stylized non-IE bullets: Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry img {
	padding: 4px;
	border: 1px solid #bbb;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform,
#searchform div {
	margin: 0;
	padding: 0; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	margin: 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform .comment-form-comment label,
#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-url label {
    width: 120px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    display: block;
    float: left;
}

#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform .comment-form-author span.required,
#commentform .comment-form-email span.required {
    width: 10px;
    display: block;
    float: left;
    margin: 5px 0 1px;
    padding: 2px 0;
}

#commentform .comment-form-url input {
    position: relative;
    left: 10px;
}

#commentform #alt-login-methods {
    float: right;
    width: 200px;
}

#commentform #alt-login-methods p {
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#tw-user {
    border: 1px dotted #C0C0C0;
    display: block;
    height: 96px;
    padding: 5px;
}

#tw-user img {
    float: left;
    margin-right: 5px;
}

#tw-user #tw-msg {
    display: block;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist .avatar {
    float: left;
    vertical-align: top;
    padding: 0 8px 0 0;
}

div.commentlink {
    float: right;
    clear: right;
    margin: 1px;
}

.commentlink a {
    background: url('img/comment-pill.png') left bottom no-repeat;
    padding-left: 20px;
}

.commentlink a:hover {
    background: url('img/comment-pill-active.png') left bottom no-repeat;
}

/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 60px 10px 20px;
	margin-left: 522px;
	width: 180px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



#sidebar .widget,
#sidebar .linkcat {
    background: #eee;
    border: none;
    padding: 0;
    }

#sidebar .widget_search {
    background: transparent;
    border: none;
    }

#sidebar h2.widgettitle {
    background: #000;
    color: #fff;
    padding: 4px 8px;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
    }

#sidebar .widget div,    
#sidebar .linkcat div {
    padding: 8px;
    }

#sidebar .widget ul,
#sidebar .linkcat ul {
	padding: 0 0 6px;
	}

#sidebar .widget ul ul,
#sidebar .linkcat ul ul {
	padding: 0;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;

	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {

	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	width: 100%;
	}
	
.edit-post {
    float: right;
    display: block;
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.edit-post a,
.edit-post a:visited {
    background: #000;
    padding: 0px 6px;
    color: #fff;
    display: block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.edit-post a:hover {
    color: #F34723;
}


.narrowcolumn .postmetadata {
    clear: both;
    float: right;
    position: relative;
    top: -28px;
}

/* End Various Tags & Classes*/


.entry .ec3_schedule {
    display: block;
    width: 100%;
    padding: 4px 0;
    margin: 8px 0;
}

/* Start Special Sidebar Widgets */

#sidebar #text-77360772,
#sidebar #text-77360773 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar #text-77360772 {
	position: absolute;
	top: 0;
	left: auto;
	width: 180px;
	max-height: 151px;
	padding-top: 20px;
	}

#sidebar #text-77360773 {
	}

#sidebar #text-77360772 h2,
#sidebar #text-77360773 h2 {
	display: none;
	}

#sidebar #text-77360772 div,
#sidebar #text-77360773 div {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#sidebar #text-77360772 div {
	}
	
#sidebar #text-77360772 div a {
	}
	
#sidebar #text-77360772 div a img {
	border: 1px solid #fff;
	}

/* End Special Sidebar Widgets */

/* Begin Amazon Showcase */

#sidebar div.amzshcs-item {
	text-align: center;
}

#sidebar div.amzshcs-item img {
	border: solid 1px #ddd;
}

/* End Amazon Showcase */

/* Begin Sociable */

.narrowcolumn div.sociable { float: left; margin: 0; }
.widecolumn div.sociable { float: right; margin: 0; }

.sociable_tagline { float: left; }
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: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline;
	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);
}

/* End Sociable */

/* @group WP Stats
----------------------------------------------- */

img#wpstats {
	position: absolute;
	left: -9000px;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border-width: 0;
	overflow: hidden;
}

/* @end */

