/*          CSS by Mario Cecchi              */
/*           http://meriw.com                */

body {
	background: #000 url('temp.jpg') no-repeat top;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #111;
}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 350px;
	position: relative;
}

#menu {
	position: absolute;
	top: 250px;
	right: 30px;
	color: #333;
	font-size: 10px;
	text-align: right;
}

#menu a, #menu a:link, #menu a:visited { color: #999; text-shadow: #000 1px 1px 0; font-weight: bold; }
#menu a:hover { color: #fff; }
#menu table {
	margin-top: 15px;
}

#ad {
	margin: 0 0 15px 0;
}

table {
	font-size: 10px;
}

h1 {
	font-weight: normal;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
	line-height : 8px;
	color: #718EA5;
	margin: 2px;
}

h2 {
	font-family: "Trebuchet MS", Arial;
	background-repeat : no-repeat;
	text-transform: capitalize;
	background-position : left;
	padding-left : 10pt;
	font-size: 16px;
	text-shadow: #000 1px 1px 0;
	margin: 0px;
}

h3 {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin: 2px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

ul {
	margin-left: 5px;
	padding: 0px;
}

li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.textinput, input, textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 100%;
	border: 1px solid #D1D7DC;
	background: #efeded;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.listbox {
	font-family: "Trebuchet MS", Arial;
	font-size: 100%;
	border: 1px solid #D1D7DC;
	vertical-align : middle;
}

.button {
	background: #1e1e1e repeat-x;
	color: #FFF;
    text-shadow: #444 1px 1px 0;
	font-weight: bold;
	padding: 8px;
	border: 0px;
}

.button:hover {
	cursor: pointer;
    text-shadow: #666 0 0 1px;
}

.comment_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #CCD7E0;
	background-position : bottom;
	padding-left: 3px;
	padding-right: 3px;
}

.radio {
	font-family: "Trebuchet MS", Arial;
	font-size: 100%;
	vertical-align : middle;
}

.checkbox {
	font-family: "Trebuchet MS", Arial;
	font-size: 100%;
	vertical-align : middle;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.maintable {
	background: #ccc;
	border: 1px solid #ccc;
	padding: 2px;
	 -moz-border-radius:  5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5x;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tableh1 {
	background: #1e1e1e;
	color: #FFF;
    text-shadow: #666 0 0 1px;
	font-weight: bold;
	padding: 8px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tableh1_compact {
	font-family:Trebuchet MS;
	background-: #ccc;
	color: #666;
    text-shadow: #f7eef1 1px 1px 0;
	padding: 5px;
	text-align:center;
}

.tableh2 {
	font-family: Trebuchet MS;
	background: #999;
	color: #000;
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tableh2_compact {
	font-family: Trebuchet MS;
	background: #f0f0f0;
	color: #333;
	padding: 5px;
}

.tableb {
	background: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tableb_compact {
	background: #FFF;
	padding: 4px;
}

.tablef {
	font-family:Trebuchet MS;
	background-color : #FFF;
	color: #181818;
	padding: 7px;
}

.catrow_noalb, .catrow {
	background: #f0f0f0;
	color : #555;
	padding: 3px;
}

.catrow_noalb a, .catrow a {
	color : #f0f0f0;
	padding-left: 0px;
}

.catrow_noalb a:hover, .catrow a:hover {
	color : #000;
	padding-left: 0px;
}

.album_stat {
	font-size : 9px;
	margin: 5px 0px;
}

.thumb_filename {
	font-size: 9px;
	display: block;
}

.thumb_title {
	font-weight : bold;
	font-size: 10px;
	color: #000;
	padding: 2px;
	display : block;
}

.thumb_caption {
	font-size: 9px;
	text-transform: uppercase;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	display: block;
}

.thumb_caption a {
	text-decoration: underline;
	color: #000;
}

.thumb_num_comments {
	font-weight: normal;
	font-size: 9px;
	color: #4e4e4e;
	padding: 2px;
	font-style : none;
	display : block;
}

.user_thumb_infobox {
	margin-top: 1px;
	margin-bottom: 1px;
}

.user_thumb_infobox th {
	font-weight : bold;
	font-size: 9px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align : center;
}

.user_thumb_infobox td {
	font-size: 9px;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align : center;
}

.user_thumb_infobox a {
	text-decoration: none;
	color: #000;
}

.user_thumb_infobox a:hover {
	color: #000;
	text-decoration: underline;
}

.sortorder_cell {
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
	margin: 0px;
}

.sortorder_options {
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 7px;
	white-space: nowrap;
}

.navmenu {
	font-family: Trebuchet MS;
	background : #e1e1e1;
	color: #666;
    text-shadow: #fff 1px 1px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	border-style: none;
}

.navmenu img {
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
}

.navmenu a {
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	color: #000;
}

.admin_menu_thumb {
	border: 1px solid #dfdfdf;
	background-color: #FFF;
	background-position : bottom;
	color: #000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 85px;
}

.admin_menu_thumb a {
	color: #000;
	text-decoration: none;
	display: block;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.admin_menu_thumb a:hover {
	color: #000;
	text-decoration: underline;
}

.admin_menu {
	background: #1e1e1e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.admin_menu a {	display: block; color: #fff; }


.comment_date {
	color : #5F5F5F;
	font-size: 9px;
	vertical-align : middle;
}

a .image {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 2px;
	 -moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

a .image:hover {
	background: #1e1e1e;
	border: 1px solid #1e1e1e;
}

.display_media {
	background: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.thumbnails {
	background: #f0f0f0;
	padding: 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.footer {
	font-size : 9px;
	color: #999;
}

.footer a {
	text-decoration: none;
	color: #ccc;
}

.statlink {
	color: #FFF;
}

.statlink a {
	text-decoration: none;
	color: #FFF;
}

.statlink a:hover {
	color: #FFF;
	text-decoration: underline;
}

.alblink a {
	text-decoration: none;
	color: #fff;
	padding-left: 3px;
	text-shadow: #999 1px 1px 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.alblink a:hover {
	text-decoration: underline;
}

.catlink {
	display: block;
	margin-bottom: 2px;
}

.catlink a {
	padding: 8px;
	text-decoration: none;
	color: #111;
}

.catlink a:hover {
	padding: 8px;
	color: #000;
}

.topmenu {
	font-family: "Trebuchet MS", Arial;
	line-height : 100%;
	font-size : 110%;
}

.topmenu a {
	color : #0033CC;
	text-decoration : none;
}

.topmenu a:hover {
	color : #0033CC;
	text-decoration : underline;
}

.img_caption_table {
	border: none;
	background-color: #FFF;
	width : 100%;
	margin : 0px;
}

.img_caption_table th {
	background: #D1D7DC;
	font-size : 100%;
	color : #000;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top : 1px solid #FFF;
}

.img_caption_table td {
	background: #F5F5F5;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top : 1px solid #FFF;
	white-space: normal;
}

.debug_text {
	border: #BDBEBD;
	background-color: #EFEFEF;
	width : 100%;
	margin : 0px;
}

.clickable_option {
	cursor : default;
}

.listbox_lang {
	color: #3F3F3F;
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align : middle;
}

.tableb_compact .admin_menu {
	background: transparent;
	padding: 0 5px 0 0;
	border: 0;
}

.tableb_compact .admin_menu a { color: #000; }