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

/* Main Layout
------------------------------ */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Garamond;
	font-size: 13px;
	color: 663333;
}
body,td,th {
	font-family: Garamond;
	font-size: 13px;
	color: #663333;
}
a:link {
	font-family: Garamond;
	font-size: 13px;
	color: #663333;
	text-decoration: none;
}
a:visited {
	font-family: Garamond;
	font-size: 13px;
	text-decoration: none;
	color: #663333;
}
a:hover {
	font-family: Garamond;
	font-size: 13px;
	text-decoration: none;
	color: #FF0066;
}
a:active {
	font-family: Garamond;
	font-size: 13px;
	text-decoration: none;
	color: #663333;
}
#description, .description {
	font-family: Garamond;
	color: #663333;
	font-size: 14px;
}
#footer, .footer {
	font-size: 85%;
	font-family: Garamond;
	font-size: 13px;
	color: #663333;
}
#about, .about {
	color: #FF0066;
	font-size: 16px;
	line-height: 22px;
	font-family: Garamond;
}
#title, .title {
	color: #FF0066;
	font-family: Garamond;
	font-size: 13px;
}
.more {
	display: inline;
}
.more, .more a:link, .more a:visited, .more a:active {
	color: #FF0066;
	font-family: Garamond;
	font-size: 13px;
}
.more a:hover {
	color: #663333;
	font-family: Garamond;
	font-size: 13px;
}
.navCurrent, .navCurrent a:link, .navCurrent a:visited, .navCurrent a:active {
	color: #FF0066;
	font-family: Garamond;
	font-size: 13px;
}
.navCurrent a:hover {
	color: #663333;
	font-family: Garamond;
	font-size: 13px;
}
.navCurrent {
	display: inline;
}
.imageCurrent, .imageCurrent a:link, .imageCurrent a:visited, .imageCurrent a:active {
	text-decoration: underline;
}
.imageCurrent a:hover {
	text-decoration: none;
}
.imageCurrent {
	display: inline;
}
#album_menu {
}
#album_menu_active, #album_menu_active a:link, #album_menu_active a:visited, #album_menu_active a:active {
	color: #FF0066;
	display: inline;
	font-family: Garamond;
	font-size: 13px;
}
#album_menu_active a:hover {
	color: #663333;
	display: inline;
	font-family: Garamond;
	font-size: 13px;
}

/* 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;
}