/*  
Theme Name: Barracus Ancho
Theme URI: http://biboz.net/barracus-ancho/
Description: Barracus is a theme for wordpress 2.0
Version: 1.0
Author: Ivan Garcia 
Author URI: http://compuntoes.seoblog.es
Habari Port: Richard Cockrum 
Port Author URL: http:/sagrising.cockrumpublishing.com
*/

/* Resets
---------------------------------------------------------------*/

* { margin: 0; padding: 0; }

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: .5em 0;
}


body {
	background-attachment: fixed;
	background-color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	line-height: 1.6;
	color: #222;
}

section, header, nav, footer, article, aside {
	display: block;
}

p {
	padding: 0 0 10px 0;
}

hr {
	margin: 5px 5px 10px 5px;
}

blockquote {
	color: #777;
	margin: 10px;
	padding: 0 0 0 100px;
	border-left: 3px solid #CEE8FD;
}

cite {
	color: #333;
	font-size: 1em;
	font-style: normal;
	padding-bottom: 4px;
}

img {
	border: 0;
}

.alignright {
	float: right;
	padding-left: 5px;
}

.alignleft {
	float: left;
	padding-right: 5px;
}

/* Structure
---------------------------------------------------------------*/

#wrap {
	background-color:#FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	margin: 0 auto;
	text-align: center;
	width: 750px;
	width: 764px;
}

#content {
	background-color: #FFF;
	width: 480px;
	width: 550px;
	color: #666;
	float: left;
	height: auto;
	padding: 0 10px;
	text-align: left;
}

#sidebar {
	background: #222 url('images/menubajo.jpg') no-repeat bottom;
	float: right;
	margin: 30px 0 0 20px;
	padding: 20px 0 20px 0;
	position: relative;
	text-align: left;
	color: #fff;
	width: 160px;
	font-size: 12px;
}

#page_header {
	background: #ff2a2a;
	font-family: "Trebuchet MS", verdana, arial, helvetica;
	height: 130px;
	margin: 0px;
	padding: 1px 0 0 15px;
	text-align: left;
	vertical-align: bottom;
}

#page_footer {
	background: #000;
	border-bottom: 3px outset #000;
	border-top: 1px solid #000;
	clear: both;
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;
	padding: 10px 3px 3px 8px;
	width: 754px;
}


/* Headers
---------------------------------------------------------------*/

h1 { font-size: 3em; font-weight: normal; }

h2 { font-size: 2em; font-weight: normal; }

h3 { font-size: 1.8em;  margin: 0; padding: 0 0 3px; }

