/*   
Theme Name: Vanishing Point
Theme URI: www.vanishing-point.org
Description: The Vanishing Point WordPress Theme
Author: Codeblue Multimedia Ltd
Author URI: www.codeblue.uk.com
*/

/* Basic Page Styles */

body	{
	margin: 0px;
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
}

h1	{
	display: block;
	width: 990px;
	height:120px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/vp_header.png);
	background-repeat:no-repeat;
}

h2	{
	line-height: 80px;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 6px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border: none;
	padding-left: 20px;
	margin: 0px;
}

h3	{
	font-size: 16px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #7f7f7f;
	padding-top: 12px;
}

h3.homenews	{
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #7f7f7f;
}

h4	{
	font-size: 15px;
	font-weight: bold;
}

p	{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: inherit;
	line-height: inherit;
}

a	{
	color: #cccccc;
	text-decoration: none;
}

a:hover	{
	color: white;
	text-decoration: underline;
}

a.more	{
	display: block;
	text-align: right;
	font-size: 12px;
}

a.more#home	{
	font-size: 10px;
}

a.categories	{
	font-size: 11px;
	margin-left: 6px;
	margin-right: 6px;
}

span.header	{
	display: none;
}

div.postdate	{
	font-size: 11px;
}

div.categories	{
	font-size: 11px;
	color: #d8d8d8;
}

ul	{
	margin-bottom: 0px;
}

li	{
	margin-top: 14px;
	list-style-type: square;
}

div.homenewsexcerpt	{
	font-size: 10px;
	line-height: 140%;
	text-align: justify;
}

/* Graphics Styles */

div.header-text	{
	width: 424px;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_text.png);
	background-repeat: no-repeat;
}

div.logo	{
	width: 106px;
	height: 99px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(images/vanishing_point_logo.png);
	background-repeat: no-repeat;
}

div.divider	{
	width: 990px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/divider.png);
	background-position: center;
	background-repeat: no-repeat;
}

div.sidebardivider	{
	width: 220px;
	height: 1px;
	background-image: url(images/sidebar_divider.png);
	background-position: center;
	background-repeat: no-repeat;
}

div.sidebardivider#home	{
	width: 340px;
	background-image: url(images/sidebar_divider_home.png);
}

/* Navigation Bar Styles */

ul.navigationbar	{
	width: 990px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 40px;
}

li.navigationbar	{
	float: left;
	list-style-type: none;
	margin-left: 20px;
	margin-right: 36px;
	margin-top: 0px;
}

a.navigationbar	{
	color: #bfbfbf;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.navigationbar:hover	{
	color: white;
}

/* Dropdown Styles */

ul.dropdown	{
	position: absolute;
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 41px;
	height: auto;
	background-image: url(images/transparent_fill_80.png);
	background-repeat: repeat;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

li.dropdown {
	height: 50px;
	text-align: left;
	vertical-align: middle;
	list-style-type: none;
	line-height: 50px;
	border-bottom: 1px solid #7f7f7f;
	margin-top: 0px;
}

li.dropdown#last	{
	border: none;
}

/* Layout Styles */

div.backgroundimage	{
	width: 990px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #7f7f7f;
}

div.sidebarbox	{
	display: table-cell;
	vertical-align: top;
	width: 220px;
	height: auto;
	background-image: url(images/transparent_fill_40.png);
	background-repeat: repeat;
}

div.sidebarbox#home	{
	height: 1000px;
	width: 340px;
	float: left;
	background-image: url(images/transparent_fill_60.png);
}

div.sidebarbox#gallery	{
	height: 1000px;
	float: left;
	background-image: url(images/transparent_fill_40.png);
}

div.contentbox	{
	display: table-cell;
	vertical-align: top;
	width: 770px;
	height: auto;
	background-image: url(images/transparent_fill_20.png);
	background-repeat: repeat;
}

div.contentbox#wide	{
	width: 990px;
}

