﻿/*----- Overall Settings -----*/
body{
	font-family: arial;
	color: #c0c0c0;
	margin: 0px;
	font-size: 12px;
	background: #050505 url(layout/testbg2.jpg) no-repeat 50% 0%;
	text-shadow: 0 0 1px black;
}
p{
	margin: 4px;
	text-indent: 30px;
	padding: 4px;
}
a img{border: 0px;}
a:link, a:visited{
	color: #ff8822;
	text-decoration: none;
}
a:hover, a:active{
	color: white;
	text-decoration: underline;
}
/*----- Main Layout Blocks -----*/
#header{
	position: relative;
	display: block;
	width: 1000px;
	height: 100px;
	margin: auto;
}
#body{
	display:block;
	width: 1000px;
	margin: auto;
}
#footer{
	display: block;
	width: 100%;
	padding-top: 8px;
	height: 132px;
	margin: 10px auto 0px;
	color: #c0c0c0;
	background-image: url(layout/footer2.jpg);
	background-repeat: repeat-x;
	background-position: 50% 100%;
}
/*----- Header Items -----*/
#nav{
	display: block;
	height: 34px;
	margin: auto;
	top: 60px;
	position: relative;
}
#nav a{
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	height: 34px;
}
#nav a:hover{background-position: 0px -34px;}
#nav a.img{background-image:url(layout/link_img.png); width:115px;}
#nav a.ani{background-image:url(layout/link_ani.png); width:170px;}
#nav a.tut{background-image:url(layout/link_tut.png); width:160px;}
#nav a.for{background-image:url(layout/link_for.png); width:125px;}
/*----- Body Items -----*/
#title{
	width: 998px;
	height: 30px;
	margin: auto;
	background-image: url(layout/title.png);
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
	text-shadow: -1px -1px #181818;
	text-indent: 10px;
	color: #e0e0e0;
}
#content{
	position: relative;
	display: block;
	width: 1000px;
	margin: auto;
	padding-top: 8px;
}
#text_col{
	background-image: url(layout/sidebg.png);
	padding: 5px;
	width: 675px;
}
#sidebar{
	display: block;
	width: 310px;
	margin-left: 5px;
	float: right;
}
.ad_box, .ad_box2{
	display: block;
	width: 300px;
	padding: 5px;
	margin-bottom: 5px;
	background-image: url(layout/sidebg.png);
	color: white;
	font-weight: bold;
	text-align: center;
}
.ad_box2 a{
	display: block;
	text-align: left;
	text-indent: 8px;
	color: #ffbb30;
	width: 100%;
	border-bottom: solid 1px #303030;
}
/*----- Tutorials -----*/
.tut_box, .tut_box2{
	display: block;
	width: 410px;
	float: left;
	margin-bottom: 5px;
}
.tut_box2{
	width: 260px;
	float: right;
}
.tut_box h4, .tut_box2 h4{
	display: block;
	width: 100%;
	height: 25px;
	color: #ffbb50;
	line-height: 25px;
	text-indent: 8px;
	margin: 0px;
	background-image: url(layout/minihead.png);
	background-repeat: repeat-x;
}
.tut_box a, .tut_box2 a{
	display: block;
	width: 100%;
	color: #d0d0d0;
	text-indent: 10px;
	border-bottom: solid 1px #282828;
}
.tut_box a:hover, .tut_box2 a:hover{
	text-decoration: none;
	background-color: #884400;
}
code{
	display: block;
	width: 75%;
	padding: 5px;
	font-size: 12px;
	border: solid 1px #ffbb50;
	background-color: #606060;
	color: #d0d0d0;
	margin: auto;
}
a.pdf:link, a.pdf:visited, a.down:link, a.down:visited, a.html:link, a.html:visited{
    display: block;
    width: 90px;
    height: 90px;
	position: relative;
	margin: auto;
    background-image: url(layout/pdf.png);
    background-repeat: no-repeat;
}
a.pdf:hover, a.pdf:active{
    background-position: 0px -90px;
}
a.down:link, a.down:visited{
	width: 75px;
	height: 75px;
    background-image: url(layout/download.png);
}
a.down:hover, a.down:active, a.html:hover, a.html:active{
    background-position: 0px -75px;
}
a.html:link, a.html:visited{
	width: 75px;
	height: 75px;
	background-image: url(layout/html.png);
}
/*----- Blog Stuff -----*/
.blog_list{
	display: block;
	width: 675px;
	padding: 5px;
	margin-left: -5px;
	border-bottom: solid 1px #080808;
	border-top: solid 1px #202020;
	background: url(layout/blog_title.png) repeat-x;
}
#blog_title{
	width: 675px;
	margin: -5px 0px 20px -5px;
	position: relative;
	padding: 5px 5px 15px 5px;
	background: url(layout/blog_title.png) repeat-x;
	border-bottom: solid 1px #505050;
}
.comms{
	display: block;
	width: 650px;
	padding: 5px;
	margin: 5px auto;
}
/*----- Forms -----*/
form{
	display: block;
	width: 90%;
	margin: 10px auto;
}
label{
	display: inline-block;
	width: 200px;
	text-align: right;
	vertical-align: top;
}
#success{
	background-color: #222222;
    border: solid 1px #cc6622;
	color: #eecc77;
    width: 450px;
    margin: auto;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}
#success ul{
	list-style-type: none;
}
/*----- Lists -----*/
ul{
	list-style: none;
}
/*----- Polls -----*/
#polls{
	width: 275px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: auto;
}
#polls label{
	text-align: left;
	width: 200px;
}
.pollbars{
	background-image: url(layout/pollbar.png);
	display: block;
	width: 250px;
	height: 20px;
	background-repeat: no-repeat;
	margin: 2px;
	font-size: 14px;
}
/*----- Sub Home Pages/Viewing Pages -----*/
#anim_latest{
	display: block;
	width: 680px;
	height: 130px;
}
#anim_main img{
	margin: 1px;
	max-width: 166px;
	height: auto;
}