/* $Id: xtemplate.css,v 1.1 2004/02/15 14:54:39 dries Exp $ */
/*
** HTML elements
*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #5F9AB5;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#placeholder {
	text-align: center;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #366174;
}

a:hover {
	color: #5F9AB5;
	text-decoration: none;
}

fieldset {
	border: 1px dashed #92FA56;
	width: 500px;
	padding: 10px 10px 10px 10px;
}

legend {
	background-color: #FFFFFF;
}

form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table {
	font-size: 0.9em;
	width: 100%;
}

table.darkpocket {
	background-color: #366174;
	width: 140px;
	text-align: left;
	font-size: 10px;
}

table.darkpocket a:hover, table.greenpocket a:hover {
	color: #D9FFFF;
	text-decoration: none;
}

table.greenpocket {
	background-color: #92FA56;
	width: 160px;
	text-align: left;
}

table.whitepocket {
	background-color: #FFFFFF;
	width: 580px;
	text-align: left;
}

tr.dark {
	background-color: #F8FFF5;
}

tr.dark td, tr.light td {
	padding: 0.3em;
}

tr.light {
	background-color: #EAFBFF;
}

#banners-left {
	width: 140px;
	text-align: center;
}

.bannerleft {
	margin-bottom: 12px;
}

.block {
	border-bottom: 1px dashed #00D2FF;
}

.block, .box {
	padding: 0 0 13px 0;
}

.block-forum h3 {
	margin-bottom: .5em;
}

.box .title {
	font-size: 1.1em;
	color: #437991;
	padding-bottom: 12px;
}

.breadcrumb {
	margin-bottom: 1.4em;
	color: #FF4FB8;
	font-size: 10px;
}

.comment {
	border: 1px solid #AABBCC;
	padding: .5em;
	margin-bottom: 1em;
}

.comment .avatar {
	border: 1px solid #AABBCC;
	float: right;
	margin: 0.5em;
}

.comment .new {
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: #FF0000;
}

.darkpocketbot, .darkpockettop {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 13px;
	width: 140px;
	background-color: #5F9AB5;
}

.darkpockettop {
	background-image: url(poc_dark_top.gif);
}

.darkpocketbot {
	background-image: url(poc_dark_bot.gif);
}

.darkpocketmid, .greenpocketmid {
	padding: 0 8px 0 8px;
	vertical-align: top;
}

.form-item label, .item-list .title {
	font-size: 1em;
	color: #222222;
	padding-bottom: 8px;
}

.form-item, #aggregator h3 {
	margin-top: 1em;
}

.greenpocketbot, .greenpockettop {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 13px;
	width: 160px;
	background-color: #5F9AB5;
}

.greenpockettop {
	background-image: url(poc_green_top.gif);
	}
	
.greenpocketbot {
	background-image: url(poc_green_bot.gif);
	}

.links {
	color: #366174;
	font-size: 10px;
	text-align: center;
	border-top: 1px dashed #FF4FB8;
	padding-top: 5px;
}

.links a, a:visited {
	font-weight: bold;
	font-size: 10px;
	color: #366174;
}

.links a:hover {
	color: #5F9AB5;
}

.message {
	padding: 0.3em;
	margin-bottom: 1em;
}

.node {
	margin: 10px 0 10px 0;
}

.node .avatar {
	border: 1px solid #DDDDDD;
	float: right;
	margin: 0.5em;
}

.node .content, .comment .content {
	padding: .5em 0 15px 0;
}

.node .taxonomy {
	color: #999999;
	font-size: 0.8em;
	padding: 1.5em;
}

.node-image-container {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
}

.node-image {
	margin-top: 13px !important; /* hack by www.maratz.com */
	margin-top: 6px;
}

.image {
	position: relative;
	float: left;
	width: 50px;
}

.imaged {
  margin-left: 97px;
}

img.large {
  margin: 4px 16px 2px 0;
  float: left;
   }


h1 {
	font-size: 11px;
	padding-bottom: 8px;
	color: #437991;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
}

h2, h2 a, h2 a:visited {
	font-size: 11px;
}

h3, h4, h5, h6, .comment .title {
	font-size: 1.1em;
}

.static {
	padding: .5em;
	background-color: #D4F7FF;
	border: solid 1px #DDDDDD;
}

.submitted {
	color: #999999;
	font-size: 0.8em;
}

