/* this awesome layout is from http://www.bluerobot.com/ */
#Header {
	position: absolute;
	left: 20px;
	top: 10px;
}

body {
	color:#333333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-image: url(/assets/templates/pocoblue/chinapattern_darkblue.jpg);
	/* width: 800px; */
}


h1 {
	text-align: center;
	font-family: times;
	font-weight: bold;	
	letter-spacing: 5px;
	padding: 10px;
	display: block;
	clear: both;
	background-color: #FF9900;	
	text-align: center;
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid black;
	
}

h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
}



/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	/* width: 800px; */
	min-width:500px;
	margin:110px 190px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#footer {
	color: #66FFFF;
	text-align: center;
}

#footer a:link, a:hover, a:focus, a:visited {color:#CC0066;}

a {
		font-weight: bold;
        text-decoration: none;
        font-family:verdana;}

a:link {color:#660033;}
a:visited {color:#660099;}
a:hover, a:focus {color:#CC0066;}



/* Navigation Menu / Links -- these declarations will override the style settings contained
in the c_config.js file. */  

#navAlpha {
	position:absolute;
	width:150px;
	top:110px;
	left:20px;
	border:1px solid black;
	background-color:#ffffff;
	padding:10px;
	z-index:4;
	min-height: 575px;
	background-color:#fffd30;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navAlpha a:link {color:#660033;}
#navAlpha a:visited {color:#660099;}
#navAlpha a:hover, a:focus {
	color:#CC0066;
	background-color:#FF9900;
	/* border-left: 5px solid yellow; */
 }

#navAlpha ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#navAlpha h2 {
	height: 50px;
	background-image: url(/assets/templates/pocoblue/pocopico_logo.png);
	background-repeat: no-repeat;
}

/* Right side nav: Google Ads */		
#navBeta {
	position:absolute;
	width:190px;
	top:100px;
	right:10px;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


/* Rounded Corners from roundedcornr.com */
.roundedcornr_box_654076 {
   background: #adac31 url(/assets/templates/pocoblue/roundedcornr_654076_grad.gif) repeat-x top left;
}
.roundedcornr_top_654076 div {
   background: url(/assets/templates/pocoblue/roundedcornr_654076_tl.gif) no-repeat top left;
}
.roundedcornr_top_654076 {
   background: transparent url(/assets/templates/pocoblue/roundedcornr_654076_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_654076 div {
   background: url(/assets/templates/pocoblue/roundedcornr_654076_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_654076 {
   background: transparent url(/assets/templates/pocoblue/roundedcornr_654076_br.gif) no-repeat bottom right;
}

.roundedcornr_top_654076 div, .roundedcornr_top_654076,
.roundedcornr_bottom_654076 div, .roundedcornr_bottom_654076 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_654076 { margin: 0 15px; }