/* reset */
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, b, u, i, center, 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-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */


/* Begin Typography & Colors */

body {
	font-size: 75%; /* Resets 1em to 11px */
	font-family: Georgia, Times New Roman, Serif;
	background: #f8f8f8;
	color: gray;
	text-align: center;
        }

img {
	padding: 5px;
        background: #f8f8f8;
        border: 1px solid #ccc;
}


.top_menu {
	width: 920px;
	margin: 0 auto 0 auto;
        height: 20px;
        border-bottom: 1px solid #ccc;
}

.top_menu ul {
        width: 500px;
        height: 20px;
}

.top_menu li {
        float: left;
        display: block;
	padding: 0 5px 0 5px;
	line-height: 20px;
	color: #f9f7e6;
	text-decoration: none;
}

.current_page_item {
        color: red;
}

#page { 
        margin: auto;
        text-align: left;
	}

#header {
	height: 100px;
        border-bottom: 1px solid #ccc;
	}

#content {
	font-size: 11pt;
	}

.widecolumn .entry p {
	font-size: 12pt;
	margin-top: 10px;
	}

.narrowcolumn .entry p	{
	font-size: 12pt;
	margin-top: 10px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 125%;
	margin-top: 10px;
	}

.widecolumn {
	line-height: 125%;
	}

.narrowcolumn .postmetadata {
	margin-top: 10px;
	font-size: 10pt;
	}

.alt {
	
	}

.more-link.a {
        text-align: right;
}

#footer {
	text-align: center;
	border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
	}

small {
	font-family: Georgia, Times new Roman, Serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 125%;
	}

h1, h2, h3, {
	font-family: Georgia, Times new Roman, Serif;
	font-weight: normal;
	}

#header h1 {
	font-size: 20pt;
        text-align: center;
	}

#header .description {
	font-size: 10pt;
        text-align: center;
	margin-top: 5px;
	}

h1, h2 {
	font-size: 12pt;
	color: #7bb010;
	}

h4 {
	font-size: 10pt;
	color: gray;
	font-weight: bolder;
	padding: 5px;
	}

h2.pagetitle {
	font-size: 12pt;
	}

#sidebar h2 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;
	}

h3 {
	font-size: 12pt;
	color: gray;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #7bb010;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #7bb010;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, cite {
	text-decoration: none;
	color: #7bb010;
	}

/*h3 {
	margin-top: 20px;
	margin-bottom: 10px;

} */

#sidebar h2 {
	color: #7bb010;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #7bb010;
	}

.entry p a:visited {
	color: #7bb010;
	}

.commentlist li, #commentform input, #commentform textarea {	
        font-family: Georgia, Times New Roman, Serif;
        font-size: 12pt;
	line-height: 12pt;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #7bb010;
	padding: 2px;
	background: #f8f8f8;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bolder;
	font-style: normal;
	font-size: 10pt;
	}

.commentlist p {
	font-weight: normal;
	line-height: 120%;
	text-transform: none;
	}

#commentform p {
	font-family: Georgia, Times New Roman, Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Georgia', Times New Roman, Serif;	
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: gray;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

pre {
	font: 1.1em 'Courier New', Courier, Fixed;
	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/
	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/
}

#sidebar a {
	color: gray;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #ccc;
	text-decoration: underline;
	}

a {
	color: #7bb010;
	text-decoration: none;
	}

a:hover {
	color: #ccc;
	text-decoration: underline;
	}

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	width: 920px;
	}

.narrowcolumn {
	float: left;
	margin: 10px;
	padding: 5px;
	width: 650px;
	}

.widecolumn {
	padding: 5px;
	margin: 0 0 0 150px;
	width: 650px;
	}

.post {
	margin: 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 10px;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
        margin: 0 0 35px 0; 
}

.clear {
	clear: both;
}

#footer {
	padding: 5px;
	margin: 10px 0 0 0;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 30px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
}

#sidebar h2 {
	margin: 5px 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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 {
	display: block;
	margin-left: auto;
	margin-right: auto;
        padding: 5px;
	}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	line-height: 1em;
	}

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 10px;
	}

#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;
	}

ul ul li {
	margin-left: 0px;
	padding-left: 10px;
	text-indent: -10px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
 	cursor: pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
 	cursor: pointer;
	}

input, textarea, select
 {
 	border: #ddd 1px solid;
 	background-color: #fff;
        margin: 0 0 10px 0;
	font-family: Serif;
 	font-size:1em;
 	font-weight: normal;
 }

#text_field, #text_area, .password, select
 {
	width: 100%;
 }

#searchsubmit 
 {
 	cursor: pointer;
 	text-decoration:none;
 }

/* End Form Elements */


/* Begin Tables*/
table {
	margin: 10px 0 0 0;
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc
	}
th {
	padding: 5px;
	}
td {
	padding: 5px;
	border-top: 1px solid #ccc
	}

/* End Tables */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 5px;
	margin-left: 670px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #eee;
	}

blockquote {
	font-weight:bold;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #eee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
        margin: 10px;
        padding: 5px;
        background: #f8f8f8;
	border: 1px solid #ccc;
	}

.navigation {
	display: block;
        font-size: 10pt;
	margin-top: 20px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/

