/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	width:100%;
	min-width: 800px;
	max-width: 2560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ddd;
	line-height: 1.166;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #090909; 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: right center;
}

a img {border:none;}

a span {border:none;}

p {
	text-indent: 3em;
	margin-top: 2px;
	margin-left: -1px;
	margin-bottom: -2px;
	padding: 3px 10px 3px 10px;
}

a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 120%;
	color: #ddd;
}

h2{
 font-size: 114%;
	color: #ddd;
 text-decoration: none;
}

h3{
 font-size: 100%;
	color: #ddd;
}

h4{
 font-size: 100%;
 font-weight: normal;
	color: #ddd;
}

h5{
 font-size: 100%;
	color: #ddd;
}

ul{list-style-type: square;}
ul ul{list-style-type: disc;}
ul ul ul{list-style-type: none;}

label{
 font: bold 100% Arial,sans-serif;
	color: #fff;
}

button{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button a:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

button a:link, button a:visited{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton a:hover{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.bbutton a:link, button a:visited{
	padding: 0px 4px 0px 2px;
	margin: 0px -3px 0px -3px;
	text-decoration:none;
	color: #fff;
	background-color: #000;
	border: 1px solid #aaa; 
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

select{background-color: #000;}

option{cursor: pointer;}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 2560px;
	height: 96px;
	border-bottom: 1px solid #aaa;
	background-image:  url("yin_table_titlebar.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: static;
	overflow: hidden;
}

#navBar{
	float:left;
	position: relative;
	width: 182px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #aaa;
	overflow: hidden;
	background-image:  url("yin_table_box.png");
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
}

#forum_content{
  float: none;
	position: relative;
	min-width: 456px;
	max-width: 1024px;
	padding: 18px 20px;
	margin: 0px 0px;
	overflow-x: hidden;
	overflow-y: visible;
}

#content{
  float: none;
	position: relative;
	min-width: 456px;
	max-width: 1024px;
	padding: 18px 20px;
	margin: 0px 0px;
	overflow-x: hidden;
	overflow-y: visible;
}

#content a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: underline;
}

#content a:hover {text-decoration: none;}

#newslist{
  float: none;
	position: relative;
	min-width: 456px;
	max-width: 1024px;
	padding: 18px 20px;
	margin: 0px 0px;
	overflow-x: hidden;
	overflow-y: visible;
}

#newslist a:link, a:visited, a:hover {
	color: #fff;
	text-decoration: underline;
}

#newslist a:hover {text-decoration: none;}

#forumFrame{
	float: none;
	position: relative;
	border: 1px solid #aaa;
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	min-width: 456px;
	max-width: 1024px;
	height: 100%;
	min-height: 1024px;
	max-height: 3072px;
	overflow: auto;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	color: #fff;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #fff;
}


/************* #globalNav styles **************/

#globalNav{
	line-height: 1;
	vertical-align: middle;
	text-align: center;
	font-size: 90%;
	color: #ddd;
	padding: 16px 40px 4px 4px;
	margin-top: 61px;
	width: 100%;
}

#globalNav img{display: block;}

#globalNav span{display: block;}

#globalNav a:link, #globalNav a:visited, #globalNav a:hover{
	font-size: 90%;
	color: #fff;
	display: inline-block;
	margin: 0px -5px 0px 0px;
}


/************** .feature styles ***************/

.feature{
	color: #ddd;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	position: relative;
}

.feature h3{
	color: #ddd;
	padding: 30px 0px 5px 0px;
	text-align: center;
	position: relative;
}

.feature img{
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.feature span{
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

/************** .newsline styles **************/
.newsline{
	font-size: 80%;
	border: 1px solid #aaa;
	margin: 0px 0px 0px 0px;
	margin-top: -1px;
	margin-left: -1px;
	padding: 5px 0px 5px 10px;
	background-image:   url("yin_table_btn_pressed_large.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 800px;
	position: relative;
}

.newsline img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.newsline span{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}


.storyblock{
	font-size: 80%;
	border: 1px solid #aaa;
	margin-top: -1px;
	margin-left: -1px;
	padding: 5px 0px 5px 10px;
	background-image:   url("yin_table_btn_pressed_large_nobevel.png");
	background-repeat: repeat;
	background-position: left top;
	position: relative;
}

.storyblock img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.storyblock span{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}


.topic{
	display:inline-block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-width:256px;
	position: relative;
}

.topic img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.topic span{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.Twitter{
	clear:both;
	float:none;
	position:relative;
	display:block;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin:0px;
	padding:0px;
	width:100%;
	list-style-position: inside;
	list-style-image:url("digitalaquadev_logo_tiny.png");
	background-image:   url("yin_table_btn_pressed_large.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#twitter_update_list{
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	list-style-position: inside;
	list-style-image:url("digitalaquadev_logo_tiny.png");
}

#twitter_update_list li{
	width:100%;
	list-style-position: inside;
	width: auto;
	font-size: 110%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin-right: -1px;
	padding: 5px 20px 5px 10px;
	min-height: 42px;
	max-height: 800px;
	position: relative;
}

.newsframe{
	clear:both;
	display:block;
	font-size:125%;
	position:relative;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	min-height: 384px;
	overflow-x: hidden;
	overflow-y: auto;
}


/************* #siteInfo styles ***************/

#siteInfo{
	float: left;
	position: relative;
	text-align: center;
	clear: both;
	border-top: 1px solid #aaa;
	font-size: 75%;
	color: #ddd;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: -1px;
	overflow: hidden;
	background-image:   url("yin_table_snfobar.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:scroll;
	width: 100%;
	max-width: 2560px;
	height: 96px;
}

#siteInfo button{
	margin-top: -1px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo span{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited{
	display: block;
	width: 182px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #aaa;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

#sectionLinks h3{padding: 10px 0px 2px 10px;}

#sectionLinks a:link{
	text-decoration: none;
	color: #fff;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #aaa;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#sectionLinks a:visited{
	text-decoration: none;
	color: #fff;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #aaa;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-image:  url("yin_table_btn_pressed_small.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#sectionLinks a:hover{
	text-decoration: none;
	color: #fff;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #aaa;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background-image:  url("yin_table_btn_small.png");
	background-repeat: no-repeat;
	background-position: left center;
}


/*********** .search styles ***********/

.search{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 54px;
	background-image: url("yin_table_btn_pressed_large_nobevel.png");
}

.search form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: none;
}

.search table{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background: none;
}


/************** #advert styles **************/

#advert{
	text-align: center;	
	padding: 5px 0px;
	font-size: 80%;
	border-bottom: 1px solid #aaa;
}

#advert img{display: block;}

#advert span{display: block;}