/*  
Theme Name: Constructor
Theme URI: http://code.google.com/p/wp-constructor/
Description: Wordpress Constructor Theme, it's many-in-one theme (six layouts, configured colors, fonts and slideshow, widget ready). Build your own theme on <a href="themes.php?page=functions.php">settings page</a>. For Wordpress version 2.7+ (include 2.8)
Version: 0.6.1
Author: Anton Shevchuk
Author URI: http://anton.shevchuk.name/
Tags: fixed-width, one-column, two-columns, three-columns, threaded-comments, custom-colors, custom-header, theme-options, left-sidebar, right-sidebar

	This theme was designed and built by Anton Shevchuk,
	whose blog you will find at http://anton.shevchuk.name/
	
edits by jeremiah rose 30/08/2010

*/
html, body {
    margin:0;
    padding:0;
}

body {
    min-width:960px;
    line-height:1.5em;
}

div, ul, ol, li, p, img {
    margin:0;
    padding:0;
}

li ul, li ol {
    padding-left:20px;
}

hr {
    border: 0;
    height: 1px;
}

h1 {font-size:2.0em;     text-decoration:none;}
h2 {font-size:1.8em;     text-decoration:none;}
h3 {font-size:1.6em; margin:12px 0;    text-decoration:none;}
h4 {font-size:1.4em; margin:8px  0;    text-decoration:none;}
h5 {font-size:1.2em; margin:6px  0;    text-decoration:none;}
h6 {font-size:1.2em; margin:4px  0;    text-decoration:none;}

pre {
    font-size:1.0em;
    line-height:1.4em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

blockquote{ padding-left:6px }

dl {
    font-size:1.2em;
}
dt {
    width:120px;
    font-weight:700 !important;
}
dd {

}

a {
    outline:none;
    text-decoration:underline;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, .left { float: left }
.alignright, .right { float: right }
.clear { clear:both }
.hide  { display:none }

/*Autogenerate styles*/
.categories {}
.cat-item {}
.current-cat{}
.current-cat a{
    border-width:0 0 0 0;
    border-style:none 
}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
/*/Autogenerate styles*/
/*Box*/
.box {
    border-style:none ;
    border-width:0 ;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px
}
/*/Box*/

/*Layout*/
#body {
    /*width:1024px;*/
    margin:0 auto
}
#wrapper {
    float:left;
    width:100%
}
#container {
    min-height:100px;
padding:0 0 0 30px;
}

.container-full {
    margin:0 !important;
    padding:0 !important;
    border: 0 !important;
}
/* Right Sidebar */
#sidebar {
    float:left;
border-right:0px solid #333;
padding-right:19px;
}
/* Left Sidebar */ 

#extra {
margin-top:50px;
    float:left;
font-size:1em;
padding:20px;
}

#extra h4 {
font-size:1em;
color:#fff;
}

/*/Layout*/

/*Theme*/
/*Header*/
#headerz {
    position: relative;
height:auto;

}
	#headerz .logo {
	    height:215px;
width:800px;
	    text-transform: uppercase;
	    margin:0 auto;

margin-top:0px;
margin-left:-21px;
background:url(images/header.png) no-repeat;
	}
	#headerz h1 {
	    font: bold 600%/100% Verdana,Tahoma,sans-serif;
	    letter-spacing: -6px;
	    margin:0;
	    padding:0;
text-indent:-9999px;

	}
	#headerz h2 {
	    display:block;
	    font-size:1.2em;
	    margin:0;
	    padding:0 8px;
text-indent:-9999px;
	}

#header-slideshow {
    padding:2px;
    margin: 0;
}

#header-links {
    margin: 0 0 0 0;
    padding: 0 10px;
    z-index:300;
    overflow:visible !important;
   /* -moz-border-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-style:none;
    border-width:0px;
    border-top:0;*/

}
#header-links ul,
#header-links li{
    padding:0 0 0 0;
    margin:0 ;
    list-style:none;
}
#header-links ul {
    height:40px;
    border-style:none none none none ;
    border-width:0 0 0 0;
}
#header-links li {
    position:relative;
    float: left;
    border-style:none none none none;
    border-width:0 0 0 0;
    height:40px;
}

