body {
	background:#005225 url('../img/bg.png') repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-size:0.75em;
	font-family: "Lucida Grande", Arial;
}
a {
	color:#166134;
}
a:hover {
	color:#183b26;
	background-color:#ffde46;
}
hr {
	background-color:#b3e6c7;
	color:#b3e6c7;
	border:0;
	height:1px;
}
.breaker {
	clear:both;
}
.highlight {
	background-color:yellow;
}
#bg_star {
	width:100%;
	height:100%;
	position: fixed;
	z-index: -2;
	background: transparent url('../img/bg_star.png') no-repeat center -160px;
	margin-top:-20px;
}
#header a:hover {
	background-color:transparent;
}
#container {
	margin:20px auto;
	width:950px;
	text-align:left;
	z-index: 3;
}
/* Logo Replaced with Cufon */
#logo {
	color:#ffa600;
	font-size:42px;
}
#logo .logo_first {
	font-weight:bold;
	color:white;
}
#search_wrapper {
	background-color:#ccc;
	width:300px;
	position: absolute;
	z-index: -1;
	padding:20px;
	margin-left:590px;
	margin-top:30px;
	height:200px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border:2px solid #fff;
}
#search {
	position: absolute;
	margin-left:590px;
	margin-top:30px;
	padding:10px;
	
}
#search_field {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #aaa;
	background: white url('../img/search.png') no-repeat 6px 5px;
	padding:5px;
	padding-left:26px;
	font-size:12px;
	font-family:"Lucida Grande", Arial;
	color:#183b26;
}

#wrapper {
	background: transparent url('../img/trans30.png') repeat;
	padding:8px;
	
/*	-webkit-border-radius:6px;
	-moz-border-radius:6px;*/
}
#main_nav {
	margin-top:20px;
	margin-left:8px;
	margin-bottom:0px;
	width:100%;
}
#main_nav li {
	display:inline;
}
#main_nav li a {
	
	font-size:14px;
	
	background-color:#ffb60d;
	padding:6px 20px;
	font-weight:bold;
	
	text-shadow: 0px 0px 2px #ffffbe;
	background: #ffb60d url('../img/menu.png') repeat-x bottom;
	
	-moz-border-radius-topright:6px;
	-moz-border-radius-topleft:6px;
	
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	
	margin-right:3px;
	
}
#main_nav li a.selected {
	padding:6px 20px;
	font-weight:bold;
	color:#183d27;
	
	text-shadow: none;
	background: white url('../img/menu-active.png') repeat-x top;
	
}
#main_nav li a:hover {
	background-color:white;
}


#main {
/*	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;*/
	
	background-color:white;
	padding:10px;
}
#main_top_left {
	width:600px;
	margin-right:10px;
	margin-left:-20px;
} 
#content {
	float:left;
	width:600px;
	margin-right:10px;
}
#main_top_right {
	float:left;
	width:300px;
}
#twitter {
	background-color:#9bceef;
/*	height:120px;*/
	margin-right:-30px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	
	padding:20px;
	padding-right:40px;
}
#twitter ul {
	list-style:none;
}
.twitter_corner {
	height:17px;
	background: transparent url('../img/twitter_corner.png') no-repeat right;
	margin-right:-31px;
	margin-bottom:-16px;
}
#sidebar #twitter h3 {
	font-size:24px;
	font-weight:normal;
	color:#09515e;
	background-color:transparent;
	margin:0;
	padding:0;
}
#twitter a {
	color:#09515e;
}
#twitter a:hover {
	background-color:#e4f8ff;
}
#sidebar #twitter ul li a {
	color:#09515e;
	display:inline;
	background-color:transparent;
	border:none;
	margin:0;
	padding:0;
	font-weight:bold;
}
#sidebar #twitter ul li a:hover {
	background-color:#e4f8ff;
}
#tweet {
	background-color:white;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin:10px 0;
	margin-right:-10px;
	border:1px solid #0babc8;
	font-size:11px;
	line-height:16px;
	color:#09515e;
}
#twitter_bird {
	float:right;
	margin-top:-60px;
	margin-right:-40px;
}
#featured_top {
/*	background: #ffb60d url('../img/orange_bg.png') repeat-x top;*/
	background-color:#e87e00;
	padding:20px;
	padding-left:40px;
	margin-left:-30px;
	padding-top:10px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
}
#featured_top p {
	line-height:18px;
	margin:10px 0;
}

