/*
Theme Name: None
Theme URI:n/a
Description: Master CSS file.
Version: 1.0
Author: Wayne Humphrey
Author URI: http://www.whwebdesign.co.uk/
*/

/*Global Reset
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:1em;
	vertical-align:baseline;
	background:transparent;
	}
body{
	line-height:1;
	}
ol, ul{
	list-style:none;
	}
blockquote,
q{
	quotes:none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
	}			
:focus{
	outline:0;
	}			
ins{
	text-decoration:none;
	}
del{
	text-decoration:line-through;
	}			
table{
	border-collapse:collapse;
	border-spacing:0;
	}
input[type=hidden]{
	visibility:hidden;
	}
	
/* slightly enhanced, universal clearfix hack */
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.clearfix{
	display:inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */	

body{
	font:85%/150% Arial, Verdana, sans-serif;
	
		}
	
/*Container Styles
*********************************************************/
	
.container{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	}
	.container:after{
		visibility:hidden;
		display:block;
		font-size:0;
		content:" ";
		clear:both;
		height:0;
		}
		
/*Header Styles
*********************************************************/

									
#content{ 
		margin:20px;
		}
	#carousel{
		position:relative;
		overflow:scroll;
		width:930px;
		height:365px;
		border:3px solid #000;
		background-color:#000;
		}
		.carouselinner{
			position:absolute;
			left:0;
			top:0;
			}
			.panel a:hover{
				color:#ffcc00;
			}
			.panel{
				float:left;
				overflow:hidden;
				margin:0;
				height:365px;
				width:930px;
				}
				.opacity{
					width:400px !important;
					height:365px !important;
					display:block;
					background:url(../img/bg-opacity-panel.png) repeat-y 0 0;
					}
				.panel h1, .panel h2, .panel h3, .panel h4{
					color:#fff;
					width:380px;
					padding:0 10px;
					text-align:center;
					}
					.panel h2, .panel h3{
						font-weight:normal;
						}
					.panel h1{
						letter-spacing:0.1em;
						padding-top:10px;
						margin-bottom:15px;
						font-size:1.2em;
						}
					.panel h2{
						font-size:1em;
						margin-bottom:12px;
						}
					.panel h3{
						font-size:.95em;
						line-height:1.7em;
						margin-bottom:10px;
						}
					.panel h4{
						font-size:.85em;
						line-height:1.7em;
						margin-bottom:12px;
						}

