body {
	min-width: 900px;
	border: none;
	outline: none;
	text-shadow: #FFF 0px 1px 1px;
}

img {
	border: none;
	outline: none;
}

.mainsite {
	margin: 0;
	padding: 0;
	//font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-family: Georgia, Times New Roman, serif;
	background-color: #5a7b6c;
	background-image: url(http://www.muvers.org/templates/muvers/images/bodybg.png);
}



.mainsite #nav-container {
	
}

.nav-bar {
	z-index: 2;
	background-image: url(http://www.muvers.org/templates/muvers/images/nav-bg1.png);
	background-repeat: repeat-x;
	text-align: center;
	height:50px;
	position: relative;
	top: -17px;
	padding: 0;
	margin: 0;
	background-color: #d5ff9b;
}



.nav-bar li {
	display: inline;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
}

.nav-bar #user-stat {
	
}

.mainsite #nav-shadow {
	z-index: 2;
	position: relative;
	padding: 0;
	margin: 0;
	top: -17px;
	background-image: url(http://www.muvers.org/templates/muvers/images/nav-shadow.png);
	height: 24px;
	background-repeat: repeat-x;
	width: 100%;
}

.maincontent{
	//z-index: -2;
	position: relative;
	text-align: center;
	margin-top: -45px;
	padding: 0;
	padding-top: 20px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #EEEEE1;
	//outline: #555 solid 1px;
	background-image: url(http://www.muvers.org/templates/muvers/images/maincontentbg.png);
}

.maincontent #blogtitle {
	text-align: left;
	margin-left: 1em;
}

.maincontent #blogbody {
	text-align: left;
	margin-left: 0.5em;
}

.maincontent #news-listing {
}

.maincontent #news-listing p {
	margin: 0.5em;
}

.maincontent #news-listing img {
	float: left;
	margin-right: 0.5em;
	outline-color: #000;
	outline-width: 1px;
	outline-style: solid;
}

.maincontent #news-listing li {
	list-style-type:none;
}

.maincontent #recentnews {
	font-size: 14px;
}

.maincontent #picturedesc {
	margin-top: 2.5em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	text-align: left;
}

.maincontent #cleardiv {
	clear: both;
	text-align:center;
}

.maincontent #user-stat {
	//z-index: 1;
	position: absolute;
	top: 2em;
	right: 0;
	font-size: 12px;
	text-align: right;
	background-color: #CCC;
	margin-right: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	outline: #888 solid 1px;
	font-shadow:none;
}

.maincontent #gallymain {
	margin-left: 0.5em;
	margin-right: 1.5em;
	width:60%;
	height:75%;
	float: left;
	padding-bottom: 10px;
}

.maincontent #preview-gally {
	position: relative;
	background:#FFF url(http://www.muvers.org/templates/muvers/images/loading.gif) center center no-repeat;
}

.maincontent #preview-gally img {
	position:absolute;
	left: 15px;
	outline-color: #000;
	outline-width: 1px;
	outline-style: solid;
	margin-top: 0.25em;
	width: 95%;
}

.maincontent #dummyimg img {
	margin-top: 1em;
	margin-left: .5em;
	width: 97%;
	max-width: 1000px;
}

.maincontent #thumbwrapper {
	margin-top:10px;
	padding:5px 0;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	background:#DDD url(http://www.muvers.org/templates/muvers/images/maincontentbg.png);
	text-align: center;
}

.maincontent #thumbarea {
	position:relative;
	overflow:hidden;
	
}

.maincontent #thumbs {
	//position:absolute;
	list-style:none;
	margin-left:5px;
	height:100px;
	width:10000px;
	border-right:5px solid #FFF;
}

.maincontent #thumbs li {
	float:left;
	margin-right:5px;
	cursor:pointer;
}
.imgnav {
	//position:absolute; 
	height:375px; 
	width:20%; 
	z-index:100; 
	height:375px; 
	width:20%; 
	z-index:100; 
	outline:none; 
	cursor:pointer;
}

.imgnav #previmg {
	left:0; 
	background:url(http://www.muvers.org/templates/muvers/images/left.gif) left center no-repeat;
	border-left:5px solid #FFF;
}

.imgnav #previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}

.imgnav #nextimg {
	right:0; 
	background:url(http://www.muvers.org/templates/muvers/images/right.gif) right center no-repeat; 
	border-right:5px solid #FFF;
}

.imgnav #nextimg:hover {
	opacity:1; 
	filter:alpha(opacity=100);
}

.maincontent #legal {
	font-size: 10px;
}

.maincontent #news_comments {
	text-align: center;
}

.maincontent #news_comments ol {
	padding-left: 0px;
	text-align: center;
	margin-left:3em;
	margin-right:3em;
}

.maincontent #news_comments li {
	margin-right: 0px;
	padding-right: 0px;
	list-style:none;
	outline: groove 2px #ddd;
	margin-bottom: 0.5em;
	text-align: left;
}

.logincontent {
}

.logincontent input {
	text-align: left;
}

.logincontent p {
	text-align: center;
}