/*
 *	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 *	Code licensed under the BSD License:
 *	http://developer.yahoo.net/yui/license.txt
 *	version: 2.7.0
 */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


/*
 * Oktavilla Baseline CSS
 * Version 1.0
 */
BODY { font: 100%/1.0 sans-serif; }
OL { padding-left: 2em; }
OL LI { list-style: decimal outside; }
UL { padding-left: 1.5em; }
UL LI { list-style: square outside; }
B, STRONG { font-weight: bold; }
EM, I { font-style: italic; }
TH { font-weight: bold; }
TD, TH { padding: 2px; }
P, TABLE, UL, OL { margin-bottom: .7em; }
INPUT, TEXTAREA, SELECT { padding: 2px; }
.checkbox INPUT, INPUT.checkbox, .radio INPUT, INPUT.radio { padding: 0; width: auto; }
INPUT.submit { width: auto !important; }


/*
 * Structure
 */
HTML, BODY {
	background: #ebf2eb;
	color: #0d0d0d;
}
BODY {
	font: 62.5%/1.0 georgia, serif;
	margin: 35px 0;
}
H1,
H2,
H3 {
	color: #0d0d0d;
	text-transform: uppercase;
}
H1 {
	font: bold 4.8em/1.0 "octin-college-1", "octin-college-2", arial, sans-serif;
	margin-bottom: 15px;
}
H2 {
	font: bold 2.8em/1.0 "octin-college-1", "octin-college-2", arial, sans-serif;
}
H3 {
	font: bold 2.1em/1.0 "octin-college-1", "octin-college-2", arial, sans-serif;
	margin-bottom: 2px;
}
H1 A,
H2 A,
H3 A {
	color: #000;
}
A {
	color: #04adbf;
	text-decoration: none;
}
A:hover {
	color: #025951;
}
OL,UL {
	margin: 0;
	padding: 0;
}
OL LI,
UL LI {
	list-style: none;
}
HR {
	background: #abbab6;
	border: none;
	height: 1px;
	margin: 0.7em 0;
}


/*
 * Site containers
 */
#content,
#footer {
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}
#sidebar {
	float: left;
	margin-right: 80px;
	width: 220px;
}
#posts {
	float: left;
	position: relative;
	width: 580px;
}
.javascript #posts {
	margin-top: 60px;
}


/*
 * Footer
 */
#footer {
	color: #a2aea4;
	font: 1.2em/1.2 arial, sans-serif;
	margin-top: 60px;
	text-align: right;
}


/*
 * Logo
 */
#logo {
	background: transparent url(../image/logo.gif) no-repeat 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 189px;
	width: 220px;
}
/*
 * Introduction
 */
#posts #introduction {
	margin-bottom: 55px;
}
#posts #introduction .lead {
	margin-bottom: 0;
}
#posts #introduction .lead .hilite {
	background: #fafcf9;
	color: #4bbf68;
	font-weight: bold;
}


/*
 * Sidebar
 */
#sidebar H2 {
	border-top: solid 1px #abbab6;
	color: #4bbf68;
	float: left;
	margin-bottom: 7px;
	padding-top: 5px;
}
#sidebar LI {
	overflow: hidden;
	margin: 30px 0;
}
#sidebar LI LI {
	margin: 0;
}
#sidebar UL UL {
	clear: left;
	float: left;
}
#sidebar .widget LI,
#sidebar UL UL LI {
	color: #4bbf68;
	font: bold 12px/1.2 arial, sans-serif;
	margin-bottom: 1px;
}
#sidebar #archive A {
	background: none;
	padding: 0;
}
#sidebar #archive .month UL LI A,
#sidebar .widget LI A,
#sidebar UL UL LI A {
	background: transparent url(../image/list-arrow-small-right.gif) no-repeat 0 0;
	display: block;
	padding-left: 15px;
}
#sidebar #archive .month UL LI A:focus,
#sidebar #archive .month UL LI A:hover,
#sidebar .widget LI A:focus,
#sidebar .widget LI A:hover,
#sidebar UL UL LI A:focus,
#sidebar UL UL LI A:hover {
	background: transparent url(../image/list-arrow-small-right.gif) no-repeat 0 -135px;
}
#sidebar .widget LI SPAN,
#sidebar UL UL LI SPAN {
	color: #4bbf68;
	font-weight: normal;
}
#sidebar .menu LI {
	font: bold 2.8em/1.0 "octin-college-1", "octin-college-2", arial, sans-serif;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#sidebar .menu LI A {
	background: transparent url(../image/list-arrow-big-right.gif) no-repeat 100% 0;
	float: left;
	padding: 0 25px 0 0;
}
#sidebar .menu .active A,
#sidebar .menu LI A:focus,
#sidebar .menu LI A:hover {
	background: transparent url(../image/list-arrow-big-right.gif) no-repeat 100% -88px;
	color: #025951;
}
#sidebar .tags LI {
	font-weight: normal;
	float: left;
	line-height: 1.2;
	margin: 0 1px 1px 0;
}
#sidebar .tags .row A {
	background: none;
	display: inline;
	padding: 1px 2px;
}
#sidebar .tags .row A:focus,
#sidebar .tags .row A:hover {
	background: none;
	color: #025951;
}
#sidebar .tags .row-1 A {
	color: #04adbf;
}
#sidebar .tags .row-2 A {
	color: #32b6c5;
}
#sidebar .tags .row-3 A {
	color: #52c1cc;
}
#sidebar .tags .row-4 A {
	color: #74ccd3;
}
#sidebar .tags .row-5 A {
	color: #98d7da;
}
#sidebar UL LI H2 .rsswidget {
	color: #4bbf68;
}
#sidebar UL LI H2 .rsswidget IMG {
	display: none;
}


