/* BASE CSS */

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

html, body {
	background-color: #99A57D;
	background-image: url(/images/background.gif);
}

body, p, td, div {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #000000;
	font-style: italic;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

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

a.small {text-decoration: none; color : #909868;}


img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 880px;
	margin: 0px auto;
}

#page {
	background-color: #FFFFFF;
	width: 800px;
	padding: 14px 40px;
}

#content {
	margin-top: 5px;
}

/* CONTENT CSS */

h1 {
	font-size: 32px;
	color: #795475;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 30px;
}

h2 {
	font-size: 18px;
	color: #909868;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 10px;
}

h3, .h3span {
	font-size: 18px;
	color: #909868;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.h3span {
	line-height: 22px;
}

.button {
	color: #ffffff;
	background-color: #99A57D;
	border: 0px;
	margin: 2px;
	padding: 2px;
    font-family: Sans;
    font-style: Normal;
}
a.button {
    line-height: 30px;
    padding: 4px 4px 2px 4px;
}

a.button:hover { 
    color:#ffffff; 
    cursor:default;
}

.violet {
	color: #795475;
}

.small {
	font-style: normal;
	font-size: 11px;
	letter-spacing: 1px;
	color: #909868;
}

.smallgreen {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #909868;
	line-height: 17px;
}

div.blog_entry {
    background-image: url("/images/divider_horizontal2.gif");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

div.blog_entry cite {
    color: #909868;
}

div.blog_entry h2 {
    margin-bottom: 0px;
}

div.blog_archive h3 {
    color: #000;
    font-size:14px;
    font-weight:bold;
    font-style: italic;
}
div.blog_archive ul {
    list-style-image: url("/images/arrow.gif");
    padding-left: 20px;
}

div.blog_archive li {
    font-weight:bold;
}

/* Blog CSS */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

#column h3 {
}

#column ul {
	list-style: none;
	margin-bottom: 15px;
}

#column ul li ul {
	list-style-image: url("/images/arrow.gif");
	padding-left: 20px;
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

.post {
    background-image: url("/images/divider_horizontal2.gif");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.post cite {
    color: #909868;
}

.widget_tag_cloud {
	margin-bottom: 20px;
}

