body { 
	margin: 0;
	padding: 0;
	background: #000 url(/static/img/bg_site.jpg) no-repeat top center; 
	text-align: center;
	font: 10pt Helvetica, Arial, sans-serif;
}
a { color: #039; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #444;
	background-color: transparent;
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	border-bottom: 1px solid #D0D0D0;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 6px 0 7px 0;
}
h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
	padding: 6px 0 7px 0;
}
h3 {
	font-size: 16px;
	margin: 0 0 2px 0;
	padding: 5px 0 6px 0;
}
h4 {
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 3px 0 4px 0;
}

pre {
	display: block; 
	margin: 15px 0 15px 0;
}
code {
	font-family: Monaco, Courier New, monospace;
	font-size: 9pt;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	padding: 2px 3px 0px 3px;
}

pre code { 
	display: block;
	line-height: 1.6em;
	padding: 5px 5px 5px 5px;
	overflow: auto;
}


#prestage {
	width: 900px; 
	height: 109px;
	text-align: left; 
	margin: 0 auto;
}
#prestage a {
	display: block;
	width: 350px;
	height: 90px;
}
#stage { 
	width: 900px; 
	text-align: left; 
	margin: 0 auto;
}
#nav {
	background: url(/static/img/bg_nav.jpg) no-repeat top center;
	height: 48px;
	padding-left: 10px;
}
#nav a {
	display: block;
	float: left;
	text-align: center;
	width: 125px;
	background: url(/static/img/nav_sep.jpg) no-repeat top right;
}
#body {
	background: #e6e6e6 url(/static/img/bg_nav_shadow.jpg) repeat-x top left;
	color: #333;
	padding: 25px 25px 20px 25px;
}
#left {
	width: 545px;
	border-right: #d5d5d5 1px solid;
	padding-right: 20px;
}
#right {
	width: 265px;
	float: right;
}
#right .module {
	margin-bottom: 35px;
}
#prefooter {
	clear: both;
}
#footer {
	background: url(/static/img/bg_footer.jpg) no-repeat top center;
	height: 25px;
	padding: 65px 25px 20px 25px;
	color: #444;
}
#footer .pageLoadingTime { color: #333; }



form label { margin-right: 25px; }
button, form input, form select { font: 10pt Helvetica, Arial, sans-serif; }
form select { min-width: 230px; }
form textarea { width: 540px; height: 300px; font: 10pt Helvetica, Arial, sans-serif; }
form input[type="text"] { width: 400px; }
form input[type="text"].short { width: 100px; }
form input[type="submit"], button {	font-weight: bold; }

form { display: inline; }

form table td {
	font-size: 10pt;
	vertical-align: baseline;
}
form table tr.spacer {
	height: 10px;
}
form table tr.rule {
	
}
form table .footer td {
	padding: 5px;
	background-color: #ccc;
}



table.list {
	width: 100%;
	margin-bottom: 25px;
}
table.list th, table td { font-size: 10pt; }
table.list th {
	padding: 5px;
	background-color: #333;
	color: #eee;
	text-align: left;
}
table.list td {
	border-bottom: #bbb 1px dotted;
	padding: 5px;
}
table.list tr.odd td {  background-color: #dddddd; }
table.list tr.even td { background-color: #e6e6e6; }
table.list tr.empty-set td {
	padding: 15px 0;
	text-align: center;
	font-style: italic;
}




.blog_list {
}
.blog_list ul li {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.blog_list a { text-decoration: none; }
.blog_list a:hover { text-decoration: underline; }
.blog_list ul li .pub_date {
	font-size: 12px;
	font-weight: normal;
	color: #888;
}



.blog {
	margin: 0 0 30px 0;
}
.blog h1 {
}
.blog h1 a { text-decoration: none; }
.blog h1 a:hover { text-decoration: underline; }
.blog .options {
	float: right;
}
.blog .options a {
	color: #888;
}
.blog .options a:hover {
	color: #039;
}
.blog .pub_date {
	color: #888;
}

.blog .body {
	margin: 15px 0 0 0;
	line-height: 1.6em;
}
.blog .body .right {
	float: right;
	margin-left: 10px;
}
.blog .body img {
	display: block;
	margin: 10px auto;
	padding: 5px;
	background-color: #fff;
	border: #999 1px solid;
}
.blog .body p {
	margin: 5px 0 10px 0;
}
.blog .body h1 {
	font-size: 18px;
	border: 0;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}
.blog .body h2 {
	font-size: 16px;
	border: 0;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}
.blog .body h3 {
	font-size: 14px;
	border: 0;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
.blog .body h4 {
	font-size: 12px;
	border: 0;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;
}
.blog .footer a { text-decoration: none; }
.blog .footer {
	background-color: #d8d8d8;
	margin: 20px 0 0 0;
	padding: 4px;
	color: #666;
}
#comments_empty {
	padding: 5px 0 15px 0;
	color: #666;
}
#comment_body {
	height: 150px;
}


#twitter_feed {
}
#twitter_feed h1 {
	
}
.tweet {
	font-size: 8pt;
	color: #888;
	margin-bottom: 15px;
}
.tweet p {
	font-size: 9pt;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 0 0 5px 0;
}


#recent_blogs {}
#recent_blogs h1 a { float: right; }
#recent_blogs h1 a img {
	border: 0;
}
#recent_blogs .entry a {
	display: block;
	font-size: 11pt;
	margin: 0;
	padding: 0 0 5px 0;
	text-decoration: none;
}
#recent_blogs .entry a:hover {
	text-decoration: underline;
}
#recent_blogs .entry {
	font-size: 8pt;
	color: #888;
	margin-bottom: 15px;
}


.comment {
	margin: 0 0 30px 0;
}
.comment h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	letter-spacing: 0px;
}
.comment .source {
	font-weight: bold;
}
.comment .datetime {
	
}
.comment p {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
}




#contact {
	background-color: #eee;
	padding: 15px;
	height: 100px;
}
#contact_left, #contact_right {
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 220px;
}
#contact_footer { clear: both; }
#contact ul li {
	list-style: none;
	padding-left: 30px;
	padding-bottom: 10px;
}

#contact li.email { background: url(/static/img/icon_email_16.png) no-repeat top left; }
#contact li.phone { background: url(/static/img/icon_phone_16.png) no-repeat top left; }
#contact li.office { background: url(/static/img/icon_office_16.png) no-repeat top left; }
#contact li.im { background: url(/static/img/icon_im_16.png) no-repeat top left; }
#contact li.flickr { background: url(/static/img/icon_flickr_16.png) no-repeat top left; }
#contact li.twitter { background: url(/static/img/icon_twitter_16.png) no-repeat top left; }
#contact li.linkedin { background: url(/static/img/icon_linkedin_16.png) no-repeat top left; }
#contact li.facebook { background: url(/static/img/icon_facebook_16.png) no-repeat top left; }



div.debug { 
	display: block;
	padding: 3px;
	background-color: #ffd;
	font-family: Monaco, Courier New, monospace;
	font-size: 8pt;
	letter-spacing: -1px;
	text-align: left;
}
div.debug_trace { background-color: #ffd; }
div.debug_info { background-color: #dfd; }
div.debug_warn { background-color: #faa; }
div.debug_crit { background-color: #faa; }