/** Overaal CSS **/

body {
	font-family:		"Arial", "Verdana", "Helvetica";
	font-size:			12px;
	color:				#000000;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	background-color:	#fff;
}

/** **/

/** Positioning CSS **/
#header {
	width:				800px;
	height:				210px;
	background-color: 	#FFF;
}

#container {
	width:				800px;
	text-align:			left;
	background-color: 	#FFF;
}

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

#right {
	width:				300px;
	float:				right;
	background:			#eee;
}

#clear {
	clear:				both;
}

#footer {
	bottom:				0px;
	width:				800px;
	background:			#FFF;
	border-top:			solid #000 1px;
}

/** **/

/** Lay-out CSS **/

#title-image {
	width:				600px;
	height:				200px;
	background-image:	url("./images/header.png");
	background-repeat:	no-repeat;
}

#title-stroke {
	width:				800px;
	height:				10px;
	background-image:	url("./images/stroke.png");
	background-repeat:	x-repeat;
}

#menu {
	position:			absolute;
	top:				0px;
	left:				600px;
	width:				200px;
	height:				200px;
	background-image:	url("./images/menu_bg.png");
	background-repeat:	no-repeat;
}

#menu-item {
	font-weight:		bold;
	font-style:			italic;
	text-align:			right;
	padding:			5px 5px 5px 0px;
}

#menu-item a {
	color:				#999;
	text-decoration:	none;	`
}

#menu-item a:visited {
	color:				#999;
	text-decoration:	none;	`
}

