/* ----- CSS 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear: both;
	}
	
strong {
	font-weight: bold;
}

/* ----- STRUCTURE ------ */

body {
	margin: 0 auto;
	font: 85% helvetica, arial, verdana, sans-serif;
	color: #000;
	background: #000  url(../images/main/blackbg.png) top left repeat;
}

.bgwrap {
	height: 375px;
	width: 100%;
	background: transparent url(../images/main/redtop.png) top center no-repeat;
}

.bodywrap {
	width: 677px;
	margin: 0 auto;
	padding-bottom: 20px;	
}

.spacer {
	margin-left: 20px;
}


/* ----- MAST ----- */

#mast {
	width: 677px;
	height: 66px;
	display: block;
	position: relative;
	background: transparent url(../images/main/mastbg.png) top left no-repeat;
}

#content {
	width: 677px;
	display: block;
	position: relative;	
	}

#mast h1 {
	text-indent: -9999px;
	display: block;
	position: relative;
	margin-top: -66px;;
	float: right;
	width: 180px;
	height: 66px;
	background: transparent url(../images/main/lukerettig.png) top left no-repeat;
}

.topphoto {
	display: block;
	position: relative;
	top: -14px;
	margin: 0;
	height: 150px;
}

.textwrap {
	background-color: #fff;
	padding: 10px;
}

/* ----- NAVIGATION ----- */

#mast ul {
	height: 66px;
	width: 193px;
	display: block;
	position: relative;
	margin-left: 304px;
	z-index: 30;
}

#mast li {
	float: left;
	}

#mast ul li a, #mast ul li a:hover, #mast ul li a:visited  {
	height: 66px;
	text-indent: -9999px;	
	display: block;
	position: relative;
}

#mast ul li.home a, #mast ul li.home a:hover, #mast ul li.home a:visited  {
	background: transparent url(../images/nav/home.png) top left no-repeat;
	width: 70px;
	height: 66px;
}

#mast ul li.about a, #mast ul li.about a:hover, #mast ul li.about a:visited  {
	background: transparent url(../images/nav/about.png) top left no-repeat;
	width: 57px;
	height: 66px;
}

#mast ul li.archive a, #mast ul li.archive a:hover, #mast ul li.archive a:visited  {
	background: transparent url(../images/nav/archives.png) top left no-repeat;
	width: 66px;
	height: 66px;
}


/* ----- TITLE ----- */

.title {
	display: block;
	position: relative;
	height: 54px;
	width: 677px;
	background: transparent url(../images/main/titlebg.png) top left no-repeat;

}

.title h2 {
	text-transform: uppercase;
	color: #DDDCDC;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	font-size: 20px !important;
	display: block;
	position: relative;
	height: 54px;
	padding: 16px 0 0 40px;
	vertical-align: middle;
	
	z-index: 30;
	display: block;
}

.title h2 a:link, .title h2 a:visited, .title h2 a:hover {
	color: #DDDCDC;
	text-decoration: none;

}

.title h2 a:hover {
	color: #fff;
	
	}

.title h3 {
	text-transform: uppercase;
	color: #DDDCDC;
	font-weight: bold;
	text-align: right;
	display: block;
	position: relative;
	height: 54px;
	width: 660px;
	vertical-align: middle;
	top: -80px;
	margin-right: 10px;
	padding: 0 40px 0 0;
}



/* ----- PUBLICATION ----- */

.publication {
	padding: 10px 0 15px 0;
}

.redicon {
	width: 19px;
	height: 8px;
	background: transparent url(../images/main/redicon.jpg) top left no-repeat;
	float: left;
	display: block;
	position: relative;
	margin-right: 3px;
	margin-top: 2px;
}

.publication h4 {
	font-size: 10px;
	text-transform: uppercase;
}

/* ----- TYPOGRAPHY ----- */

p, li, dd {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

.textwrap p:first-child {
	font-size: 18px;
}

#content h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	}
	
#content h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 30px;
	}
	
#content ul {
	margin: 10px 20px 40px;
	}
	
#content li {
	margin: 10px 0 0 20px;
	
}

small {
	margin: 10px 0;
	padding-top: 5px;
	line-height: 20px;
	font-size: 10px;
	color: gray;
}

/* HEADLINES */

/* ----- ARCHIVE PAGE ----- */

/* ----- LINKS ----- */

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {

}