/*

	Theme Name: Andreas04
	Theme URI: http://oswd.org/userinfo.phtml?user=Andreas
	Description: A WordPress port of an Andreas Viklund design
	Version: 2.0
	Author: Tara Aukerman
	Author URI: http://tara.elmadera.com/wordpress/design

	Updates June 2006: 
	  - "widgetized" theme.  
	  - added post navigation
	  - replaced photo gallery links with random photo generator
*/

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

a{
text-decoration:none;
color: rgba(47,0,255,0.63);
font-weight:normal;
}

a:hover{
text-decoration:underline
}

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


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


h1{
font-size:3.2em;
letter-spacing:-2px;
color: #567;
margin:12px 0 5px 20px;
}


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



h2{

letter-spacing:0px;
margin:0px 0 0 50px;
color:#888;
	font-size: 1.3em;
text-align:left;


}



h3{

color: #ce1900;
font-size:1.4em;
font-weight:bold;
margin:1em 0 0.5em 0.5em;
	letter-spacing: 1px;
}


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



h5{

letter-spacing:0px;
margin:0px 0 0 50px;
color:darkred;
	font-size: 1.1em;
text-align: right;

}

/**

 * Style for Simple Tagging Plugin
 * http://sw-guide.de/wordpress/wordpress-plugins/simple-tagging-plugin/
 */ 


/********* Tag Cloud *********/

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:70%; color:#ccc;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { color: #8a3815; font-size: 120%; }
ul#tagcloud li.t2 a { color: #676f00; font-size: 160%; }
ul#tagcloud li.t3 a { color: #c05300; font-size: 190%; }
ul#tagcloud li.t4 a { color: #b73000; font-size: 210%; }
ul#tagcloud li.t5 a { color: #009745; font-size: 230%; }
ul#tagcloud li.t6 a { color: #15589a; font-size: 250%; }
ul#tagcloud li.t7 a { color: #aa0658; font-size: 270%; }
ul#tagcloud li.t8 a { color: #2b858a; font-size: 290%; }
ul#tagcloud li.t9 a { color: #9c4200; font-size: 310%; }
ul#tagcloud li.t10 a { color: #007e00; font-size: 330%; }



#container{

width:95%;
min-width:750px;
padding:0 10px;
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;
background:url(images/globe.gif) no-repeat; /* Delete this line to remove the animated globe */
width: 60%;
color: #333;

}


#sitetitle a{
color:#456;
font-weight:normal;

}

#sitetitle a:hover{
color:#269;

}

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

}

#menu ul, #menu li {
padding:0;
margin:0;
list-style-type:none;
display:inline;

}

#menu a{
margin:0;
height:100px;
padding:34px 6px 40px 6px;
font-size:1.6em;
font-weight:normal;
letter-spacing:-1px;
color: #888;
}



#menu a:hover{

color:#269;
text-decoration:none;
background: #fff url(images/menuhover.png) repeat-x;
padding:34px 5px 40px 5px;
border-left: 1px solid #eee;
border-right: 1px solid #eee;
}



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

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



#content h2 a{

color: #009500;
font-size: 16px;
line-height: 25px;
font-weight: bold;
	word-spacing: 1px;
	letter-spacing: 1px;
}


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


#content p{

PADDING-RIGHT:10px; 
PADDING-LEFT:10px; 
FONT-WEIGHT:normal; 
FONT-SIZE:small; 
COLOR:#333; 
LINE-HEIGHT:140%; 
PADDING-TOP:7px; 
FONT-FAMILY:georgia,verdana,arial,sans-serif;

}



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



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


#right h2{
margin:15px 0 5px 0;
width:98%;
font-size:1.6em;
}



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



#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 */
}

.entry img{
border: 1px solid #333;
}


.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: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;
height: 25px;
}

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

.entry img{
position:relative;
}

.subcontainer {
width:98%;
}

.subcontainer ul, .subcontainer li, .rightsub ul, .rightsub li {
list-style-type: none;
padding: 0;
margin: 0;
color: #990f17;
}

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

.rightsub2{	
float:right;
width: 45%;
}

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

.right{

text-align:right;
}

.center{
text-align:center;

}

.clear{
clear:both;
}

.hide{
display:none;
}

.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #ddd; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #fff; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #fff;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #0063DC; 
		border-color: #036; 
		text-decoration: none;
	}