* {
	margin: 0;
	padding: 0;
	}
html {
	font-size: 100%;
	}
body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #536482;
	background-color: #aca8a1;
	font-size: 65.5%;			/* This sets the default font size to be equivalent to 10px */
	margin: 0;
	text-align: center;
	}

a.up, a:link, a:active, a:visited {
	text-decoration: none;
	border-bottom-width: 0px;
	color:#536482;
}

a:hover {
	background-position: left top;
	background-color: transparent;
	color:#979797;
	text-decoration:underline;
}

/* Main blocks
---------------------------------------- */
#wrap {
	width: 1000px;
	background: #FFFFFF url("../images/bg_body.gif") repeat-y 0 0;
	margin: 10px auto;
	text-align: left;
	padding: 0;

	}
#simple-wrap {
	padding: 6px 10px;
	}
#page-header {
	background: url("../images/bg_header.gif") repeat-x 0 0;
	height: 150px;
	clear: both;
	}
#page-body {
	margin: 0 30px;
	clear: both; 
	}
#page-body .navbar {
	margin: 4px 0;
	}

/* Page body content styles */
#main {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 720px;
	float: left;
	clear: both;
	padding:1px 0px;
	}
#main-extra {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 650px;
	float: none;
	clear: both;
	}
.wide {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 100% !important;
	float: none;
	clear: both;
}
#main a, #main-extra a {
	
}
#main a.no-underline, #main-extra a.no-underline {
	text-decoration: none;
}
#main .pagination a {
	text-decoration: none;
}
#main h3 a, #main-extra h3 a {
	color: #d21a4e;
}
#main h3, #main-extra h3 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #d21a4e;
	border-bottom: none;
}
#main h3 span, #main-extra h3 span {
	color: #222222;
	}
#main .panel h3, #main-extra .panel h3 {
	border-bottom:1px solid #CCCCCC;
	color:#115098;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.05em;
	font-weight:bold;
	padding-bottom:2px;
	text-transform:uppercase;
	margin:0.5em 0pt;
}
#extras h3 a {
	color: #333333;
}

#main h4, #main-extra h4, #main h5, #main-extra h5 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: none;
	color: #333333;
	margin-top: 1.5em;
	}
#main p, #main-extra p {
	margin-bottom: 1em;
	font-size: 1.2em;
	}
#main strong, #main-extra strong {
	color: #222222;
	}
#main .pagination strong {
	color: #FFF;
	}
#main b, #main-extra b {
	color: #222222;
	font-weight: normal;
	}
#main ul, #main ol {
	font-size: 1.2em;
	margin-left: 2em;
	line-height: 1.3em;
	}
#main ul ul, #main ol ol{
	font-size: 1em;
	}
#main ul h3, #main ol h3 {
	font-size: 1em;
	}
#main ul.list, #main-extra ul.list {
	margin-bottom: 1em;
	}
#main ul.list ul, #main-extra ul.list ul {
	margin-bottom: 0;
	}
#main ul.list li, #main-extra ul.list li {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	margin-left: 1.5em;
	}
#main ul.list li li, #main-extra ul.list li li {
	font-size: 1em;
	}

#main div.column1 {
	width: 260px;
	float: left;
	clear: left;
	}
#main div.column2 {
	width: 260px;
	float: right;
	}
dl.text {
	font-size: 1.2em;
}
dl.text dt  {
	font-weight: bold;
	margin-top: 1.2em;
}



/* Specific column content tweaks */
#main div.column1 p, #main div.column2 p {
	margin-bottom: 0.5em;
	line-height:16px;
	}
body.home #main div.column1 li, body.home #main div.column2 li {
	font-size: 1.1em;
	line-height:15.6px;
	}


/* News listing */
#main ul.news {
	border-top: 0px solid #FFFFFF;
	list-style: none;
	margin-left: 0;
	}
#main ul.news li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #ffffff;
	}
#main ul.news li.last {
	border-bottom: none;
	}
#main ul.news {
	border-top: none;
	}
#main ul.news li {
	padding: 0 0 4px 0;
	margin-bottom: 5px;
	margin-left: 0;
	border-bottom-color: #E0E0E0;
	}
	
/* Feed Statistics */
#main .mini-panel.feed-stats p {
	margin: 0;
	}
	
#main .mini-panel.feed-stats p a {
	padding: 1px 0pt 1px 17px;
	background: transparent url(../images/feed-icon-14x14.png) no-repeat scroll 0 50%;
	}

