/*=============================================================
Type:				JWA Cannes Villa Microsite main stylesheet
Build by:			VGroup
Document Author:	Mark Perkins
Author Email:		mark.perkins@vgroup.com
Copyright: 		 	(c) Vgroup 2008 	
---------------------------------------------------------------
Creation Date:		13-02-2008
Last edited:		N/A
============================================================ */

/*==============================================
color scheme

dark blue/grey:					#526069
light blue:						#57B7DF
background:						#E1E8F2

==============================================*/

/*==============================================
general layout
==============================================*/

body {
	background: #E1E8F2 url('../cssimages/bg_main.jpg') no-repeat;
	color: #666;
	height: 100%;
}

p {
	font-size: 0.9em;
	line-height: 1.3em;
}

#page {
	background: #FFF;
	padding: 0 15px 10px 15px;
	margin: 0 auto;
	width: 730px;
	position: relative;
	min-height:100%;
}

#header {
	border-bottom: 1px solid #CCC;
}

#content_wrapper {
	margin-top: 1px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#overview {
	background: url('../cssimages/bg_overview.jpg') repeat-x left 8px;
	padding-bottom: 10px;
	font-size: 11px;
	padding-top: 8px;
}

#main_content {
	width: 420px;
	float: left;
}

#sub_content {
	width: 290px;
	float: right;
}

#home #main_content {
	width: 460px;
}

#home #sub_content {
	width: 250px;
}

#footer {
	clear: both;
}

#home #footer {
	border-top: 1px solid #CCC;
}

#main_content ul{
	list-style-position:outside;
	margin:10px 0 8px 18px; 
	font-size:.9em;
}

/*==============================================
header
==============================================*/

#jwa_branding {
	background: #526069;
	position: relative;
	height: 45px;
}

#header p {
	margin: 0;
}

#jwa_logo a {
	width: 231px;
	height: 28px;
	background: url('../cssimages/logo_jwa.gif') no-repeat;
	position: absolute;
	top: 8px;
	left: 10px;
}

#visit_jwa a {
	width: 124px;
	height: 14px;
	background: url('../cssimages/text_visit_jwaevents.gif');
	float: right;
	position: absolute;
	top: 24px;
	right: 14px;
}

/*==============================================
headings
==============================================*/

h1 a {
	width: 261px;
	height: 28px;
	background: url('../cssimages/text_villa_renoir.gif') no-repeat;
	margin-top: 55px;
}

#overview h4 {
	color: #57B7DF;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	line-height: 1.2em;
}

h2 {
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.7em;
	letter-spacing: -0.5px;
	color: #999;
	margin-top: 12px;
	margin-bottom: 0;
}

h3 { 
font-size: 1.1em; 
margin: 1.2em 0em 1.2em 0em; 
font-weight: normal; 
margin:0 0 -10px;}

/*==============================================
navigation and links
==============================================*/

/* main nav */

#main_nav {
	margin-top: 6px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 6px;
}

#main_nav li {
	list-style: none;
	display: inline;
	padding-left: 19px;
	text-transform: uppercase;
}

#main_nav li a {
	font-size: 11px;
	text-decoration: none;
	color: #526069;
	font-weight: bold;
}

#main_nav li a:hover {
	color: #57B7DF;
}

#main_nav li.home {
	padding-left: 4px;
}

#home #main_nav .home a,
#about #main_nav .about a,
#villa #main_nav .villa a,
#gallery #main_nav .gallery a,
#cannes #main_nav .cannes a,
#events #main_nav .events a,
#bookings #main_nav .bookings a { color: #57B7DF;}

/* subnav */

#sub_nav {
	background: url('../cssimages/bg_subnav.jpg') repeat-x;
	border-bottom: 1px solid #CCC;
	padding: 8px 15px 13px 15px;
	margin-top: 6px;
}

#sub_nav li {
	list-style: none;
}

#sub_nav li a {
	text-decoration: none;
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.4em;
	letter-spacing: -0.5px;
	color: #526069;
	padding-left: 19px;
	background: url('../cssimages/bullet_med.png') no-repeat 0 4px;
}

#sub_nav li a:hover , #sub_nav li a:hover span {
	color: #526069;
}

#sub_nav li a span {
	color: #57B7DF;
	font-weight: bold;
}

/* links general */

a {
	color: #526069;
}

/*==============================================
main content
==============================================*/

#home #intro_text {
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.9em;
	letter-spacing: -0.5px;
	color: #AAA;
	line-height: 1.1em;
	margin-top: 12px;
	margin-bottom: 15px;
}

#intro_text {
	font-size: 1.0em;
	margin-top: 0.6em;
}

/*==============================================
overview
==============================================*/

#overview div {
	width: 22.0%;
	float: left;
	margin: 0 12px;
}

#overview div#corp {
	margin-right: 0 !important;
}

#overview p {
	margin: 0;
	line-height: 13px;
	color: #777;
	font-size: 11px;
	padding-top:4px;
}

.overview_link {
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
	padding-top: 0px;
	background: url('../cssimages/bullet_small.png') no-repeat 0 0px;
}

.overview_link:hover {
	color: #57B7DF;
}

/*==============================================
form
==============================================*/

#booking_form {
	padding: 5px 0 10px 0;
}

#booking_form dd {
	margin-bottom: 10px;
}

#booking_form label {
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.0em;
	letter-spacing: -0.5px;
	font-weight: bold;
	color: #888;
}

#booking_form label.error {
	color: #526069;
}

p.error {
	border: 1px solid #DDD;
	padding: 10px;
	color: #526069;
	font-size: 1.1em;
	background: #FEFEFE;
}

#booking_form input {
	width: 300px;
	border: 1px solid #BBB;
	padding: 3px;
	color: #555;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#booking_form textarea {
	width: 400px;
	height: 150px;
	border: 1px solid #BBB;
	padding: 3px;
	color: #555;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#booking_form #submit {
	text-decoration: none;
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.4em;
	letter-spacing: -0.5px;
	color: #526069;
	cursor: pointer;
	border:  1px solid #DDD;
	padding: 6px 6px 6px 6px;
	background: none;
}

#booking_form #submit:hover span {
	color: #526069;
}

#booking_form #submit span {
	color: #57B7DF;
	font-weight: bold;
}

#booking_form #submit:hover {
	color: #526069;
}

#booking_form .button_wrap {
	display: none;
}

/*==============================================
sidebar
==============================================*/

#sub_content img {
	margin-top: 6px;
}

#caption {
	font-family: "Century Schoolbook", Georgia, Palatino, "Palatino Linotype";
	font-size: 1.6em;
	letter-spacing: -0.5px;
	color: #AAA;
	line-height: 1.2em;
	margin-top: 2px;
}

/*==============================================
gallery
==============================================*/

#gallery #sub_nav {
	padding: 13px 15px 14px 15px;
}

#gallery #main_content {
	width: 49%;
}

#gallery #sub_content {
	width:330px;
	padding: 0;
}

#gallery_thumbs {
	margin-top: 10px;
	margin-bottom: 30px;
}

#galMainPic {
	margin-top: 6px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	height: 390px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 10px;
}

.galPic {
	margin: 0 14px 9px 0;
}

/*==============================================
footer
==============================================*/

#footer p {
	font-family: arial;
	font-size: 10px;
}

#footer p span {
	font-weight: bold;
	color: #57B7DF;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
}

#contact_details {
	margin-bottom: 0;
}

#site_credits {
	color: #999;
	margin-top: 1px;
}

#hol_rentals {
	color: #57B7DF;
}