/* beta - a free web template by spyka webmaster
   http://www.spyka.net
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
background-color:#F7F7F7;
	margin:0 auto;
	font-size:1.0em;
	color:#414141;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
ul.editnav li input:last-child {
	margin-bottom: 10px;
}

a:active, a:focus {
   outline:  none;
   ie-dummy: expression(this.hideFocus=true);
}

/* headers */


/* paragraphs */


/* links */
a {
	color:#fff;
	text-decoration:none;
	font-size:12px;

}
a:hover {
	color: #CCC;
}
#footer a {
	color:#fff;
	text-decoration:none;
	border:none;
	padding:4px;
}
#footer a:hover {
	border:none;
}

div#sidebar ul li a { 
	color:#5580B4;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.9em;
	border:none;
	padding:5px;
}
div#sidebar ul li a:hover {
	background-color:#5580B4;
	color:#ffffff;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#fff;
	width:1012px;
	padding:1px 1px 0 1px;
	margin:0px auto 0 auto;
	border:0px solid #6a3720;
	display:block;


}
div#header {
    position:relative;
	background-image:url('images/header.png');
	background-repeat:repeat-x;
	background-position:center center;
	height:35px;
	padding:2px;
	
}
div#header li{
	float:right;
	list-style:none;
	padding:5px 15px 0 15px;
}
div#header a {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#header a:hover{
	color:#efb545;
	text-decoration:underline;
}


div#nav {
    position:relative;
	background-image:url('images/nav.png');
	background-repeat:repeat-x;
	height:30px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;

}
div#nav ul {
    width:1015px;
    position:relative;
    margin:0 auto;
	padding:0;
	list-style:none;

}
div#nav ul li {
  
	float:left;
}
div#nav ul li a {

	border:none;
	padding:6px 15px 0 15px;
	height:24px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
	color:#fff;
	text-decoration:none;
	display:block;
	border-right:1px solid #fff;
}
div#nav ul li a:hover {
	color:#414141;
	background-color:#fff;
	opacity:1;
}
a.selected {
	color:#ffffff;
	background-color:#6b6a40;
}

div#nav form input.button {
	padding:3px;
}

/* content */
div#content {
	padding:10px 0px 0 10px;
	padding-bottom: 20px;
	float:left;
	width:720px; display:block;
}
div#page {
	width:100%;
	float:left;
}
div#page ul li {
	margin-top: 5px;
}
div#sidebar {
	width:28%;
	float:right;
}
div#sidebar p {
	padding:3px 5px;
	color:#cccccc;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
#footer {
	padding:15px 5px;
	background-color:#724f36;
	color:#ffffff;
	font-weight:bold;
	background-image:url('images/footer.png');
	background-repeat:repeat-x;
}
#footer p {
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}
.clear {
	clear:both;
}
.sb{
	padding:3px;
	margin-top:5px;
	margin-left:100px;
}
.logout{
	color:#CC0000;
	font-weight:bold;
}
#redactor{
	background:#F8F8F8;
	color:#333;
	
}
#redactor td{
	border:1px solid #eee;
}
#redactor tr td a{
	color: red;
}
img{
	border:none;
}
#editpost span{
	font-size:13px;
	margin-right:5px;
}
#addpost{
	background:#36F;
	margin-bottom:5px;

}
#addpost span{
		font-weight:bold;
		font-size:14px;
		color:#fff;
}
/*iframe*/
#upload_frame {
	border:0px;
	height:40px;
	width:400px;
	display:none;
}

#progress_container {
	width: 300px; 
	height: 30px; 
	border: 1px solid #CCCCCC; 
	background-color:#EBEBEB;
	display: block; 
	margin:5px 0px -15px 0px;
}

#progress_bar {
	position: relative; 
	height: 30px; 
	background-color: #F3631C; 
	width: 0%; 
	z-index:10; 
}

