/********************
	HTML STYLING
********************/
body {
	background-color: #E0DFC1;
}

body, form, div {
	margin: 0;
	padding: 0;
}

body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0px;
}

label {
	cursor: pointer;
}

label:hover {
	color: #000066;
}

/********************
	LAYER STYLING
********************/

#header {
	color: #FFFFFF;
	background-color: #302F2B;
	height: 100%;
}

#header-top {
	width: 880px;
	margin: 0px auto;
}

#header h1 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	float: left;
	font-family: Lucida Sans;
	font-size: 30px;
	font-weight: bold;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#header-tagline {
	float: left;
	margin: 30px 0px 0px 5px;
	font-size: 11px;
	font-weight: bold;
}

#header-links {
	float: left;
	margin: 35px 0px 0px 150px;
	font-weight: bold;
}

#header-links a {
	color: #D9D9B3;
	text-decoration: none;
}

#header-links a:hover {
	color: #FFFFFF;
}

#navigation {
	margin: 0px auto;
	width: 700px;
}

#navigation-tabs {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation-tabs li {
	margin: 0px 10px 0px 0px;
	text-align: center;
	list-style: none;
	float: left;
	width: 130px;
	height: 26px;
	background-image: url(/images/tab-inactive.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#navigation-tabs li:hover {
	background-image: url(/images/tab-highlight.gif);
}

#navigation-tabs li a {
	position: relative;
	top: 5px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#wrapper {
	margin: 25px auto;
	width: 920px;
}

#content {
	width: 725px;
	float: left;
}

#content a:link, #sidebar a:link {
	color: #000066;
	text-decoration: none;
}

#content a:visited, #sidebar a:visited {
	color: #660099;
	text-decoration: none;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

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

#content-ad {
	margin: 15px 0px 15px 0px;
}

#content-main, #content-main table, #content-main input, #content-main textarea, #content-main select {
	font-size: 11px;
}

#content-main form small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#content-main a:link, #content-main a:visited {
	color: #000099;
	text-decoration: none;
}

#content-main a:visited {
	color: #660099;
	text-decoration: none;
}

#content-main a:hover {
	text-decoration: underline;
}

#content-main-sidebar {
	width: 160px;
	float: left;
	text-align: right;
	padding: 0px 20px 0px 0px;
	border-right: 1px #CCCCCC solid;
}

#content-main-page {
	width: 490px;
	float: left;
	margin-left: 20px;
}

#content-main-page h2 {
	margin: 0px 0px 15px 0px;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}

#content-main-page h3 {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

#sidebar {
	width: 180px;
	float: right;
}

#footer {
	margin: 20px 0px 20px 0px;
	text-align: center;
}

#footer a {
	color: #333333 !important;
	font-weight: bold;
	text-decoration: none !important;
}

#footer a:hover {
	text-decoration: underline !important;
}

/* SEARCH RESULTS PAGE */
#search-description {
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px #CCCCCC solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}

#noresults {
	margin: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}

#wiki-results-pages {
	padding-top: 10px;
	border-top: 1px #CCCCCC solid;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* WIKI PROJECT/IDEA DETAIL PAGE */
#wiki-details {
	margin-top: 10px;
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	border-top: 1px #CCCCCC solid;
}

#wiki-featuredicon {
	float: right;
	margin-top: -40px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-transform: uppercase;
	border: 1px #000000 solid;
	background-color: #FFFFCC;
}

#wiki-buttons {
	float: right;
	margin-top: -25px;
}

#wiki-rate {
	margin-top: 10px;
	padding: 15px 0px 15px 0px;
	border-top: 1px #CCCCCC solid;
}

#wiki-comments {
	margin-top: 10px;
	padding: 15px 0px 15px 0px;
	font-size: 12px;
	border-top: 1px #CCCCCC solid;
}

#wiki-postcomment {
	margin-top: 10px;
	padding: 15px 0px 15px 0px;
	border-top: 1px #CCCCCC solid;
}

#Rating_Display {
	display: inline;
	position: relative;
	top: -3px;
	left: 5px;
	font-size: 11px;
}

/********************
	CLASS STYLING
********************/
/* TABS */
.activetab {
	background-image: url(/images/tab-active.gif) !important;
}

