/* RESET */

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* CONTENT */



@font-face {
	font-family: 'euro';
	src: url('../fonts/eurostileltstd-webfont.eot');
	src: local('../fonts/Eurostile LT Std'), url('../fonts/eurostileltstd-webfont.woff') format('woff'), url('../fonts/eurostileltstd-webfont.ttf') format('truetype'), url('../fonts/eurostileltstd-webfont.svg#webfontoFfDdkkM') format('svg');
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
}
html {
	height: 100%;
}
p {
	padding-top: 5px;
	line-height: 20px;
	padding-bottom: 5px;
}
body {
	background: url('../images/background.png') bottom center no-repeat;
	background-attachment: fixed;
	font-family: 'euro';
	font-size: 13px;
}
#container {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
#logo {
	width: 250px;
	float: left;
	margin-top:2px;
}
#photoscroller img {
	border: 1px solid #000;
	margin-right: 10px;
} 

#photoscroller {
	width: 720px;
	float: left;
}

#menu {
    background-color: #9C2830;
    
    
    -webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top:2px;

}
.copyright {
	font-size: 9px;
	padding-top: 10px;
	display: block;
		
}
.copyright a {
	color: #000;
	text-decoration: none;
}
#leftMenu {
	margin-left: 75px;
	float: left;
	width: 134px;
	text-align: center;
}
#menu nav li {
	
	font-size: 12px;
}

#menu nav li a {
	font-size: 13px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
}

#menu nav li a:hover {
	background-color: #000;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
}
#menu nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
    margin-left: 41px;
    margin-top: 5px;
    width: 706px;
}

.dateholder {
	width: 85px;
}
.date {
	background: url("../images/date.png") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 13px;
    margin-right: 5px;
    padding-left: 2px;
    padding-top: 11px;
    text-align: center;
    width: 21px;
}
.datetitle {
	float: left;
    font-size: 18px;
    font-variant: small-caps;
    margin-left: 10px;
    margin-top: 10px;
    width: 500px;
}

#photoscroller img {
	width: 104px;
}

h1 {
	   border-bottom: 1px solid #9C2830;
    color: #9C2830;

    font-size: 18px;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.storyItem {
	margin: 5px;
	background: url('../images/bgtest.png'); 
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.storyItem img {
	opacity: 1;
}
.storyitem h3 {
	background-color: #9C2830;
    color: #FFFFFF;
    font-weight: normal;
    height: 16px;
    padding-left: 10px;
    padding-top: 8px;
    opacity: 1;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.storyItem p {
	opacity: 1;
}

.photoslider {
	 float: left;
    height: 106px;
    overflow: hidden;
    width: 120px;
}

a {
	color: #9C2830;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
table td {
	font-size: 13px;
}