body{
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	background: #FFF;
	text-align: center;
	color: #111;
	margin: 0;
	padding: 0;
	font-size: 92%;
	min-width: 1000px;
}
#container{
	padding: 10px 5px;
	margin: 0 30px;
	text-align: left;
	background: #FFF;
}
img{
	border: none;
}
#logo{
	border: none;
}
h1,h2,h3,h4{
	margin: 5px 0;
	color: #a02d00;
}
a{
	color: #a7410f;
	text-decoration: none;
	border-bottom: 1px solid #b7846a;
}

pre{
	padding: 5px;
	background: #f5f4f0;
	border: 1px solid #e5e4e0;
}

a:hover{
	color: #ec7e07;
}
.noborder{
	border: none;
	padding: 0;
	margin: 0;
}
input, textarea, select{
	font-family: inherit;
	border: 1px #111 inset;
	font-size: 90%;
	padding: 4px;
	margin: 2px;
}
input[type='submit'], input[type='button'], input[type='reset']{
	border-style: outset;
}
input:focus{
	border-color: #ff4800;
}

fieldset{
	border: 1px solid #666;
}

a.right{
	float: right;
}

.rss{
	border: none;
	text-decoration: none;
}

#header{
	height: 70px;
	margin: 10px 10px 0 10px;
	padding-bottom: 15px;
}
#header a{ border: none; }
#header #right{
	float: right;
	text-align: right;
	margin: 5px 5px 0 0;
}
#header #userbar a{
	background:  #fff;
	border: solid 1px #fff;
	-moz-border-radius: 5px;
	padding: 3px;
	margin: 3px;
	font-size: 90%;
}
#header #userbar a:hover{
	border: solid 1px #888;
	-moz-border-radius: 5px;
}
#header #userbar{
	padding: 0;
	margin: auto 0;
}
#navigation{
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
#navigation li{
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}
#navigation li a{
	display: block;
	border: none;
}
#navigation li a:hover{
	border-bottom-color: #b9695b;
	border-bottom: 2px solid;
}
#main{
	border-top: 1px solid #a39d93;
	margin: 1px 10px 0 10px;

}

.center{
	text-align: center;
}

#content{
	margin-right: 230px;
	padding: 20px 20px 20px 0;
}
#rightbar{
	width: 220px;
	position: absolute;
	right:45px;
	top:115px;
	color: #666;
	background: #f5f4f0;
	font-size: 92%;
}
#rightbar .section{
	padding: 10px 10px 15px 10px;
	margin: 0;
	font-size: 95%;
}
#rightbar .section.social{
	border-bottom-color: #babaa3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #fff197;
}
.pwad{
	text-align: center;
}
.pwad a{
	border: none;
}
.pwad table{
	margin: auto;
}
.section a{
	text-decoration: none;
	border: none;
	color: #bc6d4b;
	
}
#rightbar .section a:hover{
	text-decoration: underline;
}
#rightbar h3{
	color: #444;
}
#bottomad{
	display: block;
	text-align: center;
	clear: both;
}
#footer{
	clear: both;
	display: block;
	padding: 20px;
	font-size: 75%;
	margin-top: 20px;
	color: #444;
	text-align: left;
}
.submission{
	border-bottom: 1px solid #b3ada3;
	padding: 5px;
	margin-bottom: 5px;
}
.submission br.clear{
	clear: both;
}
.submission .thumb{
	float: left;
	margin-right: 10px;
	border: 2px solid #333;
}
.submission h3, p{
	margin: 1px;
}
.submission span{
	display: block;
	float: left;
	background:  #eee;
	border: solid 1px #888;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 3px;
	font-size: 90%;
}

.categories{ 
	list-style-type: none;
	padding: 0; 
	margin: 0;
}  .categories li a{ display: block; padding: 0 0 0 5px; text-decoration: none; color: #333; border-bottom: 1px solid #E8E8E8; }  .categories li a:hover{background: #E8E8E8;}  .categories #nav_article{border-left: 5px solid #8D4;}  .categories #nav_download{border-left: 5px solid #FC0;}  .categories #nav_fun{border-left: 5px solid #F68;}  .categories #nav_getting_started{border-left: 5px solid #FF2;}  .categories #nav_animation{border-left: 5px solid #3CF;}  .categories #nav_other{border-left: 5px solid #555;}  .categories #nav_retouching{border-left: 5px solid #F72;}  .categories #nav_script-fu{border-left: 5px solid #57D;}  .categories #nav_special_effects{border-left: 5px solid #AF0;}  .categories #nav_tips___tricks{border-left: 5px solid #E0F;}

.error{
	padding: 3px 5px;
	border: 2px solid #811;
	display: inline;
	margin-bottom: 5px;
	background: #fee;
	line-height: 180%;
}

.info{
	padding: 3px 5px;
	border: 2px solid #d0b001;
	display: inline;
	margin-bottom: 5px;
	background: #ffe168;
	line-height: 180%;
}

.success{
	padding: 3px 5px;
	border: 2px solid #378216;
	display: inline;
	margin-bottom: 5px;
	background: #aae877;
	line-height: 180%;
}

small.error, small.info, small.success{
	padding: 1px 4px;
	border-width: 1px;
}


.faq{
	list-style-type: none;
	width: 700px;
	padding: 0;
}
.faq li{
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}

#tabs_main {
	border: 1px solid #666;
	clear: both;
}

