/* Copyright 2010 Moray Web Solutions - Recite Films Stylesheet */

/* Site Specific Information */

html {
	overflow-y: scroll;
	background: #5C6492 url('../images/page-bg.png') repeat-x top left;
}

html.calendar, body.calendar {
	background: none;
	background-color: transparent;
}

body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
}

/* Basic Element Definitions */

h1,h2,h3,h4,h5,p,ul,ol {
	clear: left;
	float: left;
}

object,iframe {
	z-index: 1;
}

small { font-size: 11px; font-style: italic; }

/* Utility Statements */

.floatRight { float: right; }
.floatLeft { float: left; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }

#wrapper {
	margin: 15px auto 0;
	position: relative;
}

#header {
	width: 960px;
	height: 256px;
	margin: 0;
	padding: 0;
	background: url('../images/header-bg.jpg') top left no-repeat;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

	#header a.logo img{
		width: 443px;
		height: 102px;
		margin: 10px 0 58px 298px;
		border: 0;
	}

	#showcase {
		width: 960px;
		height: 50px;
		margin: 0;
		padding: 0;
		background: #DDD;
		overflow: hidden;
	}
		ul#clients { float: left; width: 2000px; }
		ul#clients li { float: left; }

	ul#nav {
		width: 960px;
		height: 35px;
		margin: 0;
		padding: 0;
		float: left;
		background: #000;
		color: #FFF;
		position: relative;
		z-index: 99000;
	}
		ul#nav li {
			float: left;
			position: relative;
			z-index: 99000;
			text-align: left; /* NOT SURE! */
		}
		ul#nav li.login {
			float: right;
		}
		ul#nav li a {
			float; left;
			display: block;
			height: 35px;
			padding: 0 15px;
			line-height: 35px;
			font-weight: bold;
			font-size: 11px;
			text-align: left;
			text-decoration: none;
			color: #CCC;
			z-index: 99000;
		}
		ul#nav li a:hover,
		ul#nav li a:active {
			color: #FFF;
			z-index: 99000;
		}
		ul#nav li ul {
			height: 0;
			position: absolute;
			top: 34px;
			left: 0px;
			z-index: 99000;
			visibility: hidden;
		}
		ul#nav li ul li,
		ul#nav li ul li a,
		ul#nav li ul ul li,
		ul#nav li ul ul li a {
			width: 120px;
			background-color: #000;
			text-align: left;
			z-index: 99000;
		}
		ul#nav li:hover ul,
		ul#nav a:hover ul {
			visibility: visible;
			z-index: 99000;
		}
		
		ul#nav li ul ul.secondlevel {
			height: 0;
			position: absolute;
			top: 0;
			left: 140px;
			z-index: 99000;
			visibility: hidden;
		}
		
		ul#nav ul li:hover ul.secondlevel,
		ul#nav ul a:hover ul.secondlevel {
			visibility: visible;
			z-index: 99000;
		}

#cms {
	width: 960px;
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	background: #DBCCB0 url('../images/content-bg2.png') repeat-x top left;
	line-height: 1.4em;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

body.weddings #cms {
	background: #FFF url('../images/wedding-bg.jpg') no-repeat top left;
}

	#cms h1		{ margin: 2px 0 4px; font-size: 17px; font-weight: bold; text-transform: uppercase; }
	#cms p 		{ margin: 5px 0; float: left;}
	#cms ul 	{ margin: 10px 0; list-style-type: disc; list-style-position: inside; }

#content {
	/* background: #DBCDB2; */
	position:relative;
}

	#content img {
		margin: 5px 10px;
	}

	#content a {
		color: #666;
		text-decoration: none;
	}
	#content a:hover,
	#content a:active {
		text-decoration: underline;
	}

	div.movie {
		display:block;
		height: 214px;
		width: 380px;
	}

	a#player {
		display: block;
		height: 212px;
		width: 378px;
		float: left;
		border: 1px solid #222;
	}

	h2.news {
		color: #222;
		font-size: 18px;
	}
	
#footer {
	margin: 10px 0 0;
	padding: 0px 10px;
	background: #000;
	font-size: 11px;
	color: #DDD;
}

#footer a {
	font-size: 11px;
	color: #AAA;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	text-decoration: underline;
}

/* Contact Form Styling */

form#contact_form {
	display: block;
	clear: left;
	float: left;
	width: 430px;
	padding: 15px;
}

#contact_form input.textinput {
	padding: 5px;
}

p#address {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	margin: 60px 0 0 0;
}

#videoPlayer, iframe {
	position: relative;
	z-index: 1;
}

table {
	clear: left;
	float: left;
}
td {
	padding: 4px;
}
td:first-child {
	width: 38%;
	font-weight: bold;
}

table.travel {
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.travel tr:first-child {
	background: #bc7505;
	color: #FFF;
}

.travel td:first-child {
	width: auto;
	font-weight: normal;
}

.travel td {
	width: 20%;
}

/*
TESTIMONIALS PAGE DEFINITIONS --------------------------------------------------- */

#cms ul.testimonials {
	width: 960px;
	margin-left: -10px;
}

	#cms ul.testimonials li {
		display: block;
		position: relative;
		float: left;
		font-style: italic;
		width: 460px;
		height: 65px;
		margin: 10px;
	}
	
	#cms ul.testimonials li img {
		float: left;
		width: 80px;
		height: 65px;
		margin: 0 10px 0 0;
	}
	
	#cms ul.testimonials p {
		clear: none;
		float: left;
	}
	
	#cms ul.testimonials li p.testimonialComment {
		margin: 0;
		width: 370px;
		font-size: 12px;
	}
	
	ul.testimonials li p.testimonialDate {
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		bottom: -8px;
		left: 90px;
	}
	
	ul.testimonials li p.testimonialTitle {
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		text-align: right;
		bottom: 0px;
		right: 0px;
	}

/*
ARCHIVE PAGE DEFINITIONS --------------------------------------------------- */

.archiveholder {
	height: 140px;
	margin-bottom: 20px;
	text-align: center;
	background: #8E774A;
	
}

.archiveholder img {
	margin: 10px;
}


.calendarBG {
 background-color: #000;
 border: 1px solid #666;
}

.calendarBG td {
	width: 40px;
	height: 40px;
}

.calendarBlank { 
 background-color: #B6975F;
 text-align:  center;
 font-size: 11px;
 font-weight: bold;
 font-style: italic;
 color: #EEE;
 vertical-align: middle;
 height: 40px;
}

.calendarHeader { 
 font-weight: bold; 
 color: #CCC;
 font-size: 11px; 
 text-align: center;
 background-color: #000; 
 height: 40px;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 height:			40px;
 line-height:		40px;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #CCC;
 background-color:  transparent;
}

.calendarMonthLinks a {
display: block;
 color:             #CCC;
 text-decoration:   none;
 background-color:  transparent;
 width: 40px;
 height: 40px;
}
  
.calendarMonthLinks a:visited {
 color:             #CCC;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #FFF;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 height: 40px;
 color: #333; 
 background-color: #CCC; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #111;
 background-color: 	#DDD;
 height: 40px;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #FFF;
 width: 40px;
 height: 40px;
}

.calendarBooked {
 background: #900;
 color: #EEE;
 font-size: 11px;
 height: 40px;
 font-weight: bold;
 text-align:  center;
 vertical-align: middle;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
 height: 40px;
 width: 40px;
}
  
.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

