/*
Theme Name: The Last Sunset
Description: The last Sunset
Version: 1.0
Author: Kybalion diseño y creatividad
Author URI: http://kybalion.es/
*/

	body {
		font-size: 62.5%; /* Resets 1em to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background:#5F0C0C;
		color: #333;
		text-align: center;
		margin:0;
		padding:0;
	}
		
		
	html { padding: 0; margin: 0;}
	small { font-size: 0.8em; line-height: 1.5em; }
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold;
	}
	
	a{ color: #663300; }
	a:hover { color: #147; text-decoration: underline;outline-width: medium;outline-style: none; }
	a img {	border: none; }
	
	h1 { font-size: 4em; text-align:center;padding-top:70px;margin: 0; }
	h2 { font-size: 1.6em;margin: 30px 0 0; }
	h2.pagetitle { font-size: 1.6em;margin-top: 30px;text-align: center; }
	h3 { font-size: 1.3em;padding: 0;margin: 30px 0 0; }
	h3.comments { padding: 0;margin: 40px auto 20px ; }
	hr { display: none; }
	br{ clear: both; display:block; }
	#page {
		margin: 0 auto;
		padding: 0;
		width: 938px;
		text-align:left;
		background:#000;
	}

	#header {
		height: 215px;
		background:url(images/header.jpg);
		margin:0;
		padding:0;
		position:relative;
	}
	
	#header #goHome a{
		width:580px;
		height:200px;
		display:block;
		text-indent:-99999px;	
		position:absolute;
		top:0;
		left:180px;
	}
	
	#header .description{
		display:block;
		text-indent:-99999px;	
	}
	
	#content { margin:0;padding:0;font-size: 1.2em;position:relative;}
	
	#content  #posts{
		width:680px;
		min-height:85px;
		background:url('images/postsHeader.jpg') no-repeat;
		padding:35px 0 0 0;
		margin:0 0 0 20px;
		float:left;

	}
	
	#content  #posts .content{
		background:url('images/postsBody.jpg') repeat-y;
	} 
	
	#posts #postsFooter{
		height:134px;
		background:5px -65px url('images/postsFooter.jpg') no-repeat;
	}
	
	#content  #posts .post{
		width:610px;
		margin:0 auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: justify;
	}
	
	.post .title{
		font-family: "Times New Roman", Times, serif; 
		font-weight:lighter;
		font-size:22px;		
	}
	.post .title a{ text-decoration:none; color:black; }
	.post .footer{
		width:230px,
		height:50px;
		margin:40px auto 0 auto;
		background:url('images/separadorPost.png');
	} 
	
	.post small{ font-style:italic;	}

	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	#commentform input, #commentform textarea {
		background:#ffcc99;
		border:1px solid #999999;
	}
	#commentform  small{ font-weight:bolder;color:#663300;}
	.commentlist li ul li { font-size: 1em; }
	.commentlist li { font-weight: bold; }
	.commentlist cite, .commentlist cite a {
		font-weight:lighter;
		font-style: normal;
		font-size: 1.1em;
		color:#663300;
		text-decoration:none;
	}
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
		margin: 10px 0 10px 20px;
	}
		
	#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
	.commentmetadata { font-weight: normal;	}

	.clear { clear: both; }

	

	.alignright   { float: right; }
	.alignleft 	  { float: left; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) 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 */


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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	#comments{
		margin:0 0 20px 0;	
	}
	#comments #responses{
		margin-left:8px;
		font-size:14px;	
		color: #663300;
	}
	#comments #tComments{
		width:105px;
		height:27px;
		text-indent:-9999px;
		display:block;
		float:left;
		background:url(images/tComments.png);			
	}
	
	#comments #tNoResponses{
		width:159px;
		height:55px;
		text-indent:-9999px;
		display:block;
		float:left;
		background:url(images/tNoResponses.png);			
	}
	
	#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
	#respond .leaveReplay{
		width:130px;
		height:31px;
		text-indent:-9999px;
		background:url(images/leaveReplay.png);			
	}
	#commentform #submit {
		width:60px;
		height:28px;
		float: left;
		display:block;
		text-indent:-99999px;
		border:0;
		cursor:pointer;
		background: transparent url(images/submit.png) no-repeat;			
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px 0;
	padding: 5px 0 10px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}




/* Begin Sidebar */
	#sidebar{
		width: 200px;
		min-height:900px;
		float:left;
		margin:0 0 0 20px;
		padding:0;
	}
		
	#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;
		}
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 3px 0 0;
		padding: 0;
	}
	
	#sidebar form {
		margin: 0;
	}
	
	#sidebar li{
		list-style:none;
	}


	#sidebar .widget_categories ,.widget_archive{ text-align:center; }
	#sidebar .widget_categories a,
	#sidebar .widget_archive a{ color:#cc9966;text-decoration:none; }
	#sidebar .widget_categories .widgettitle{
		width:130px;
		height:91px;
		text-indent:-99999px;
		background:url(images/categoriesWidgettitle.png) no-repeat;
		display:block;
		margin:0 auto 5px auto;
	}
	
	#sidebar .widget_archive .widgettitle{
		width:130px;
		height:67px;
		text-indent:-99999px;
		background:url(images/archiveWidgettitle.png) no-repeat;
		display:block;
		margin:0 auto 5px auto;
	}
	#sidebar .widget_pages a{ text-indent:-9999px; display:block; cursor:pointer; }
	#sidebar .widget_pages .page-item-3 a{
		width:200px;
		height:89px;
		background:url(images/watchTrailer.jpg) no-repeat;
	}
	
	#sidebar .widget_pages .page-item-5 a{
		width:200px;
		height:33px;
		background:url(images/photoGallery.jpg) no-repeat;
	}
	
	#sidebar .widget_pages .page-item-7 a{
		width:200px;
		height:65px;
		background:url(images/castDirector.jpg) no-repeat;
	}
	
	#sidebar .widget_pages .page-item-9 a{
		width:200px;
		height:57px;
		background:url(images/specialThanks.jpg) no-repeat;
	}

	#text-3 .widgettitle{
		width:130px;
		height:67px;
		text-indent:-99999px;
		background:url(images/poweredBy.jpg) no-repeat;
		display:block;
		margin:10px auto 5px auto;
	}
	
	#text-3 #logoKybalion{
		width:134px;
		height:71px;
		text-indent:-99999px;
		background:url(images/logoKybalion.jpg) no-repeat;
		display:block;
		margin:10px 0 0 40px;
	}
	
/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin:0;
	padding-top: 10px;
	padding-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