#tabs_contents {
	padding: 1.5em;
	background: #f8f7f2;
	min-height: 300px;
}

#tabs_header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs_header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs_header ul#primary li  {
	display: inline;
	list-style: none;
}

#tabs_header ul#primary a,#tabs_header ul#primary span,#tabs_header ul#primary a.current {
	-moz-border-radius: 5px 5px 0 0;
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#tabs_header ul#primary span,#tabs_header ul#primary a.current,#tabs_header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #f8f7f2;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabs_header ul#primary a {
	background: #e1ddd1;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabs_header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #FFF7CD;
	padding-bottom: 5px;
}

#tabs_header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs_header ul#secondary li a,#tabs_header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#tabs_header ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#tabs_header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#tabs_header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#tabs_header ul#secondary li:last-child a { border: none; }

.clear{
	clear: both;
}


.ta_button_bottom{
	margin: -2px -7px 0 2px;
	border-top: 0;
	padding: 2px;
	width: 5em;
}

.rightbox{
	float: right;
}

.rightbox .box{
	width: 240px;
	background: #f5f4f0;
	padding: 5px;
	margin-bottom: 10px;
}

.rightbox .box iframe{
	border: none;
	margin: 0;
	padding: 0;
	height: 450px !important;
	width: 250px;
}

table.self_submissions{
	width: 100%;
	
}

table.self_submissions td{
	margin: 2px;
	background: #fff;
	text-align: center;
	padding: 3px 5px;
	
}
table.self_submissions td.main{
	text-align: left;
	width: 100%;
}

table.self_submissions td.main h3{
	display: inline;
}
table.submission_info{
	width: 100%;
	font-size: 90%;
}
.submission_info td{
	width: 50%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 4px;
	text-align: right;
	color: #333;
}
.submission_info td.right{
	color: #000;
	width: 50%;
	border-right: 1px solid #ddd;
	text-align: left;
}

.rating{
	margin: 0;
	padding: 0;
	height: 18px;
	width: 80px;
	list-style-type: none;
	background: url('img/star.bw.png') repeat-x transparent;
}
.rating li{
	display: inline;
}
.rating a{
	outline: none;
	display:block;
	width:16px;
	height: 16px;
	text-decoration: none !important;
	border: none;
	text-indent: -9000px;
	z-index: 20;
	position: relative;
}
.rating a:hover{
	background: url('img/star.png') repeat-x transparent;
	z-index: 18;
}
.rating a.r2{top: -16px;left: 16px;}
.rating a.r2:hover{left: 0; width: 32px;}
.rating a.r3{top: -32px;left: 32px;}
.rating a.r3:hover{left: 0; width: 48px;}
.rating a.r4{top: -48px;left: 48px;}
.rating a.r4:hover{left: 0; width: 64px;}
.rating a.r5{top: -64px;left: 64px;}
.rating a.r5:hover{left: 0; width: 80px;}
.rating a span{
	/*display: none;*/
}
.commentsbox{
	width: 600px;
	padding: 20px;
	background: #f5f4f0;
	clear: both;
}
.comments{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.comments li{
	padding: 3px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.comments .postedby{
	color: #666;
}
.comments .postedby a{
	border: none;
}

.section_box{
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.categories{
	margin: 10px 0;
}

.categories a{
	padding: 5px;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #000;
	line-height: 220%;
}
.categories a:hover{
	text-decoration: underline;
}

.small_submissions_list{
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
}
.small_submissions_list li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.submissions_list{
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
}

.submissions_list li{
	padding: 10px;
	border-bottom: 1px solid #ddd;

}
.submissions_list li a{
	border: none;
}
.submissions_list li strong{
	color: #777;
}
.submissions_list li small strong a{ border: none; }

.submissions_list li.odd{
	background: #fbfaf7;
}

.submissions_list li p{
	font-size: 90%;
	line-height: 200%;
	clear: left;
	margin-left: 60px;
}

.pagebar{
	line-height: 210%;
}
.pagebar a{
	padding: 3px 5px;
	background: #f4f3ef;
	border-width: 1px;
	border-color: #ddd;
	color: #000;
}
.pagebar a:hover{
	background-color: #efeedf;
}

.pagebar a strong{
	color: #7a2d31;
	font-size: larger;
}

img.submission_image{
	padding: 3px;
	margin: 5px 3px;
	background: #ffe;
	border: 1px solid #886;
}

p{
	max-width: 45em;
	text-align: left;
	line-height: 170%;
	margin-bottom: 1em;
}

a.viewtut{
	display: block;
	font-weight: bold;
	font-size: 150%;
	border: 1px solid #134418;
	border-top-color: #91d39a;
	text-transform: uppercase;
	text-align: center;
	width: 400px;
	background-color: #57885c;
	color: #fffeff;
	margin: 15px 0;
	padding: 15px;
	border-left-color: #9fe0a1;
}
a.viewtut:hover{ 
	background-color: #446c49;
}
a.viewtut:active{ 
	background-color: #1e3521;
}