/* Mediacosmo CMS Basics
------------------------------ */
html {
	/* Moz */
	height: 100%;
}

/* Main Layout
------------------------------ */
body {
	font: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body,td,th {
	font-family: Garamond;
	font-size: 16px;
	color: #5A004A;
	line-height: 18px;
}
.fineprint {
	font-size: 12px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
.footer, .footer a:link, .footer a:visited, .footer a:active {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.footer a:hover {
	color: #CCC;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
.content, .content a:link, .content a:visited, .content a:active {
	color: #5A004A;
	padding: 12px 0px 12px 0px;
}
.content a:hover {
	color: #666666;
}
.navigation, .navigation a:link, .navigation a:visited, .navigation a:active {
	font-family: Garamond;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
.navigation a:hover {
	color:#CCCCCC;
}
.nav_item, #nav_item {
	padding: 10px 0px;
}
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imagethumb img {
	border: 1px solid #333333;
}
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #CCCCCC;
	background: #5A004A;
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #CCCCCC;
	background: #5A004A;
}
.imagethumb a:hover {
	border: 1px solid #CCCCCC;
	background: #8978A0;
}
.imagethumb {
	float: left;
}
.imagemain img {
	border: 1px solid #333333;
}
.imagemain {
	display: block;
	padding: 10px;
	margin: 6px;
	
	border: 1px solid #CCCCCC;
	background: #5A004A;
	line-height: 0px;
}
.imgnav, .imgnav a:link, .imgnav a:visited {
	font-family: Garamond;
	font-size: 14px;
	color: #5A004A;
}
.imgnav a:hover {
	font-family: Garamond;
	font-size: 14px;
	color: #666666;
}

/* Admin Toolbox
------------------------------ */
#admin {
	width: 98%;
	background: #013354;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align: left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 10px 10px 0px 10px;
}
#admin_data {
	width: 98%;
	background: #013354;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	text-align: left;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 0px 10px 0px 10px;
}
#admin a:link, #admin a:visited, #admin a:active, #admin a:hover, #admin a:focus {
	font-weight: bold;
}
#admin a:link, #admin a:visited, #admin a:active, #admin_data a:link, #admin_data a:visited, #admin_data a:active {
	color: #FFF;
	line-height: 200%;
}
#admin a:hover, #admin a:focus, #admin_data a:hover, #admin_data a:focus {
	color: #CCC;
}