body
{
	background-color: #fff;
	background-image: url('images/background.gif');
	background-position: left;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

img { border: 0; }
h1 { font-size: 14px; }

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear_both { clear: both; }



/* [HDR] HEADER */

#header
{
	background-color: #D6E4F1;
	background-image: url('images/header_background.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 149px;
	overflow: hidden;
}

#header #topheader
{
	background-image: url('images/header_image.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	width: 990px;
	height: 149px;
}


/* [BRC] BREADCRUMBS */

#breadcrumbs
{
	background-color: #0054A5;
	height: 21px;
	padding: 7px 0 0 218px;
	color: #fff;
}

#breadcrumbs ul li
{
	background-image: url('images/breadcrumb_divider.gif');
	background-position: center right;
	background-repeat: no-repeat;
	display: inline;
	padding-right: 12px;
}

#breadcrumbs ul li.last
{
	background-image: none;
}

#breadcrumbs a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs a:hover { text-decoration: underline; }



/* [MAIN] MAIN */

#main { width:990px; }



/* [MENU] MENU */

#menu
{
	float: left;
	padding: 12px;
	width: 174px;
}

#menu h1 { margin: 0; }

#menu a
{
	color: #0054A5;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover { text-decoration: underline; }
#menu #categories, #menu #tags { margin-bottom: 20px; }
#menu #categories ul { margin-top: 3px; }

#menu #categories ul li {
	padding-left: 12px;
	line-height: 16px;
}

#menu #tags #collection
{
	padding-left: 6px;
	text-align: justify;
	width: 168px;
	line-height: 16px;
}

#menu #tags a.small { font-weight: normal; }
#menu #tags a.big { /* standard declaration */ }
#menu #tags a.huge { font-size: 14px; }

#menu #copy { margin-top: 20px; }

#menu #copy, #menu #copy a
{
	color: #ABC7E2;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	width: 174px;
}



/* [CNT] CONTENT */

#page
{
	float: left;
	margin-top: 12px;
	padding-left: 20px;
	width: 772px;
}

#page #photo
{
	float: right;
	padding: 0 12px;
}

#page h1, #reactions h1
{
	color: #EE1C23;
	margin: 0;
}

#content #text p
{
	margin-top: 3px;
	text-align: justify;
	line-height: 16px;
}

#content #text ul
{
	margin-top: 3px;
	padding-left: 2px;
}

#content #text ul li
{
	display: inline;
	padding-right: 4px;
}

#content #text ul li a
{
	border-bottom: 1px dotted #0054A5;
	color: #0054A5;
	text-decoration: none;
}

#content #text ul li a:hover { border-bottom: 1px solid #0054A5; }



/* [RCT] REACTIONS */

#reactions
{
	padding-left: 218px;
	margin-bottom: 20px;
}

#reactions fieldset
{
	border: 0;
	width: 400px;
}

#reactions label, #reactions input, #reactions textarea
{
	display: block;
	width: 380px;
}

#reactions input.text, #reactions textarea
{
	border: 1px solid #6B9CCB;
	margin-bottom: 5px;
}

#reactions textarea { height: 120px; }

#reactions input.submit
{
	background-color: #D6E4F1;
	border: 1px solid #6B9CCB;
	float: right;
	margin: 10px 18px 20px 0;
	width: auto;
}

#reactions .reaction { padding-top: 12px; }

#reactions .reaction p
{
	margin:0;
	padding:0;
}

#reactions .reaction p.reaction_date
{
	color: #b2b2b2;
	font-size: 10px;
	margin:0;
	padding:0;
}

#reactions span.name { color: #B2CBE4; }



/* [TMB] THUMBNAILS */

.thumb_row
{
	width: 550px;
}

.thumb_image
{
	float: left;
	height: 100px;
	padding: 0 10px 0 0;
	width: 100px;
}

#thumb_previous
{
	float: left;
	width: 275px;
}

#thumb_next
{
	float: left;
	text-align: right;
	width: 275px;
}
