/* * * * * * * * * * * * * * * * * */
/*                                 */
/*  Copyright 2008, Commental.org  */
/*                                 */
/*       Unauthorized use is       */
/*       strictly prohibited.      */
/*                                 */
/*  http://commental.org/privacy   */
/*                                 */
/* * * * * * * * * * * * * * * * * */


/* general */

html, body {
	font-family:arial,helvetica,sans,sans-serif,freesans;
	font-size:12px;
	padding:0px;
	margin:0px;
	cursor:default;
}

body {
	background:#000000;
}

div,span,p,a,ul,li {
	position:relative;
	padding:0px;
	margin:0px;
}

div {
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/* specific */

div#w3c {
	margin:0px;
	padding:0px;
}

span.commental {
	font-variant:small-caps;
	color:#CC6600;
}




/* head */

div.head {
	width:100%;
	/* height:130px; */
	height:7em;
	padding-bottom:44px;
	background:url('images/head-bg.jpg') center repeat-x #000000;
}

div.head img.commental_logo {
	position:absolute;
	top:0px;
	left:0px;
	padding:6px;
	z-index:100;
}

div.head div.sitetitle {
	margin-left:150px;
	padding:5px;
}
div.head div.sitetitle span.commental {
	font-size:28px;
	font-weight:bold;
}
div.head div.sitetitle span.org {
	font-size:11px;
	font-weight:normal;
}
div.head div.sitetitle span.pagetitle {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

div.head div.commental_slogan {
	margin-left:150px;
	padding:5px;
	font-size:26px;
	font-weight:bold;
	color:#333333;
}

div.head div.pagesubtitle {
	margin-left:150px;
	padding:5px;
	font-size:16px;
	color:#666666;
}






/* body */

div.body {
	padding-left:10px;
	padding-right:150px;
	padding-top:30px;
	padding-bottom:30px;
	background:url('images/body-bg.jpg') top repeat-x #555555;
}

div.body div.inner {
	margin-left:50px;
	margin-right:100px;
}

div.body p {
	text-align:justify;
	text-indent:1.5em;
}

div.body a {
	color:#000000;
}

div.body a:hover {
	color:#CC6600;
}



/* other */

div.newsfeed {
	position:absolute;
	right:0px;
	top:6em;
	margin-top:56px;
	width:160px;
	/* height:190px; */
	padding-bottom:16px;
	background:url('images/body-bg.jpg') bottom repeat-x #000000;
	z-index:2;
}

div.newsfeed .title {
	width:100%;
	height:14px;
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
	color:#666666;
	font-weight:bold;
}

div.newsfeed .rss_icon {
	position:absolute;
	left:3px;
	top:2px;
	height:14px;
	width:14px;
	cursor:pointer;
}
div.newsfeed.loading .rss_icon {
	cursor:default;
}

div.newsfeed .newsfeed_refresh {
	position:absolute;
	display:block;
	right:3px;
	top:2px;
	height:14px;
	width:14px;
	background:url('images/refresh.gif') center no-repeat;
	cursor:pointer;
}
div.newsfeed.loading .newsfeed_refresh {
	cursor:default;
}

div.newsfeed .inner {
	width:152px;
	/* height:170px; */
	margin:4px;
	background:#333333;
	font-size:10px;
	color:#888888;
	overflow:auto;
	/* optional 3D: */
	/*
	background:url('images/rss_dark.gif') bottom right no-repeat #333333;
	border:1px solid #222222;
	border-top:none;
	border-left-color:#444444;
	*/
}

div.newsfeed ul.feedlist {
	margin:0px;
	padding:0px;
	list-style:none;
}

div.newsfeed ul.feedlist li {
	list-style-type:none;
	list-style-position:inside;
	padding:2px;
	background:#333333;
	border-top:1px solid #444444;
	border-bottom:1px solid #222222;
	text-align:justify;
}
div.newsfeed ul.feedlist li.hover {
	background:#444444;
	border-top:1px solid #666666;
	border-bottom:1px solid #000000;
}

div.newsfeed div.status {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:#CC9966;
	color:#444444;
	text-indent:4px;
	border-top:1px solid #CC6600;
}

div.newsfeed a {
	color:#000000;
}

div.newsfeed a:hover {
	color:#CC6600;
}





/* foot */

div.foot {
	width:100%;
	padding-top:5px;
	padding-bottom:1px;
	background:url('images/foot-bg.jpg') top repeat-x #000000;
	color:#666666;
	text-align:center;
	font-size:10px;
}

div.foot span {
	padding-bottom:1px;
	padding-left:10px;
	background:url('images/foot-bg.jpg') 0px -7px repeat-x #000000;
}

div.foot span.rightmost {
	padding-right:10px;
}

div.foot span.xhtml_css {
	border-right:none;
	font-variant:small-caps;
}

div.foot a {
	color:#666666;
}

div.foot a:hover {
	color:#CC6600;
}











/* home */

div.home_explain {
	font-size:16px;
	line-height:1.5em;
}

div.home_explain img.commental_logo {
	float:right;
	height:3em;
	margin-bottom:-1em;
	padding-left:6px;
}



