/* 
	simple template - no styles
*/

body, html{
	margin:0; padding:0;
	width:100%; height:100%;
	background-color:#B1C9A8;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:12px;
	min-width:1000px;
}

a:link, a:visited{
	text-decoration:none;
	color:#006747;
}
h3, h4{
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:2px;
}
h2{
	position:relative;	
	margin:0;
	height:auto;
	font-size:13px;
	font-weight:normal;
	line-height:17px;	
}

.beta{
	background-color:#EEE;
	padding:0 0 10px 0;
}
.beta em{
	font-style:normal;
	font-size:16px;
	padding:5px;
	font-weight:bold;
	background-color:#990000;	
	color:#FFF;	
}
.beta p{
	margin:10px;
}

.standout{
	padding:8px 0;
	border:1px solid #CCC;
	border-width:1px 0 0 0;
	
}
.nobold{
	font-weight:normal;
}

#page{
  	margin:1% auto; width:98%; 
	background-color:#FFF;
	overflow:hidden;
}

#left{
	position:relative;
	margin:1% 0 1% 1%; padding:0;
	width:76%; 
	float:left;
	
}
#tooltip{
	position:absolute;
	border:1px solid #CCC;
	width:200px; height:auto;
	padding:10px;
	background-color:#FFF;
	font-size:11px;
}

#logo{
	display:block; 
	width:100%;
	height:150px;
	background:url('../images/logo.gif') bottom right no-repeat;
	position:relative;
}

.menu a:link,
.menu a:visited{
	display:block;
	text-transform:uppercase;
	margin:3px 22px 5px 0;
	float:left;
	font-size:13px;
	letter-spacing:2px;
}

.submenu{

	position:relative;
	float:right;
	margin:0 10px 10px 10px;
	background-color:#EEE;
	width:25%;
}

.submenu a{
	display:block;
	margin:6px 15px;
}

.submenu a.current{

	text-decoration:underline;
}

#content{
	position:relative;	
	clear:both;
	padding:10px 0;
	margin:1%;
}
#content p{
	font-size:11px;
	line-height:16px;
}



#right{
	position:relative;
	margin:1% 1% 1% 0; padding:0;
	width:21%;  overflow:hidden;
	float:right;
	font-size:11px;
	line-height:16px;	
}

.bar{
	position:relative;
	display:block;
	width:100%;
	height:46px;
	margin-bottom:-20px;
	background:url('../images/bar_left.png') top left no-repeat;
}

.bar em{
	display:block;
	height:46px;
	font-style:normal;
	color:#FFF;
	font-weight:bold;
	line-height:26px;
	background:url('../images/bar_right.png') top right no-repeat;
}

#default{
	margin:20px;

}

#logo h1 { display:none; }

.menu{ position:relative; margin:0 0 0 1%; }
.menu h3{
	display:inline;
}



h1{
	font-size:17px;
}

.homeleft{
	position:relative;
	clear:both;
	width:40%;
	float:left;
	margin:10px 0;

}

.homeright{
	position:relative;
	width:59%;
	float:left;
	margin:10px 0 0 1%;
	background-color:#EEE;
}



/*map options*/
.markerwin p{
	margin:5px 0 0 45px;
}


/*submissions*/
.half{
	position:relative;
	float:left;
	width:47%;
	margin:1%;
	padding:0;
}
#photolist p, #videolist p{
	font-size:11px;
	line-height:13px;
}

#photolist img, #videolist img{
	border:1px solid #222;
}

.mediabtn:link, .mediabtn:visited{
position:relative;
	display:block; 
	float:right; 
	margin:5px; padding:5px; 
	background-color:#006600; 
	color:#FFF;
}

.thumbnail{
	width:55px;
	height:55px;
	margin:5px;			
}

.photoedit{
  clear:both;
	padding:10px;
}
.photoedit .even{
	background:transparent;
}

.photoedit .odd{
	background-color:#CCC;
}

