/*
Modified by Ruym�n Peraza
http://ruyman.webcindario.com

Origiinal Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name       : Red Roses Description: A two-column, fixed-width design.
Version    : 1.0
Released   : 20080208
*/
html {
    overflow: scroll;
    height: 100%;
}

body {
    margin-top: 30px;
    padding: 0;
    background: #FFFFFF;
    font-size: 12px;
    text-align: justify;
    color: #404040;
}

body, th, td, input, textarea, select, option {
    font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3, .award, .screening, .anchor {
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #000000;
}

.anchor {
    text-decoration:none;
}
.anchor-list {
    padding-left:0;
    list-style-position: inside;
}

.anchor-list li {
    font-size:1.2em;
}

.anchor-list li a,.anchor-list li a:visited {
    color:#000000;
}

.anchor-list li a:hover {
    color: #BABCBC;
}

h1 {
    font-size: 13px;
}

h2 {
    font-size: 2em;
}

h3, .award, .screening {
    font-size: 1em;
}

a, a:visited {
    text-decoration:underline;
    color:#000000;
}

a img {
    border:0;
}

p, ul, ol {
    line-height: 150%;
}

blockquote {
    padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
    line-height: normal;
    font-style: italic;
}

a:hover {
    color: #000000;
}

/* Header */

#header {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#header a {
    width: 800px;
    height: 200px;
    text-decoration: none;
    position: absolute;
    background-image: url(images/head.tif);
}

#header a i {
    visibility:hidden;
}
/* Page */

#page {
    width: 800px;
    margin: 0 auto;
    clear:both;
}

/* Content */

#content {
    float: right;
    width: 480px;
    margin: 0;
}

.post {
    padding: 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	font-family: Georgia, "Arial", Times, serif;
	color: #FFFFFF;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.meta {
 	margin: 0 0 2px 0;
        padding-left:0px;
        padding-bottom:10px;
        font-size: 22px;
	font-family: Georgia, "Arial", Times, serif;
	color: #000000;
	text-align: left;
	background:noBrackground; url(images/img02.jpg) repeat-x left top;
        
}

.contact {
    font-size: 1.2em;
    padding: 10px 0;
    text-align: center;
    border-top: 5px dotted #BABCBC;
    border-bottom: 5px dotted #BABCBC;
}
.no-list-style {
        list-style:none;
        margin-top:0px;
        margin-bottom:0px;
        padding-left:0px;
        padding-bottom:0px;
        line-height: 150%;
}

.no-list-style li {
        padding-bottom: 19px;
}

.no-list-style a {
        cursor:pointer;
}

.inline, .no-list-style h2, .no-list-style h3 {
    display:inline;
}

.inline-block {
    display:inline-block;
}

.slideshow {
    width: 480px;
    height: 384px;
    overflow:hidden;
}

.meta a {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.active {
        color:#FFFFFF;
        font-weight:bolder
}

.post h2 {
    	font-size: 100%;
}


a:hover {
        color:#BABCBC;
}

.short-list {
        padding-bottom:16px;
}

.image-thumb {
        width: 250px;
        height: 192px;
        float: left;
        padding: 10px 10px 0 0;
}

.portrait {
        width:237px;
        margin-right:3px;
        float:left;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style:none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 21px 20px 26px;
}

#sidebar li li {
       	list-style:outside;
        color: red;
        font-size:larger;
	padding: 0 0 10px 15px;
}

#sidebar h2 {
	margin: 0;
	height: 30px;
	padding: 8px 0px 10px 13px;
	background: noBackground;
	font-family: Georgia, "Arial", Times, serif;
	font-size: 13px;
	color: #000000;
}

#sidebar li a {
    	color: #BABCBC;
	text-decoration: none;
}

#sidebar li a:hover {
    	color: #000000;
	text-decoration: none;
}

#sidebar  h2 a{
        color:#000000;
}

#sidebar  h2 a:hover {
        color:#BABCBC;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
        height: 35px;
	width: 800px;
	margin: 0 auto;
        border:0;
        padding-top: 11px;
        //border-top: 7px dotted #1E2223;
	text-align: left;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#designby {
	float: left;
}

#validcode {
	float: right;
}

#footer a {
	//color: #dadada;
        text-decoration: none;
        cursor:pointer;
}

#footer a:hover {
//	color: #dd0000;
}


