/*
Theme Name: Tomorrow-Movies.com
Description: The theme for Tomorrow-Movies.com.
Author: Tomorrow-Movies.com
Author URI: http://www.tomorrow-movies.com
version: 2.0
*/

/********************
***** Universal *****
********************/

body, html {margin:0; padding:0; text-align:center;}

body {
	background:#111 url(images/body-bg.jpg) center top no-repeat scroll;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}

h1,h2,h3,h4,small {text-align:left;margin:0;padding:0;}

h1,h2,h3,h4 {font-family:Georgia, "Times New Roman", Times, serif;text-shadow: 1px 1px 1px #999;}
	
h1 {font-size: 2.4em;padding:10px;margin-bottom:20px;}
h2 {font-size: 1.8em;padding:10px;margin-bottom:15px;}
h3 {font-size: 1.6em;padding:10px;margin-bottom:10px;}
h4 {font-size: 1.4em;padding:10px;margin-bottom:5px;}

ul,ol,li {
	text-align:left;
	}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	margin:15px;
	background:#98978e;
	color:#FFF;
	padding:2em;
	-moz-border-radius:1.2em;
	-webkit-border-radius:1.2em;
	font-style:italic;
	width:auto;
	}
	
blockquote p {
	margin:0;
	padding:0;
	text-align:left;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

a{
	color:#B00000;
	text-decoration:none;
	cursor:pointer;
	}

a:hover{text-decoration: underline;}

table {width:auto;text-align:left;margin:1em;}


/********************
***** Container *****
********************/

#container {
	width: 960px;
	margin:0 auto 0 auto;
	color:#333;
	overflow: hidden;
	}
	
	
/*****************
***** Header *****
*****************/

#header {
  	width: 960px; 
  	height: 182px;
	margin:200px 0 0 0;
	color: #fff; 
	}
	
#header p {
	font-size:1.1em;
	float:left;
	margin:100px 0 0 102px;
	display:inline;
	}


/***************
***** Menu *****
***************/

#menu-wrapper {
	background-color:#090909;
	height:80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	}


/*** - Skin - ***/

.sf-menu {
	float:left;
	height:80px;
	background:#090909;
	width:95%;
	display:inline;
}
.sf-menu a {
	padding: 1em 1.5em 1em 1.5em;
	text-decoration:none;
	height:52px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color:#570202;
	background-image:url(images/menu-bg.png);
	background-repeat:repeat-x;
	color:#FFF;
	text-decoration:none;
}

.sf-menu span {
	font-size:0.8em;
	font-weight:normal;
	padding-top:2px;
	float:left;
	color:#C3C3C3;
	cursor:pointer;
	}
	
.sf-menu li {
	font-size:1.4em;
	text-align:left;
	font-weight:bold;
	height:80px;
	overflow:hidden;
	background-color:#090909;
	display:inline;
	}
	
.sf-menu li.home {
	float:left;
	width:13%;
	margin-left:5%;
	}
	
.sf-menu li.the-movies {
	width:20%;
	}
	
.sf-menu li.the-books {
	width:27%;
	}
	
.sf-menu li.the-forum {
	width:20%;
	}
	
.sf-menu li.about-us {
	width:15%;
	}
	
	
/*** - Sub Menu - ***/

.sf-menu li li a {
	height:auto;
	padding:1em;
	color:#999;
	}
	
.sf-menu li li a:visited {
	color:#999;
	}
	
.sf-menu li li.menu-rounded-left a {
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
	}
	
.sf-menu li li.menu-rounded-right a {
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	}
	
.sf-menu li li a:hover {
	background-color:#430304;
	background-image:none;
	color:#FFF;
	}
	
.sf-menu li li {
	font-size:0.8em;
	height:auto;
	float:left;
	background-color: #140808;
	}
	
.sf-menu li.menu-rounded-left {
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
	}

.sf-menu li.menu-rounded-right {
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	}
	
.sf-menu li.menu-rounded-left:hover {
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
	}

.sf-menu li.menu-rounded-right:hover {
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	}
	
.sf-menu ul ul {
	background:none;
	}
	
.sf-menu li li:hover {
	background-color:#430404;
	background-image:none;
	}
	
.sf-menu li li.first-margin {
	margin-left:19%;
	}
	
.sf-menu li li.second-margin {
	margin-left:40%;
	}
	
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1e1010;
	}
	

/*** - Essential Menu Styles - ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			95%; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			80px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			95%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			95%; /* match ul width */
	top:			0;
}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			2.5em;
	padding-bottom:	2.5em;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:95%; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background-color:#570202;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background-color:#570202;
}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background-color:#570202;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}


