body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
	text-align: center;
	min-width: 970px;
}

#page {
	text-align: left;
	padding: 0;
	width: 100%;
}

#left-wrapper {
	float: left;
	width: 60%;
}

#right-wrapper {
	background: #e1e7b9;
	float: right;
	width: 40%;
}

#logo {
	display: block;
	margin: 30px 0 30px 0;
	font-size: 1.2em;
	letter-spacing: .2em;
}

#logo strong {
	display: block;
	font-size: 2.1em;
	letter-spacing: 0;
}

#logo a {
	text-decoration: none;
	display: block;
	color: #666;
}

#logo a:hover {
	color: #0280A7
}

#sidebars {
	float: left;
	width: 345px;
	margin: 0 0 0 20px;
}

.sidebar {
	width: 325px;
}

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry,.widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1,h2,h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
	color: #666;
}

.sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1,h1 a,h1 a:hover,h1 a:visited,#headerimg .description {
	text-decoration: none;
	color: #333;
}

h2,h2 a,h2 a:visited,h3,h3 a,h3 a:visited {
	color: #0280a7;
}

h2,h2 a,h2 a:hover,h2 a:visited,h3,h3 a,h3 a:hover,h3 a:visited,.sidebar h2,cite
	{
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sidebar {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small,.sidebar ul ul li,.sidebar ul ol li,.postmetadata,blockquote,strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	font-weight: bold;
}

code.block {
	font-weight: normal;
	background: #ffffe0;
	display: block;
	border: 1px solid #eeeed0;
	padding: 2px;
}

code .php {
	color: #0000ff;
}

.red {
	color: #ff0000;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #0280a7;
	text-decoration: none;
}

h2 a:hover,h3 a:hover {
	color: #ce2626;
	text-decoration: underline;
}

a:hover {
	color: #ce2626;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
}

.narrowcolumn {
	float: right;
	padding: 10px 15px 20px 5px;
	margin: 0px 0 0;
	width: 562px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}

.post {
	margin: 0 0 20px;
	text-align: left;
}

.delimiter {
	height: 0px;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 20px 0 0;
}

h2.pagetitle {
	text-align: left;
}

.sidebar h2 {
	margin: 0 0 0 -20px;
	padding: 1px 0 2px 10px;
	color: #fff;
	background: #9ED215;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

h3#comments {
	color: #333;
}

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	float:right
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	float:left;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before,.sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.sidebar ul,.sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

.sidebar ul p,.sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul,.sidebar ul ol {
	margin: 5px 0 0 0;
}

.sidebar ul ul ul,.sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,.sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li,.sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#rss {
	text-align: left;
	margin-bottom:30px;
}

#rss a {
	text-decoration: none;
}

#rss-links {
	margin: 0 0 0 100px;
	padding-top: 5px;
}

#rss-links a {
	margin: 0 0 10px 0;
	display: block;
}

#rss-links a img {
	margin-right: 5px;
}

.postinfo {
	padding: .5em 1em;
	font-size: .9em;
	background: #eee;
}

.breadcrumb {
	font-size: .9em;
}

/*===== o0o: PAGE NUMBERS =====*/
#wp_page_numbers ul,#wp_page_numbers li,#wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 20px;
	width: 100%;
	background: #fff;
}

#wp_page_numbers ul {
	border-top: 1px solid #ccc;
	width: 100%;
}

#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #ff00a4;
	border-top: 2px solid #ff00a4;
	border-bottom: 2px solid #f1f1f1;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #45b9f6;
	border-top: 2px solid #45b9f6;
	border-bottom: 2px solid #45b9f6;
}

#wp_page_numbers li.active_page a:hover {
	color: #fff; /* IE fix */
	border-top: 2px solid #00679d;
	border-bottom: 2px solid #45b9f6;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
