/* These styles are just for the test template. Make some better ones. And yes, I know it's messy ;-) */
*{
	margin:0px;
	padding:0px;
	border:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

img {
	border: none
}

ul{
	list-style-type: none;	
}

#main {
	width: auto;
	margin: 0px;
	margin-left: 286px;
	margin-right: 60px;
	text-align: left;
	position: relative;
}


#credit{
	visibility:hidden;	
}


#gallerytitle h2 {
	font-size: 11pt;
}

#gallerytitle span {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

#gallerytitle A:link,#gallerytitle A:visited {
	text-decoration: underline;
	color: #999;
}

.albumthumb img {
	border: 0px;
	float: left;
	margin-right: 10px;
}

.imagethumb img,.image img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.imagethumb{
	margin: 2px;	
}


.imagethumb a{
	display:block;
	position:relative;	
}


.image {
	margin: 0px;
	padding: 0px;
	float: left;
	border: 1px solid #a7a9ac;
}

.imageCon{
	margin: 0px;	
}
.imageTitleText{
	font-size: 12px;
	font-weight: 600;
	color: #666666;	
	text-align: left;
}

div.imageInformationCon div{
	font-size: 12px;
	font-weight: 400;
	color: #000;	
	text-align: left;		
}

div.imageInformationCon span{
	font-size: 11px;
	font-weight: 600;
	color: #666666;	
	text-align: left;			
}

.hiddenImageData{
	display:none;	
}

hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px;
}

.imgnav {
	margin-bottom: 4px;
	font-size: 15pt;
	font-weight: normal;
	color: #CCC;
	text-align: center;
}

.imgnav a {
	display: block;
	height: 1em;
	width: 46%;
	padding: 2%;
	color: #999 !important;
	background-color: #fbfbfb;
}

.imgnav a.prev {
	float: left;
}

.imgnav a.next {
	float: right;
}

.imgnav a:hover,.imagenav a:active {
	background-color: #eee;
	color: #F60 !important;
	text-decoration: none !important;
}

#images {
	margin: 5px 0px 10px;
	clear: both;
}

#albums {
	clear: both;
	margin: 5px 0px 10px;
	padding: 0px;
}

.pagenav {
	margin: 0px 10px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	/* clear: both; */
	display:inline;
}

.pagenav A:link,.pagenav A:visited {
	color: #fff;
	text-decoration: none;
}

.disabled_nav {
	visibility: hidden;
}

.disabledlink {
	color: #ccc;
	cursor: default;
}

.albumtitle H3 {
	margin: 0px;
	padding: 0px;
}

A:link,A:visited {
	text-decoration: none;
	color: #3366CC;
}

A:hover,A:active,#gallerytitle A:hover,#gallerytitle A:active,.pagenav A:hover,.pagenav A:active
	{
	text-decoration: underline;
	color: #FF6600;
	background-color: #FFFCF4;
}

UL.pagelist {
	padding: 0px;
	margin: 5px 0px 5px;
	list-style-type: none;
	height: 2em;
}

UL.pagelist LI {
	display: inline;
	font-weight: bold;
}

UL.pagelist LI A,UL.pagelist LI span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	background-color: #FFF6EC;
	text-decoration: none;
	color: #555;
}

UL.pagelist LI span.disabledlink {
	background-color: #fff;
	color: #ddd;
	cursor: default;
}

UL.pagelist LI A:hover {
	background-color: #FFCC99;
	color: black;
}

UL.pagelist LI.current A {
	background-color: #FF6600;
	color: #FFF;
	cursor: default;
}

#comments {
	border: 2px solid #ccc;
	padding: 15px 20px;
	margin: 15px 0px;
	width: auto;
	display: block;
	clear: both;
	padding-top: 10px;
	background-color: #eee;
}

.comment {
	margin: 15px 0px;
	padding: 10px 10px;
	border: 1px solid #999;
	background-color: #f8f8f8;
}

.commentcount {
	font-weight: normal;
	font-size: 11pt;
	margin-top: 10px;
	background-color: #ccc;
	padding-left: .5em;
}

.commentmeta {
	color: #999;
}

.commentauthor {
	font-weight: bold;
}

.commentbody {
	margin: 5px 0px;
	line-height: 1.3em;
}

#commentform td,.commentform label{
	font-size: 12px;
}
#commentform INPUT {
	margin-top: 4px;
	border: none;
}

#commentform TEXTAREA {
	margin-top: 4px;
	font-family: Arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	border: 1px inset #333;
	width: 400px;
	height: 150px;
}

.error {
	color: #C33;
	font-weight: bold;
}

#admin,#admin_data {
	position: fixed;
	_position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	background: #fff;
	width: 120px;
}

#admin_data {
	top: 15px;
}

#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	border-bottom: 1px dashed #E6E6DF;
	margin: 0;
	padding: 0;
}

