/*
 * CSS-Reset v1.0 | 20080212
 */
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,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 100%;
	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: '';
}

/* remember to define focus styles! */
a:focus, label:focus, input:focus, select:focus, textarea:focus {
	outline: 1px dotted #ddd;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#2e2e2e;
	color:#fff;
	font-size:1em;
	text-align:center;
}

/*
 * General styles and classes
 */
a {
	color:#fff;
	text-decoration:none;
}

a:hover, a.current {
	
}

label:hover, input.submit:hover {
	cursor:pointer;
}

.floatLeft {
	float:left;
	margin:0 1.25em 1.25em 0;
}

.floatRight {
	float:right;
	margin:0 0 1.25em 1.25em;
}

/*
 * Main Wrapper
 */
#mainWrapper {
	font-size:0.75em;	/* 12px */
	line-height:1.25em;
	margin:2.25em auto 0 auto;
	text-align:left;
	width:61.75em;
}

/*
 * Logo
 */
#logo {
	background:transparent url(../img/layout/line.jpg) center bottom no-repeat;
	font-size:2em;
	font-weight:normal;
	height:2.25em;
	letter-spacing:0.083em;
	line-height:1.25em;
	margin:0 0 1.125em 7.875em;
	text-align:center;
	text-transform:uppercase;
	width:17.1666em;
}

/*
 * Page Title
 */
#pagetitle {
	font-size:1.25em;
	font-weight:normal;
	line-height:1.2em;
	margin:0 0 1.857em 12.6em;
}

/*
 * Inner Wrapper
 */
#innerWrapper {
	float:left;
	width:100%;
}

/*
 * Navigation
 */
#navigation {
	float:left;
	width:13.25em;
	margin-right:2.5em;
}

#navigation li {
	display:block;
	margin-bottom:1.75em;
}

#navigation a:hover, #navigation .current a {
	color:#c82672;
}

/*
 * Content
 */
#content {
	float:left;
	width:45.916em;
}

/*
 * Content Links
 */
#content a {
	color:#c82672;	
}

/*
 * Content Block Level Elements
 */
#content p, #content ul, #content ol, #content table, #content h3 {
	margin-bottom:1.25em;
}

/*
 * Content Lists
 */
#content ul {
	list-style:square;
	margin-left:1.25em;
}

#content li {
	margin-bottom:1.25em;
}

/*
 * Image
 */
#image {
	float:left;
	width:23.5em;
	margin-right:4.083em;
	margin-bottom:0;
}

/*
 * Thumbnails
 */
#thumbnails {
	float:left;
	width:18.333em;
}

#thumbnailsImages p {
	float:left;
	width:100%;
	margin-bottom:2em;
}

#thumbnailsImages a {
	float:left;
	margin-right:2.5em;
}

#thumbnailsImages a.last {
	margin-right:0;
}

#thumbnailsImages a.current {
	outline:1px solid #fff;
}