/*******************
***** Wrappers *****
*******************/

#wrapper1 {
	background:#e6e1c4 url(images/wrapper-1-bg.jpg) left top repeat-y;
	width:960px;
	}
	
#wrapper2 {
	background:url(images/wrapper-2-bg.jpg) left top no-repeat;
	width:960px;
	}

/******************
***** Content *****
******************/

#content {
	float:left;
	width:728px;
	margin:5px 0 15px 20px;
	display:inline;
	}

.post {
	margin:25px 0 25px 0;
	background-color: #F2F0E1;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	}

.post .post {
	width:95%;
	margin:1em 0 1em 2.5%;
	float:left;
	display:inline;
	clear:both;
	}
	
.post-header {
	float:left;
	width:100%;
	clear:both;
	background-color:#FFF;
	-webkit-box-shadow: 0  3px 10px  #b2afa0;
	-moz-box-shadow: 0 3px 10px #b2afa0;
	margin-bottom:10px;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-left-radius:1em;
	-webkit-border-top-right-radius:1em;
	position:relative;
	}
	
.post-header h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	margin:10px;
	padding:0;
	text-shadow: 1px 1px 1px #999;
	font-size:2.4em;
	max-width:480px;
	}
	
.post-header p {
	float:left;
	clear:left;
	font-size:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

.post-header .post-info {
	margin:10px;
	display:inline;
	float:right;
	}
	
.post-header p.post-info {
	margin:10px;
	display:inline;
	float:right;
	clear:none;
	}
	.post-header p.post-info small {
		text-align:left;
		}

.post-header .post-info small {
	text-align:right;
	display:block;
	clear:both;
	}
	
.comment-count a {
	background:url(images/comments-icon.gif) right 2px no-repeat;
	padding:2px 16px 4px 0;
	}

.entry {
	clear:both;
	}

.entry p{
	text-align:justify;
	font-size:1.2em;
	padding:0 1em 1em 1em;
	margin:0;
	width:auto;
	line-height:1.4em;
	}

/*** Lists ***/	
.entry ul {
	margin:20px;
	font-size:1.2em;
	padding-bottom:20px;
	float:left;
	}
.entry ol {
	margin:20px;
	font-size:1.2em;
	padding-bottom:20px;
	float:left;
	}
	.entry li {
		padding:0.2em;
		margin:.2em 0 .2em 0;
		}
	.entry ul ul {
		margin:0 0 0 1em;
		font-size:1em;
		padding:0;
		float:none;
		}
	.entry ol ol {
		margin:0 0 0 1em;
		font-size:1em;
		padding:0;
		}
	.entry li li {
		margin:0;
		}
	.entry ul ul ul {
		margin:0 0 0 1em;
		font-size:1em;
		padding:0;
		}
	.entry ol ol ol {
		margin:0 0 0 1em;
		font-size:1em;
		padding:0;
		}
	.entry li li li {
		margin:0;
		}

.postmetadata {
	clear: both;
	background-color:#FFF;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-left-radius:1em;
	-webkit-border-bottom-right-radius:1em;
	}
	
.postmetadata p {
	font-size:1em;
	padding:1em;
	}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

#google-ad-container {clear:both;}


/******************
***** Sidebar *****
******************/

#sidebar {
	width:180px;
	float:right;
	margin:30px 30px 15px 0;
	display:inline;
	}
	
#sidebar ul {
	margin:0 0 0 20px;
	padding:0;
	list-style-type:none;
	}
	
#sidebar li {
	float:left;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	}
	
#sidebar li.search {
	margin-bottom:30px;
	}
	
#sidebar li.header {
	font-weight:bold;
	font-size:1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #999;
	}
	
#sidebar li.text {
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	}
	
#sidebar li.subscribe-email {
	margin-bottom:15px;
	}
	
#sidebar li.subscribe-rss {
	margin-bottom:30px;
	}
	
	#sidebar li.subscribe-rss a {
		height:24px;
		background-image:url(images/rss-icon.png);
		background-position:left top;
		background-repeat:no-repeat;
		padding-left:28px;
		line-height:24px;
		display:block;
		}
	
	#sidebar li.subscribe-rss a:hover {
		background-position:left bottom;
		}
		
#sidebar li.ad {
	margin:10px 0 20px 0;
	}

#sidebar ul ul {margin:0;padding:0;}
#sidebar li li {margin:0;padding:0;}

#sidebar li li.recent-comment {margin-bottom:0.5em;}


/*******************
***** Comments *****
*******************/

