* {
        padding: 0;
        margin: 0;
        outline: 0;
}

#accessibility {
        position: absolute;
        top: -10000px;
}

p {
        padding:10px 0 10px 0;
        line-height: 1.6em;
}

body {
	background-repeat: repeat-y; 
	background-position: left;
  	font-family: Verdana, Arial;
	font-size: 75%;
}

#masthead { 
	margin-top: 10px;
	background-color: #458B00;
	border-top: 7px solid black;
	border-bottom: 7px solid black;
 	height: 45px;
}

#blogtitle {
	width: 600px; /* Adjust this for the length of your site title.*/
	margin-top: -35px;
	margin-left: 15px;
	color: #000;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #D6D6D6; 
	text-align: left;
	border: 7px solid black;
	padding: 10px 10px 10px 10px;
    	font-family: Verdana, Arial;
	font-size: 2em;
}

#blogtitle a {
	color: #8B1C62;
}

#blogtitle a:visited {
	color: #8B1C62;
}

#blogtitle a:hover {
	color: #000000;
}

#insideWrapper {
        width: 100%;
}

#contentwrapper {	
	margin-top: 20px;
	margin-left: 260px;
        padding-right: 30px;
}

#content {
        float: right;
        width: 100%;
	background-color: #ffffff;
	border: 7px solid black;
	text-align: left;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 40px !important;
}

#content li {
        list-style-type: none;
        display: block;
        margin-left: 10px;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 55px;
	margin-top: 30px !important;
	margin-top: 60px;
	text-align: left;
    	font-family: Verdana, Arial;
	color: #000;
	font-size: 1em;
	line-height: 1.6em;

}


.sidebox {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #CD9B1D;
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox1 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #CD5555; 
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox2 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #104E8B;
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox3 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #9A32CD;
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox4 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #CD9B1D;
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox5 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #CD5555;
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

.sidebox6 {
	width: 80%;
	margin-left: 2px;
        margin-bottom: 20px;
	background-color: #104E8B;  
	text-align: left;
	border: 7px solid #000000;
	padding: 10px 10px 10px 10px;
}

a {
	color: #8C1C64;
	text-decoration: none;
        font-weight: bold;
}

a:visited {
	color: #8C1C64;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar a {
	color: #FFFFFF;
        font-weight: bold;
}

#sidebar a:visited {
	color: #FFFFFF;
}

#sidebar a:hover {
	color: #000000;
}

.sidebox p {
        padding-top: 0;
}

#sidebar ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
}

#sidebar li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
}

#sidebar li li {
	list-style-type: none;
	display: block;
	margin-left: 0px;
}

.postmetadata {
        position: relative;
	top: 10px;
	right: -22px;
        float: right;
	background-color: #D6D6D6; 
	text-align: left;
        width: 34em;
	border: 3px solid black;
	padding: 8px;
}

.postmetadata p {
        padding: 0;
}

.postmetadata2 {
        position: relative;
	top: -70px;
	right: -25px;
        float: right;
	background-color: #C76BF5; 
	text-align: left;
        width: 34em;
	border: 3px solid black;
	padding: 8px;
}

.post, #emailform, #archivescat, #archivesmonth {
	margin: 10px 20px 30px 20px;
	text-align: left;
}

.backpost {
	margin: 0px 10px 30px 20px;
	text-align: left;
}

.post ul, .post ol, .backpost ul, .backpost ol {
        list-style-position: inside;
}


.singlepost {
	margin: 10px 10px 10px 20px;
	text-align: left;
}

blockquote {
	margin: 0 30px 10px 30px;

	background-color: #D6D6D6; 
	text-align: left; 
	border: 2px solid #000000; 
	padding: 5px;
}

.title {
    	font-family: Verdana, Arial;
	color: #000000;
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
        margin-bottom: 10px;
}

a.title {
	color: #000000;
}

a.title:visited {
	color: #000000;
}

a.title:hover {
	color: #000000;
	border: 0px;
}

h2 .posttitle {
        clear: right;
    	font-family: Verdana, Arial;
	color: #8B1C62;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #D6D6D6; 
	text-align: left;
	border: 1px solid black;
	padding: 8px;
}

h2 a.posttitle {
	color: #8B1C62;
	border: 1px solid black;
}


h2 a.posttitle:visited {
	color: #8B1C62;
	border: 1px solid black;
}

h2 a.posttitle:hover {
	color: #000000;
	border: 1px solid black;
}





h2 .posttitle2 {
    	font-family: Verdana, Arial;
	color: #8B1C62;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #D6D6D6; 
	text-align: right;
	border: 1px solid black;
	padding: 8px;
}

h2 a.posttitle2 {
	color: #8B1C62;
	border: 1px solid black;
}


h2 a.posttitle2:visited {
	color: #8B1C62;
	border: 1px solid black;
}

h2 a.posttitle2:hover {
	color: #000000;
	border: 1px solid black;
}














h2 {
	color: #000000;
	font-size: 1.7em;
}

h2.searchtitle {}