#header-links li.indicator {
	background-image: url('images/arrows.png');
	background-repeat: no-repeat;
	background-position: 106px -106px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
	#header-links li:hover.indicator    { background-position: 106px -161px }
	#header-links li li.indicator       { background-position: 106px    6px }
	#header-links li li:hover.indicator { background-position: 106px  -49px }

#header-links ul ul {
    z-index:301;
    position:absolute;
	display:none;
	height:auto;
    width:160px;
    margin-left:-1px;
    border-style:none none none none;
    border-width:0 0 0 0;
}
#header-links ul ul ul {
    z-index:302;
    top:10px;
    left:118px;
}
#header-links li li {
    float:none;
    width: auto;
    border-style:none none none none ;
    border-width:0 0 0 0 ;
}
* html #header-links li li {
    width:120px
}

#header-links li a{
    text-align:center;
    white-space: nowrap;
    display:block;
    padding:0;
    font-weight:700 !important;
    min-width:120px;
    width:auto !important;
    width:120px;
    height:40px;
    line-height:40px
}
/* 2-th level reset */
#header-links li li a {
    text-align:left;
	text-indent:15px;
    border:0
}

#rss a {
  /*  text-indent:16px; */
    background-image:url('images/feed-icon-16x16.png');
    background-repeat:no-repeat;
    background-position:8px 50%;
}
/*/Header*/
Sidebar
.sidebar {

    padding:0;
    /*font-size:1.2em;*/
    /*line-height:1.2em*/
}
.sidebar h3{
    padding:4px
}    
.sidebar a {
    padding:0;
}
.sidebar a:hover {
    text-decoration:underline
}
.sidebar .tagcloud {
    padding:0px 16px
}
.sidebar ul {
    padding:0;
    margin:0;
}
.sidebar li {
    padding:0;
    list-style:none;
}
.sidebar li li li {
    padding:2px 2px 2px 6px;
    list-style:circle inside;
}
/*/Sidebar*/

/*Post*/
#posts {
    padding:10px 0 10px 0;
min-height:300px;
}
#posts a{
    border:0 !important;
}

.hentry .title a{
    border:0 !important;
}

.hentry {
    clear:both;
    position:relative;
    width:100%;
    margin:4px auto
}
.hentry .title h2 {
    margin:0;
    font-weight:700 !important;
    font-size:1.8em
}
.hentry .title, .pagetitle {
    padding:10px 0 14px 12px;
    margin-bottom: 12px
}
.hentry .entry {
    font-size:1.2em;
    line-height:1.4em;
    padding:0 4px;
}
.hentry .entry h1,
.hentry .entry h2,
.hentry .entry h3,
.hentry .entry h4,
.hentry .entry h5,
.hentry .entry h6,
.hentry .entry ul,
.hentry .entry ol {
    /* margin-left:12px; */
} 
 .hentry .entry p{
  /*  text-indent:12px; */
    margin-bottom:4px
} 


.hentry .entry img {
    padding:4px;
    border-style:none ;
    border-width:0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px
}

.hentry .entry img.alignleft {
    margin: 0 4px 4px 0
}

.hentry .entry img.alignright {
    margin: 0 4px 0 4px
}

.hentry .entry ol,
.hentry .entry ul {
    padding-left:20px
}

.hentry .entry li ol,
.hentry .entry li ul {
    padding-left:6px
}

.hentry .entry ul {
/*	list-style-type:disc;
*/
}

.hentry .entry li {
    padding:2px;
}
.hentry .pages {
    font-size:1.4em
}

