/* 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;
/*font:90% tahoma,verdana,sans-serif;*/
font:90% Arial,Helvetica,'Sans Serif';
background:#e6e6e6 url(../images/bodybg.jpg) repeat-x;
color:#333;
text-align:center;
background-attachment: fixed;
}

a{
text-decoration:none;
color:#269;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}
hr{ height:1px;
}
p{
margin:0 0 15px 0;
}

h1,h2,h3,h4{
margin:0;
padding:0;
}

h2{
font-size:110%;
margin:-10px 0 0 50px;
color:#888;
font-weight:bold;
}
h3{
color: #555;
font-size:1.4em;
margin:1em 0 0.5em 0.5em;
}

h4{
font-size:1.2em;
font-weight:bold;
}
#headcontainer{
width:740px;
padding:0px;
margin:0 auto;
color:#333;
text-align:left;
background: #585043 url(../images/brick.gif) repeat-x;
border-left:1px solid #29241b;
border-right:1px solid #29241b;
}
#container{
width:92%;
width:740px;
padding:0px;
margin:0 auto;

color:#333;
text-align:left;
border-left:1px solid #29241b;
border-right:1px solid #29241b;
}
#sitetitle{
width: 720px;
padding:10px;
background: #585043 url(../images/brick.gif) repeat-x;
}
#marq{
height:16px;
font-size:12px;
font-weight:bold
width: 720px;
padding:2px;
text-align:center;
background: #9a9182 url(../images/marqbak.jpg) repeat-x;;
}
#content{

width:700px;
padding:20px;
background: #e5e3e2 url(../images/contentbg.jpg) repeat-x;
}

#content h2{
margin:0 0 10px 0;
color:#555;
border-bottom:2px solid #abb;
}

#content h2 a{
color:#555;
}

#content h2 a:hover{
color:#269;
text-decoration:none;
background:none;
}

#content .subtitle
{
font-size:80%;
margin:-7px 0px 10px 0px;
color:#888;
}
#content p{
margin:0 0.5em 1.2em 0.5em;
}

#left{
width:68%;
float:left;
}

#right{
margin-left:70%;
margin-top:-15px;
font-size:90%;
}

#right h2{
margin:0 0 8px 0;
padding:12px 0 0 0;
font-size:110%;
}

#footer{
clear:both;
padding:5px;
text-align:left;
color:#191512;
background:#e6e6e6 url(../images/brickover.jpg) repeat-x;
}

#footer a{
color:#191512;
font-weight:normal;
}

#footer span{
color:#191512;
font-size:100%;
font-weight:bold;
}

.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;
}
.link{
color:#269;
display:block;
margin:4px 0 0 0;
padding:2px 1em;
}
.entryphoto{
margin:0px 10px 10px 5px;
/*float:right;*/
padding:3px;
border:1px solid #9a9182;
background-color:#ddd;
color:#333;
}
.gallerythumb{
margin:5px;
/*float:right;*/
padding:3px;
border:1px solid #9a9182;
background-color:#ddd;
color:#333;
display:inline-block;
}
.fpgallerythumb{
margin:2px;
/*float:right;*/
padding:2px;
border:1px solid #9a9182;
background-color:#ddd;
color:#333;
display:inline-block;
}


.meta{
clear:both;
padding: 2px 1px 0 0;
margin:5px 0 0 0;
text-align:right;
font-size:80%;
color: #567;
}
.pagenav{
color: #888;
text-align:center;
}
.subcontainer {
width:98%;
}
.date{
display:block;
float:left;
font-weight:bold;
}
.right{
text-align:right;
}
.center{
text-align:center;
}
.clear{
clear:both;
}
.hide{
display:none;
}