/* ========================================================================================
The Vincent Hotel
Version:1.0
Author: Raphael Marsh
Email: raphael@on-brand.co.uk
Last Updated: 22 Feb 2009
=========================================================================================== */

/* STANDARD FORMATTING 
=========================================================================================== */
* {
	margin: 0;
 	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:63.3%;
	margin:0;
	padding:15px 0;
	min-width:964px;
	text-align:left;
	line-height:140%;
	background:url(../wp_images/generic-img/bg.gif) repeat;
	background-color: #000000;
}


/* Generic 
=========================================================================================== */
h1 {
	font-size: 2.4em;
	margin:0;
}
h2 {
	font-size: 2.0em;
	margin:0;
}
h3 {
	font-size: 1.6em;
	margin:0;
}
img {
  border:none;
}
p {
	color:#a3a3a3;
	font-size:120%;
	margin:0;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


/* Structure 
=========================================================================================== */
div#wrapper {
	width: 964px; 
	margin: auto; 
	text-align: left;
}
#branding {
	text-align:left;
	background:url(../wp_images/generic-img/nav.jpg) top center no-repeat;;
	margin-top: 8px;
	padding:33px 0 9px 0;
}
	#branding img {
		padding:13px 0 21px 0;
	}
#content {
	float:left; width:964px;
	background:url(../wp_images/generic-img/background-stretch.gif) repeat-y;
}
#sideNav {
	float:right;
	margin-right:34px;
	margin-top:-364px;
	width:300px;
	display:inline;
	position:relative;
}
#baseNews {
	float:left;
	margin-left:17px;
	margin-top:-1px;
	width:950px;
	display:inline;
	position:relative;
}
#baseNav_1 {
	float:left;
	margin-left:17px;
	margin-top:-1px;
	width:200px;
	display:inline;
	position:relative;
}
#baseNav_2 {
	float:left;
	margin-left:2px;
	margin-top:21px;
	width:200px;
	display:inline;
	position:relative;
}
#pageContent {
	float:left;
	background:url(../wp_images/generic-img/sp_darkpaper.jpg) top center no-repeat;;
	display:inline;
	width:960px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}
.clear {
	clear: both;
	text-indent: 0px;
}	

/* Navigation 
=========================================================================================== */
#mainNav {
	display:block;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}
	#mainNav ul li {
		float:left;
	}
	#mainNav li.about { 
		font-size:10%; width:86px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_about.gif) top left no-repeat; }
		#mainNav li.about a { 
			width:86px; height:20px; display:block; overflow:hidden; }
	#mainNav li.about_here { 
		font-size:10%; width:86px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_about2.gif) top left no-repeat; }
		#mainNav li.about a { 
			width:86px; height:20px; display:block; overflow:hidden; }
	#mainNav li.work { 
		font-size:10%; width:86px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_work.gif) top left no-repeat; }
		#mainNav li.work a { 
			width:86px; height:20px; display:block; overflow:hidden;  }
	#mainNav li.work_here { 
		font-size:10%; width:86px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_work2.gif) top left no-repeat; }
		#mainNav li.work a { 
			width:86px; height:20px; display:block; overflow:hidden;  }	
	#mainNav li.apps { 
		font-size:10%; width:144px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_app.gif) top left no-repeat; }
		#mainNav li.apps a { 
			width:144px; height:20px; display:block; overflow:hidden; }
	#mainNav li.apps_here { 
		font-size:10%; width:144px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_app2.gif) top left no-repeat; }
		#mainNav li.apps a { 
			width:144px; height:20px; display:block; overflow:hidden; }	
	#mainNav li.contact { 
		font-size:10%; width:102px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_contact.gif) top left no-repeat; }
		#mainNav li.contact a { 
			width:102px; height:20px; display:block; overflow:hidden; }
	#mainNav li.contact_here { 
		font-size:10%; width:102px; height:20px; text-indent: -5000px; background:url(../wp_images/generic-img/nav_contact2.gif) top left no-repeat; }
		#mainNav li.contact a { 
			width:102px; height:20px; display:block; overflow:hidden; }

/* Side Navigation 
=========================================================================================== */
#sideNav ul li {
	width:auto;
	font-size:160%;
}
	#sideNav ul li a {
		 display:block;
		 padding:5px 0 2px 13px;
		 color:#34363b;
		 text-decoration:none;
	}
		#sideNav ul li a:hover {
			 color:#FFF;
			 /*background:#a4bcca;*/
			 text-decoration:none;
		}
		#sideNav ul li.active a {
			 color:#FFF;
			 /*background:#3b464c;*/
			 text-decoration:none;
		}
		
		/* URL Navigation 
=========================================================================================== */
#sideURL ul li {
	width:auto;
	font-size:120%;
}
	#sideURL ul li a {
		 display:block;
		 padding:5px 0 2px 13px;
		 color:#34363b;
		 text-decoration:none;
	}
		#sideURL ul li a:hover {
			 color:#FFF;
			 /*background:#a4bcca;*/
			 text-decoration:none;
		}
		#sideURL ul li.active a {
			 color:#FFF;
			 /*background:#3b464c;*/
			 text-decoration:none;
		}
		