div.homecontentbox	{
	display: table-cell;
	vertical-align: top;
	width: 650px;
	min-height: 80px;
	background-image: url(images/transparent_fill_40.png);
	background-repeat: repeat;
}

div.contenttext	{
	width: 100%;
	min-height: 1000px;
}

div.contenttext#home	{
	width: 100%;
	min-height: 80px;
}

div.contenttextformatter	{
	width: 500px;
	margin-left: 20px;
	text-align: justify;
}

div.contenttextformatter#center	{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

div.contenttextformatter#home	{
	width: 590px;
	margin: 0px;
	margin-left: 20px;
	margin-right: 40px;
	font-size: 16px;
	line-height: 180%;
	text-align: justify;
}

ul.productions {
	width: 450px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

li.productions {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #7f7f7f;
	line-height: 60px;
	height: 60px;
	margin-top: 0px;
}

a.productions	{
	display: block;
	color:#cccccc;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

a.productions:hover	{
	color: white;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

div.videocontainer	{
	width: 990px;
	height: 561px;
	margin-left: auto;
	margin-right: auto;
}

div.contactform	{
	margin-top: 40px;
}

div.comments	{
	font-size: 11px;
}

div.commentsheading	{
	font-size: 11px;
	width: 500px;
	margin-top: 12px;
	border-bottom: 1px solid #7f7f7f;
}

div.commentsbody	{
	font-size: 11px;
	color: #bfbfbf;
	width: 500px;
}

td.commentformfield	{
	font-size: 11px;
	text-align: right;
	height: 24px;
}

div.commentsreplyheading	{
	font-size: 13px;
	width: 500px;
	margin-top: 12px;
	border-bottom: 1px solid #7f7f7f;
	font-weight: bold;
}

/* Footer Styles */

div.footer	{
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

ul.footer	{
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

li.footer	{
	float: left;
	list-style-type: none;
	border-right: 1px solid white;
	padding-left: 8px;
	padding-right: 8px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	margin-top: 0px;
}

li.footer#last	{
	border: none;
}

p.footer	{
	font-size: 11px;
	line-height: 100%;
	text-align: center;
}

/* Sidebar Styles */

div.topspacer	{
	height: 80px;
}

div.midspacer	{
	height: 20px;
}

ul.sidebar {
	width: 180px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

li.sidebar {
	width: 100%;
	list-style-type: none;
	border-bottom: 1px solid #7f7f7f;
	line-height: 48px;
	height: 47px;
	margin-top: 0px;
}

li.sidebar#last	{
	border: none;
}

a.sidebar	{
	display: block;
	font-size: 12px;
	font-weight: bold;
}

a.sidebar:hover	{
	text-decoration: none;
}

h3.sidebar	{
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
}

h4.sidebar	{
	text-align: center;
	font-size: 12px;
}

input.sidebar	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

input.sidebar#emailaddress	{
	width: 240px;
}

input.sidebar#s	{
	width: 190px;
}

input.sidebar#searchsubmit	{
	color: white;
	cursor: pointer;
	border: none;
	background: none;
	width: 90px;
	height: 25px;
	background-image: url(images/form_button.png);
	background-repeat: no-repeat;
}

input.sidebar#formsubmit	{
	color: white;
	cursor: pointer;
	border: none;
	background: none;
	width: 90px;
	height: 25px;
	background-image: url(images/form_button.png);
	background-repeat: no-repeat;
}

div.sidebaritem	{
	text-align: center;
	margin-top: 8px;
	font-size: 12px;
}

div.homenewscontainer	{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

/* Gallery Styles */

div.galleryitem	{
	min-width: 190px;
	min-height: 140px;
	background-image: url(images/gallery_item.png);
	background-repeat: no-repeat;
	margin: 16px;
	float: left;
}

div.gallerythumb	{
	position: relative;
	left: 3px;
	top: 10px;
	width: 180px;
	height: 110px;
}

div.photocredit	{
	font-size: 12px;
	width: 700px;
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
}