/* global settings and defaults */
* {
	padding: 0;
	margin: 0;
}	
html {
	height:100%;
}
body {
	background:#000000 url(../../images/new-layout/new-bg.jpg) no-repeat center 0;
	color:#A59296;
	font:62.5%/1.6 Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
a {
	outline:0;
	color:#a59296;
	text-decoration:none;
}
a:hover {
	color:#d32e29;
}
a img {
	border:none;
}
h2 {
	color:#aa1506;
	text-transform:uppercase;
	font:1.6em Helvetica, arial, verdana;
	font-weight:100;
}
p {
	font-size:1.1em;
	line-height:1.8em;
	margin:0 0 1.8em 0;
}

/* clear fixes */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block; }
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear {
	height:0;
	width:0;
	padding:0;
	margin:0;
	text-indent:-9999%;
	clear:both;
}
	
/* header */
h1#logo {
	width:954px;
	margin:56px auto 50px auto;
	text-indent:-9999%;
	height:77px;
}
h1#logo a {
	float:left;
	display:block;
	height:72px;
	width:125px;
	background:url(../../images/new-layout/logo.jpg) no-repeat;
}

/* navigation */	
#nav {
	background: url(../../images/new-layout/main-nav-bg.jpg);
	height:43px;
	line-height:43px;
	vertical-align:center;
}
#nav ul {
	width:954px;
	margin:auto;
	padding:0;
	height:43px;
	background: url(../../images/new-layout/menu-bg.jpg) no-repeat left;
	text-align:right;
}
#nav ul li {
	display:inline;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	list-style:none;
	background:url(../../images/new-layout/nav-bullet.jpg) no-repeat 0 center;
}
#nav ul li.first {
	background:none;
}
#nav ul li a {
	color:#a59296;
	text-decoration:none;
	border:none;
	text-transform:uppercase;
	font:1.1em "Helvetica Neue", Helvetica, "Lucida Grande", verdana, arial;
}
#nav ul li a:hover {
	color:#d32e29;
}

/* container for content */
#container {
	width:954px;
	margin:20px auto;
}

/* default page content */
#profile {
	width:611px;
	float:left;
	padding:12px 12px 0 12px;
	color:#ffffff;
	background:#290402;
	border:1px solid #731411;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	font:1.1em;
	line-height:1.6em;
}
#content {
	width:688px;
	float:left;
	padding:12px 12px 0 12px;
	color:#ffffff;
	background:#290402;
	border:1px solid #731411;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	font:1.1em;
	line-height:1.6em;
}

#profile h2, #content h2 {
	padding:0 0 6px 0;
	background: url(../../images/new-layout/dotted-line.gif) repeat-x bottom;
	margin:0 0 30px 0;
}
#profile h3, #content h3 {
	font-weight:100;
	color:#aa1506;
	font-size:1.5em;
	font-weight:bold;
	margin:0 0 12px 0;
}
#profile h4, #content h4 {
	font-weight:100;
	color:#A7CEC1;
	font-size:1.2em;
	margin:0 0 12px 0;
	line-height:1.6em
}
#profile ul, #profile ol, #content ul, #content ol {
	margin:0 0 0 20px;
}
#profile img.article-image, #content img.article-image {
	margin:0 -13px 12px -13px;
}
#profile p.updated, #content p.updated {
	margin:0;
	padding:12px 0 12px 0;
	color:#a59296;
	background:url(../../images/new-layout/dotted-line.gif) repeat-x top;
}
#side {
	float:right;
	width:234px;
}
#side2 {
	float:right;
	width:311px;
}

/* links in sidebar */
#links {
	width:208px;
	float:right;
	padding:12px;
	list-style:none;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	background:#290402;
	border:1px solid #731411;
	min-height:206px;
}
#links h2, #side2 #video h2  {
	padding:0 0 6px 0;
	background: url(../../images/new-layout/dotted-line.gif) repeat-x bottom;
	margin:0 0 6px 0;
}

#links ul, #video ul {
}
#links ul li, #video ul li {
	list-style:none;
	font-size:1.2em;
	line-height:1.8em;
}
#links ul li a, #video ul li a {
	text-decoration:none;
	border:none;
	color:
}

/* footer */
#footer {
	width:954px;
	margin:auto;
	padding:5px 0;
	color:#ffffff;
	background: url(../../images/new-layout/dotted-line.gif) repeat-x;
}
#footer p {
	line-height:13px;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}





/* side bar items */
#side2 #video {
	padding:12px;
	margin:0 0 6px 0;
	color:#D8C1C5;
	background:#290402;
	border:1px solid #731411;
	/*opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;*/
	height:300px;
}
#side2 #video * {
	padding:0;
	margin:0;
}
#side2 #top5 {
	margin:0 0 6px 0;
	color:#D8C1C5;
	background:#290402;
	border:1px solid #731411;
	opacity:0.90;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
}
#side h2, #side2 h2 {
	margin:0 0 12px 0;
	padding:12px 12px 0 12px;
}
#side2 #top5 ol {
	padding:0 12px 2px 12px;
}
#side2 #top5 ol li {
	margin:0 0 12px 20px;
}
#side2 #top5 ol li p {
	margin:0;
	padding:0;
}

/* START style for footer */
p#footercopy{
	margin-bottom: 0;
}
p#footerHref, p#footerHref a {
	text-decoration:none;
	/* Amend Font to suit website */
	font:11px "Arial", "Sans-serif";
	/* Amend Colour to suit website */
	color:#FFFFFF;
}
/* END style for footer */