/*  
Theme Name: Steves
Theme URI: http://wordpress.org/
Description: Steves ITP Theme
Version: 1.0
Author: Stephen Folkes
Author URI: http://www.itookphotos.com

	

*/



/* Begin Typography & Colors */


body { margin: 5px 0px 0px 0px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
}

a, a:link, a:visited, a:active {
	font-size: 10px;
	color: #A8A8A8;
	text-decoration:none;
	}

h3 {
	font-size: 10px;
	color: #A8A8A8;
	text-decoration:none;
	font-weight: bold;
	}

td { font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.style1 {
	color: #FFFFFF;
}

td.style2 {
	color: #A8A8A8; 
}
	
.style3 {
	color: #464646; 
}

a.link1, .link1:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}
	
.link1:hover {
    text-decoration:underline;
}

a.recententries {
	font-size: 10px;
	color: #BFBFBF;
	text-decoration:none;
}
	
.recententries:hover {
    /* text-decoration:underline; */
}

a.aboutlink, .aboutlink:hover, .aboutlink:visited{
	font-size: 10px;
	color: #A8A8A8;
	text-decoration:underline;
}

a.footerlink {
	font-size: 10px;
	color: #A8A8A8;
	text-decoration:none;
}
	
.footerlink:hover {
    text-decoration:underline;
}

a.calendar, .calendar:visited {
	font-size: 10px;
	color: #464646;
	text-decoration:none;
}
	
a.calendar:hover {
    text-decoration:underline;
}

.searchbox {
	margin-top:3px;
	height:10px;
	width:70px;
	border:solid 1 #BFBFBF;
	color: #BFBFBF;
	font-size: 10px;
}

#today {	
	background-color:#E1E1E1; 
	border-bottom: solid 1px #E1E1E1;
	vertical-align:middle; 
	text-align: center; 
}

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

#search {
/* border: 1px solid; */
padding: 0;
list-style: none;
margin-left: 0px;
}

#searchform div {
/* text-align:center; */
}


