body {
    color: #000;
    /*background: #fddbeb;*/
    background: #fff;
}
#page {
    padding: 0px 0 10px;
    border: 0 solid #ddd;
		border-bottom: 4px solid #ddd;
		background-color: #FAFAFA;
}
.columns-two #page {
    width: 880px;
}
.columns-three #page {
    width: 1050px;
}
#header {
    margin-bottom: 0 0 20px;
    height: 206px;
    background-color: #fff;
		background-repeat: no-repeat;
		background-position: 50px 5px;
		border-bottom: 4px solid #ddd;
}
#sidebar-main {
	/*background-color: #ddd;*/
}
#sidebar-alt {
	/*border-left: 1px dotted #ddd;*/
}
#primary {
    width: 599px;
		border-right: 1px dotted #ddd;
}
ul.menu li a {
    color: #111;
}
ul.menu li a:hover {
    color: #FFe4ed !important;
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
    background: #ffe4ed;
}
h1, h2, h3, h4 {
    font-family: Arial, 'Trebuchet MS', Verdana, Sans-Serif;
}
p {
	  font-size: 14px;
    font-family: Calibri, 'Trebuchet MS', Verdana, Sans-Serif;
}
a {
     color: #777;
}
#rollingarchives {
    width: 600px;
		background-color: #FAFAFA;
}
body.smartposition #rollingarchives{
    width: 600px;
		background-color: #FAFAFA;
}
.entry-content {
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
}
	.entry-content img {
			border: 2px solid #666;
	}		
	.entry-content a {
		color: #ff66cc;
	}
	.entry-content a:hover, .entry-content a:visited {
		color: #777;
	}
	
#primary h3.entry-title {
	letter-spacing: 2px;
}