#main .mini-panel.feed-stats p img {
	vertical-align: middle;
	}
	
/* Menu  listing */
ul.menu {
	border-top: 0px solid #FFFFFF;
	list-style: none;
	}
ul.menu li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;  
	}
ul.menu li.last {
	border-bottom: none;
	}

/* Ads  listing */
ul.adsss {
	border-top: 1px solid #FFFFFF;
	list-style: none;
	font-weight:bold;
	}
ul.adsss li {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	margin: 0;
	}
ul.adsss li.last {
	border-bottom: none;
	}

/* Text-link favicon-age */
a.ads-favicon {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
	}



/* Extras column */
#extras {
	width: 200px;
	float: right;
	}

dl.extra-box {
	display: block;
	width: 200px;
	height: 77px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 5px;
	}
dl.extra-box dt a {
	font-weight: bold;
	display: block;
	padding: 10px 0 5px 10px;
	color: #333333 !important;
	text-decoration: none !important;
	}
dl.extra-box dd a {
	font-weight: bold;
	display: block;
	color: #FFFFFF !important;
	padding-left: 10px;
	padding-right: 50px;
	text-decoration: none !important;
	}
dl.extra-box dd.fileformat {
	padding-left: 10px;
	padding-top: 5px;
}
dl.extra-box dd.fileformat label {
	color: #FFF;
}
dl.extra-box dt a:hover {
	text-decoration: none;
	color: #000000 !important;
	}

dl.shop {
	background-image: url("../images/bg_shop.png");
	}

div.mini-panel {
	padding: 0 10px;
	background-color: #DBEAED;
	margin-bottom: 5px;	
	}
div.mini-panel h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #536482;
	font-size: 1.4em;
	}
div.mini-panel p {
	font-size: 1em;
	margin: 3px 0;
}
div.mini-panel span.corners-top,
div.mini-panel span.corners-bottom {
	margin: 0 -10px;
	}
div.sections {
	/* */
}



 
/* Page footer styles*/
#page-footer {
	background: url("../images/bg_footer.gif") repeat-x 0 100%;
	clear: both;
	/*padding-top: 15px;*/
	}
#page-footer p {
	border-top: 1px solid #CCCCCC;
	margin: 15px 30px 0 30px;
	padding-top: 10px;
	text-align: left;
	}
#page-footer .navbar {
	margin: 4px 30px 15px;
	/* This navbar doesn't follow a floated element, so thus doesn't need the "height: 1%" hack, which amazingly destroys margin */
	height: auto;
	}
#page-footer p#sf-tracker, #page-footer p#sf-tracker a img {
	border: none;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0;
	}
#page-footer #advert-leaderboard, #page-footer #advert-leaderboard img,
#page-footer #advert-leaderboard iframe, #page-footer #advert-leaderboard object{
	width: 728px;
	height: 90px;
	border: none;
	margin: 10px 0px 0px 30px;
	padding: 0;
	left:0px;
	text-align:left;
	}
#page-footer #advert-leaderboard {
	padding-top: 15px;
}
#copyright {
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #555555;
	}
#copyright a {
	color: #222222;
	}





/* Header block with images */
body div.header {
	background-repeat: no-repeat;
	width: 940px;
	height: 129px;
	float: left;
	margin-top: 21px;
	cursor:hand;
	}
body div.header h1 {
	margin: 0;
	}
body div.header h1 a {
	display: block;
	width: 850px;
	height: 129px;
	text-indent: -5000px;
	margin: 0;
	}


/* Corners and sides */
span.side-left, span.side-right { 
	display: block;
	width: 20px;
	height: 150px;
	background: url("../images/sides_top.gif") no-repeat;
	}
span.side-left {
	background-position: 0 0;
	float: left;
	margin-right: 10px;
	}
span.side-right {
	background-position: 100% 0; 
	float: right; 
	}
span.fcorners-bottom, span.fcorners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("../images/corners_bottom.gif");
	margin: 0;
	}
span.fcorners-bottom {
	background-position: 0 0;
	}
span.fcorners-bottom span {
	background-position: 100% -20px;
	}
/* ********************************************************************/

/* Navbar */
#navbar {
	height: 30px;
	clear: both;
	margin: 1px 30px 0 30px;
	background: url("../images/bg_navbar.gif") repeat-x 0 0;
	}
#navbar ul {
	list-style: none;
	display: block;
	}
