/* 
	Name: Smashing HTML5 
	Date: July 2009 
	Description: Sample layout for HTML5 and CSS3 goodness. 
	Version: 1.0 
	Author: Enrique RamÌrez 
	Autor URI: http://enrique-ramirez.com 
*/  
/* Imports */ 
/***** Global *****/ 
	/* Body */ 
	body { 
		background: #F5F4EF url('images/apple linen background.png'); 
		color: #000305; 
		font-size: 87.5%; 
		/* Base font size: 14px */ 
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
		line-height: 1.429; 
		margin: 0; 
		padding: 0; 
		text-align: left; 
	}  
	
	/* Headings */ 
	h2 {font-size: 1.571em}	/* 22px */ 
	h3 {font-size: 1.429em}	/* 20px */ 
	h4 {font-size: 1.286em}	/* 18px */ 
	h5 {font-size: 1.143em}	/* 16px */ 
	h6 {font-size: 1em}	/* 14px */  
	h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.1; margin-bottom: .8em; }  
	
	/* Anchors */ 
	a {outline: 0;} 
	a img {border: 0px; text-decoration: none;} 
	a:link, a:visited { color: #DF0101; padding: 0 1px; text-decoration: underline; } 
	/* a:hover, a:active { background-color: #DF0101; color: #fff; text-decoration: none; text-shadow: 1px 1px 1px #333; }  */
	
	/* Paragraphs */ 
	p {margin-bottom: 1.143em;} 
	* p:last-child {margin-bottom: 0;}  
	
	strong, b {font-weight: bold;} 
	em, i {font-style: italic;}  
	::-moz-selection {background: #F6CF74; color: #fff;} 
	::selection {background: #F6CF74; color: #fff;}  
	
	/* Lists */ 
	ul { list-style: outside disc; margin: 1em 0 1.5em 1.5em; }  
	ol { list-style: outside decimal; margin: 1em 0 1.5em 1.5em; }  
	dl {margin: 0 0 1.5em 0;} dt {font-weight: bold;} dd {margin-left: 1.5em;}  
	
	/* Quotes */ 
	blockquote {font-style: italic;} 
	cite {}  
	q {}  
	
	/* Tables */ 
	table {margin: .5em auto 1.5em auto; width: 98%;}  
	
	/* Thead */ 
	thead th {padding: .5em .4em; text-align: left;} 
	thead td {}  
	
	/* Tbody */ 
	tbody td {padding: .5em .4em;} 
	tbody th {}  
	tbody .alt td {} 
	tbody .alt th {}  
	
	/* Tfoot */ 
	tfoot th {} 
	tfoot td {}
	
	/* HTML5 tags */ 
	header, section, footer, aside, nav, article, figure { display: block; }
	
	/***** Layout *****/ 
	.body {clear: both; margin: 0 auto; width: 1100px;} 
	img.right figure.right {float: right; margin: 0 0 2em 2em;} 
	img.left, figure.left {float: right; margin: 0 0 2em 2em;}
	
	/* Header *****************/ 
	#banner { margin: 0 auto; padding: 0.5em 0 0 0; }  
	
	/* Banner */ 
	#banner h1 {font-size: 3.571em; line-height: .6;} 
	#banner h1 a:link, #banner h1 a:visited { color: #000305; display: block; font-weight: bold; margin: 0 0 .2em .2em; text-decoration: none;} 
	#banner h1 a:hover, #banner h1 a:active { background: none; color: #DF0101; text-shadow: none; }  
	#banner h1 strong {font-size: 0.36em; font-weight: normal;}
	
	/* Main Nav */ 
	#banner nav { background: #000305; font-size: .943em; height: 40px; line-height: 30px; margin: 0 auto 1em auto; padding: 0; text-align: center; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }  
	#banner nav ul {list-style: none; margin: 0 auto; width: 100%; padding: 0;} 
	#banner nav li {float: left; display: inline; margin: 0;}  
	#banner nav a:link, #banner nav a:visited { color: #fff; display: inline-block; height: 30px; padding: 5px 1.5em; text-decoration: none; } 
	#banner nav a:hover, #banner nav a:active, #banner nav .active a:link, #banner nav .active a:visited { background: #DF0101; color: #fff; text-shadow: none !important; }  
	#banner nav li:first-child a { border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;  border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
	
	/* Featured *****************/ 
	#featured { background: #fff; margin-bottom: 0.5em; overflow: hidden; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; text-align: center;}  
	#featured figure { border: 2px solid #eee; float: right; margin: 0.786em 2em 0 5em; width: 248px; } 
	#featured figure img {display: block; float: center;}  
	#featured figure2 { border: 2px solid #eee; float: right; margin: 0.786em 2em 0 5em; width: 150px; } 
	#featured figure2 img {display: block; float: center;}  
	#featured h2 {color: #DF0101; font-size: 1.714em; margin-bottom: 0.333em;} 
	#featured h3 {font-size: 1.429em; margin-bottom: .5em;}  
	#featured h3 a:link, #featured h3 a:visited {color: #000305; text-decoration: none;} 
	#featured h3 a:hover, #featured h3 a:active {color: #fff;}  
	
	/* Body *****************/ 
	#content { background: #fff; margin-bottom: 2em; overflow: hidden; padding: 20px 20px; width: 973px;  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
	
	/* Extras *****************/ 
	#extras {margin: 0 auto 3em auto; overflow: hidden;}  
	#extras ul {list-style: none; margin: 0;} 
	#extras li {border-bottom: 1px solid #fff;} 
	#extras h2 { color: #DF0101; font-size: 1.429em; margin-bottom: .25em; padding: 0 3px; }  
	#extras a:link, #extras a:visited { color: #444; display: block; border-bottom: 1px solid #F4E3E3; text-decoration: none; padding: .3em .25em; }  
	
	/* Blogroll */ 
	#extras .blogroll { float: left; width: 615px; }  
	#extras .blogroll li {float: left; margin: 0 20px 0 0; width: 185px;}  
	
	/* Social */ 
	#extras .social { float: right; width: 175px; }
	
	#extras div[class='social'] a { background-repeat: no-repeat; background-position: 3px 6px; padding-left: 5px; }  
		
	/* About *****************/ 
	#about { background: #fff; font-style: normal; margin-bottom: 2em; overflow: hidden; padding: 20px; text-align: left; width: 1024px;  border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }  
	#about .primary {float: left; width: 265px;} 
	#about .primary strong {color: #DF0101; display: block; font-size: 1.286em;} 
	#about .photo {float: left; margin: 5px 20px; width: 250px; height: 120px;}  
	#about .url:link, #about .url:visited {text-decoration: none;}  
	#about .bio {float: right; width: 600px;}  
	
	/* Footer *****************/ 
	#contentinfo {padding-bottom: 2em; text-align: right;}
	
	/* Blog */ 
	.hentry { border-bottom: 1px solid #eee; padding: 1.5em 0; } 
	li:last-child .hentry, #content > .hentry {border: 0; margin: 0;} 
	#content > .hentry {padding: 1em 0;}  
	.entry-title {font-size: 1.429em; margin-bottom: 0;} 
	.entry-title a:link, .entry-title a:visited {text-decoration: none;}  
	.hentry .post-info * {font-style: normal;}  
	
	/* Content */ 
	.hentry footer {margin-bottom: 2em;} 
	.hentry footer address {display: inline;} 
	#posts-list footer address {display: block;}  
	
	/* Blog Index */ 
	#posts-list {list-style: none; margin: 0;} 
	#posts-list .hentry {padding-left: 200px; position: relative;} 
	#posts-list footer { left: 10px; position: absolute; top: 1.5em; width: 190px; }
	
	#posts-list .hentry:hover { background: #DF0101; color: #fff; } 
	#posts-list .hentry:hover a:link, #posts-list .hentry:hover a:visited { color: #F6CF74; text-shadow: 1px 1px 1px #333; }
	
	
a img {
border : 0;
}
div.wrap {
overflow: hidden;
margin : 0 auto;
text-align : left;
}
div#top div#nav {
float : left;
clear : both;
height : 52px;
margin : 22px 0 0;
}
div#top div#nav ul {
float : left;
width : 700px;
height : 52px;
list-style-type : none;
}
div#nav ul li {
float : left;
height : 52px;
}
div#nav ul li a {
border : 0;
height : 52px;
display : block;
line-height : 52px;
text-indent : -9999px;
}
div#header1 {
margin : -1px 0 0;
overflow : hidden;
}
div#video-header {
height : 466px;
margin : -1px 0 0;
}
div#header1 div.wrap {
height : 466px;
overflow: hidden;
background : url(images/Header_Footer/header-bg.png) no-repeat 50% 0;
}
div#header1 div#slide-holder {
z-index : 40;
height : 466px;
overflow: hidden;
}
div#header1 div#slide-holder div#slide-runner {
height : 466px;
width : 700px;
overflow : hidden;
position: absolute;
}
div#header1 div#slide-holder img {
margin : 0;
display : none;
position : absolute;
}
div#header1 div#slide-holder div#slide-controls {
width : 700px;
height : 46px;
display : none;
position : absolute;
background : url(images/Header_Footer/slide-bg.png) 0 0;
}
div#header1 div#slide-holder div#slide-controls p.text {
float : left;
color : #fff;
display : inline;
font-size : 10px;
line-height : 16px;
margin : 15px 0 0 5px;
text-transform : uppercase;
}
div#header1 div#slide-holder div#slide-controls p#slide-nav {
float : right;
height : 24px;
display : inline;
margin : 11px 5px 0 0;
}
div#header1 div#slide-holder div#slide-controls p#slide-nav a {
float : left;
width : 24px;
height : 24px;
display : inline;
font-size : 11px;
margin : 0 5px 0 0;
line-height : 24px;
font-weight : bold;
text-align : center;
color : #fff;
text-decoration : none;
background-position : 0 0;
background-repeat : no-repeat;
}
div#header1 div#slide-holder div#slide-controls p#slide-nav a:hover {
background-color: #000;
}

