/**** global styles ****/

body {
	background: url(head.jpg) no-repeat center 17px #c4ccee;
	font: 12px Tahoma;
	margin: 0px;
}

td {
	font: 12px Tahoma;
}

a.drop {
	text-decoration: none;	
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

h1 {
	font-size: 14px;
	display: inline;
	font-weight: normal;
}

h2 {
	display: none;
}

h3 {
	display: none;
}

hr {
	display: none;
}

/**** content section ****/

#middle {
	background: url(top.jpg) #ffffff no-repeat top left;
	width: 730px;
	margin: 0px auto 0px auto;
	padding: 112px 5px 5px 5px;
}

ul {
	list-style: url(../bullet.gif);
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px
}


/**** affiliates ****/

#affiliates {
	padding-left: 70px;
	padding-top: 16px;
}

/**** menu ****/

#links {
	width: 730px;
	margin-bottom: 60px;
}

#home {
	display: block;
	width: 108px;
	height: 26px;
	float: left;
}

#photos {
	display: block;
	width: 145px;
	height: 26px;
	float: left;
}

#contact {
	display: block;
	width: 185px;
	height: 26px;
	margin-left: 275px;
	float: left;
}

#edit:hover {
	display: block;
	width: 179px;
	height: 95px;
	background-image: url(edit2.jpg);
	float: left;
}

#lost {
	display: block;
	width: 179px;
	height: 95px;
	background-image: url(lost.jpg);
	float: left;
}

#lost:hover {
	display: block;
	width: 179px;
	height: 95px;
	background-image: url(lost2.jpg);
	float: left;
}




#dlwarn {
	background: #ffd2d2;
	border: solid 1px #ff0000;
	font: 10px Tahoma;
	padding: 4px;
}


/**** navigation headers ****/

.new {
	font-size: 10px;
	color: red;
}

/**** page banners ****/

#pagebanner-left {
	margin: 0px auto 14px auto;
	background: url(minibannerleft.jpg) no-repeat #ffffff;
	padding-left: 15px;
	max-height: 45px;
}

#pagebanner-right {
	height: 45px;
	background: url(minibannerright.jpg) no-repeat top right #f6fdf5;
	padding-right: 15px;
}

#pagebanner-icon {
	float: left;
}

#pagebanner-icon img  {
	border: 0px;
}

.pagebanner-bullets {
	float: left;
	margin-left: 7px;
	line-height: 22px;
}

.pagebanner-bullets ul {
	list-style: url(../bullet3.gif);
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px
}


.pagebannerSM-bullets {
	float: left;
	margin-left: 7px;
	line-height: 22px;
	font: 10px Tahoma;
}

.pagebannerSM-bullets ul {
	list-style: url(../bullet4.gif);
	padding: 0px 0px 0px 18px;
}

.pagebannerSM-bullets li {
	margin: 2px 0px 1px 0px;
}


/**** news stylings ****/

#todaystop {
	width: 360px;
	padding-top: 50px;
	margin-right: 10px;
	background: url(todaystop.jpg) #f6fdf5 no-repeat top left;
	clear:right;
}

#google {
	width: 360px;
	padding-top: 15px;
	margin: 8px 10px 0px 0px;
	background: url(googletop.jpg) #f6fdf5 no-repeat top left;
	clear:right;
}

#smallnews1 {
	width: 360px;
	padding-top: 50px;
	margin-left: 10px;
	background: url(smlnewstop.jpg) #f6fdf5 no-repeat top left;
}

#smallnews2 {
	width: 360px;
	padding: 0px 3px 14px 3px;
	background: url(smlnewsbot.jpg) no-repeat bottom left;
}

#rightpodbot {
	padding: 0px 3px 14px 3px;
	background: url(smlnewsbot.jpg) no-repeat bottom left;
}

#newsbox {
	width: 360px;
	float: left;
}

#topbox {
	width: 360px;
	float: right;
}

.newsbar-left {
	height: 30px;
	margin-bottom: 4px;
	background: url(newsbarendleft.jpg) #f6fdf5 no-repeat top left;
}

.newsbar-right {
	line-height: 30px;
	text-align: center;
	padding: auto 4px auto 4px;
	background: url(newsbarend.jpg) no-repeat top right;
}

#news-container {
	clear: both;
}


#news-container img {
	max-width: 550px;
   	width: expression(this.width > 550 ? 550: true);
} 

/**** tag board ****/

.tagboard {
	border: solid 1px #E5F3FE; 
	padding: 3px;
	width: 300px;
	background: #E5F3FE;
}

/**** downloads ****/

.dlimg {
	float: left;
	margin: 0px 5px 0px 5px;
	border: 0px;
	width: 130px;
}

.dloads-desc {
	font-size: 10px;
}

/**** articles ****/

.articles {
	width: 280px;
	height: 200px;
	float: left;
	padding-top: 14px;
	margin: 0px 5px 10px 5px;
	background: url(articletop.jpg) #E5F3FE no-repeat top left;
}

.articles-bot {
	height: 186px;
	padding: 0px 3px 14px 3px;
	background: url(articlebot.jpg) no-repeat bottom left;

}

.articles-bot ul {
	list-style: url(../bullet3.gif);
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px
}

.articles-bot img {
	margin: 5px;
	float: right;
}

.articlescreen {
	float: right;
	width: 240px;
	background: url(articlescreen.jpg) no-repeat;
	padding: 5px;
	margin: 5px;
	font-size: 10px;
}

.articlescreen img {
	float: left;
	margin-right: 5px;
}
	
/**** screenshot gallery ****/

.left {
	float: left;
	width: 110px;
	height: 150px;
	overflow: hidden;
	display: inline;
}

.thumbs-pagination {
	clear: both;
	width: 100%;
}

.thumbs-container {
	width: 550
	display: inline;
	font-size: 10px;
	margin-left: 16px;
}

/**** tops sites ****/

.maintable {border: 0px ; width: 100%; padding: 0px;} /*main table for forum*/
.headline {font-family: Tahoma;font-weight: bold;color: #ffffff;background-color: #4f253d;font-size: 11px;} /*headline row, the first row that says forum name, topics, posts and such*/
.mainrow {font-family: Tahoma; color: #000000;background-color: #f6fdf5;font-size: 12px; } /*color of the forum rows*/

#rank1left {
	width: 100px;
	float: left;
	margin-right: 10px;
}

#rank2left (
	width: 240px;
	float: left;
}

/**** poll ****/

.pollleft {
	background: url(pollleft.jpg) #66cc33 no-repeat top left;
	height: 13px;
	line-height: 13px;
}

.pollright {
	background: url(pollright.jpg) no-repeat top right;
	line-height: 13px;
	
}

.pollback {
	background: url(pollback.jpg) #d7d7d7 no-repeat top right;
	margin-bottom: 6px;
}

/**** forms ****/

.login {
	border: #808080 0px solid;
 	background: url(form.jpg) no-repeat;
 	color: #000000;
 	font-size: 8px;
 	font-family: Tahoma;
 	padding-left: 5px;
 	height: 16px;
}