/* 
Styles to Code by

Author URI: http://www.kelvinwong.ca/
License: GPL http://www.gnu.org/copyleft/gpl.html

Accessibility note: All text sizes are specified using 'em' measurements. 
Certain layout items requiring pixel-perfect display were specified in 'px' 
rather than 'em'. This should still validate to WCAG-AA.

*/

/*************************************************************
    Main structural classes
**************************************************************/
#left-banner {
	position:absolute;
	left:0px;
	top:5px;
	height:435px;
	width:61px;
	background:transparent url(../wp-content/themes/WongoBlue/images/left_banner_b8c7de_on_aabbd7.jpg) top left no-repeat;
	background-attachment:scroll;
}
#wrapper {
	position:relative;
	background: #efefef url(../wp-content/themes/WongoBlue/images/bkgd_blue_wash_efefef.jpg) top left;
	background-repeat:repeat;
	background-attachment:scroll;
	width:735px;
	margin:0 auto 2em 65px;
	padding:0;
	text-align:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif, Sans, Lucida, FreeSans;
	font-size: 1em;
}
#header {
	height: 209px;
	width: 735px;
	background: url(../wp-content/themes/WongoBlue/images/header_area.jpg) top no-repeat;
	background-attachment:scroll;
	margin:0px;
	padding:0px;
}
#content {
	position:relative;
	background:transparent url(../wp-content/themes/WongoBlue/images/post_area.jpg) top left no-repeat;
	background-attachment:scroll;
	width:715px;
	float:left;
	overflow:visible;
	margin:0;
	padding:10px;
}
#sidebar {
	background:#FFFFFF url(../wp-content/themes/WongoBlue/images/sidebar_grad_ffffff_efefef.jpg) repeat-y top left;
	background-attachment:scroll;
	position:relative;
	width:206px;
	float:right;
	clear:right;
	top:-14px;
	/*left:575px; stupid ie6 and ie 7 i hate you */
	font-size:.8em;
	line-height:1em;
	color:#000066;
	z-index:800;
	display:block;
	visibility:visible;
	padding:1em .5em 1em .5em;
	margin:0;
}
#footer {
	margin:0;
	padding:0;
	clear: both;
	font-size: 0.9em;
	color: #003366;
	text-align:center;
	width:735px;
	height:150px;
	background:url(../wp-content/themes/WongoBlue/images/footer_grad_aabbd7_efefef.jpg) top left;
	background-attachment:scroll;
	background-repeat:repeat-x;
}
/*************************************************************
    Main html element classes
**************************************************************/
body {
	background: #aabbd7 url(../wp-content/themes/WongoBlue/images/bkgd_grad_fx_aabbd7_ffffff.jpg) repeat top left;
	background-attachment: fixed;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif, Sans, Lucida, FreeSans;
	font-size: 1em;
	text-align:left;
	color:#000000;
	line-height:1.3em;
}
a {
	color: #000066;	
	text-decoration:underline;
}
a:visited {
	color: #663399;
	text-decoration:underline;
}
a:hover {
	color: #0033CC;
	text-decoration:none;
}
a:active {
	color: #FF6600;
	text-decoration:none;
}
input, textarea {
	border:#000066 1px solid;
}
/*************************************************************
    Image header styles
**************************************************************/
#header h1 {
	position: relative;
	background:transparent url(../wp-content/themes/WongoBlue/images/header_h1.jpg) no-repeat top left;
	padding:0px;
	margin: 0px;
	width: 735px;
	height: 38px;
	top:145px;
	z-index: 1000;
}
#header h1 span {
	display:none;
}
/*************************************************************
    Navigation CSS
**************************************************************/
#topnav {
	list-style:none;
	font-size:1em;
	margin:0 auto;	
	padding:2px 0 4px 5px;
	text-align:right;	
	text-transform:lowercase;	
}
#topnav li {
	list-style:none;
	display:inline;
	padding:0 1em;
	margin:0;
}
#topnav li a:link, 
#topnav li a:visited, 
#topnav li a:hover, 
#topnav li a:active {
	text-decoration:none;	
	color:#666;
	border-bottom:#FFFFFF 2px solid;
}
#topnav li a:hover {
	border-bottom:#99CCCC 2px solid;
	color:#666;	
}
#topnav li.current_page_item a:link, 
#topnav li.current_page_item a:visited, 
#topnav li.current_page_item a:hover, 
#topnav li.current_page_item a:active {
	border-bottom:#99CCCC 2px solid;
}
#homer {
	background:url(../wp-content/themes/WongoBlue/images/icon_home.gif) no-repeat left;
	padding-left:15px;
}
/*************************************************************
    Typography classes CSS
**************************************************************/
p {
	font-weight:normal;
	font-size:.9em;
	margin:0;
	padding: 0em 1em 1em 1em;
	line-height: 1.3em;
	text-align:left;
}
h1, h2, h3, h4, h5 { /* All headings should be serif */
	font-family:Georgia, Times, "Times New Roman", Serif, FreeSerif;
	letter-spacing: 1px;
	text-transform:capitalize;
}
h1 { /* h1 defines the site name not the page title */
	font-size:1.5em;
	font-weight:normal;
}
h2, h2 a { /* h2 are used to denote the page name */
	font-size:1em;
	color: #333366;
	margin:0em 0em 1em 0em;
}
h3, h3 a { /* multiple items in subheadings */
	font-size:1em;
	color:#333366;
	margin:0em 0em 1em 0em;
}
h4, h5 {
	font-size: 0.9em;
	color: #000000;
	font-weight:bold;
	margin:0em 0em 1em 1em;
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-family:"Courier New", Courier, monospace, FreeMono;
	font-size: .8em;
}
.codebox {
	border:#006699 2px dotted;
	padding:0.5em;
	margin:1em 0em 2em 0em;
	background-color:#000000;
	color:#FFFFFF;
}
pre {
	letter-spacing:-0.04em;
	word-spacing:-0.1em;
	line-height:0.9em;
}
blockquote{
	background:#ffffff url(../wp-content/themes/WongoBlue/images/bkgd_grad_lat_ffffff_efefef.jpg) top right repeat;
	border-left:5px solid #0066CC;
	padding:10px 10px 10px 10px;
	margin:1em 1em 1em 2em;
	width:375px;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
dd, dt, dt a {
	font-size:0.9em;
}
dt, dt a {
	font-weight:bold;
}
.kw-code-comment {
	color:#cc6600;
	padding:0em;
	margin-bottom:0em;
}
.invisible {
	display:none;
}
.alignleft {
	position:relative;
	float:left;
}
.alignright {
	position:relative;
	float:right;
}
/*************************************************************
    Header CSS
**************************************************************/
#header a:link, #header a:visited {
	color: #000066;
	text-decoration: none;
	border-bottom: none;
}
#header a:hover, #header a:active {
	color: #000066;
	text-decoration: none;
	border-bottom: none;
}
/*************************************************************
    Search Form CSS - From A List Apart Article...
	http://alistapart.com/articles/makingcompactformsmoreaccessible
**************************************************************/
form#searchform {
	position:relative;
}
div#search {
	position:relative;
	float:left;
	margin-right:3px;
}
input#search-field {
	width:10em;
}
label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:4px;
	left:5px;
	z-index:1;
	color:#999;
}
/*************************************************************
    Content Area CSS
**************************************************************/
.post-content ul {
	font-size:0.9em;
	line-height:1.2em;
}
.post-content ol {
	font-size:0.9em;
	line-height:1.2em;
}
.post {
	padding:0em 0em 1em 0em;
}
.post-footer {
	margin-bottom: 3em;
	font-size: 0.9em;
	color: #666;
	text-transform:capitalize;
}
.post-footer span {
	background:url(img/ico-talk.gif) no-repeat left;
	padding:0 0 0 17px;
}
.post-footer a {
	background:url(img/ico-talk-act.gif) no-repeat left;
	padding:0 0 0 17px;
}
.post-infobar {
	margin: 0em 0em 0.2em;	
	text-align: right;
	padding: 0.5em 1em 0em 0em;
	color: #003399;
	border-bottom:#ccc 1px solid;
	font-size: 0.7em;
}
.category {
	text-decoration: none;
	float: left;
	font-style: normal;
	text-transform:lowercase;
	font-style:italic;
	padding:0;	
}
.post-link-pages { /* styling for multi page post navigation */
	margin: 0em 0em 0.2em;	
	text-align: right;
	padding: 0.5em 1em 1em 0em;
	color: #000000;
	font-family:"Times New Roman", Times, serif, FreeSerif;
	font-size: 0.7em;
}
.post-link-pages a {
	color: #000066;
}
.edit-this {
	font-size:0.6em;
	text-transform:lowercase;
}
.history-nav {
	border-top:#CCCCCC 1px solid;
	padding-top:1em;
	text-transform:capitalize;
}
hr {
	display: none;
}
/*************************************************************
    Footer CSS
**************************************************************/
#footer a {
	border:none;
	color:#000066;
}
#footer p {
	margin:0 auto;
	padding:2em 1em 0em 1em;
	font-size: 0.8em;
	color: #003366;
	text-align:center;
}
#footer img {
	border:none;
	padding:0.8em;
}
.cclicense {
	font-size:1em;
	color:#000066;
}
