/*
Theme Name: Project Awesome
Theme URI: http://wordpress.org/
Description: A simple three column thing
Version: 1
Author: John Cantrell
Author URI: http://john.notsoevil.net
Tags: three column green simple typographic
*/

body { 
	background-color:#fffffc;
	font-size:16px;
	color:#555;
}

#page {
	padding-top:0px;
	margin-top:30px;
}
#header {
	margin: 0px 0px;
	background-color:#1b3a68;
	color:#fffdf9;
	text-align:left;
} 
#header h1 {
	font-size:44px;
	padding:0px 0px;
	font-weight:normal;
	margin-bottom:0
}
#header a {
	color:#fffdf9;
	text-decoration:none
}
#blog-tag {
	float:right;
	margin-top:-20px;
	font-size:13px;
}
#content {
	margin:0px 0px;
	padding:2px;
}
/* --- Menu Styles --- */
.menu li {margin: 0px}
#access {
	background-color:#2a2a2a;
	padding-bottom:2px;
	width:100%;
	margin: 0 auto;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 24px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#ccc;
	padding:0 10px;
	line-height:26px;
}
#access ul ul {
	display:none;
	position:absolute;
	font-size:16px;
	top:26px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:8px 10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}
/* end menu styles */
h2 {
	margin-bottom:5px;
	color:#3ea61d;
}
h3 {
	margin-bottom:0px;
	font-weight:normal;
	color:#3ea61d;
}
.post {clear:both}
p {text-indent:1.5em}
h2 a {text-decoration:none;
	color:#3ea61d;
}
a {text-decoration:none; color:#2f65b4}
a:hover {text-decoration:underline}
.entry {font-size:16px;color:#555}
.after-post-links {
	font-size:13px;
	border-style:solid;
	border-color:#aaa;
	border-width:1px 0px;
	background-color:#fafafa;
	padding:0px 4px;
	margin-bottom:5px;
	color:#555;
}
.post-info {float:left}
.post-links {float:right}
.comment-author {
	font-size:16px;
	font-weight:bold
}
.alignleft {float:left}
.alignright {float:right}

.comment-details {
	font-size:13px;
	height:26px;
	border-style:solid;
	border-color:#aaa;
	border-width:1px 0px;
	background-color:#fafafa;
	padding:0px 4px;
	margin-bottom:5px;
	color:#555;
}
cite {font-style:normal}
.comment-author img {vertical-align:middle}
.comment-meta {margin-top:4px}
.comment-body {clear:both}
.commentlist {
	list-style:none;
	margin:none;
}
.reply {margin-top:-20px}
.commentlist li {margin:0px 0px 20px 0px}
.children {
	list-style:none;
	margin-left:25px;
	margin-top:10px;

}
a:hover {text-decoration:underline}
pre, code {
	font-size:14px;
	font-family:monospace;
	background-color:#ffffff;
	border:1px solid #eee;
	padding:4px;
	display:block;
}
.divder {margin-bottom:5px}
#footer {margin-bottom:15px}
.code {
	padding-left:18px;
	padding-right:5px;
	background: transparent url(images/code.png) no-repeat center left;
}
.demo {
	padding-left:18px;
	padding-right:5px;
	background: transparent url(images/demo.png) no-repeat center left;
}