/*
 * Archive
 */
#archive UL {
	float: none;
}
#archive .months,
#archive .month LI {
	margin-left: 16px;
}
#archive .year A,
#archive .month A {
	background: none;
	padding: 0;
}
.javascript #archive UL,
.javascript #archive .active .month UL {
	display: none;
}
.javascript #archive .active UL,
.javascript #archive .active .active UL {
	display: block;
}


/*
 * Posts
 */
#posts .post {
	background: #fafcf9 url(../image/bg-post.gif) no-repeat top right;
	margin-bottom: 30px;
	padding: 15px 20px;
}
#posts .lead,
#posts .post .lead {
	font-size: 2.0em;
}
#page-result {
	color: #c0ccc1;
}
#page-result .hilite {
	color: #a2aea4;	
}
.single #posts .post H1,
#posts .post H2 {
	font: bold 3.2em/1.0 "octin-college-1", "octin-college-2", arial, sans-serif;
	margin-bottom: 15px;
}
#posts .post H2 A:hover {
	color: #04adbf;
}
#posts .post P {
	color: #333;
	font: 1.6em/1.3 georgia, serif;
}
#posts .post OL,
#posts .post UL {
	font: 1.6em/1.2 georgia, serif;
	margin: 0.7em;
	padding-left: 1.4em;
}
#posts .post LI {
	margin-bottom: 3px;
}
#posts .post OL LI {
	list-style: decimal;
}
#posts .post UL LI {
	list-style: square;
}
#posts .post BLOCKQUOTE P,
#posts .post .about,
#posts .post .caption {
	color: #025951;
	font: 1.2em/1.3 arial, sans-serif;
}
#posts .post BLOCKQUOTE P,
#posts .post .about {
	background: #e7eee7;
	border-right: solid 15px #d6e3d8;
	clear: both;
	margin: 15px 0 15px -2px;
	overflow: hidden;
	padding: 7px 32px 7px 15px;
	width: 515px;
}
.comments-enabled #posts .post .about {
	margin-bottom: 30px;
}
#slideshow,
#posts .post IMG,
#posts .post IFRAME {
	clear: both;
	float: right;
	margin: 0 -60px 0.7em 0.7em;
}
.single #slideshow,
.single #posts .post IMG,
.single #posts .post IFRAME {
	margin-bottom: 20px;
}
#posts .post .caption {
	clear: both;
	float: right;
	margin: 0 -60px 20px 0.7em;
}
.single #posts .post .caption {
	margin: -20px -60px 20px 0.7em;
}
#posts .post #slideshow {
	position: relative;
}
#posts .post #slideshow IMG {
	display: block;
	float: none;
	margin: 0;
}
#posts .post #slideshow .caption {
	float: none;
	margin: 0.7em 0 0;
}
#posts .post #slideshow UL {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#posts .post #slideshow LI {
	list-style: none;
	margin: 0;
	padding: 0;
}
#posts .post #slideshow .slideshow-navigation {
	cursor: pointer;
	font: 1.2em/1.2 arial, sans-serif;
	position: absolute;
	top: 0;
	right: -21px;
}
#posts .post #slideshow .slideshow-navigation LI {
	background: #fafcf9;
	color: #025951;
	padding: 3px 7px;
}
#posts .post #slideshow .slideshow-navigation .active {
	background: #4bbf68;
	color: #ebf2eb;
}


/*
 * Page navigation
 */
#navigation {
	font: 1.2em/1.0 arial, sans-serif;
}
#navigation .alignleft {
	float: left;
}
#navigation .alignleft A {
	background: transparent url(../image/list-arrow-small-left.gif) no-repeat top left;
	padding-left: 15px;
}
#navigation .alignleft A:focus,
#navigation .alignleft A:hover {
	background: transparent url(../image/list-arrow-small-left.gif) no-repeat bottom left;
}
#navigation .alignright {
	float: right;
}
#navigation .alignright A {
	background: transparent url(../image/list-arrow-small-right.gif) no-repeat top right;
	padding-right: 15px;
}
#navigation .alignright A:focus,
#navigation .alignright A:hover {
	background: transparent url(../image/list-arrow-small-right.gif) no-repeat bottom right;
}


/*
 * Forms
 */