.commentlist {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
.commentlist .comment ul {
	list-style-type:none;
	margin-left:5%;
	padding:0;
	}
	
.commentlist .depth-1 {
	margin-top:20px;
	float:left;
	clear:both;
	}
	
.depth-2,.depth-3,.depth-4,.depth5,.depth6 {
	margin-top:20px;
	}
	
.commentlist .pingback {
	width:95%;
	}
	
.commentlist .comment-body {
	position:relative;
	overflow:hidden;
	background-color: #F2F0E1;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	}
	
.commentlist .comment-body p {padding:.5em 1em 0 1em;}

.commentlist .reply {padding-bottom:1em;}
.commentlist .reply a {padding:1em;}

.commentlist .parent {
	margin-bottom:1em;
	padding-bottom:1em;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

.commentlist .parent .parent {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	}
	
.commentlist .comment-meta {
	position:absolute;
	top:1em;
	right:1em;
	}
	
.commentlist .comment {
	width:95%;
	background-color: #F2F0E1;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	}
	
.commentlist .vcard {
	float:left;
	width:100%;
	clear:both;
	background-color:#FFF;
	-webkit-box-shadow: 0  3px 10px  #b2afa0;
	-moz-box-shadow: 0 3px 10px #b2afa0;
	margin-bottom:10px;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-left-radius:1em;
	-webkit-border-top-right-radius:1em;
	font-size:1.2em;
	font-weight:bold;
	}
	
.commentlist .vcard cite {float:left;margin:1em .5em 1em 1em;}
.commentlist .vcard span {float:left;margin:1em 1em 1em 0;}

.comment-reply-link {float:right;padding:.5em;}

/***********************************************************/
#respond {
	margin:25px 0 25px 0;
	background-color: #F2F0E1;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	clear:both;
	float:left;
	width:95%;
	}

#commentform p{
	clear:both;
	float:left;
	padding:0 1em 0 1em;
	font:1.4em;
	}
	
#commentform span {
	float:left;
	clear:both;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}

#author, #email, #url, #comment, #submit{
	float:left;
	clear:both;
	padding:0.5em;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	margin:2px 0 10px 0;
	font-size:1.4em;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#commentform input {
	width:190px;
	}
	
#commentform textarea {
	width:640px;
	height:150px;
	}
	
#commentform input:hover {
	border-color:#B6A856;
	}

#commentform input:focus {
	border-color:#B6A856;
	background-color:#fff;
	outline:none;
	}
	
#commentform textarea:hover {
	border-color:#B6A856;
	}

#commentform textarea:focus {
	border-color:#B6A856;
	background-color:#fff;
	outline:none;
	}
	
#submit{cursor:pointer;}

/***********************************************************/

/*****************
***** Search *****
*****************/

.searchform {
	padding:0;
	margin:0;
	display:inline;
	}

.searchform input.s {
	margin:0;
	padding:0.5em;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	width:130px;
	height:auto;
	font-size:1.2em;
	display:inline;
	}
	
.searchform input.s:hover {
	border-color:#B6A856;
	}
	
.searchform input.s:focus {
	border-color:#B6A856;
	background-color:#fff;
	outline:none;
	}

.searchform button.searchbutton {
	border:1px solid #CEC48E;
	background:#f2f0e1;
	color:#B00000;
	padding:.2em .4em .2em .4em;;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size:1.4em;
	font-weight:bold;
	margin-left:-15px;
	cursor:pointer;
	outline:none;
	}
	
.searchform button.searchbutton:hover {
	border-color:#B6A856;
	background-color:#fff;
	color:#00CC33;
	}

	
/***************
***** Misc *****
***************/

p small.centered-text {text-align:center;display:block;width:auto;margin:0 auto 0 auto;}

div.ie-5-6-links {margin:30px 0 0 0;width:728px;float:left;}
div.ie-5-6-links p {font-size:1.2em;text-align:center;}
div.ie-5-6-links p a {padding:0.5em;}

.hr {
	width:95%;
	float:left;
	clear:both;
	height:1px;
	margin: 1em 0 1em 2.5%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b7bba4;
	}

