/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of reset */

/* Page layout */
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	background: #13c4f8 url('../img/header_bg.png') repeat-x;
}

h2, h3, h4 {
	color: #1187CF;
	font-size: 1.5em;
	margin-bottom: 1em;
	margin-top: .5em;
}

h2 {
	color: #ff890f;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.2em;
}

a {
	color: #ff890f;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.pagePart {
	max-width: 70em;
	min-width: 50em;
	margin: 0 auto;
	padding: 0 1em;
}

#header {
	height: 170px;
	position: relative;
}
#header h1 {
	padding-top: 15px;
}

.mainMenu {
	position: absolute;
	bottom: 40px;
	right: 1em;
}

.mainMenu li {
	display: inline;
}

.mainMenu a {
	color: #FFFFFF;
	display: -moz-inline-block;
	display: inline-block;
	font-size: 1.3em;
	margin-left: 20px;
	text-decoration: none;
	padding-bottom: 5px;
}

.mainMenu a:hover, .mainMenu a.active {
	padding-bottom: 2px;
	border-bottom: 3px solid #8AD9F3;
}

#headDescription {
	color: #ffffff;
	font-size: 1.4em;
	position: absolute;
	top: 60px;
	left: 330px;
	right: 0;
	text-align: center;
}

#headDescription a {
	color: #ffffff;
}

#pageWrapper {
	padding: 1.5em 0;
	background-color: #ffffff;
	min-width: 52em;
}

#page {
	overflow: hidden; /* Clears the inner divs */
	line-height: 160%;
}
#content {
	float: left;
	margin-right: 20em;
}

#content p {
	margin-bottom: 1em;
}
.sideBar {
	float: right;
	width: 18em;
	margin-left: -20em;
}

.sideBar h2 {
	color: #4add3b;
}

.sideSection {
	margin-bottom: 1.5em;
}

.sideSection .tag-cloud li {
	display: inline;
	padding: 0 10px 2px 0;
}

#footerWrapper {
	background: url('../img/footer_border.png') repeat-x;
	padding-top: 10px;
	background-color: #13c4f8;
}
#footer {
	color: #ffffff;
	padding: 1em 0;
}

/* General styles */

.linkList {
	padding-bottom: .8em;
}

.linkList li {
	padding: 3px 0 3px 1.8em;
	background: url('../img/bullet_orange.png') no-repeat left 6px;
	border-bottom: 1px dotted #ff890f;
}

.linkList a {
	text-decoration: none;
}
.linkList a:hover {
	text-decoration: underline;
}

/* Blog posts */

.blogPost {
	border-top: 1px dotted #bfbfbf;
	margin-bottom: 2.5em;
}

.blogPost h2 {
	float: left;
	margin-right: 100px;
}

.blogPost ul {
	margin-bottom: 1em;
}

.blogPost ul li {
	padding: 1px 0 1px 1.8em;
	background: url('../img/bullet_orange.png') no-repeat left 6px;
}

.blogCalendar {
	float: right;
	width: 70px;
	height: 78px;
	background: url('../img/blog_calendar_page.png') no-repeat;
	color: #ffffff;
	margin: .7em 0 .6em .6em;
}

.blogCalendar span {
	display: block;
	text-align: center;
}

.blogCalendar .calMonth {
	height: 25px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.blogCalendar .calDay {
	color: #1187cf;
	font-size: 40px;
	height: 33px;
	line-height: 33px;
}

.blogCalendar .calYear {
	color: #13c4f8;
	height: 20px;
	font-weight: bold;
	font-size: 16px;
}

.blogContent {
	clear: left;
}

ol.commentlist {
	margin-top: 1em;
}

ol.commentlist li {
	margin: .7em 0;
	padding: 10px;
}
.alternate {
	background-color: #fafafa;
	border: 1px solid #dfdfdf;
	border-width: 1px 0;
}
ol.commentlist cite {
	font-weight: bold;
	display: block;
}

div.comment-meta {
	font-size: 0.85em;
}

div.comment-content {
	margin-top: .7em;
}

.entry-meta {
	margin-top: 1.5em;
	font-size: 0.9em;
}
.entry-meta.alternate {
	padding: 7px 10px;
}

.page-selector {
	overflow: auto;
	text-align: center;
}

.page-selector .next-page {
	float: right;
}

.page-selector .prev-page {
	float: left;
}

.page-selector a.current-page {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.image {
	padding: 4px;
	margin: 10px;
	display: inline;
	border: 1px dotted #BFBFBF;
	text-align: right;
}

.image.left {
	margin-left: 0;
	margin-top: 0;
}
.image.right {
	margin-right: 0;
	margin-top: 0;
}

.image img {
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}

pre {
	margin: 1em 0;
	padding: 10px;
	border: 1px dotted #BFBFBF;
	background-color: #FAFAFA;
	font-family: 'Courier New', sans-serif;
	line-height: 130%;
	overflow: auto;
	width: 32em;
	max-width: 50em;
}

/* form (elements) */
label {
	font-weight: bold;
}
input[type=text], textarea {
	border: 1px solid #1187CF;
	padding: 2px;
	margin: 1px;
	width: 15em;
}
textarea {
	width: 40em;
}
input[type=text]:focus, textarea:focus {
	border-width: 2px;
	margin: 0;
}

span.required {
	color: #FF890F;
}

#searchform input[type=text] {
	width: 150px;
}