h3 a { color: #06f; }

h4 { color: #3d3d3d; font-family: Georgia, Arial, Helvetica, sans-serif;  font-size: 1.6em; font-weight: normal; }

h5 { font-size: 1.4em; }

h6 { font-size: 1.3em; }

/* Links
---------------------------------------------------------------*/

a:link {
	color:  #101030;
	text-decoration: none;
	}
		
a:visited {
	color:  #000;
	text-decoration: none;
	}
		
a:hover {
	color: #ff2a2a;
	text-decoration: underline;
}

/* Header elements
-------------------------------------------------------------*/

.sitetitle {
	display: block;
	padding-top: 10px;
	font-size: 30px;
	font-weight: normal;
	color: #222;
}
.sitetitle a {
	color: #222;
	text-decoration: none;
}

.sitetitle a:visited { color: #222; text-decoration: none; }

.sitetitle a:hover { color: #00b; }

nav {
	background: #000 url(images/meniu.jpg) no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	height: 30px;
	margin: 0;
	padding: 2px 3px 3px 5px;
	text-align: left;
	text-decoration: none;
}

nav a {
	padding: 5px 5px 3px 5px;
}

nav a:link, nav a:visited {
	color: #9cf;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

nav a:hover {
	color: #9cf;
	border-bottom: 2px solid #9cf;
	margin-bottom: auto;
}

/* Content elements
-------------------------------------------------------------*/

.meta {
	color: #999;
	clear: both;
	margin: 10px 10px;
	font-size: 0.9em;
	padding: 10px 0;
}

.tags {
	float: left;
}

.commentCount {
	float:  right;
}

.storycontent {
	line-height: 1.5em;
	padding-top: 10px;
	font-size: 1.4em;
	font-face: "Times New Roman", Times, serif;
	text-align: left;
}

.storycontent a:link {
	color:  #009;
	text-decoration: none;
	}
		
.storycontent a:visited {
	color:  #000;
	text-decoration: none;
	}
		
.storycontent a:hover {
	color: #ff2a2a;
	text-decoration: underline;
}

.storytitle {
	background-color: #ddd;
	font-family: "Trebuchet MS", Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 5px 0 5px 5px ;
	text-align: left;
}

.storytitle a:link, .storytitle a:visited {
	color: #000;
	text-decoration: none;
}

.storytitle a:hover {
	color: #ff2a2a;
}

.author {
	float: left;
	clear: left;
	border-bottom: 1px dotted #999;
	color: #3d3d3d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.edit {
	float: right;
	clear: right;
/*	margin-top: -17px; */
}

ul, ol {
	padding-left: 2em;
}

#page-selector {
	text-align: center;
	margin: 5px;
	padding: 0 0 5px 0;
}

#page-selector a {
	text-decoration: none;
	padding: 0.2em;
	color: #009;
}

#page-selector a:hover {
	background: #545454;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}

#page-selector a.current-page {
	border: 1px solid #545454;
	color: #545454;
	padding: 2px;
}

/* Sidebar elements
--------------------------------------------------------------*/

#sidebar section {
	text-align: center;
}

#sidebar a, a:visited {
	color: #9cf;
	text-decoration: none;
}

#sidebar a:hover {
	border-bottom: 2px solid #9cf;
}

#sidebar ul, ol {
	list-style-type: none;
	padding: 0 0 20px 10px;
	text-align: left;
}

#sidebar h3 {
	font-size: 1.5em;
}

#sidebar .meta {
	color: #fff;
}
#sidebar .meta ul {
	padding-bottom: 1em;
}

li #about {
	color: #666;
	font-size: 1em;
}

#sidebar img {
	text-align: center;
}

/* Footer elements
--------------------------------------------------------------*/

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

/* Comments
--------------------------------------------------------------*/

.comments fieldset{
	padding: 5px;
	background: #f5f5f5;
}

p.comment_meta {
	font-size: .9em;
	margin: 0 0 10px 10px;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	color: #3D3D3D;
	list-style: none;
	margin: 10px;
	padding: 10px 10px 0 10px;
}

.commentlist li:hover {
	border: 1px solid #CCCCCC;
}

.commentmetadata {
	font-weight: normal;
}

.commentheading {

}

/*Forms
---------------------------------------------------------------*/

form {
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

input {
	background: #F8F8F8;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 3px;
}

select {
	border: 1px solid #003300;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding-left: 3px;
}

textarea {
	background: #FFFFFF;
	border: 1px solid #999999;
	color: #333333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	margin: 5px;
	padding: 3px;
	width: 95%;
}

textarea:hover {
	background: #FFFFFF;
}

#submit {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
}

#submit:hover {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	cursor: hand;
}
.data{
	color: #3D3D3D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 20px;
	text-align: right;
}

.feedback {
	background-color: #EEEEEE;
	margin-bottom: 12px;
	padding: 3px;
}


.onesheetleft {
	float: left;
	padding-right: 10px;
	height: 300px;
	width: 200px;
}

.trailer {
	clear: both;
	text-align:center;
	padding-top: 30px;
	padding-bottom: 10px;
}

.showtimes {
	clear: both;
	padding-top: 20px;
}

.showtimes ul {
	list-style-type: none;
}

.showtimes h5 {
	font-size: 1.1em;
}

.draft {
	background: #e5e5e5;
}

.scheduled {
	background: bfe2f9;
}