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

/* Main Layout
------------------------------ */
body {
	font: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
.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 {
	width: 100%;
	padding: 0px 0px 30px 0px;
}
.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: #666;
}
.title {
	padding: 18px 10px 0px 10px;
	font-size: 15px;
	font-weight: bold;
}
.wrapper {
	width: 100%;
	height: 600px;
}
.wrapper-content {
	width: 100%;
	height: 100%;
	padding: 0 0 5px 0;
}
.content {
	width: 100%;
	background: url(images/background.png) repeat-y;
}
.content, .content a:link, .content a:visited, .content a:active {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content a:hover {
	color: #CCC;
}
.content_title {
	font-size: 13px;
	font-weight: bold;
	padding: 8px 5px 0 8px;
}
.content_text {
	line-height: 18px;
	padding: 0 5px 0 8px;
}
.content_top {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	background: url(images/bg_top.png) no-repeat;
}
.content_bottom {
	width: 100%;
	height: 10px;
	background: url(images/bg_bottom.png) no-repeat;
}
.content_left {
	width: 100%;
	height: 420px;
	margin: -9px 0 0 0;
	background-color: #FFF;
}
.content_right {
	width: 100%;
	height: 420px;
	margin: -9px 0 0 0;
	background-color: #911509;
}
.content_home {
	padding: 10px;
	background: url(images/bg_content.png);
}
.content_gallery {
	width: 100%;
	padding: 10px;
}
.content_album {
	padding-left: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(images/bg_content.png);
}
.content_image {
	padding-left: 10px;
	padding-right: 10px;
}
.navigation {
	width: 648px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Arial Narrow', sans-serif;
	line-height: 24px;
}
.navigation, .navigation a:link, .navigation a:visited, .navigation a:active {
	font-size: 15px;
	display: inline-block;
	text-align: center;
	color: #000;
}
.navigation a:hover {
	color:#999;
}
.nav_item, #nav_item {
	display: inline-block;
	padding: 0 8px 0 8px;
}
.wrapper-subnav_btn {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.subnav_btn {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(images/radio.png) no-repeat;
	margin: 0 5px 0 5px;
}
.subnav_btn:hover {
	background: url(images/radio_current.png) no-repeat;
	cursor: pointer;
}
.subnav_btn_current {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(images/radio_current.png) no-repeat;
	margin: 0 5px 0 5px;
}
.subnav_btn_current:hover {
	background: url(images/radio.png) no-repeat;
	cursor: pointer;
}


.subnav, #subnav {
	width: 648px;
	line-height: 32px;
	background: url(images/bg_subnav.png) center top no-repeat;
}
/*.wrapper-menu {
	position:relative;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin: -12px 0 0 0;
	*margin: 0;
}*/
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imagethumb img { }
.imagethumb a {
	display: block;
	margin: 4px;
	/*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 {
	width: 800px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.imgnav, .imgnav a:link, .imgnav a:visited {
	font-size: 14px;
	color: #FFF;
}
.imgnav a:hover {
	font-size: 14px;
	color: #CCC;
}
/*.break {
	height: 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #303A3C;
	margin: 0px 10px 0px 10px;
}*/

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













#yourContainer {
	height: 300px; /* REQUIRED FOR VERTICAL SCROLLING */
	width: 500px; /* REQUIRED FOR HORIZONTAL SCROLLING */
	overflow: hidden; /* DO NOT REMOVE */
	position: relative; /* DO NOT REMOVE */
}
#yourContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;	/* DO NOT REMOVE */
}
#yourContainer ul li {
	padding: 0;
	margin: 0;
}