#navbar li {
	float: left;
	}

/* Rollover state */
#navbar li span {
	height: 30px;
	margin: 0;
	background-position: 0 -33px;
	display: block;
	}

/* Rolloff state */
#navbar li span a, #navbar li span a:link {
	display: block;
	width: 100%;
	height: 30px;
	background-position: 0 -1px;
	}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
#navbar li span a strong { display:none; }
#navbar li span a:hover { background-image: none; }

/* Button images */
li.but-about span,
li.but-about span a {
	background: url("../images/but_about.gif") 0 0 no-repeat;
	}
li.but-development span,
li.but-development span a {
	background: url("../images/but_dev.gif") 0 0 no-repeat;
	}	
li.but-downloads span,
li.but-downloads span a {
	background: url("../images/but_downloads.gif") 0 0 no-repeat;
	}
li.but-customise span,
li.but-customise span a {
	background: url("../images/but_customise.gif") 0 0 no-repeat;
	}
li.but-community span,
li.but-community span a {
	background: url("../images/but_community.gif") 0 0 no-repeat;
	}
li.but-support span,
li.but-support span a {
	background: url("../images/but_support.gif") 0 0 no-repeat;
	}
li.but-customise span,
li.but-customise span a {
	background: url("images/but_customise.gif") 0 0 no-repeat;
	}
li.but-about span	{ width: 76px; }
li.but-development span	{ width: 120px; }
li.but-downloads span	{ width: 106px; }
li.but-community span	{ width: 109px; }
li.but-support span 	{ width: 87px; }
li.but-customise span	{ width: 101px; }


/* Always active states */
body.about #navbar li.but-about span a,
body.development #navbar li.but-development span a,
body.downloads #navbar li.but-downloads span a,
body.languages #navbar li.but-downloads span a,
body.customise #navbar li.but-customise span a,
body.mods #navbar li.but-customise span a,
body.styles #navbar li.but-customise span a,
body.support #navbar li.but-support span a,
body.community #navbar li.but-community span a {
	background-position: 0 -64px;
}
/************************---------------------------------------- */
span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;;
	background-position: 100% 100%;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}


span.corners-top {
	background-image: url("../images/corners_left.png");
}

span.corners-top span {
	background-image: url("../images/corners_right.png");
}

span.corners-bottom {
	background-image: url("../images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("../images/corners_right.png");
}








/*******************************************/
ul.linklist {
	display: block;
	margin: 0;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.navlinks {
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}

#cp-main ul.linklist {
	margin: 0;
}

/* MCP Specific tweaks */
ul.navlinks {
	border-bottom-color: #FFFFFF;
}
ul.navlinks {
	padding-bottom: 1px;
	border-bottom: 0px solid #FFFFFF;
	font-weight: bold;
}
ul.navlinks {
	font-weight: normal;
}
.navbar {
	background-color: #DBEAED;
	padding: 0 10px;
}
.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }






#tabs, #minitabs, .post, .navbar, fieldset dl, ul.topiclist dl, ul.linklist, dl.polls {
	height: 1%;
}

.icon_small{
	margin:-5px -9px 0px 0px;
}

/* *****************/