.activetab a:hover {
	color: #000000 !important;
}

/* ROUNDED BOX (Gray background) */
.roundedbox {
 width: 500px;
 min-width:20em;
}

.roundedbox .hd .c, .roundedbox .ft .c {
 font-size:1px; /* ensure minimum height */
 height:17px;
}

.roundedbox .ft .c {
 height:18px;
}

.roundedbox .hd {
 background:transparent url(/images/roundedbox/tl.gif) no-repeat 0px 0px;
}

.roundedbox .hd .c {
 background:transparent url(/images/roundedbox/tr.gif) no-repeat right 0px;
}

.roundedbox .bd {
 background:transparent url(/images/roundedbox/ml.gif) repeat-y 0px 0px;
}

.roundedbox .bd .c {
 background:transparent url(/images/roundedbox/mr.gif) repeat-y right 0px;
}

.roundedbox .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#CFCFCF;
 padding:1em;
}

.roundedbox .ft {
 background:transparent url(/images/roundedbox/bl.gif) no-repeat 0px 0px;
}

.roundedbox .ft .c {
 background:transparent url(/images/roundedbox/br.gif) no-repeat right 0px;
}

.roundedbox-content {
	position: relative;
	top: -15px;
}

.roundedbox-content a {
	color: #000099 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.roundedbox-content a:hover {
	text-decoration: underline !important;
}

.roundedbox-content p {
	margin: 7px 0px 7px 0px;
	padding: 0;
}

.roundedbox-title {
	font-size: 25px;
	font-weight: normal;
	margin: 0px !important;
}

.roundedbox-subtitle {
	font-size: 12px;
	text-align: center;
}

.roundedbox-bottomlinks {
	font-size: 11px;
}

/* ROUNDED BOX #2 (Dark gray background) */
.roundedbox2 {
 width: 500px;
 min-width:20em;
}

.roundedbox2 .hd .c, .roundedbox2 .ft .c {
 font-size:1px; /* ensure minimum height */
 height:17px;
}

.roundedbox2 .ft .c {
 height:18px;
}

.roundedbox2 .hd {
 background:transparent url(/images/roundedbox2/tl.gif) no-repeat 0px 0px;
}

.roundedbox2 .hd .c {
 background:transparent url(/images/roundedbox2/tr.gif) no-repeat right 0px;
}

.roundedbox2 .bd {
 background:transparent url(/images/roundedbox2/ml.gif) repeat-y 0px 0px;
}

.roundedbox2 .bd .c {
 background:transparent url(/images/roundedbox2/mr.gif) repeat-y right 0px;
}

.roundedbox2 .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#676566;
 padding:1em;
}

.roundedbox2 .ft {
 background:transparent url(/images/roundedbox2/bl.gif) no-repeat 0px 0px;
}

.roundedbox2 .ft .c {
 background:transparent url(/images/roundedbox2/br.gif) no-repeat right 0px;
}

.roundedbox2-content {
	position: relative;
	color: #FFFFFF;
	top: -15px;
}

.roundedbox2-content a {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.roundedbox2-content a:hover {
	text-decoration: underline !important;
}

.roundedbox2-content p {
	margin: 7px 0px 7px 0px;
	padding: 0;
}

.roundedbox2-title {
	font-size: 19px;
	height: 30px;
}

.roundedbox2-subtitle {
	font-size: 12px;
	text-align: center;
}

.roundedbox2-bottomlinks {
	font-size: 11px;
}

/* ROUNDED BOX #3 (White background) */
.roundedbox3 {
 width: 730px;
 min-width:20em;
}

.roundedbox3 .hd .c, .roundedbox3 .ft .c {
 font-size:1px; /* ensure minimum height */
 height:17px;
}

.roundedbox3 .ft .c {
 height:18px;
}

.roundedbox3 .hd {
 background:transparent url(/images/roundedbox3/tl.gif) no-repeat 0px 0px;
}

.roundedbox3 .hd .c {
 background:transparent url(/images/roundedbox3/tr.gif) no-repeat right 0px;
}

.roundedbox3 .bd {
 background:transparent url(/images/roundedbox3/ml.gif) repeat-y 0px 0px;
}

.roundedbox3 .bd .c {
 background:transparent url(/images/roundedbox3/mr.gif) repeat-y right 0px;
}

.roundedbox3 .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#FFFFFF;
 padding:1em;
}

