body, #primary{
	color:#444;
}
#header {
	margin:1em;
	padding:1em;
	background: url(graphics/shirt.jpg) no-repeat center top;
	height:190px;
}


#header h2{
	display:none;
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;

}
#header p{
	display:none;
	padding:1em 0;
	margin:0;
	line-height:1em;
}

body {
	background-color: #FFFFFF;	
}

/* Header Styles */

 #primary{
	background:#FFF;
}

#primary ol li {
  margin:10px 0 10px 20px;
  color:#444;
  font-weight:normal;
}

/* Site menu Styles*/

#sitemenu {
	background-color: black;
	color: whitesmoke;
	border: 1px solid gray;
}

#sitemenu ul li, #sitemenu a{
	color: whitesmoke;
}

#sitemenu a{
	text-decoration: none;	
}
#sitemenu ul li a:hover {
	border-bottom: 2px solid #41328D;
	color: white;
}
}

/* Primary Styles */

#primary{
	color:#333;
}

#primary h2{ 
	color:#333; 
}

#primary .story h2, #primary .primary h2, #primary .single-story .primary h3, .story h3, .story h3 a{
	color:#333;
}

#primary a {
	color: #41328D;
}

#primary a:hover {
	background-color: #41328D;
	color: whitesmoke;
	text-decoration: none;
/*  border-bottom: 1px dotted black;*/
}

.secondary .featured p{
	border-bottom:1px solid #CCC;
	border-top: 1px solid #CCC;
}
.secondary .featured dl{
	border-bottom:1px solid #CCC;
}
.secondary dd a{ color:#7F7F7F; }
.secondary dd a:hover{ color:#000; }


.secondary .featured dt{
	color:#333;
}

a, .story .details a, .story .details a:hover{
	color:#000;
}
.story .details a:hover{
	text-decoration:underline;
}
.story .details{ border-top:1px solid #7F7F7F; }

h1, h2, h3{ color:#000; }

#secondary{
	color: #222222;
	border-top:1px solid #E3E3E3;
}



ul.dates, ul.counts, ul.blogroll li ul, ul.pages{
	border-top:1px solid #C2C2C2;
}
ul.dates li, ul.counts li, ul.blogroll li ul li, ul.pages li{
	border-bottom:1px solid #C2C2C2;
}
ul.dates .date, ul.counts .count{
	color:#7A7A7A;
}
ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	color:#404040;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ color:#000; }

blockquote{ 
	color:#333;
	background-color: #f6faff;
}

table th{ color:#FFF; background:#333; }
table td{ color:#000; background:#EAEAEA; }


/* Secondary Styles */

#secondary{
	background:#0C0C0C;
	padding:1px 0em;
	color:whitesmoke;
		border-top:1px solid #1C1C1C;
}

.comment-head{
	border-bottom:1px solid #1C1C1C;
	padding:0.8em 0em 1.0em 0em;
}
.comment-head h2{
	color:white;
	font-size:1.5em;
	margin:0;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 10%;
}
ol#comments li{
	width: auto;
	font-size: 1em;
	margin-bottom: 24px;
}

#comments cite{
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://www.jeffreykeen.com/wp/wp-content/themes/stripes/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	color:gray;
}

#comments cite .author{ 
	color:#B0A7DF;
}

#comments cite .date{ 
	color:white;
}

#comments cite .date:before {
	content: " on ";
}

#comments cite .author a{
	text-decoration:none;
	color:#B0A7DF;
	border-bottom:1px dotted #B0A7DF;
}


/* Ancillary styles */

#ancillary{
	background-color: #222222;
	background-image: url(graphics/grass-black.png);
	background-position: bottom;
	background-repeat: repeat-x;
	color: whitesmoke;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
#ancillary h2{
	color: white;
	text-transform: uppercase;
	font-size: 1em;
}

#ancillary .textwidget {
	color: whitesmoke;
}

#ancillary .block {
color:whitesmoke;
}

#ancillary .block a  {
	color: #B0A7DF;
}

#ancillary .block li {
list-style:none;
}


#ancillary .block ul li:hover, #ancillary .block ul li:hover a {
	background-color: #B0A7DF;
	color: black;
}

#ancillary .block a:hover  {
	background-color: #41328D;
	color: black;
}

#ancillary ul.photostripe img {
	padding: 4px;
	background-color: transparent;
	border:  1px solid gray;
}

#ancillary ul.photostripe img:hover {
	padding: 4px;
	background-color: white;
	border:  1px solid gray;
}


/* Footer Styles */

#footer{ 
color: #666; 
}
#footer a, #footer p.attributes a{
	color:#333;
}
#footer a:hover, #footer p.attributes a:hover{ 
color:#000; 
}


/* Images */

#footer .inside{
	background:url(white/footer.gif) 50% 0 repeat-x;
}

#search {
	float:right;
	margin:1em 20px 10px 2pt;
	position:relative;
	text-align:right;
	top:-8px;
	width:200px;
}

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	text-align:right;
}
#search .searchimg{

}
#search input{ 
	width:175px; 
	font-size: 0.9em; 
	background:black;
	padding:2px;
	border:1px dotted gray;
	margin-top:1px;
}




