/*
Theme Name: Lumiere Style
Theme URI: http://www.lumierestudios.co.uk
Description: The Lumiere custom styling, with a hint of black!
Author URI: http://www.lumierestudios.co.uk
Tags: blu#ack, custom sidebar, fixed width, two columns

	Gavin Lester v1
	 http://www.lumierestudios.co.uk

	This theme was designed and built by Gavin Lester.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Structure */
html, body { 
height: 100%; 
margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	}

#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 120px;
	width: 100%;
	}


#sidebar {
        float: left;
        text-align: right;
        margin: 0 0 40px 0;
        }

#content{
        float: left;
        text-align: left;
        padding: 20px 20px 20px 20px;
        margin: 0 0 40px 0;
	width: 720px;
}


.clear {
	clear: both;
}

.itemTitle{
        width: 300px;
        margin-bottom: 20px;
}

.itemDescription{
        float: left;
        width: 300px;
        margin-top: 0px;
        margin-bottom: 20px;
        margin-right: 20px;
}

.movies {
        float: right;
        width: 360px;
        margin-top: 20px;
        margin-bottom: 10px;
}

.movieBox{
        padding: 10px;
        margin-top: 5px;
        border-top: solid 1px #222222;
}

.images {
        clear: right;
        float: right;
        width: 380px;
        margin-top: 40px;
        margin-bottom: 10px;
}

.imagesBox{
        padding: 5px;
        margin-top: 3px;
        border-top: solid 1px #222222;
}

.thumb {
        float: left;
        width: 160px;
        height: 130px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
        border: solid #222;
        border-width: 0px 0 5px 0;
}

.credits {
        width: 300px;
        margin-top: 50px;
        margin-bottom: 30px;
}

.creditsBox {
        padding: 10px;
        margin-top: 5px;
        border: solid 1px #222;
}

#footer {
        height:60px;   
	padding: 20px 0 0 0;
	width: 100%;
	clear: both;
        text-align: center;
	}

/* FOOTER BOTTOM START */

p {
        margin-bottom: 10px;
}

* {
	margin: 0px;
}

html, body {
	height: 100%;
}
#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}

/* FOOTER BOTTOM END */

/* End Structure */



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Century Gothic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFF;
	color: #888888;
	text-align: center;
	}

#page {
	background-color: #FFF;
        font-size: 1.2em
	}

#header {
	background: #FFF;
	}

#content {
	font-size: 1em;
	background: #000;
        background-image: url('images/background_grad.jpg');
	}

#footer {
	font-size: 1.1em;
	background: #DDD;
        color: #AAA;
	}

small   {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.error {
        float: left;
        clear: both;
        color: #770000;
	}

.thanks {
        color: #999;
	}



.bold{
        font-weight: normal;
}

.movieBox {
        background-color: #1f1f1f;
}

.imagesBox {
        background-color: #1f1f1f;
}

.creditsBox {
        font-size: 0.9em;
        background-color: #1f1f1f;
}

.creditsInfo {
        color: #888;
}

.folioCategory {
        font-size: 9px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	color: #FFF;
	}

h2_top {
	font-size: 2em;
	color: #FFF;
        margin-top: 0px;
        font-weight: normal;
	}

h3 {
	font-size: 1.2em;
	color: #777;
	}

h4 {
	font-size: 1.1em;
	color: #FFF;
        margin-top: 3px;
	}

h5 {
	font-size: 1.3em;
	color: #FFF;
        margin-top: 30px;
}

h2.pagetitle {
	font-size: 1.3em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

#sidebar {
	font-size: 14px;
        font-weight: normal;
        font-smooth: always;
	}

#sidebar li {
	font-size: 14px
        font-weight: normal; font-style: italic; font-smooth: always;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:link {
	color: #DDD;
	text-decoration: none;
	}

a:visited {
	color: #DDD;
	text-decoration: none;
	}

a:hover {
	color: #fff;
        background-color: #3f3f3f;
	}

#sidebar li.page_item a:link {
	color: #777;
	text-decoration: none;
	}

#sidebar li.page_item a:visited {
	color: #777;
	text-decoration: none;
	}

#sidebar li.page_item a:hover {
	color: #fff;
        background-color: #3f3f3f;
	}

#page #sidebar li.current_page_item a {
	color: #fff;
        background-color: #3f3f3f;
	}

#page #sidebar  a.current_page_item {
	color: #fff;
        background-color: #3f3f3f;
	}

#content .folioCategory a:link {
	color: #555;
	text-decoration: none;
	}

#content .folioCategory a:visited {
	color: #555;
	text-decoration: none;
	}

#content .dullLink a:link {
	color: #555;
	text-decoration: none;
	}

#content .dullLink a:visited {
	color: #555;
	text-decoration: none;
	}

#content .dullLink a:hover {
	color: #666;
	text-decoration: none;
	}

.thumb a:hover{
	color: #666;
        background-color !important : #222;
	}


#sidebar a:link  {
	color: #777;
	text-decoration: none;
	}

#sidebar a:visited  {
	color: #777;
	text-decoration: none;
	}

#sidebar a:hover  {
	color: #fff;
	background-color: #3f3f3f;
	}


/* End Typography & Colors */




/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}
/* End Headers */





/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}




p img.thumb {
	padding: 0 0 20 20px;
	max-width: 100%;
	}

.imgBorder {
        border: solid 4px #FFF;
        margin-left: 6px;
}

/*	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 */





/* Begin Lists */
.page_item {
        list-style: none;


        font-weight: regular;
}

.current_page_item {
        list-style: none;
        font-weight: regular;;
}




/* End Entry Lists */




/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */




/* Begin Sidebar */
#sidebar
{

        padding: 0px 20px 0px 0px;
	width: 210px;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}





.hidden {
	display: none;
	}

hr {


	display: none;
	}


a img {
	border: none;
	}



.navigation {
        clear: both;
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 80px;
	}
/* End Various Tags & Classes*/