.roundedbox3 .ft {
 background:transparent url(/images/roundedbox3/bl.gif) no-repeat 0px 0px;
}

.roundedbox3 .ft .c {
 background:transparent url(/images/roundedbox3/br.gif) no-repeat right 0px;
}

.roundedbox3-content {
	position: relative;
	color: #000000;
	top: -15px;
}

.roundedbox3-content p {
	margin: 7px 0px 7px 0px;
	padding: 0;
}

/* HOMEPAGE BOXES */
.wikiscroller-bar-left {
	float: left;
	text-align: left;
}

.wikiscroller-bar-right {
	float: right;
	text-align: right;
}

.wikiscroller-loading {
	position: absolute;
	top: 0px;
	left: 205px;
}

#wikiscroller {
	position: relative;
	width: 650px;
	height: 400px;
	margin: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	border: 1px inset;
	overflow: hidden;
}

.wikiscroller-page {
	position: absolute;
	width: 650px;
	height: 400px;
	display: inline;
}

.wikiscroller-item {
	padding: 10px;
}

.wikiscroller-item .logo {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.wikiscroller-item .details {
	float: left;
	margin-left: 10px;
	width: 230px;
	height: 60px;
	overflow: hidden;
	font-size: 11px;
}

.wikiscroller-item .details p {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

/* WIKI PROJECT/IDEA LISTING */
.wiki-listing {
	font-size: 14px;
	margin: 15px 0px 15px 0px;
	clear: both;
}

.wiki-listing-image {
	float: left;
	margin: 0px 10px 0px 0px;
}

.wiki-listing h2 {
	color: #000000;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal !important;
	margin: 0px 0px 15px 0px;
}

.wiki-listing p.details {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}

.wiki-listing p.description {
	margin: 0px;
}

/* WIKI PROJECT/IDEA DETAIL */
.wiki-detail {
	font-size: 14px;
	margin: 15px 0px 15px 0px;
	clear: both;
}

.wiki-detail-image {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wiki-detail h2 {
	color: #000000;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal !important;
	margin: 0px 0px 15px 0px;
}

.wiki-detail p.details {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}

.wiki-detail p.description {
	margin: 0px;
}

/* SEARCH RESULTS PAGE */
.wiki-result {
	margin: 0px 0px 20px 0px;
}

.wiki-result h2 {
	margin: 0px 0px 5px 0px !important;
}

.wiki-result h2 a {
	color: #000000 !important;
	text-decoration: none !important;
}

.wiki-result h2 a:hover {
	color: #666666 !important;
	text-decoration: underline !important;
}

.wiki-result p.info {
	margin: 0px 0px 10px 0px;
}

.wiki-result img.logo {
	float: left;
	margin: 0px 10px 10px 0px;
}

.wiki-result p.description {
	font-size: 14px;
}

/* WIKI PROJECT/IDEA DETAIL PAGE */
.wiki-comment {
	margin: 15px 0px 15px 0px;
	padding: 15px 0px 15px 0px;
	padding: 10px;
	border: 2px #CC0000 solid;
}

.wiki-comment-author {
	font-size: 11px;
	text-align: right;
	color: #333333;
}

.wiki-comment-admin {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px #CCCCCC solid;
	text-align: left;
}

/* SIDEBAR */
.sidebar-box {
	background-color: #E5E6CA;
	border: 1px #EEEEEE solid;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar-box h3 {
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}

.sidebar-box p {
	margin: 10px 0px 10px 0px;
}

/* MESSAGE/ERROR BOXES */
.message_success {
	width: 100%;
	font-weight: bold;
	color: #006600;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px #006600 solid;
	background-color: #FFFFCC;
}

.message_error {
	width: 100%;
	font-weight: bold;
	color: #CC0000;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: 1px #CC0000 solid;
	background-color: #FFFFCC;
}

/* OTHER CLASSES */
.clear {
	clear: both;
}

h1.light {
	margin: 0px 0px 15px 15px;
	font-size: 25px;
	font-weight: normal;
	color: #A9A77C;
	cursor: default;
}

img.captcha {
	border: 3px #EEEEEE solid;
}