h2#category {
	color: #000000;
	font-size: 1.7em;
	text-align: center;
        margin: 20px 0 20px 0;
}

h3.searchresult {
        margin-top: 30px;
}

.navigation { 
	padding: 15px;
}

#paging {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
}

#paging a {
        color: #8B1C62;
        text-decoration: none;
        font-size: 1.1em;
}

#paging a:hover {
        color: #000000;
}

#paging .left {
        float: left;
	margin-left: 20px;
	background-color: #D6D6D6; 
	text-align: left; 
	border: 3px solid black;
	padding: 8px;
}

#paging .right {
        float: right;
	margin-right: 20px;
	background-color: #D6D6D6; 
	text-align: right; 
	border: 3px solid black;
	padding: 8px;
}

a img {
	border: none;
}

.centeredImage {
       text-align:center;
       margin-top:10px;
       margin-bottom:0px;
       padding:0px;
}

.cite {
	font-size: 1em;
	color:#000000;
        padding-top: 10px;
}

.cite p {
        padding: 10px 0 0 0;
}

code {
	font-family: Courier New, Verdana;
	text-align:left;
	color:#000000;
	font-size: 1em;
}

#footer {
        font-size: 1em;
	color: #FFFFFF;
	text-align: right;
        margin-right:30px;
        margin-bottom: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
        font-weight: bold;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

h3#comment {
        text-align: left;
        padding-left: 20px;
}

ol.comments { 
	padding: 20px;
	margin-top: 20px;
}

ol.comments li {
        list-style: none;
}

.commentBox {
	margin-left: auto;
	margin-right: auto;
        margin-bottom: 20px;
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #000000; 
	padding: 5px;
}

.commentPos {

	font-family: 'Verdana';
	font-size: 1em;
	margin-top: 10px;
	padding: 0px;
	text-align: right;
	font-variant: small-caps;
}

a.commentPos {
	font-family: 'Verdana';
	color: #ff3333;
}

a.commentPos:visited {
	color: #ff3333;
}

a.commentPos:hover {
	color: #000;
	border: 0px;
}

#cpreview p.preview {
        font-size: 1.2em;
        color: #000000;
        text-align: center;
        margin-bottom: 15px;
}

h3#postcomment {
       margin: 0.6em 0.6em 0.6em 0.6em;
       font-weight: bold;
       font-size: 1.6em;
       color: #444444;
       text-align: center;
       border: 0;
}

form#txpCommentInputForm {
       margin-top: 40px;
       border: 1px solid #444444;
       padding-bottom: 1.2em;
       width: 360px;
       margin-left: auto;
       margin-right: auto;
       margin-bottom: 20px;
}

form#txpCommentInputForm p {
       margin: 0 0 0 1.2em;
       padding: 0;
}

input#forget, input#remember {
       margin-right: 5px;
}

textarea.txpCommentInputMessage {
       height: 250px;
       width: 325px;
       margin-bottom: 10px;
}

p#txpCommentInputForm {
       width: 300px;
       text-align: center;
       font-weight: bold;
       padding: 10px 0 10px 0;
       border-top: 1px solid #444444;
       border-bottom: 1px solid #444444;
       margin-left: auto;
       margin-right: auto;
       margin-top: 30px;
       margin-bottom: 30px;
}

.menutitle {
       font-weight: bold;
       text-align: left;
       font-size: 1em;
       text-decoration: underline;
}

#archivescat {
       padding-bottom: 30px;
}

#category {
       font-size: 1.2em;
       line-height:1.6em;
       margin-top: 30px;
}

#categorylisting {
       margin-bottom: 30px;
}

.categoryinstruct {
       font-weight:bold;
       font-size: 1em;
       margin-top: 10px;
}

.categorymenu {
       text-align: left;
       list-style: none;
}

.cattitle {
       clear: both;
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       padding-top: 50px;
       border-bottom: 1px solid #444444;
}

.cattitle a {
       color: #000000;
}

.catarticle {
       clear: both;
       font-weight:normal;
}

.catarticle a {
       text-decoration: none;
}

.archivearticle {
       clear: both;
       float: left;
}

.archivedate {
       float: right;
}

.montharchivedate {
       text-align: left;
       font-size: 1.2em;
       font-weight: bold;
       border-bottom: 1px solid #444444;
}

.montharchivearticle {
       clear: right;
       float: right;
       width: 50%;
       text-align: left;
}

.montharchivearticle a {

       text-decoration: none;
}


.back {
       font-size: 0.8em;
       font-weight: bold;
       text-align: right;
}

.clear {
       clear:both;
       height:1px;
       overflow:hidden;
       display: none;
}

.center {
	text-align: center;
}

.widecolumn { 
	padding-top: 
	20px; padding-left: 20px; 
	padding-right: 20px; 
	padding-bottom: 20px;
}

.narrowcolumn { 	
	padding-top: 20px; 
	padding-left: 60px; 
	padding-right: 60px; 
	padding-bottom: 20px;
}



#topadvert_block { 
background-color: #f0f0f0;
border: 1px solid #ccc; 
}

img.topadvert_img { margin-right: 2px; margin-bottom: 3px;}