.title, .title a, .title a:visited {
	font-weight: bold;
	color: #437991;
	margin: 15px auto 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.whitepocketbotleft, .whitepocketbotright, .whitepockettopleft, .whitepockettopright  {
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	background-color: #5F9AB5;
}

.whitepocketbotleft {
	background-image: url(pocbotleftwhite.gif);
}

.whitepocketbotright {
	background-image: url(pocbotrightwhite.gif);
}

.whitepocketcontent {
	padding: 0 15px 0 15px;
	vertical-align: top;
	width: 580px;
}

.whitepocketmid {
	width: 554px;
}

.whitepockettopleft {
	background-image: url(poctopleftwhite.gif);
}

.whitepockettopright {
	background-image: url(poctoprightwhite.gif);
}

#centerbar {
	padding: 10px 0 10px 0;
	height: 100%;
	vertical-align: top;
}

#content {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}

#header {
	width: 100%;
	background-color: #7BABC2;
	border-bottom: 1px solid #000000;
}

.headercellsizeblue {
	height: 80px;
}

.headercellsizegreen {
	height: 16px;
	background-color: #92FA56;
}

#headerfive, #headersix {
	width: 92px;
	height: 27px;
	background-repeat: no-repeat;
}

#headerfive {
	background-image: url(header_05.gif);
}

#headersix {
	background-image: url(header_06.gif);
}

#headerthree, #headerfour {
	width: 93px;
	height: 27px;
	background-repeat: no-repeat;
}

#headerthree {
	background-image: url(header_03.jpg);
}

#headerfour {
	background-image: url(header_04.jpg);
}

#headerone {
	width: 32px;
	height: 80px;
	background-image: url(header_01.gif);
}

#headertwo {
	width: 402px;
	height: 80px;
	background-image: url(header_02.jpg);
}

#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#logo {
	width: 304px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	border: 0;
	font-weight: bold;
	font-size: 1.9em;
	color: #7BABC2;
}

#logo img {
	display: block;
}

#main {
	padding: 8px 0 0 0;
}

#menu {
	padding: 0 0 2px 0;
	text-align: center;
	vertical-align: middle;
	background-color: #92FA56;
	height: 16px;
	margin-bottom: 2px;
	color: #000000;
}

#mission {
	text-align: center;
}

#mission, .node .content, .comment .content {
	line-height: 1.4em;
}

.primary, .primary a, .primary a:visited {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

.primary table {
	font-size: 1em;
	width: 100%;
}

#search {
	width: 185px;
	height: 26px;
	background-image: url(header_search.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#search .form-submit {
	height: 16px;
	background-color: #92FA56;
}

#search .form-text {
	width: 8em;
	height: 12px;
	background-color: #EAEAEA;
}

#search .form-text, #search .form-submit {
	border: 1px solid #000000;
	font-size: 10px;
	vertical-align: middle;
}

#sidebar-left {
	width: 140px;
	padding: 10px 10px 0 0;
	text-align: center;
}

#sidebar-left .title, .title a, #sidebar-right .title, .title a {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px auto 13px auto;
}

#sidebar-left a, #sidebar-right a, #sidebar-left a:hover {
	font-weight: bold;
}

#sidebar-left a {
	color: #FFFFFF;
}

#sidebar-right {
	width: 160px;
	padding: 10px 0 0 10px;
}

#sidebar-left, #sidebar-right {
	vertical-align: top;
	color: #000000;
	background-color: #5F9AB5;
	font-size: 11px;
}

#sidebar-right .block {
	border-bottom: 1px dashed #FF4FB8;
	padding-bottom: 10px;
}

#sidebar-right .title, .title a {
	color: #366174;
}

#sidebar-left .title, .title a {
	color: #92FA56;
}

#sidebar-right a, #sidebar-left a:hover {
	color: #000000;
}

#tracker td {
	vertical-align: top;
	padding: 1em 1em 1em 0;
	border-bottom: 1px solid #BBBBBB;
}

#tracker th {
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#tracker tr.light, #tracker tr.dark {
	background-color: #FFFFFF;
}

#news-item .title, .title a, .title a:visited {
	font-weight: bold;
	color: #437991;
	margin: 15px auto 0 auto;
	font-size: 12px;
}

.description, .source {
	font-weight: normal;
	font-size: 9px;
	color: #000000;
	padding: 10px 0 10px 0;
}

.description {
	width: 520px;
}

.source {
	border-bottom: 1px dashed #FF4FB8;
}

.date {
	font-weight: normal;
	font-size: 9px;
	color: #999999;
	padding-top: 25px;
	vertical-align: top;
}

#footer {
	text-align: center;
	vertical-align: middle;
	height: 16px;
	margin-bottom: 2px;
	color: #000000;
}

.centered, .centered a, .centered a:link, .centered a:visited {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.centered a, .centered a:link, .centered a:visited {
	font-weight: bold;
}

.centered img {
	margin: 0 5px 0 5px;
}

.fineprint {
	font-size: 10px;
	font-style: italic;
}

.weblink {
	font-size: 9px;
	font-style: italic;
	padding-top: 8px;
	text-align: right;
}
.googlefront {
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	background-color: #5F9AB5;
}

