BODY {
	text-align: center;
	font: 15px/22px Georgia, Trebuchet MS, Verdana, Arial, sans-serif;
	color: #373333;
}
a:link, a:visited { 
	color: #E62E00; 
	text-decoration: none; 
}
.blogEntry { 
	margin: 15px 0px 15px 0px;
	padding: 0px;
	border-top: 1px solid #7f7c7a;
}
.blogEntry P {
	padding: 0px;
	margin: 5px 5px 10px 5px;
}
.blogEntry a:hover, #footer a:hover { 
	border-bottom: 1px dotted #FCCEEC;
	border-top: 1px dotted #FCCEEC;
	background-color: #E62E00;
	color: #FFF;
}
.pageTitle { 
	font: 23px bold georgia, verdana, arial, sans-serif; 
	font-style: italic; 
	color: #FFF; 
}
.date { 
	color: #FFF; 
}
.blogEntry P.entryFooter {
	text-transform: uppercase;
	font-family: Helvetica Neue, Helvetica, sans-serif;
 	font-size: 11px;
	color: #fff;
	margin-top: -5px;
}
.category {
	margin-right: 5px;
}
P.entryFooter .category A {
	color: #555;
	display: none;
}
P.entryFooter .category A:hover {
	background-color: #555;
	color: #fff;
}
.blogEntry:hover P.entryFooter {
	color: #8f8c8a;
}
.blogEntry:hover P.entryFooter .category A {
	display: inline;
}
.entryTitleBar {
	margin: 7px 5px 7px 5px;
}
.posted A, .posted A:visited {
	text-decoration: none;
	color: #8f8c8a;
}

.posted A:hover {color: #fff;}

.entryTitle {
	font-size: 19px;
	font-weight: bold;
}

.entryTitle A, .entryTitle A:visited {
	text-decoration: none;
	color: #373333;
	border: none;
}

.entryTitle A:hover {
	color: #373333;
	background-color: #fff;
	text-decoration: underline;
	border: none;
}



#searchForm {float: right; }


#content {
	width:600px;
	margin:0px auto;
	text-align:left;
	background: none; 

	background-color: #fff; 
}

#startBlog {
	height: 7px; 
	background-color: #E62E00; 
	border: 1px solid #EBD374;
	border-width: 0px 0px 1px 0px;
}

#endBlog {
	height: 12px; 
	background-color: #E62E00; 
	border: 1px solid #EBD374;
	border-width: 1px 0px 0px 0px;
}


#logo {
	font: 29px Georgia;
	font-style: italic;
	margin: 5px 10px;
}

.searchForm {
	float: right;
}
.searchForm .textField {
	border: 1px solid #333; 
}

