/* CSS Document */

body {
	background-color: #FDF0CE;
    background-image: url(images/tile.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0px;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	padding: 0px;
}

#container {
    background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#container2 {
	width: 934px;
	margin: 0px;
}

#sidebar {
	padding-top: 248px;
	padding-left: 32px;
	font-size: 18px;
}


#content {
	padding-left: 146px;
	width: 540px;
	padding-top: 180px;
	

	
	
}

#footer {
	margin-left: 146px;
	font-size: 12px;
	padding: 30px 0 0px 0;
	text-align: left;
	clear: both;
	width: 540px;
}


.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	padding: 15px 0 5px 0;
	color: #333;
}

h2 {
	font-size: 26px;
	color: #931C1C;
	margin-left: -10px;
	padding-bottom: 10px;
	
	
}


h3 {
	color: #3a3c90;
	font-size: 18px;
	font-weight: bold;
}

#content li {
	list-style-type: square;
}

#bodytext {
	padding: 53px 0 10px 14px;
} 


#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}


#sidebar li {
	list-style-type: none;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
}


#sidebar li li {
	font-size: 14px;
	margin-left: 0px;
	margin-top: -12px;
}

#sidebar li ul {
	padding-top: 10px;
}


#sidebar a:link {
	color: #931C1C;
	text-decoration: none;
}

#sidebar a:visited {
	color: #931C1C;
	text-decoration: none;
}

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

#sidebar .title {
	font-weight: bold;
	font-size: 16px;
	color: #666;
	padding: 0px 0 5px 0;
}

#catdescrip {
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 10px 3px;
	margin-top: -12px;
	margin-right: 0px;
}

.textwidget {
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	padding-bottom: 7px;
}





.postmetadata {
	padding-bottom: 30px;
}


a:link {
	color: #931C1C;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #CC8E33;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}



#author {
	font-weight: 800;
	padding-left: 5px;
}





/* Begin Comments*/

.comments-template{
	margin: 10px 0 0;
/*	border-top: 1px solid #ccc;*/
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}