.hentry .footer {
    clear:both
}
.hentry .footer .line {

}
/* for big external images */
.hentry .crop {
    overflow:hidden;
}
/*/Post*/
/*Tile*/
.tile {
    clear:none;
    position:relative;
    width:320px;
    height:300px;
    float:left;
    margin:0 6px 10px 6px;
}

.tile .title{
    width:306px;
    z-index:10;
    position:absolute;
    top:2px;
    left:2px;
    text-align:left;
    padding:0 6px;
    margin:0;
}

.tile a {
    display:block;
    border:0 !important;
}

.tile .thumb {
    z-index:0;
    position:absolute;
    top:2px;
    left:4px;
    width:312px;
    margin:2px auto;
}

.tile .links {
    z-index:10;
    position:absolute;
    bottom:0;
    left:0;
    height:32px;
    width:100%;
}
.tile .links .date{
    padding:0 8px;
    float:left;
    width:260px;
    line-height:32px;
}
.tile .links .comments {
    float:right;
}
.tile .links .comments a{
    margin:0 2px 2px 0;
    padding: 2px 0;
    text-align:center;
    width:32px;
    height:32px;
    background:url(images/comments.png) no-repeat 3px 1px;
}
/*/Tile*/
/*List*/
.list {

}
.list .title {
    padding:8px 0 8px 12px;
    margin:0
}
.list .date {
    position:absolute;
    top:12px;
    right:16px;
    font-size:0.6em;
}
.list .thumb {
    margin:4px 8px 4px 0px;
}
/*/List*/
/*Navigation*/
.navigation {
    font-size:1.4em
}
.navigation div a{
    display:block;
    width:auto;
    height:32px;
    margin:0 20px
}
.navigation div.clear{
    height:0;
}
/*Navigation*/
/*Search*/
#searchform {
    width:200px;
    padding:0;
    margin:12px auto
}
#searchform label {
	display:block;
}
#s {
    width:140px;
}
#searchsubmit {
    cursor:pointer;
    width:30px;
    height:30px;
    background: url(images/lens.png) 3px 3px no-repeat;
    text-indent:-1000px;
    display:inline;
    line-height:0px;
    padding:0;
    margin:0
}

#menusearchform {
    width: 134px;
}
#menusearchform .s {
	z-index:301;
	position:absolute;
	top:0;
	left:2px;
	height: 30px;
	font-size: 24px;
	padding-left:26px;
	width: 98px;
    background-image: url(images/lens.png);
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
/*/Search*/
/*Form*/
input, select, textarea {
    font-size:1.4em;
    padding: 4px;
    border-width:0px;
    border-style:none;
    border-radius:0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
}
fieldset{
    border-width:0px;
    border-style:none;
    padding: 8px
}
textarea {width: 98%}

#commentform {
    margin: 5px 10px 0 0
}
#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0
}
#commentform textarea {
    width: 100%;
    padding: 2px
}
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
    cursor:pointer
}
#commentform p {
    margin: 5px 0
}
/*/Form*/

/*/Table*/
table {
    border-collapse:collapse
}

th {
    font-size:1.2em;
    padding:4px 6px;
    border-width:0px;
    border-style:none;
}
td {
    padding:4px;
    border-width:0px;
    border-style:none;
}
/*/Table*/
/*Comments*/
#respond {
    clear:both;
    margin-bottom:24px
}
#comments {
    padding:0 8px;
    margin:8px 0
}
#comments h3 {
    padding:8px
}
.commentlist {
    padding: 0;
    text-align: justify
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
    clear:both;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px
}

.commentlist ul {
    clear:both
}

.commentlist li ul li { 
    margin-right: -4px;
    margin-left: 10px
}

.commentlist li .avatar { 
    float: right;
    padding: 2px;
    background: #fff;
    border-width:0px;
    border-style:none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px
}
.commentlist p {
    font-size:1.2em;
    margin: 10px 5px 10px 0
}
.children { padding: 0 }