/* Base News #1
=========================================================================================== */
#baseNews ul li {
	width:auto;
	font-size:140%;
}
	#baseNews ul li a {
		 display:block;
		 padding:3px 0 5px 14px;
		 color:#FFF;
		 text-decoration:none;
	}
		#baseNews ul li a:hover {
			 color:#15bab4;
			 /*background:#a4bcca;*/
			 text-decoration:none;
		}
		#baseNews ul li.active a {
			 color:#15bab4;
			 /*background:#3b464c;*/
			 /*font-weight:bold; */
			 text-decoration:none;
		}

/* Base Navigation #1
=========================================================================================== */
#baseNav_1 ul li {
	width:auto;
	font-size:140%;
}
	#baseNav_1 ul li a {
		 display:block;
		 padding:3px 0 5px 14px;
		 color:#FFF;
		 text-decoration:none;
	}
		#baseNav_1 ul li a:hover {
			 color:#15bab4;
			 /*background:#a4bcca;*/
			 text-decoration:none;
		}
		#baseNav_1 ul li.active a {
			 color:#15bab4;
			 /*background:#3b464c;*/
			 /*font-weight:bold; */
			 text-decoration:none;
		}

/* Base Navigation #2
=========================================================================================== */
#baseNav_2 ul li {
	width:auto;
	font-size:140%;
}
	#baseNav_2 ul li a {
		 display:block;
		 padding:3px 0 5px 14px;
		 color:#FFF;
		 text-decoration:none;
	}
		#baseNav_2 ul li a:hover {
			 color:#15bab4;
			 /*background:#a4bcca;*/
			 text-decoration:none;
		}
		#baseNav_2 ul li.active a {
			 color:#15bab4;
			 /*background:#3b464c;*/
			 /*font-weight:bold; */
			 text-decoration:none;
		}
		
/* Call to Action PREV
=========================================================================================== */
#previousButton {
	display:inline;
	margin-top:-60px;
	margin-right:250px;
	float:right;
	width:76px;
	position:relative;
}
#previousButton img {
	float:right;
}

/* Call to Action NEXT
=========================================================================================== */
#calltoAction {
	display:inline;
	margin-top:-60px;
	margin-right:30px;
	float:right;
	width:76px;
	position:relative;
}
#calltoAction img {
	float:right;
}

/* Purchase
=========================================================================================== */
#purchase {
	display:inline;
	margin-top:-106px;
	margin-left:349px;
	float:left;
	width:122px;
	position:relative;
}
#purchase img {
	float:left;
}


/* Content Styles
=========================================================================================== */
#pageContent h0 {
	font-size:180%; line-height:130%; color:#000000;
	padding:2px 0 2px 13px;
	color:#34363b;
	font-style:normal;
	font-weight: lighter;
	}
#pageContent h1 {
	font-size:120%; line-height:130%; color:#000000;
	padding:2px 0 2px 13px;
	color:#34363b;
}
#pageContent h2 {
	font-size:130%; line-height:135%; color:#000000;
	padding:14px 0 2px 13px;
	color:#34363b;	
}
#pageContent h3 {
	font-size:130%; line-height:135%; color:#000000;
	padding:14px 0 2px 13px;
	color:#34363b;
	font-style:italic;
	font-weight: lighter;
}
#pageContent h4 {
	font-size:130%; line-height:135%; color:#000000;
	padding:12px 0 2px 13px;
    font-style:normal;
}
#pageContent p {
	font-size:110%;
	line-height:130%;
}
	#pageContent p a {
		color:#9e5765;
		text-decoration:underline;
	}
			#pageContent p a.external {
				background: url(../wp_images/generic-img/external.gif) no-repeat right top;
				padding-right:9px;
			}

		#pageContent p a:hover {
			color:#9e5765;
			text-decoration:none;
		}


/* Feature Panels
=========================================================================================== */
.panelHolder {
	float:left;
	width:964px;
	background:url(../wp_images/generic-img/btm.jpg) bottom center no-repeat;
	padding:10px 0 21px 0;
}
.section-panel {
	float:right;
	display:inline;
	margin-right:7px;
	
}
.section-panel.left {
	display:inline;
	margin-right:30px;
	float:right;
	position:relative;
	

}
.panelEnd {
	
}



/* Footer
=========================================================================================== */
#footer { 
	clear: both;
	background:url(../wp_images/generic/footer-bg.png) top no-repeat;
} 
#footer h5 {
	font-size:110%; line-height:135%; color:#454548;
	padding:10px 0 0 0;
	color:#34363b;	
	font-weight: lighter;
}
#footer img { 
	margin-right:5px;
} 


		
