/* layout */
	html, body {
		padding: 0;
		color: #000000;
		background: #ffffff;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		}
	#wrapper {
		margin: 0 auto 0 auto;
		padding: 0;
		width: 90%;
		height: 100%;
		}
	#header {
		margin: 0 ;
		padding: 0;
		}
	#content {
		/*border: 3px solid #ffffff;*/
	}
	#popular {
		border: 6px solid #ffffff;
		text-align: center;
	}

	#browse {
		border: 6px solid #ffffff;
		text-align: center;
	}	
	#search p{
		text-align: right;
	}
	#search form{
		margin:0;
	}
	#navigation {
		border: 1px solid #666666;
		background: #efefef;
		padding: 3px;
	}
	#post {
		border: 3px solid #666666;
		background: #ffffff;
		margin-top: 15px;
		text-align: left;
	}
	#footer {
		font-size: 10pt;
		text-align: center;
	}

	/* header style */
	#header a, #header a:link, #header a.link:visited, #header a:link:hover, #header a.link:visited:hover  {
		color: #CC0000;
		text-decoration: none;
		font-weight: bold;
		font-size: 36px;
	}
	
	/* navigation style */
	#navigation a, #navigation a:link, #navigation a.link:visited {
		color: #0000ff;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
	}
	
	#navigation a:hover, #navigation a:link:hover, #navigation a.link:visited:hover {	
		text-decoration: underline;
	}
	
	/* content style */
	#content h2, #content h3, h2{
		font-family: Lucida Sans, Geneva, Arial, sans-serif;
		font-size: 11pt;
		color: #CC0000;
		margin: 3px;
		font-weight: bold;	
	}
	#content h3{
		text-align: center;	
	}
	#content p {
		margin: 3px;
	}
	#content .host {
		font-size: 8pt;
		font-weight: normal;
		color: #666666;	
	}
	#content span.time {
		font-size: 9pt;
		color: #666666;	
	}
	#content div.on {
		font-size: 11pt;
		color: #888888;
		margin: 5px;
		border: 1px solid #333333;
		background: #fcfcfc;
	}
	#content div.off {
		font-size: 11pt;
		color: #888888;
		margin: 5px;
		border: 1px solid #333333;
		background: #fbfbfb;
	}
	#content div:hover.on, #content div:hover.off {
		color: #000000;
		border: 1px solid #cccccc;
		background: #ffffff;
	}

	/* post form */
	#post form{
		margin: 10px;
	}
	
	#post input.single {
		width:500px;
	}

	#post textarea.multi {
		width:500px;
	}
	
	#post .input {
		margin-bottom: 2px;
		margin-top: 4px;
	}
	/* link style */
	a, a:link, a.link:visited {
		color: #0000ff;
		text-decoration: none;
	}
	a:hover, a:link:hover, a.link:visited:hover  {
		text-decoration: underline;
	}


	/* t4gg style */
	a.t4gg, a:link.t4gg, a:link:visited.t4gg  {
		color: #000000;
		text-decoration: none;
	}
	a:hover.t4gg, a:link:hover.t4gg, a:link:visited:hover.t4gg  {
		text-decoration: underline;
	}
	
	/* featured style */
	#featured {
		border: 1px solid #CC0000;
		text-align: center;
	}
	
	#featured h2{
		font-family: Lucida Sans, Geneva, Arial, sans-serif;
		font-size: 11pt;
		color: #FFFFFF;
		/* margin: 3px; */
		padding: 4px;
		font-weight: bold;
		background: #CC0000;
		display: block;
		text-align: left;	
	}
	