.anchors {
	width:95%;
	margin:1em 0 1em 2.5%;
	float:left;
	clear:both;
	background-color:#FFF;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}
	.anchors p {margin:0.5em;padding:0;text-align:center;font-size:1.2em;line-height:1.6em;}
	.anchors p a {margin:0 .2em 0 .2em}

.clear {
	clear:both;
	}
	
/*** Flags ***/
.au {background:url(images/flags/au.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.br {background:url(images/flags/br.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.de {background:url(images/flags/de.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.dk {background:url(images/flags/dk.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.es {background:url(images/flags/es.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.fr {background:url(images/flags/fr.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.it {background:url(images/flags/it.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.jp {background:url(images/flags/jp.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.nl {background:url(images/flags/nl.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.se {background:url(images/flags/se.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
.us {background:url(images/flags/us.png) left 5px no-repeat;padding:.2em .2em .2em 18px;}
/*** End Flags ***/

img.aligncenter {
	margin:5px auto 5px auto;
	padding:5px;
	background-color:#FFF;
	display:block;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

a img.aligncenter:hover {
	background-color:#b7bba4;
	}

img.alignnone {
	float:left;
	margin:5px;
	padding:5px;
	background-color:#FFF;
	display:inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

a img.alignnone:hover {
	background-color:#b7bba4;
	}

img.centered {
	margin:5px;
	padding:5px;
	background-color:#FFF;
	display:inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

a img.centered:hover {
	background-color:#b7bba4;
	}

img.alignright {
	float:right;
	margin:0 1em 1em 1em;
	padding:5px;
	background-color:#FFF;
	display:inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

a img.alignright:hover {
	background-color:#b7bba4;
	}

img.alignleft {
	float:left;
	margin:0 1em 1em 1em;
	padding:5px;
	background-color:#FFF;
	display:inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	}

a img.alignleft:hover {
	background-color:#b7bba4;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


/* jQuery Tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #090909;
	padding: 5px;
	opacity: 0.85;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#FFF;
	font-size:.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#tooltip h3, #tooltip div { margin: 0; }
/***** End Tooltip ***/

/***** Pagination *****/
.wp-pagenavi {
	margin:0 0 20px 0;
	text-align:center;
	background-color:#FFF;
	padding:0.5em;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	font-size:1.2em;
	}
.wp-pagenavi a {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #B00000;
}

.wp-pagenavi a:hover {	
	text-decoration:underline;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000;
	background-color: #FFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	color: #FFF;
	background-color: #B00000;
	-moz-border-radius:0.2em;
	-webkit-border-radius:0.2em;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #000;
	background-color: #FFF;
}
/***** End Pagination *****/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/***** End Lightbox *****/


/***********************
***** Contact Form *****
***********************/
input.name,.email,.subject {
	float:left;
	width:190px;
	clear:both;
	padding:0.5em;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	margin:2px 0 10px 0;
	font-size:1em;
	display:inline;
	}
img.wpcf7-captcha-captcha-469 {
	float:left;
	padding:0.5em;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#FFF;
	clear:both;
	margin:2px 0 10px 0;
	display:inline;
	}
input.captcha {
	width:72px;
	height:24px;
	text-align:center;
	padding:0.5em;
	float:left;
	display:inline;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	margin:2px 0 10px 10px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
textarea.message {
	float:left;
	width:220px;
	clear:both;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	padding:0.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:2px 0 10px 0;
	font-size:1em;
	display:inline;
	}
	
#footer input:hover {
	border-color:#B6A856;
	}
#footer textarea:hover {
	border-color:#B6A856;
	}
	
#footer input:focus {
	border-color:#B6A856;
	background-color:#fff;
	outline:none;
	}
#footer textarea:focus {
	border-color:#B6A856;
	background-color:#fff;
	outline:none;
	}

#footer input.send {
	float:left;
	clear:both;
	cursor:pointer;
	padding:0.5em;
	border:1px solid #CEC48E;
	-webkit-box-shadow: 3px  3px 10px  #b2afa0;
	-moz-box-shadow: 3px 3px 10px #b2afa0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#f2f0e1;
	font-size:1.2em;
	display:inline;
	color:#B00000;
	}
#footer input.send:hover {
	border-color:#B6A856;
	background-color:#fff;
	color:#00CC33;
	}
#footer input.send:focus {
	border-color:#B6A856;
	background-color:#fff;
	color:#00CC33;
	}
	
#footer span.wpcf7-not-valid-tip-no-ajax {clear:both;}
#footer .wpcf7-validation-errors{clear:both;}
#footer .wpcf7-mail-sent-ok {clear:both;}

/*****************
***** Footer *****
*****************/

#footer {
	clear: both;
	width: 920px;
	margin:20px;
	float:left;
	font-size:1.1em;
	display:inline;
	color:#555;
	}
	
#footer .left {
	width:400px;
	float:left;
	margin-left:10px;
	}
	
#footer .right {
	width:480px;
	float:right;
	margin:0 10px 10px 0;
	}
	
	#footer .right .left {
		width:200px;
		float:left;
		}
	
	#footer .right .right {
		width:240px;
		float:right;
		margin-right:10px;
		}		
	
#footer p{padding:14px 0;margin: 0;color: #555;text-align:left;}

#footer p.contact-us {margin:0 10px 0 10px;}