#search {
	position: relative;
	top: 34px;
	width: 188px;
	margin-left:60px;
}

#search_form{
	position:relative;
	height: 24px;
}	

#search #search_input {
	width: 112px;
	border: 1px solid black;
	height: 18px;
	font-size:	11px;
	color: #333;
	position:absolute;
	top:1px;
	left: 0px;
}

#search #search_submit{;
	font-weight: bold;
	font-size:	12px;
	color: #fff;
	position:absolute;
	top:0px;
	right: 0px;
	background-color: DimGray;
	height: 20px;
	width: 72px;	
	color: #fff;
	border: none;
	cursor: hand;
}

#search #search_arrows{
	display: inline;	
}

#search ul {
	position: absolute;
	margin-top: 0px;
	text-align: left;
}

#search ul .item {
	display: none;
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 1px;
}

#search ul:hover .item a {
	color: #000;
	text-decoration: none;
}

#search ul:hover .item a:hover {
	color: #999;
}

#search ul {
	width: 20px;
	float: left;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#search li {
	width: 150px;
}

.clear {
	clear: both;
	height: 10px;
}

#map {
	margin-top: 25px;
}

#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

#fullsize_download_link {
	font-size: 8pt;
	text-align: right;
	float: right;
}

#meta_link {
	font-size: 8pt;
	text-align: left;
	float: left;
}

#image_data {
	margin-bottom: 15px;
}

/* Archive View  */
#archive {
	width: 300px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

ul.archive * {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.archive .year {
	margin-top: 10px;
	text-align: center;
	color: #FF6600;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 18px;
}

ul.archive .month {
	font-size: 14px;
	list-style: none;
	border-top: 2px solid #E6E6DF;
	padding-top: 5px;
}

/* Tag Cloud */
#tag_cloud {
	text-align: center;
	background: #eee;
	margin-bottom: 15px;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	color: #FF6600;
	padding: 10px 0;
	margin: 20px 0;
	background: #fff;
	border-top: 3px solid #E6E6DF;
	border-bottom: 3px solid #E6E6DF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/* Tags */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(tag.png) no-repeat left center;
	list-style-type: none;
	line-height: 18px;
	padding-left: 18px;
	float: left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

.rating {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}

.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}





#registerForm,#uploadForm,#loginPopUpDiv{
	position: relative;
	width:610px;
}

#registerForm form input,select,textarea{
	display: block;
	position: relative;
	border: 1px solid #000;
	border-style: solid;
	height: 20px;
}
#uploadForm form input,select,textarea{
	display: block;
	position: relative;
	border: 1px solid #000;
	border-style: solid;
	height: 20px;
}
#loginPopUpDiv form input,select,textarea{
	display: block;
	position: relative;
	border: 1px solid #000;
	border-style: solid;
	height: 20px;
}


#registerForm form label{
	color:DimGray;
	font-weight:600;
}
#uploadForm form label{
	color:DimGray;
	font-weight:600;
}
#loginPopUpDiv form label{
	color:DimGray;
	font-weight:600;
}
	
#registerForm form label.required_bullet{
	background-image: url('req_bullet.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}
#uploadForm form label.required_bullet{
	background-image: url('req_bullet.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}
#loginPopUpDiv form label.required_bullet{
	background-image: url('req_bullet.png');
	background-repeat: no-repeat;
	padding-left: 12px;
}
#loginPopUpDiv input[type=hidden]{
	display: none;
	border: none;	
}

.tsFormButton{
	background-color: DimGray;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	text-align: center;
	float: left;
	margin-right: 8px;
	border:1px solid #ccc;
	cursor: pointer;
}

div.fileinputs {
	position: relative;
	width: 60%;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}
div.fakefile input{
	width:80%;	
	position: absolute;
}

input.file.hidden {
	position: absolute;
	right: 0px;
	height: 20px;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index:100;
	width: 100%;
	cursor:pointer;
}

#uploadForm form input.file_browse_button{	
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	width: 70px;
	margin:0px;
}	



.messagebox {
	background-color:#B1F7B6;
	border-color:#009966;
	border-style:solid;
	border-width:1px 1px 5px;
	font-size:100%;
	margin-bottom:10px;
	padding:20px;
}
.messagebox h2{
	color:#000;
	font-size:100%;
	font-weight:bold;
	margin:0;
}


#ts_image_rating_con{
	position:absolute;
	top: -16px;
	right: 30px;	
}

div.no_results{
	height: 400px;
	position:relative;
}

div.adminImageControls{
	position:relative;
	background-color: red;
	color: #fff;
	font-weight: bold;
}

p.imageDescription{
	font-size: 12px;
	font-weight: 500;
	color: #666666;	
	text-align: left;
	margin: 10px auto;
	padding: 10px;
	background-color: #eee;
}

p.h3{
	border-bottom: 1px dotted dimgray;	
}