FORM {
	font: 1.2em/1.2 arial, sans-serif;
}
FORM TEXTAREA,
FORM INPUT {	
	background: #fafcf9;
	border: none;
	color: #0d0d0d;
	padding: 5px 4px;
}
FORM TEXTAREA:hover,
FORM TEXTAREA:focus,
FORM INPUT:hover,
FORM INPUT:focus {
	background: #fff;
}
/*
 * Comments
 */
#respond {
	background: #e7eee7;
	border-right: solid 15px #d6e3d8;
	color: #025951;
	overflow: hidden;
	margin: 15px 0;
	padding: 0 32px 12px 15px;
	position: relative;
	right: 2px;
	width: 515px;
}
#posts .post #comments,
#posts .post #respond H2 {
	color: #025951;
	font-size: 2.1em;
	margin: 15px 0 8px;
}
#posts .post #commentlist {
	font-size: 1em;
	margin: 0 0 30px;
	padding: 0;
}
#posts .post #commentlist EM {
	color: #c00;
	display: block;
	font-size: 1.6em;
	margin-bottom: 0.7em;
}
#posts .post #commentlist P EM {
	color: #333;
	display: inline;
	font-size: 1em;
	margin-bottom: 0;
}
#posts .post #commentlist LI {
	background: #fff;
	list-style: none;
	margin-bottom: 15px;
	padding: 15px 20px;
}
#posts .post #commentlist .comment-author {
	color: #025951;
	font: 1.2em/1.2 arial, sans-serif;
	text-align: right;
}
#respond LABEL {
	display: block;
	margin-bottom: 1px;
}
#comment,
#commentform,
#respond INPUT  {
	width: 510px;
}
#commentform DIV {
	margin-bottom: 10px;
}
#commentform .submit {
	float: left;
	margin-top: 4px;
}
#commentform .submit INPUT {
	margin: 0;
	padding: 5px 10px;
	width: auto;
}
#commentform .submit #submit {
	margin-left: 0;
}
.alert-box {
	color: #c00;
}
/*
 * Searchform
 */
#searchform {
	clear: both;
	color: #0d0d0d;
	position: relative;
}
#searchform SPAN {
	color: #0d0d0d;
	display: none;
	position: absolute;
	top: 5px;
	left: 4px;
}
#searchform .screen-reader-text {
	display: none;
}
#s {
	width: 162px;
}
FORM .submit INPUT,
#respond .submit INPUT,
#searchsubmit {
	background: #04adbf;
	border: none;
	color: #fafcf9;
	cursor: pointer;
	font-weight: bold;
	margin-left: 7px;
	padding: 5px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
FORM .submit INPUT:focus,
FORM .submit INPUT:hover,
#respond .submit INPUT:hover,
#respond .submit INPUT:focus,
#searchsubmit:focus,
#searchsubmit:hover {
	background: #025951;
}


/*
 * Highlight search term
 */
#posts P .hilite {
	background: #d6e3d8;
	color: #7b877c;
	font-weight: bold;
	padding: 0 2px;
}
#sidebar UL UL LI .hilite {
	color: #04adbf;
	font-weight: bold;	
}


/*
 * Sociable
 */
.toggle-sociable {
	cursor: pointer;
	display: none;
	margin-right: 1em;
}
.javascript .toggle-sociable {
	display: inline;
	float: left;
}
.javascript #posts .post .sociable {
	clear: both;
	display: none;
	float: left;
}
#posts .post .sociable {
	margin-top: 7px;
}
#posts .post .sociable UL {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#posts .post .sociable LI {
	float: left;
	list-style: none;
	margin: 0 5px 3px 0;
}
#posts .post .sociable IMG {
	float: none;
	margin: 0;
}


/*
 * Promote RSS
 */
#sidebar #promote-rss-widget {
	background: #fafcf9;
	padding: 10px;
}
#sidebar #promote-rss-widget UL {
	float: none;
}
#sidebar .widget #promote-rss {
	border-bottom: solid 1px #e7eee7;
	margin-bottom: 8px;
	padding-bottom: 7px;
}
#sidebar .widget #promote-rss A {
	background: transparent url(../image/list-rss-icons.gif) no-repeat 0 0;
	padding: 5px 0 5px 30px;
}
#sidebar .widget #promote-rss-mail {
	margin-bottom: 0;
}
#sidebar .widget #promote-rss-mail A {
	background: transparent url(../image/list-rss-icons.gif) no-repeat 0 -67px;
	padding: 5px 0 5px 30px;
}


/*
 * Calendar
 */
#calendar_wrap {
	clear: both;
	font: 12px/1.2 arial, sans-serif;
}


/*
 * Recent Comments
 */
#sidebar #recentcomments .recentcomments A {
	background: none;
}


/*
 * Tweets
 */
#tweets {
	color: #4bbf68;
	font: 1.2em/1.2 arial, sans-serif;
	position: absolute;
	top: -60px;
	right: -250px;
}


/*
 * Post edit link
 */
.post-edit-link {
	margin-left: 1em;
}