body{
margin:0;
padding:0;
font:76% verdana,arial;
background:#e6e6e6 url(images/bodybg.png) repeat-x;
color:#333;
text-align:center;
}

a{
text-decoration:none;
color:#b77984;
font-weight:normal;
}

a:hover{
text-decoration:underline;
}

p{
	margin: 0 0 15px 0;
	line-height: 1.3em;
	}

h1,h2,h3,h4{
margin:0;
padding:0;
font-weight:normal;
}

h1{
	font-size: 2.0em;
	color: #4d4d4d;
	margin: 12px 0 5px 0px;
}


h2{
font-size:1.2em;
margin: 12px 0 10 10px;
color:#888;
}

h3{
color: #4d4d4d;
font-size:1.4em;
margin:1em 0 0.5em 0.5em;
}

h4{
font-size:1.2em;
font-weight:bold;
}

#container{
width:90%;
min-width:750px;
min-height:400px;

padding:0 20px;
margin:0 auto;
background:#f0f0f0 url(images/contentbg.png) repeat-x;
color:#333;
text-align:left;
border-left:1px solid #eef;
border-right:1px solid #eef;
}

#sitetitle{
float:left;
height:100px;
width: 42%;
color: #333;
}

#sitetitle a{
color:#567;
font-weight:normal;
}

#sitetitle a:hover{
color:#269;
}

#menu{
height:30px;
text-align: right;

}

#menu ul{
list-style: none;
margin: 0 0 0 10px;
}

#menu li{
display: inline;
}

#menu a{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #0a0a0a;
	padding: 10px 3px 5px 5px;
	font-variant: small-caps;
}

#menu a:hover, #menu li a.selected{
	color: #0a0a0a;
	text-decoration: none;
	background: #f4eddb url(images/menuhover.png);
	padding: 10px 3px 5px 5px;
}
		
#content{
margin-top:30px;
width:100%;
clear:both;
}


#left p{
margin:0 0.5em 1.2em 0.5em;
}

#left{
width:75%;
float:left;
}

#left h1{
	font-size: 1.5em;
	margin-left: 0.5em;
	font-weight: bolder;
	letter-spacing: 1px;
}

#right{
min-width:150px;
margin-left:80%;
margin-top:15px;
}

#right h2{
	margin: 0 0 8px 0;
	padding: 12px 0 0 0;
	font-size: 1.2em;
	font-weight: bolder;
	border-bottom: medium solid #888;
}

#right p{
	font-size: 1.0em;
	margin: 0 0 0 0;
}


#footer{
	clear: both;
	padding: 10px 0 12px 24px;
	text-align: left;
	color: #888;
	background-repeat: no-repeat;
}

#footer a{
color:#888;
font-weight:normal;
}

#footer span{
color:#aaa;
font-size:2em;
letter-spacing:-2px;
}

.entry{
position:relative;
margin:0 0 20px 0;
border:2px solid #fff;
background:#eee url(images/entrybg.png) repeat-x;
color:#333;
padding:10px 10px 0 10px;
}

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

.link, .subcontainer a{
	color: Gray;
	background: url(images/menuhover.png);
	display: block;
	margin: 4px 0 0 0;
	padding: 2px 2px 2px 1em;
}

.link:hover, .subcontainer a:hover, #right a.selected {
color:Gray;
background:url(images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
background-color: white;
text-decoration:none;
}

.thumbs img{
position:relative;
padding:3px;
margin:0 2px 2px 0;
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{
margin:5px 10px 10px 0;
float:left;
padding:3px;
border:1px solid #fff;
background-color:#ddd;
color:#333;
}

.meta{
clear:both;
border-top: 2px solid #ccc;
padding: 5px 1px 0 0;
margin:10px 0 0 0;
text-align:right;
font-size:0.9em;
color: #567;
}

.pagenav{
color: #888;
text-align:center;
}

.entry img{
position:relative;
}

.subcontainer {
width:98%;

}

.subcontainer ul {
	list-style: none;
	margin: 0 0 0 0;
	padding:0;
	
}

.rightsub{
float:left;
width:45%;
padding:0;
}

.rightsub2{
margin-left:50%;
padding:0;
}

.date{
display:block;
float:left;
font-weight:bold;
}

.right{
text-align:right;
}

.center{
text-align:center;
}

.clear{
clear:both;
}

.hide{
display:none;
}