#progress_completed {
	font-size:16px; 
	z-index:40; 
	line-height:30px; 
	padding-left:4px; 
	color:#FFFFFF;
}
.pstrnav {
	padding: 0px 10px 20px 0px;
	color:#ccc;
	font-size:12px;
	margin-top:10px;
}

.pstrnav a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:13px;color:#fff; text-decoration:underline;
}
.viplogo{
	height:80px;
}


#post{float:left; margin-left:10px; margin-bottom:15px; border-top:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}

#post2{
	width:330px;
	height:170px;
	display:block;
	padding:2px;

}
#post2 img{
	margin:3px;
}
#post2 {
		font-size:12px;
		
}
#post2 a{
	font-size:12px;
	color:#C00;
}
#post2 a:hover{
		color:#efb545;
	text-decoration:underline;
}

#ind{
	margin-top:15%;

}
#ind span{
	font-size:15px;
	color:#fff;
}
ul.thumb {list-style: none;margin: 0; padding: 10px;width:600px;}
ul.thumb li {margin: 0; padding: 5px;float: left;position: relative;width: 180px;height: 200px;}
ul.thumb li img {width: 170px; height: 190px;border: 1px solid #ddd;padding: 5px;background: #f0f0f0;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; }
ul.thumb li img.hover {margin-top:15px;background:url(thumb_bg.png) no-repeat center center;border: none;}
.title{position:absolute;width:215px;height:35px;margin:0;font-weight:900;background:url(images/tit.png) no-repeat center center;padding:17px 0 0 0;text-align:center; color: #fff; }

#inhead{
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	background-position:left;
	height:96px;
	border-bottom:1px solid #666;
	font-size:15px;
	color:#fff;
	font-weight:900;
	
}
#authors ul{
	margin-left:0px;
	height:880px;
	overflow:scroll;
	width:250px;

	
	
}
#authors ul li{
	list-style-type:none;
    text-align:left;
	font-size:13px;
	padding:5px 3px 5px 3px;
	background-color:#f7f7f7;
	border-bottom:1px dotted #6a3720;
}
#authors ul li a{
	color:#6a3720;
	font-size:13px;
	margin-left:10px;
	font-weight:699;
	
}
#authors ul li a:hover{
	text-decoration:underline;
}
#authors{
		border:1px solid #6a3720;
		background-color:#f7f7f7;
}
#authors div{
    background-image:url('images/author.png');
	background-repeat:no-repeat;
	padding:5px;
	font-weight:bold;
	border-bottom:2px solid #6a3720;
	height:23px;
}

#search p{
    position:relative;
	margin-top:-26px;
	top:30px;
	margin-left:5px;
	z-index:99;
	width:250px;
}
#search input{
	height:20px;
}
#search .searchsub{
	cursor:pointer;
	background-image:url(images/search.png);
	background-color:#864b2d;
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	height:20px;
	border:0px;
}
.search{
	width:200px;
}
.pstrnav1 {
	padding: 0px 10px 20px 0px;
	color:#874d2d;
	font-size:12px;
	margin-top:10px;
	margin-left:15px;
}

.pstrnav1 a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:13px;color:#874d2d; text-decoration:underline;
}
#ptext{
	font-size:12px;
	width:635px;
	display:block;
}
#mtitle{
	color:#C90;
	font-weight:900;
	font-size:15px;
}
#other{
	width:350px;
	display:block;
    float:left;
	border:0px solid #000;
	margin-right:10px;
	margin-bottom:15px;
	margin-top:5px;
}
#other p{
	color:#999;
    font-size:12px;

}
#other a{
	color:#6a3720;
	font-weight:800;
}
#other a:hover{
	text-decoration:underline;
}
#other img{
	padding:2px;
	border:1px solid #6a3720;
		margin-right:8px;
}
/*#video{
	margin-top:5px;
	margin-bottom:2px;
	background-image:url("images/video.png");
	background-repeat:no-repeat;
	width:700px;
	height:435px;
}
#video object{
	margin-left:70px;
	margin-top:50px;
}*/
