@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background-color:#777777;
	background-image:url(../img/header-bkg2.png);
	background-repeat:no-repeat;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #eeeeee;
}
a:link, a:visited, a:active {
	font-family:Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #603913;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
ul,li {
	list-style-type:none;
	}
h1 {
	font-family:Geneva, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #603913;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #603913;
	text-decoration: none;
}
#wrapper {
	width: 100%;
}
#logo {	
	margin-left: 20px;
}
#nav {
	width: 628px;
	margin-left: 396px;
}
#blog {
	margin-left: 30px;
	float: left;
	width:450px;
	font-family:Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}
#blog h1 a:link, #blog h1 a:visited, #blog h1 a:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #603913;
	text-decoration: none;
}	
#blog h1 a:hover {
	text-decoration: underline;
}
#col2 {
	float: left;
	width: 235px;
	margin-left: 40px;
	margin-top: 50px;
}
#col3 {
	float: left;
	width: 120px;
	margin-left: 40px;
	margin-top: 50px;
}
/* Flickr */
#flickr img { width: 85px; height: 85px; }
#flickr a { padding: 2px; margin: 2px; display: block; float: left; }
#flickr a:hover { background: #f8f7fe; }

#col2 ul li {
	padding: 4px 0px 4px 0px;
	border-top: 1px dotted #FFF1D8;
	font-size: 11px;
	margin-left: -35px;
	}
#col2 ul li a:link, #col2 ul li a:visited, #col2 ul li a:active {
	color: #603913;
	text-decoration: none;
	}
	
#col2 ul li:hover {
	background: url(/img/semiTransparent.png);
	color: #FFF;
	}