/* @override 
	http://dev.dyadcom.com/classicist-texas.org/trunk/css/screen.css
	http://www.classicist-texas.org/css/screen.css
	http://dev.dyadcom.com/_archive/classicist-texas.org/trunk/css/screen.css
*/

*{
	margin: 0px;
	padding: 0px;
}

body, html{
	background-image: url(../img/pattern.gif);
}

#container {
	display: block;
	width: 786px;
	margin: 35px auto 0;
	overflow: hidden;
}

#image{
	overflow: hidden;
	margin: 0px;
	height: 117px;
}


/* @group Home */

body#home #nav {
	display: block;
	width: 786px;
	height: 492px;
	background: url(../img/home.gif) no-repeat;
	position: relative;
	overflow: hidden;
}

body#home #nav ul{
	position: absolute;
	bottom: 63px;
	list-style-type: none;
	left: 60px;
}

body#home #nav ul li{
	float: left;
	line-height: 100%;
	margin-right: 10px;
	/*margin-right: 18px;*/
	color: #647d5a;
}

body#home #nav ul li a{
	display: block;
	text-decoration: none;
	color: #647d5a;
	text-transform: uppercase;
	font: 11px Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-right: 8px;
	/*padding-right: 18px;*/
}

body#home #nav ul li a:hover{
color: #000;
}

a#sponsors {
	display: block; 
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding-top: 13px;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

a#sponsors:hover{
	color: #000;
}

a{
	color: #d89033;
	text-decoration: none;
}

a:hover{
	color: #000;
}


/* @end */

/* @group Inside */

a#header {
	display: block;
	width:  786px;
	height: 160px;
	background-image: url(../img/top.gif);
	text-indent: -900px;
}

body#inside #nav {
	display: block;
	width: 786px;
	height: 23px;
	overflow: hidden;
	background-image: url(../img/nav.gif);
	padding-top: 10px;
}

body#inside #nav ul{
	display: block;
	/*margin-right: 0px;*/
	list-style-type: none;
	margin-left: 65px;
	/*margin-left: 65px;*/
}

body#inside #nav ul li{
	float: left;
	/*margin-right: 19px;*/
	color: #fff;
	line-height: 100%;
}

body#inside #nav ul li a{
display: inline;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

body#inside #nav ul li a:hover{
	color: #000;
}

#content {
	background-image: url(../img/background.gif);
	color: #505050;
	padding: 40px 65px 20px;
	text-decoration: none;
	overflow: hidden;
	font: normal 12px/12pt Georgia, "Times New Roman", Times, serif;
	display: block;
}

#content h1 {
	color: #647d5a;
	font-size: 23px;
	font-family: Trajan, Georgia, "Times New Roman", Times, serif;
	top: 0px;
	border-bottom: 1px #647d5a solid;
	padding-bottom: 7px;
	text-transform: lowercase;
}

.sIFR-flash{
	text-transform: lowercase;
}

#content h2 {
	color: #505050;
	font-size: 12px;
	font-style: bold;
	padding-top: 10px;
}

#content h3 {
	color: #d89033;
	font-size: 15px;
	font-style: bold;
	padding-top: 19px;
	line-height: 18px;
}

#content h4 {
	color: #505050;
	font-size: 12px;
	padding-top: 0px;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

.right{
	float: right;
	margin-bottom: 10px;
	margin-left: 11px;
	margin-top: 10px;
}

body#inside p {
	padding-top: 5px;
}

#footer {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 41px;
	background: url(../img/bottom.gif) no-repeat;
	margin-bottom: 50px;
	clear: both;
}
div.column{
	float: left;
	display: block;
	width: 50%;
	overflow: hidden;
}
.member{
	position: relative;
	padding-top: 10px;
}
.member div{
	position: absolute;
	bottom: 0;
	left: 85px;
}

.clr{
	clear: both;
}

a.site_credit{
	display: block;
	background: url(../img/dyad_credit.gif) no-repeat -155px 0;
	text-indent: -9000px;
	width: 15px;
}

.membersonly li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.membersonly li h2{
	margin: 0;
	padding: 0;
	font-size: 18px !important;
	text-transform: none;
}

.membersonly li h2 .filesize{
	font-style: italic;
	font-size: 11px;
	color: #a1a1a1;
}

.membersonly li h2 a{
	font-style: italic;
	font-size: 11px;
}

.membersonly li h2 a:visited{
	color: #d89033;
}

.downloaded{
	color: #a1a1a1;
}

a#secret{
	position: absolute;
	display: block;
	text-indent: -9000px;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	color: transparent;
}

/* @end */