A.admin:link   	{FONT-SIZE:12px; COLOR: #000000; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none}
A.admin:active 	{FONT-SIZE:12px; COLOR: #000000; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none}
A.admin:visited	{FONT-SIZE:12px; COLOR: #000000; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;TEXT-DECORATION: none}
A.admin:hover  	{FONT-SIZE:12px; COLOR: #cccccc; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: underline}

A.A:link   		{FONT-SIZE: 11px; COLOR: #C30022; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.A:active 		{FONT-SIZE: 11px; COLOR: #C30022; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.A:visited		{FONT-SIZE: 11px; COLOR: #C30022; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.A:hover  		{FONT-SIZE: 11px; COLOR: #535353; font-family: Baskerville, arial, serif; TEXT-DECORATION: underline}

A.Menu:link   	{FONT-SIZE: 11px; COLOR: #ffffff; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.Menu:active 	{FONT-SIZE: 11px; COLOR: #ffffff; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.Menu:visited	{FONT-SIZE: 11px; COLOR: #ffffff; font-family: Baskerville, arial, serif; TEXT-DECORATION: none}
A.Menu:hover  	{FONT-SIZE: 11px; COLOR: #ffffff; font-family: Baskerville, arial, serif; TEXT-DECORATION: underline}


A.SubCatLinks:link   	{FONT-SIZE:9px; COLOR: #cccccc; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none}
A.SubCatLinks:active 	{FONT-SIZE:9px; COLOR: #cccccc; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: none}
A.SubCatLinks:visited	{FONT-SIZE:9px; COLOR: #cccccc; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;TEXT-DECORATION: none}
A.SubCatLinks:hover  	{FONT-SIZE:9px; COLOR: #ffffff; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; TEXT-DECORATION: underline}


a.CatLinks:hover{
	color:#cccccc;
	font-size:11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	
}

a.CatLinks:link, a.CatLinks:active, a.CatLinks:visited {
	color:#FFFFFF;
	font-size:11px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
}

.catbackground{
	width:170px; 
	height:80px; 
	border:3px #D7DADC solid; 
	background-color:#858F95; 
	text-align:left; 
	margin:2px; 
	float:left;
	padding:2px 0px 0px 0px;

}

.text_09		{FONT-SIZE: 9px;COLOR: #535353; font-family: Baskerville,  Baskerville, arial, serif;}
.text_10		{FONT-SIZE: 10px;COLOR: #535353; font-family: Baskerville, Baskerville, arial, serif;}
.text_11		{FONT-SIZE: 11px;COLOR: #535353; font-family: Baskerville, Baskerville, arial, serif;}
.text_12		{FONT-SIZE: 12px;COLOR: #535353; font-family: Baskerville, Baskerville, arial, serif;}
.Text_12_B		{FONT-SIZE: 12px;font-weight: bold;COLOR: #535353;font-family: Baskerville, arial, serif;}
.text_13		{FONT-SIZE: 14px;COLOR: #535353;font-family: Baskerville, arial, serif;}
.text_14		{FONT-SIZE: 14px;font-weight: bold;COLOR: #535353;font-family: Baskerville, arial, serif;}
.text_15		{FONT-SIZE: 15px; font-weight: bold;COLOR: #535353;font-family: Baskerville, arial, serif;}
.text_16		{FONT-SIZE: 16px; font-weight: bold;COLOR: #535353;font-family: Baskerville, arial, serif;}
.text_18		{FONT-SIZE: 18px;font-weight: bold;COLOR: #535353;font-family: Baskerville, arial, serif;}






.title {FONT-SIZE: 2em; TEXT-ALIGN: center; font-family: Verdana, Helvetica, Arial, sans-serif; color:red; height:70px;}
.blog {FONT-SIZE: 1.0em; TEXT-ALIGN: right; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight:bold;}
.site {FONT-SIZE: 1.0em; TEXT-ALIGN: left; font-weight:bold; font-family: Verdana, Helvetica, Arial, sans-serif;}
.footer {FONT-SIZE: 1.0em; COLOR: #c0c0c0; TEXT-ALIGN: left; font-family:Verdana, Helvetica, Arial, sans-serif; padding:10px 0px;}
.titleStrong{FONT-SIZE:1.5em; font-family:Arial; color:#993300;}

.input.text { background-color: #CCCCCC; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000099;} 
.Button{ background-color: #FFFFFF; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; }


.rightadsUL {
	border-top: 0px solid #FFFFFF;
	list-style: none;
	font-weight:bold;
	}
.rightadsLI {
	padding: 5px 0 4px 0;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	}
.rightadsLI2{
	padding-top:15px; color:#FF0000; text-align:center;
}
.rightadsLIlast{padding: 5px 0 10px 0;
	border-bottom: 0px solid #CCCCCC;
	margin: 0;}
	
.Gicon{width:35px; float:left;}
.Gtext{font-weight:100; text-align:left; padding:1px 5px; font-size:11px; height:40px; color:#000000;}
.Glink{font-size:12px; font-weight:bold; }
.GinputText{background-color: #CCCCCC; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; color:#000000; height:16px;}
.GinputButton{background-color: #536482; color:#FFFFFF; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000; height:18px;}
.D-4-1-1-1{border:1px #DBEAED dashed;}
.D-4-1-1-1-title{background-color:#F6F6F6; font-size:13px; font-weight:bold; padding:5px;}
.ads{float:right; border:1px #CCCCCC dashed; padding:5px 10px; margin-right:-10px;}
.floaty{border: 0px solid red; padding:0px 10px 0px 0px;}
.addtolinksText{ height:95px; padding:20px 0px 5px 0px;}
.addtolinks{text-align:right; margin-right:-18px;}  