.nocomments {
    text-align: center;
    margin: 0;
    padding: 0
}
.comment-author{
    font-size:1.2em
}
.comment-meta a,
.comment-meta a:hover{
    border:0 !important
}
/*/Comments*/

/*Footer*/
#footer {
    clear:both;
    padding: 20px 0;
    margin: 0 auto;
    font-size:1em;
}
#footer div {
    width:200px;
    float:left;
    margin: 0 0 12px 0
}
#footer h3 {
    padding:0 4px 0px 8px;
    line-height:2em
}
#footer a:hover{
    text-decoration:underline
}
#footer ul {
    padding:0 0 0 4px;
    margin:0;
}
#footer li {
    padding:2px;
    list-style:none;
}
#footer li li {
    padding:2px 2px 2px 6px;
    list-style:circle inside;
}
#footer .copy{
    padding:4px 0 0 0;
    /*border-top:1px solid #999;*/
    text-align:center
}
/*/Footer*/
/*Feed*/
.feed-icon {
    position:absolute;
    top:18px;
    right:16px;
    padding-right:20px;
    display:block;
    font-size:0.6em;
	line-height:18px;
    background:url('images/feed-icon-16x16.png') no-repeat 100% 50%;
    border:0 !important;
}
/*/Feed*/
/*Smiles*/
.wp-smiley {
    border:0 !important;
    padding:0 !important;
}
/*/Smiles*/
/*Caption*/
.wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.wp-caption img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0
}
/*/Caption*/
/*Calendar*/
#wp-calendar {
    border-collapse: collapse;
    margin-left:6px
}
#wp-calendar th {
    border:0;
    width:2em;
}
#wp-calendar td {
    text-align:center;
    padding:4px 2px;
    border:0 !important
}
#wp-calendar tbody {

}
#wp-calendar tbody a{
    display:block;
    font-weight:700;
    text-decoration:underline
}
#wp-calendar tbody a:hover{
    text-decoration:none
}
/*/Calendar*/
/*Slideshow*/
.wp-sl {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    border:0;
}

.wp-sl span.prev, .wp-sl span.next {    
    z-index:200;
    top:8px;
    position:absolute;
    display:block;
    width:24px;
    height:24px;
    line-height:20px;
    cursor:pointer;
    text-align:center;
}

.wp-sl span.prev {
    left:0;
}
.wp-sl span.next {    
    right:0;
}

.wp-sl div {
    top:0;
    left:0;
    position:absolute;
    width:100%;
    height:100%;
}

.wp-sl a.title {
    top:8px;
    position:absolute;
    z-index:10;
    display:block;
    width:100%;
    height:24px;
    font-weight:900 !important;
    line-height:24px;
    /* text-indent:28px; */
    padding:0 12px;
}

.wp-sl img {
    top:0;
    left:0;
    position:absolute;
    z-index:5;
    border-width:0 0 0 0;
    border-style:none;    
}
.wp-sl p {
    bottom:6px;    
    right:4px;
	padding:6px;
    width:64%;
    position:absolute;
    z-index:10;
    /* text-indent:8px; */
    text-align:justify
}



#nav{
	margin-top:-28px;
	padding:0 100px 0 0;
	list-style-type: none;
	z-index:999;
font-size:10px;
font-weight:bold;
text-transform:uppercase;
	z-index:100;
}

#nav ul { /* all lists */
	padding:0;
	margin: 0;
	z-index:100;
	line-height: 0;
	width:auto;
	list-style-type: none;
}


#nav a {
	margin-bottom:-2px;
	display:block;
	padding: 10px 5px;
	color:#fff;
	z-index:100;
	line-height: 1;
text-decoration:none;
}

#nav a:hover{
color:#000;	
z-index:100;
}

#nav li { /* all list items */
	float: left;
	padding:0;
	width: auto;
	z-index:100;
	list-style-type: none;
}

#nav li:hover { /* all lists */
	z-index:100;