.image_border {
	background: transparent url('../img/trans30.png') repeat;
	padding:8px;
	margin-top:10px;
}
#featured_image {
	float:left;
	width:166px;
	margin-right:10px;
}
#featured_content {
	float:left;
	width:372px;
	color:black;
	background-color: #fff;
	margin-top:10px;
	padding:0 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #ffb60d;
}
#featured_content a {
	font-weight:bold;
}
.featured_info {
	text-align:right;
}
.featured_corner {
	height:21px;
	background: transparent url('../img/featured_corner_dark.png') no-repeat left;
	margin-left:-30px;
	margin-bottom:-11px;
}
#featured_top .link {
	color:#fff;
/*	background: transparent url('../img/trans30.png') repeat;*/
	font-size:30px;
}
#featured_top .link:hover {
	background: transparent url('../img/trans30black.png') repeat;
}
#related_posts {
	margin-top:-10px;
	margin-bottom:20px;
	padding:20px;
	padding-bottom:0px;
	border:1px solid #ddd;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	background-color:#f2f2f2;
}
#related_posts h3 {
	font-size:16px;
	border-bottom:1px solid #ddd;
	padding:10px;
	margin:-20px;
	margin-bottom:20px;
	background-color:#ddd;
}
.node {
	margin-bottom:30px;
}
.download {
	margin:10px 0;
}
.download_image {
	float:left;
	width:64px;
	margin-right:10px;
}
.download_info {
/*	margin-top:20px;*/
	float:left;
}
.code-snippet {
	margin:10px;
	margin-top:20px;
	padding:10px;
	padding-top:0;
	border:1px solid #b3e6c7;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.code-snippet h3 {
	font-size:16px;
	margin:20px 0;
}
.code_types .code_type {
	margin-top:0;
}
.code_type {
	float:right;
	color:#5d9cc5;
	font-weight:bold;
	margin-top:10px;
	background-color:#cde9fa;
	
	border:1px solid #8ec3e6;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:4px;
	margin-left:5px;
}
#content {
	float:left;
	width:570px;
	margin:0 20px;
}
.paging {
	text-align:center;
	margin-bottom:10px;
}
#content pre code {
	font-family:"Monaco", "Courier";
}
#content pre {
	background-color:#000;
	color:#fff;
	font-size:12px;
	padding:10px 0;
	font-family:"Monaco", "Courier";
	overflow: auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-right:10px solid #000;
	border-left:10px solid #000;
	overflow-y: hidden ! important; overflow-x: auto ! important;
	line-height:16px;
	margin:10px 0;
}
/*.paging a {
	color:white;
	text-shadow: #000 1px 1px 2px;
	background: #183b26;
	
	padding:5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.paging a:hover {
	background-color:#166134;
}
.paging .current {
	color:#183b26;
	background: #b3e6c7;
	
	padding:5px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}*/
