/*  
Theme Name: Code9
*/

body {
	margin: 0;
	padding: 0;
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-size:0.77em;
	color: #333333;
}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
	font-family: Helvetica, Arial, sans-serif;
}

h2, h3 {
	font-size: 1.6em;	
	line-height:1.2em;
	margin-bottom:0.5em;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.5em;
}
ul, ol
{
	margin:1em 2em;
	padding:0 1em;
}
a 
{
	text-decoration:none;	
}
a:link, a:visited {
	color: #c86408;	
}

a:hover, a:active {
	color: #643424;
}

a:link, a:visited .logo {

}


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}
blockquote
{
	background:url(images/quote.gif) no-repeat left top;
	font-style:italic;
	padding-left:24px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 1em;
	color: #333333;
	margin:3px 0;
	padding:3px;
}

/* Header */

#header {
background:#FFFFFF url(images/code9-header-center.gif) repeat-x scroll 0% 50%;
height:80px;
margin:0px;
padding:0px;
}

#header-left {
background:transparent url(images/code9-header-left.gif) no-repeat scroll 0% 50%;
height:80px;
margin:0px;
padding:0px;
float:left;
width:500px;
}

#header-right {
background:transparent url(images/code9-header-right.gif) no-repeat scroll 0% 50%;
width:200px;
height:80px;
margin:0px;
padding:0px;
float:right;
}

#menu
{
	height:28px;
	line-height:28px;
	margin:0 auto;
	padding:0;
	background: #DEE7F6;
}
#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:100%;
        line-height: 2em;
}

#menu li {
	display: inline;
        line-height: 2em;
}

#menu a {
	display: block;
	float: left;
	height: 26px;	
	padding: 2px 20px 0;
	text-decoration: none;
	color:#2E2C51;
	margin:0;
	border:0px;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #7FA1DC;
	color:#fff;
}

#menu #rss a {
	float: right;
	padding-left: 10px;
	background:url(images/rss.gif) no-repeat 10px 50%;
}

#menu #rss a:hover {
	background-color:#7FA1DC;
}

/* wrap */

#wrap {
	width: 100%;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 75%;
	margin:0 1% 0 0;
	padding:2%;
}


#content-nosidebar {
	float: left;
	width: 96%;
	margin:0 1% 0 0;
	padding:2%;
}

#content-nosidebar .post .entry {
       padding-left: 50px;
       padding-right: 50px;
}


#content-home {
        background:transparent url(images/code9-main-bg.gif) no-repeat center top;
	width: 96%;
        height: 550px;
	margin:0 1% 0 0;
	padding:2%;
}

#wrap .navigation 
{
	margin:0;		
	padding:1em;
}

.alignleft {
	float: left;
	margin:1em 0;
}

.alignright {
	float: right;
	margin:1em 0;
}

/* Section */

.section 
{
	clear:both;
}

.section .title {
	text-transform:none;
        background-position:left top;
        background-repeat:repeat-x;
        border-bottom:2px solid #49457C;
        color: #506090
}


.item a {
      font-size: 11pt;
}

/* Post */

.post 
{
	clear:both;
	margin-bottom:2em;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform:none;
	line-height:1.6em;
	background: url(images/postbg.gif) repeat-x left bottom;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	border:none;
	color: #333333;
}

.post .title a:hover {
	border-bottom:1px solid;
}
.post .title span 
{
	float:right;
	font-size:0.55em;
	color:#999;
	margin:0 0 0 1em;
	text-transform:none;
	font-family:Verdana, Arial, Serif;
}
.post .home {

}

.post .meta 
{
	font-size:0.9em;
	padding: 5px 0;
	background: url(images/dotborder.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .category {
	padding: 0 20px 0 12px;
	background: url(images/category.gif) no-repeat left center;
}

.post .meta .comments 
{
	float:right;
	padding-left: 16px;
	background: url(images/comments.gif) no-repeat left center;
}
.post .meta .user 
{
	padding:0 14px;
	background: url(images/user.png) no-repeat left center;
}
/* Author Template*/
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Comments */

#commentform 
{
	margin:0;
	padding:10px;

	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt
{
	background:#f8f8f5;	
}
#content .commentlist li.authorcomment
{
	border:#ecc 1px solid;	
}
#content .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
.commentlist .avatar
{
	float:right;
	margin:0 0 0.5em 0.5em;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:150px;
}
textarea{
	width: 500px;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 15%;
	padding:2%;		
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
        text-align: left;
        padding-bottom: 5px;
}

#sidebar ul ul 
{
	margin-left:1em;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2, #sidebar h3 {
	margin-bottom: 10px;
	background: url(images/dotborder.gif) repeat-x bottom;
	text-transform: lowercase;
}

/* Footer */

#footer {
	text-align:center;
	padding: 10px 0;	
	margin:0 auto;
	width:98%;
	font-size:0.9em;
}
/* Colors */
body 
{
	background:#ffffff;
}
#content 
{
	background:#ffffff;
}
#sidebar 
{
	background:#F3FAFC;
}
#logo {
    width: 85%;
    height: auto;
}

#partnering {
     background:url(images/partnering-banner.gif) no-repeat scroll center center;
     height: 160px;
}


#mentoring {
     background:url(images/mentoring-banner.gif) no-repeat center center;
     height: 160px;
}


#code {
     background:url(images/code-banner.gif) no-repeat center center;
     height: 160px;
}


#training {
     background:url(images/training-banner.gif) no-repeat center center;
     height: 160px;
}

#about {
     background:url(images/about-banner.gif) no-repeat center center;
     height: 120px;
}

#team {
     background:url(images/team-banner.gif) no-repeat center center;
     height: 120px;
}

#spacer {
     background:url(images/blank.gif) repeat-x center center;
     height: 325px;
     width: 500px;
}

#pic-jeff {
     background:url(images/team/jeff.gif) repeat-x center center;
     height: 80px;
     width: 80px;
     float: left;
     margin-right: 15px;
}

#pic-zx {
     background:url(images/team/zx.gif) repeat-x center center;
     height: 80px;
     width: 80px;
     float: left;
     margin-right: 15px;
} 

img#wpstats{
width:0px;height:0px;overflow:hidden
} 