div#header1 div#slide-holder div#slide-controls p#slide-nav a.on {
background-position : 0 -24px;
}
div#header1 div#slide-holder div#slide-controls p#slide-nav a {
background-image : url(images/Header_Footer/silde-nav.png);
}
div#nav ul li a {
background : url(images/Header_Footer/nav.png) no-repeat;
}
/* Centred images*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}	
	
	
	
			/* SCROLLING GALLERY */
			
				.scrolling_gallery{
					width: 960px;
					height: 150px;
					background: url(images/Header_Footer/slideshowBg.jpg) no-repeat;
					margin: 0 auto;
				}
				.scrolling_gallery .scrolling_gallery_left{
						height:24px;
						width:24px;
						float: left;

				}
				.scrolling_gallery .scrolling_gallery_right{
					float: right;
					height:19px;
				}
				.scrolling_gallery ul{
					width:3999px;
					margin: 20px 0 0 0;
				}
				 .scrolling_gallery_centre{
					height: 150px;	
					overflow: hidden;
					width:863px;
					float:left;
				 	margin: 0px 0px 0 18px;
				}
				.scrolling_gallery ul li {
				  display:block;
				  float:left;
				  padding: 0 5px;
				  width: 170px;
				} 
				.scrolling_gallery ul li img {
					border: 1px solid #ccc;
					height: 96px;
					width: 159px; 
					background: #fff;
					padding: 5px;
					}
				.scrolling_gallery .arrow {
					display: block;
					width:42px;
					height:108px;
					text-indent: -9999px;
					cursor: pointer;
					outline: 0;
					margin:20px 0 0 0;
				}
				.scrolling_gallery .back{
					background: transparent url(images/Header_Footer/prev.png) no-repeat;
					position:relative;
					left:0px;
				}
				.scrolling_gallery .forward{
					background: transparent url(images/Header_Footer/next.png) no-repeat;
					position:relative;
					right:0px;
				}
				
				.scrolling_gallery .caption-bg{
				position: relative;
				bottom: 32px;
				left: 2px;
				width: 158px !important;
				padding: 4px 0px 7px 10px;
				background-color: #fff;
				filter:alpha(opacity=80);
				opacity: 0.8;
				z-index: 2;
				}
				.caption-bg p {
				padding: 0;
				margin: 0;
				color: #000!important;
				}
				.scrolling_gallery .caption {
				position: relative;
				z-index: 99;
				color: #000;
				}
				
				/* SCROLLING GALLERY END */