#menu-item a:hover {
	color:				#999;
	text-decoration:	underline;	`
}

#footer-text {
	font-size:			10px;
	text-align:			center;
}

/** **/

/** Page CSS **/

#pag {
	margin:				5px;
	padding:			5px;
}
/** **/

/** Box CSS **/

#box-header {
	border-bottom:		dashed #00FF00 1px;
}

#box-content {
	padding-top:		5px;
	padding-bottom:		5px;
}

#box-content a {
	color:				#00FF00;
	text-decoration:	none;
}

#box-content a:visited {
	color:				#00FF00;
	text-decoration:	none;
}

#box-content a:hover {
	color:				#00FF00;
	text-decoration:	underline;
}

#box-footer {
	font-weight:		bold;
}

#box-footer a {
	color:				#000;
	text-decoration:	underline;
}

#box-footer a:visited {
	color:				#000;
	text-decoration:	underline;
}

#box-footer a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

/** **/

/** register CSS **/


legend.user-add {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/user_add.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** user CSS **/

legend.user {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/user.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** message CSS **/

#message-box {
	padding:			5px;
	margin-top:			10px;
	margin-bottom:		10px;
	border:				dotted #999 1px;
}

#message-content {
	padding-bottom:		5px;
	border-bottom:		solid #999 1px;
}

#message-content a {
	color:				#00FF00;
	text-decoration:	none;
}

#message-content a:visited {
	color:				#00FF00;
	text-decoration:	none;
}

#message-content a:hover {
	color:				#00FF00;
	text-decoration:	underline;
}

#message-footer {
	padding-top:		5px;
	font-weight:		bold;
}

#message-footer a {
	color:				#000;
	text-decoration:	underline;
}

#message-footer a:visited {
	color:				#000;
	text-decoration:	underline;
}

#message-footer a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.message-add {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/comment_add.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

legend.message {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/comment.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

legend.message-edit {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/comment_edit.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

legend.message-del {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/comment_del.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Comment CSS **/

#comment-header {
	border-bottom:		dashed #999 1px;
}

#comment-box {
	padding:			5px;
	margin-top:			10px;
	margin-bottom:		10px;
	border:				dotted #999 1px;
}

#comment-content {
	padding-bottom:		5px;
	border-bottom:		solid #999 1px;
}

#comment-footer {
	padding-top:		5px;
	font-weight:		bold;
}

#comment-footer a {
	color:				#000;
	text-decoration:	underline;
}

#comment-footer a:visited {
	color:				#000;
	text-decoration:	underline;
}

#comment-footer a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.comment-add {
	font-size:			13px;
	background-color:	#FFF;
	background-image:	url("./icons/comment_add.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Login Mod CSS **/

#mod-login {
	margin:				5px;
	padding:			5px;
}

#login-content {
	font-size:			12px;
}

#login-content a {
	color:				#000;
	text-decoration:	underline;
}

#login-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#login-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.login {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/user.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Login Mod CSS **/

#mod-google {
	margin:				5px;
	padding:			5px;
}

#google-content {
	font-size:			12px;
}

#google-content a {
	color:				#000;
	text-decoration:	underline;
}

#google-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#google-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.google {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/google.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Online Mod CSS **/

#mod-online {
	margin:				5px;
	padding:			5px;
}

#online-content {
	font-size:			12px;
}

#online-content a {
	color:				#000;
	text-decoration:	underline;
}

#online-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#online-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.online {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/user.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** News Mod CSS **/

#mod-news {
	margin:				5px;
	padding:			5px;
}

#news-content {
	font-size:			12px;
}

#news-content a {
	color:				#000;
	text-decoration:	underline;
}

#news-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#news-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.feed {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/feed.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** News Mod CSS **/

#mod-news {
	margin:				5px;
	padding:			5px;
}

#news-content {
	font-size:			12px;
}

#news-content a {
	color:				#000;
	text-decoration:	underline;
}

#news-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#news-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.feed {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/feed.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** News Mod CSS **/

#mod-ads {
	margin:				5px;
	padding:			5px;
}

#ads-content {
	font-size:			12px;
}

#ads-content a {
	color:				#000;
	text-decoration:	underline;
}

#ads-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#ads-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}


legend.ads {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/ad.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Forum Mod CSS **/

#mod-forum {
	margin:				5px;
	padding:			5px;
}

#forum-content {
	font-size:			12px;
}

#forum-content a {
	color:				#000;
	text-decoration:	underline;
}

#forum-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#forum-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.forum {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/comments.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/


/** Forum Mod CSS **/

#mod-score {
	margin:				5px;
	padding:			5px;
}

#score-content {
	font-size:			12px;
}

#score-content a {
	color:				#000;
	text-decoration:	underline;
}

#score-content a:visited {
	color:				#000;
	text-decoration:	underline;
}

#score-content a:hover {
	color:				#00FF00;
	text-decoration:	none;
}

legend.score {
	font-size:			13px;
	background-color:	#eee;
	background-image:	url("./icons/score.png");
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/** **/

/** Controls CSS **/

#controls {
	text-align:			right;
	background-color:	#ffc87d;
	margin-top:			5px;
	padding:			5px;
	border:				solid #ff7f00 1px;
}

#navigation {
	text-align:			right;
	margin-top:			5px;
	padding:			5px;
}

/** **/

/** Footer CSS **/

#footer-text a {
	color:				#000;
	text-decoration:	none;
}

#footer-text a:visited {
	color:				#000;
	text-decoration:	none;
}

#footer-text a:hover {
	color:				#000;
	text-decoration:	underline;
}

#hidden {
	display: 			none;
}

/** **/

/** error box **/

#error-box {
	border:				solid #FF0000 1px;
	background-color:	#ffafaf;
	margin-top:			5px;
	margin-bottom:		5px;
	padding:			3px;
}

#error-box a {
	color:				#000;
	text-decoration:	underline;
}

#error-box a:visited {
	color:				#000;
	text-decoration:	underline;
}

#error-box a:hover {
	color:				#000;
	text-decoration:	none;
}

/** **/

/** quote box **/

#quote {
	border:				solid #c0c0c0 1px;
	background-color:	#ddd;
	padding:			3px;
	font-style:			italic;
}

#quote a {
	color:				#000;
	text-decoration:	underline;
	font-style:			italic;
}

#quote a:visited {
	color:				#000;
	text-decoration:	underline;
	font-style:			italic;
}
#quote a:hover {
	color:				#000;
	text-decoration:	none;
	font-style:			italic;
}

/** **/

/** Elements CSS **/

h2 {
	font-size:			25px;
	margin:				0px;
	margin-top:			10px;
	padding:			0px;
	color:				#00FF00;
}

h3 {
	font-size:			15px;
	margin:				0px;
	margin-top:			10px;
	padding:			0px;
	color:				#999;
}

form {
	margin:				0px;
	padding:			0px;
}

fieldset.right {
	padding:			5px;
	border:				dashed #00FF00 1px;
}

legend.right {
	font-size:			13px;
	background-color:	#DDD;
}

fieldset.left {
	margin-top:			5px;
	padding:			5px;
	border:				dashed #00FF00 1px;
}

legend.left {
	font-size:			13px;
	background-color:	#FFF;
}

textarea {
	width:				100%;
	height:				100px;
}

textarea#article {
	width:				100%;
	height:				400px;
}

ul {
	margin:				0px;
	margin-left:		15px;
	padding:			5px;
}
/** **/

.blinq {
	float:				right;
	z-index:			1;
}