/* andreas04 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 1.5, July 15, 2006 */

body{
	margin:0;
	padding:0;
	background:#e6e6e6 url(images/bodybg1.png) repeat-x;
	color:#333;
	text-align:center;
	font-family: Impact;
	font-size: 76%;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

a{
text-decoration:none;
color:#269;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

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

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

h1{
	font-size:50px;
	letter-spacing:-3px;
	color:#567;
	margin:12px 0 5px 20px;
}

h1 a:hover{
text-decoration:none;
}

h2{
font-size:1.8em;
letter-spacing:-1px;
margin:-10px 0 0 50px;
color:#888;
}

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

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

#container{
	width:92%;
	min-width:700px;
	background:#f0f0f0 url(images/contentbg.png) repeat-x;
	color:#333;
	text-align:justify;
	vertical-align: sub;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #eef;
	border-left-color: #eef;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
}

#sitetitle{
	float:left;
	height:auto;
	width: auto;
	color: #333;
	background-image: url(images/Logo2.png);
	background-repeat: no-repeat;
	line-height: normal;
	text-align: center;
	white-space: normal;
}

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

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

#menu{
height:auto;
padding-top:35px;
text-align: right;
}

#menu a{
	margin:0;
	height:auto;
	font-size:1.6em;
	font-weight:400;
	letter-spacing:-1px;
	color: #888;
	padding-top: 35px;
	padding-right: 3px;
	padding-bottom: 41px;
	padding-left: 3px;
}

#menu a:hover{
	color:#269;
	text-decoration:none;
	background: #fff url(images/menuhover.png) repeat-x;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding-top: 35px;
	padding-right: 2px;
	padding-bottom: 41px;
	padding-left: 2px;
}

#content{
margin-top:10px;
width:98%;
clear:both;
background:url(images/boomerang4.gif) bottom left no-repeat;
}

#content h2{
margin:0 0 10px 0;
color:#555;
border-bottom:2px solid #abb;
}

#content h2 a{
color:#555;
font-weight:normal;
}

#content h2 a:hover{
color:#269;
text-decoration:none;
background:none;
}

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

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

#right{
margin-left:54%;
margin-top:-15px;
}

#right h2{
margin:0 0 8px 0;
padding:12px 0 0 0;
font-size:1.6em;
}

#footer{
	clear:both;
	text-align:left;
	color:#888;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 12px;
	padding-left: 24px;
}

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

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

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

.entry a:hover, .intro a:hover{
text-decoration:underline blink;
padding-bottom:2px;
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;
display:block;
margin:4px 0 0 0;
padding:2px 1em;
}

.link:hover{
color:#48b;
background:url(images/blinkarrow.gif) left no-repeat; /* Delete this line to remove the blinking arrows by the links */
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:3px;
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%;
}

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

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

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

.right{
text-align:right;
}

.center{
text-align:center;
}

.clear{
clear:both;
}

.hide{
display:none;
}
