/* CSS Document */

body{
background:#e6e6e6 url(../images/bodybg.png) repeat-x;
color:#333;
}

a{
color:#269;
}
h1{
color:#567;
}
h2{
color:#888;
}

h3{
color: #555;
}

#container{
	color:#FFFFCC;
	border-left:1px solid #eef;
	border-right:1px solid #eef;
	background-image: url(../images/contentbg.png);
	background-color: #006600;
}

#sitetitle{
/*background:url(../images/globe.gif) no-repeat; /* Delete this line to remove the animated globe */
color: #FFFFCC;
}

#sitetitle a{
color:#FFFFCC;
}
#sitetitle a:hover{
	text-decoration: underline;
}
#menu a{
color: #FFFFCC;
}

#menu a:hover{
	text-decoration: underline;
}

#content{
/*background:url(../images/globebottom.gif) bottom left no-repeat;*/
}

#content h2{
color:#FFFFCC;
border-bottom:2px solid #abb;
}

#content h2 a{
color:#FFFFCC;
}

#content h2 a:hover{
color:#FFFFCC;
background:none;
}
#footer{
color:#FFFFCC;
}
#footer a{
	color:#FFFFCC;
}
#footer a:hover{
	text-decoration:underline;
}

#footer span{
color:#FFFFCC;
}

.entry{
border:2px solid #fff;
background:#eee url(../images/entrybg.png) repeat-x;
color:#333;
}

.entry a:hover, .intro a:hover{
background:url(../images/flash2.gif) bottom left repeat-x; /* Delete this line to remove the flashing underline for regular links */
}

.link{
color:#269;
background:url(../images/linkarrow.gif) left no-repeat;
}

.link:hover{
color:#48b;
background:url(../images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
}

.thumbs img{
border:1px solid #fff;
background-color:#ddd;
color: #555;
}

.thumbs img:hover{
background: url(../images/flash.gif); /* Delete this line to remove the blinkingblue frame around the thumbnails */
}

.entryphoto{
	border:1px solid #fff;
	background-color:#ddd;
	color:#333;
	text-align: center;
}

.meta{
border-top: 2px solid #ccc;
color: #567;
}

.pagenav{
color: #888;
}