.photoedit .image{
position:relative;
	display:block;
	width:200px;
	float:left;
}

.photoedit .info{
position:relative;
	display:block;
	float:left;
}


/* map markers */

.markerphotos img{
	width:50px; height:50px;
	margin:0 5px 5px 0;
}

.markerwin p{
	margin:7px 0;
}

.markerwin .icon{
	float:left;
	margin:0 10px 0 0;
}
.markerwin h1{
	margin:2px 0 5px 5px;
	font-size:18px;
	font-weight:bold;
}

/* footer */
.footer{

	
}

.menu h3{ display:inline; }
.menu a:link, .menu a:visited{
 	display:inline;
}

.submission{
	position:relative;
	clear:both;
	padding:10px;
	width:100%;
	border:1px solid #CCC;
	border-width:1px 0 0 0;
}
#recents .submission{
	border:0;
	padding:5px 0;
	margin:0 0 10px 0;
	clear:both;
}
.submission a:link,
.submission a:visited{
	display:block;
	margin:0 20px 0 0;
	font-size:13px;
	font-weight:bold;
	float:none;	
}
#recents .submission a{ font-size:12px; }
#recents .submission a.name{ display:inline; font-weight:normal; }
.submission .links{
	display:block;
	position:relative;
	float:right;
	text-align:right;
	font-size:12px;
	margin:0 5px; padding:0;
	width:25%;
}
.submission .info{
	position:relative;
	display:block;
	font-size:10px;
	float:left;
	margin:0;
}
#recents .submission .info{
	width:75%;
}
.submissions span{
	display:block;
	font-size:10px;
}
.submission img{
	position:relative;
	float:left;
	margin:0 10px 0 0;
}

.witness .edit{
	background-color:#FFF;
	padding:10px;
}
.witness .icon{
	position:relative;
	float:left;
	margin:0 10px 0 0;
}
.witness .date{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#options{
	padding:10px;
	
}

.odd{
	background-color:#FFF;
}

/* media enlargement styles */
.photomatte{
		display:none; 
		position:absolute;
		top:0; left:0; 
		width:100%; height:100%; 
		z-index:6000; 
		background-color:#000;
}
.photomatte span{
		position:absolute; top:370px;
	 	width:100%;		
		text-align:center;
		color:#FFF;
		letter-spacing:15px;
}

/* notifications */
.error{
	color:#FFF;
	background-color:#CC0000;
	padding:10px;
}

.notify{
	color:#222;
	padding:10px 0;
	font-weight:bold;
	background-color:#FFF;
}


/*   forms   */
.indent{
	position:relative;
	margin:0 0 15px 120px;
}
label{
	display:block;
	width:120px;
	float:left;
	font-size:11px;
}

input, textarea{
	float:left; margin:2px 6px 10px 0;
	padding:2px; font-size:13px;
	border-top:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	width:300px;
}
textarea{ width:300px; font-size:12px; line-height:16px; font-family:"Lucida Grande",Verdana,Sans-serif; }

.fieldwrap{
	clear:both;
}

.textareawrap{
	clear:both;
}


.checkboxwrap{
	clear:both;
	margin:5px 0 5px 120px;
}
.checkboxwrap input, .checkboxwrap label, .radiowrap input, .radiowrap label{
	width:auto; font-size:12px;
	cursor:pointer;
}
.category-select img{
	margin:0 0 -20px 0;
}
.category-select{
	position:relative;
	width:120px; height:110px;
	float:left;
	margin:10px;
	text-align:center;
}
.category-select label{
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
}
.category-select input{ width:13px; margin:5px 45px; }

.submit { clear:both; margin:0 0 0 15px; }
.submit input, .button input{ 
	width:auto;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC; 
}



input.submit{
	float:left; width:auto; clear:none;
	font-size:13px;
	border-bottom:1px solid #222;
	border-right:1px solid #222;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0;
}
.disabled{
	color:#888;
}

.clear{
	clear:both; 
	margin:0; padding:0;
	width:0; height:0;
}