background:#d11018;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; 
	z-index:100;
	width: 100px;
	display:block;
background:#ddd;
}

#nav li ul:hover {
	z-index:100;
}

#nav li ul a { /* second-level lists */
color:#000;
	z-index:999;
}
#nav li ul a:hover {
background:#fff;
}

#nav li ul:hover li { /* second-level lists */
	z-index:100;
width:100%;
}

#nav li ul ul { /* third-and-above-level lists */
visibility: hidden; 
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;	z-index:100;
}

#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	z-index:100; 
}




#breadcrumbs{
background:#fff;
padding:10px 10px;
margin:-10px 0px;
position:relative;
top:-5px;
}

#breadcrumbs a{
color:#d11018;
}
#breadcrumbs a:hover{
text-decoration:underline;
}

#lang{
padding:0;
margin0;
	margin-top:-28px;

}

#cciiff-logo{
	width:90px;
	height:46px;
	background: url(images/cciiff-logo.jpg) no-repeat;
margin-top:-46px;
margin-left:-180px;
}

.footer-banner{
   float:right;
   }

/*/Slideshow*/
/*/Theme*/
/*/Films*/

.film-custom-field {
font-family:Georgia,Times New Roman,Serif;
font-size:12px;
line-height:18px;
color:#3F3F3F;
}

.film-synopsis {
color: #3F3F3F;
font-family: Georgia,Times New Roman,Serif;
font-size: 12px;
font-style: italic;
line-height: 18px;
}

.film-image {
width: 100%;
padding-bottom: 10px;
margin-bottom: 10px;
}

.film-title {
font: bold 18px/20px Arial,Verdana,sans-serif;
margin: 0 0 8px;
padding: 0px;
}

#film-main-box {
color: #3F3F3F;
font-family: Georgia,Times New Roman,Serif;
font-size: 12px;
line-height: 18px;
float: left;
width: 100%;
padding-bottom: 10px;
margin-bottom: 10px;
}

#film-screenshot{
float: left;
width: 59%;
margin-bottom: 5px;
margin-left: 0px;
margin-top: 0px;
margin-right: 5%

}

#film-infobox {
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;
/*background-color: #EBECE4;*/
padding-left: 2%;
margin-left: 2%;
padding-bottom: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-top: 0px;
float: right;
width: 30%;
border-left: black 1px solid;
/*border-bottom: black 1px solid;*/
}

#filmlist-main-box {
background-color: pink;
width: 700px;
height: 700px;
position:relative;
float:left;
}

.filmlist-image{
width: 100px;
height: 100px;
margin-top:0px;
}

#filmlist-tiling-box p{
color: gray;
font-family: Georgia,Times New Roman,Serif;
font-size: 12px;
font-style: bold;
letter-spacing: 0.1ex;
}

#filmlist-tiling-box{
width: 200px;
margin: 0px;
float:left;
}

div.example {
  /*border: 1px solid #0f8b4c;*/
  width: 750px;
  margin: 1em 10%;
  padding: .6em;
  position: relative;
  left: -65px;
}
div.example div {
  position: relative;
  padding: 0;
  width: 200px;
  height: 200px;
  line-height: 4.8em;
  text-align: center;
  /*color: black;
  font-family: Georgia,Times New Roman,Serif;*/
  font-size: 12px;
  font-style: bold;
  letter-spacing: 0.1ex;
  /*background-color: #fdb;
  border: .2em solid #bcf;*/
  margin: 1.5em;
  float: left;
}
div.example img {
   width: 200px;
   height: 150px;
   }
div.example a:hover {
   font-style: bold;
}
div.example div.tall {
  height: 6.8em;
  line-height: 6.8em;
}
.clearfix:after {
  visibility: hidden;
  content: ".";
  height: 0;
  clear: both;
  display: block;
}
.clearfix {
  display: inline-block;
}
/* hide from IE-mac */
.clearfix {
  display: block;
}
/* end hide */



