/* CSS Document */

  /* Default image style  */
  
body {
	background-color: #eeeeee;
	background-image: url(http://www.zompmagazine.nl/themes/zompstyle/images/mainback.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	background-position: 50%;
}  

.aboutbox{
	width: 100%;
	padding: 10px;
	border: 1px solid #E6E6E6;
	font-size:10px;
}
  
.img{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}  

.imageleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageright {
	float: right;
	margin: 0px 0px 10px 10px;
}


  /* Default links   */

a:link, a:visited {
	color: #06c;
	text-decoration: none;
	
  }

a:hover {
	color: #147;
	text-decoration: underline;
	
  }

a:active {
	color: #06c;
	text-decoration: none; 
	
  }
  

  /* Typography */
 

.title {
	font-family: verdana, arial;
	color:#CC0000;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
  }
  
.text	{
	font-family: verdana, arial;
	font-size:11px;
	color: #000000;
	line-height:18px;
	text-align: justify;	
		}
		
.specs	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #333333;
		line-height:18px;
		}
		
.listen	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #333333;
		line-height:18px;
		float: right;
		padding-right:5px;
		}
		
.date {
		font-family: verdana, arial;
		font-size:12px; 
		color: #666666;
		padding-bottom: 6px;

}		
		
.notice	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color:#66CC00;
		line-height:18px;
		}		
		
.menutitle	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #333333;
		line-height:18px;
		}	
		
.menulink	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #333333;
		line-height:18px;
		}			  		
		
		 .weblog_title	{
	font-family: verdana, arial;
	font-size:27px;
	color:#FFFFFF;
		}
		
		a.weblog_title:link {color: white; }
a.weblog_title:visited {color: white; }
a.weblog_title:hover {color: white; }
a.weblog_title:active {color: white; }	 

.description {
		font-family: verdana, arial;
		font-size:10px; 
		color: #333333;
		line-height:18px;
		clear: both;
}

  /* Contentitem */
  
.contentitempostedby
{
	font-size: 10px;
	padding: 0 10px 0 10px;
	line-height: 12px;
}
.contentitemcomments
{
	font-size: 10px;
	padding: 0 10px 0 10px;
	line-height: 12px;
}
.contentitemcategory
{
	font-size: 10px;
	padding: 0 10px 0 10px;
	line-height: 12px;
}
.contentitem
{
	margin: 0 0 16px 0;
	padding: 3px 0 0 0;
	clear:both;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(themes/default/images/dotv.gif) left repeat-y;
}
.contentitem3
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(themes/default/images/dotv.gif) left repeat-y;
}
.contenttitle
{
font-family: verdana, arial;
	color:#999999;
	font-size: 14px;
	margin: 0;
	
}

/* Navbar */

div.navrow {
	clear: both;
	font-family: verdana, arial;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
  }  
 
div.navrow span.left {
  	float: left;
  	width: 200px;
	font-family: verdana, arial;
	font-size: 10px;
	text-align: left;
  } 

 
div.navrow span.right {
  	float: right;
  	width: 125px;
	font-family: verdana, arial;
	font-size: 10px;
	text-align: right;
}

/* image shadow */		
		
.img-shadow {
  float:left;
  background: url(../images/shadowalpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .search{
  float: right;
  }
