body {
	background-image: url(../images/background.jpg);
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	
}

h3 {
	color: #659834;
	font-size: 19px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

h4 {
	color: #116598;
	font-size: 15px;
	margin-bottom: 5px;
}

a, a:visited {
	color: #116598;
}

a:hover {
	color: #659834;
}

#page {
}

/* @group header */

#header span {
	display: none;
}

#header h1#logo {
	width: 334px;
	height: 145px;
	display: inline-block;
	background-image: url(../images/logo.gif);
	margin: 0;
	padding: 0;
	float: left;
}

#header h2#headtext {
	width: 411px;
	height: 145px;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-image: url(../images/header.gif);
	float: left;
}

/* @group nav-tabs */

ul#nav-top {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 145px;
	display: inline-block;
	float: left;
}

ul#nav-top li {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style-type: none;
	width: auto;
	display: inline-block;
	float: left;
	height: 145px;
}

li#homepage a {
	width: 57px;
	height: 145px;
	margin: 0;
	padding: 0;
	background: url(../images/navtop.gif) no-repeat 0 0;
	display: inline-block;
}

li#homepage a:hover {
	background-position: 0 -145px;
}

li#about a {
	height: 145px;
	margin: 0;
	padding: 0;
	background: url(../images/navtop.gif) no-repeat -57px 0;
	display: inline-block;
	width: 60px;
}

li#about a:hover {
	background-position: -57px -145px;
}

li#contact a {
	height: 145px;
	margin: 0;
	padding: 0;
	background: url(../images/navtop.gif) no-repeat -117px 0;
	display: inline-block;
	width: 78px;
}

li#contact a:hover {
	background-position: -117px -145px;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebar h3 {
	display: block;
	margin: 10px 0 0;
	padding: 0;
	width: 160px;
	height: 23px;
}

#sidebar h3 span {
	display: none;
}

#sidebar h3#bloglink {
	width: 160px;
	height: 28px;
	display: block;
}

#sidebar h3#bloglink a {
	width: 160px;
	height: 28px;
	background: url(../images/blog.gif) no-repeat;
	display: block;
}

#sidebar ul {
	margin: 0;
	padding: 5px 0 9px;
}

#sidebar ul li {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#sidebar ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #005288;
	display: block;
	margin: 0;
	padding: 3px 5px;
}

#sidebar ul li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #129898;
	display: block;
	margin: 0;
	padding: 3px 5px;
}

#sidebar .select {
	text-decoration: none;
	font-weight: bold;
	color: #659834;
	display: block;
	margin: 0;
	padding: 3px 5px;
	background-image: url(../images/select.gif);
}

#sidebar #sidenav-os {
	background-image: url(../images/navside-ostitle.gif);
}

#sidebar #sidenav-develop {
	background-image: url(../images/navside-devtitle.gif);
}

#sidebar #sidenav-other {
	background-image: url(../images/navside-othtitle.gif);
}

ul#nav-os {
	background: #93deb6 url(../images/navside-osbg.gif) no-repeat;
}

ul#nav-dev {
	background: #96dfed url(../images/navside-devbg.gif) no-repeat;
}

ul#nav-oth {
	background: #95ccff url(../images/navside-othbg.gif) no-repeat;
}



/* @end */

/* @group content */

#content {
	clear: left;
	background-color: white;
	padding-bottom: 20px;
}

#main {
	margin-top: 10px;
}

#seventwenty {
	width: 720px;
}

div#breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
	color: silver;
}

#breadcrumbs a {
	text-decoration: none;
}

/* @group lessonlist */

dl#lessons {
}

#lessons lh {
	display: block;
	background-image: url(../images/train-title.gif);
	margin: 10px 0 0;
	padding: 5px 5px 5px 15px;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

#lessons dt {
	background: url(../images/train-desc.gif) right bottom;
	display: inline-block;
	padding: 5px 15px;
	border-left: 1px solid #99cd26;
}

#lessons dt a {
	text-decoration: none;
	font-weight: bold;
}

#lessons dd {
	border-bottom: 1px solid #99cd26;
	padding: 10px;
	background: url(../images/bluefade.gif) repeat-x 0 bottom;
	display: inline-block;
}

#lessons dd img {
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	border: 1px solid #99cd26;
}

h3.listview {
	margin-top: 20px;
}



/* @end */

/* @group blog+more */

h2.date-header {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #65980b;
	margin-bottom: 5px;
	border-bottom: 1px solid #669900;
	display: inline-block;
	border-left: 1px solid #669900;
	padding-left: 5px;
}

#seventwenty div.blog-posts.hfeed div.post.hentry.uncustomized-post-template h3.post-title.entry-title a {
	color: #116598;
	font-size: 24px;
	text-decoration: none;
}

div.post-footer {
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#comments h4 {
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.avatar-image-container.avatar-stock {
	display: none;
}

#comments-block {
	border: 1px solid silver;
	padding: 10px;
}

#comments-block p {
	margin-bottom: 5px;
}

#comments-block .comment-footer {
		color: #666;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.comment-author {
		color: #666;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

img {
	padding: 0;
	margin: 10px 0;
}



/* @end */



/* @end */

/* @group footer */

#footer {
	padding-bottom: 50px;
	background: url(../images/footer.gif) no-repeat;
}



/* @end */