#content h2 {
	font-weight:normal;
	font-size:32px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #b3e6c7;
	padding-bottom:10px;
	font-family:Arial;
}
#content h2 a {
	font-size:26px;
}
.comment_count a {
	background-color:#effff5;
	border:1px solid #b3e6c7;
	border-top:none;
	
	float:right;
	font-weight:bold;
/*	background-color:#b3e6c7;*/
	padding:5px;
	padding-top:4px;
	margin-top:-10px;
	margin-bottom:10px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
}
.comment_count a:hover {
	background-color:white;
}
.comments h3 {
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
}
.comment-form fieldset, .contact-form fieldset, .login-form fieldset {
	margin:20px;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #ddd;
	padding:20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.comment-form fieldset legend, .contact-form fieldset legend, .login-form fieldset legend {
	font-weight:bold;
	font-size:18px;
}
.comment-form label, .contact-form label, .login-form label {
	font-weight:bold;
	display:block;
	float:left;
	width:80px;
	margin-top:8px;
}
.comment-form .back {
	margin-bottom:20px;
	font-weight:bold;
}
.comment-form .error-message, .contact-form .error-message, .login-form .error-message  {
	display:block;
	clear:both;
	color:#cf0000;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
.comment-form input[type=text], .comment-form textarea, .contact-form input[type=text], .contact-form textarea, .login-form input[type=text], .login-form input[type=password], .login-form textarea {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b3e6c7;
	background-color:#effff5;
	padding:5px;
	font-size:12px;
	font-family:"Lucida Grande", Arial;
	color:#183b26;
	margin-bottom:10px;
}
.comment-form input[type=submit], .contact-form input[type=submit], .login-form input[type=submit] {
	margin-top:10px;
}
.comment-form input[type=text], .contact-form input[type=text], .login-form input[type=text], .login-form input[type=password] {
	display:block;
	float:left;
	width:300px;
}
.comment-form textarea, .contact-form textarea {
	width:380px;
}
#content p {
	margin:10px 0;
	line-height:20px;
}
blockquote {
	margin:10px 20px;
	font-style:italic;
	color:#5b6860;
	font-family:Georgia;
	background-color:#f3fff8;
	padding:10px 20px;
	font-size:13px;
	line-height:20px;
}
.node-body img {
/*	border:1px solid #b3e6c7;
	padding:10px;
	display: block;
	background-color:#effff5;*/
}
.node-body h3 {
	margin:20px 0;
	font-size:16px;
}
.copy_section {
	border-bottom:1px dashed lightgray;
	margin-bottom:20px;
	padding-bottom:10px;
}
.copy_images {
	float:right;
	margin-left:10px;
	margin-top:20px;
}
.node-info {
	font-style: italic;
	color:#98a59d;
}
.node-more-info {
	background-color:#effff5;
	padding:10px;
	margin-top:20px;
	border:1px solid #b3e6c7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.tag_link {
	font-size:11px;
	background-color:#effff5;
	color:#166134;
	padding:3px;
	border:1px solid #b3e6c7;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
/*	text-shadow: black 1px 1px 2px;*/
}
.tag_link:hover {
	color:#183d27;
	border-color:#183d27;
	background-color:#fff;
}
.tags {
	margin-top:10px;
	margin-bottom:-5px;
	text-align:right;
}
.add_this {
	text-align:left;
	margin-top:10px;
	margin-bottom:-2px;
}
#content .node-body p {
	line-height:22px;
	margin:10px 0;
}
#content ul, #content ol {
	margin:20px;
}
#content ul li, #content ol li {
	margin-bottom:10px;
}
#sidebar {
	float:left;
	width:300px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li:first-child a {
	border-top:1px solid #b3e6c7;
}
#sidebar ul li a {
	border-bottom:1px solid #b3e6c7;
	padding:10px 0;
	padding-left:15px;
	display: block;
	background-color:#effff5;
/*	background-color:#e4ffef;*/
}
#sidebar ul li a:hover {
	background-color:#d0f7e0;
	border-bottom-color:#87c29e;
}
#sidebar h3 {
/*	font-size:24px;*/
/*	font-weight:normal;*/
	font-size:14px;
	margin:10px 0;
	
	background-color:#ffb60d;
	padding:10px;
	margin-right:-30px;
	margin-bottom:0;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
}
.sidebar_corner {
	height:17px;
	background: transparent url('../img/sidebar_corner.png') no-repeat right;
	margin-right:-31px;
	margin-bottom:-6px;
}

.message {
	margin:10px 0;
	padding:10px;
	border:1px solid #ddd;
	background-color:#efefef;
}

#footer {
	color:white;
	padding:10px 0;
	font-size:11px;
}
#footer a {
	color:#ffb60d;
}
#footer a:hover {
	background-color:transparent;
	color:white;
}
.left {
	float:left;
}
.right {
	float: right;
}
.date {
	color:inherit;
}

/*.comments .comment { border-top: 1px solid #f7f7f7; }*/
.comments .comment .comment { margin: 0px 0px 0px 40px; font-style:normal; }
.comment {
	font-style:normal;
}

.comment .comment-info { border: 1px solid #ddd; background: #f7f7f7; display: block; height: 39px; }
.comment .avatar { float: left; }
.comment .avatar img { padding: 3px; }
.comment .name { float: left; padding: 8px 0px 8px 10px; font-weight: bold; color: #000; padding-top:12px; }
.comment .date { float: left; padding: 8px; color: #666; padding-top:12px; }
.comment .comment-body { clear: both; font-size: 13px; padding: 10px 0px 3px 0px; line-height:20px; margin-bottom:10px; color:black; font-style:normal;}
.comment .comment-reply { padding: 10px 5px 10px 0px; float:right; padding-top:14px; }
.comment .comment-reply a { border:1px solid #ddd; font-size: 11px; text-transform: lowercase; color: #000; background: #fff; padding: 5px; text-decoration: none; margin-bottom:4px; }
.comment .comment-reply a:hover { background: #b3e6c7; color: #183d27; border:1px solid #183d27; }