/*
Theme Name: Layout
Theme URI: http://niklaslello.com/
Author: Niklas Lello
/*

/* Begin Basics */

body {
	background: url('pattern.gif') #ddd;
  	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	text-align: center;
  	font-size: 80%;
  	color: #222;
  	}
  	
a {
  	color: #444;
  	text-decoration:none;
	}

a:visited {
  	color:#444;
  	text-decoration:none;
  	}
  	
a:active {
	}
	
a:hover {
  	color: #777;
  	text-decoration: none;
  	}

a img {
	border: none;
	margin: 0;
	}

h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	color: #222;
 	font-size: 150%;
}

h2 {
	font-size: .9em;
	font-weight: bolder;
	background: #ff0;
	border: 3px solid #fff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	color: #333;
 	padding: 2px 5px;
 	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

/* End Basics */
/* Begin Layout */
	
#rap {
  	width: 630px;
  	min-height: 645px;
  	margin: 5px auto;
  	text-align: center;
  	}
  	
#head {
  	padding:10px 35px 6px 20px;
  	background: url('gradup.png') bottom repeat-x #ccc;
  	margin: 0 auto;
  	text-align: left;
  	}
  	
#content{
    
  	width: 620px;
  	background: #fff;
  	padding-left: 10px;
	margin: 0;
  	}
  	
.storycontent {
    margin: 0; 
	width: 600px;
	min-height: 520px;
  	padding-top: 20px;
  	text-align: center;
	} 
	
.storycontent img
	{
	padding: 5px;
	background: url('bg.gif') repeat #eee;
	border: 1px solid #eee;
	}
	
div#newspage {
    width: 600px;
    min-height: 535px;
    margin: 0;
    padding: 20px 5px 5px 5px;
    overflow: hidden;
    text-align: left;
    }
    
div#rightcollumn {
	border: 1px solid #ddd;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: url('bg.gif') repeat #eee;
	width: 224px;
	height: 500px;
	float: right;
	padding: 7px;
	margin: 5px 4px 5px 0;	
}

div#bottomcollumn {
	border: 1px solid #ddd;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
    background: url('bg.gif') repeat #eee;
	width: 224px;
	height: 183px;
	float: right;
	padding: 7px;
	margin: 5px 4px 5px 0;	
}

div#rightcollumn img{
	text-align: center;
}

div#leftcollumn {
	width: 325px;
	min-height: 500px;
	float: left;
	margin: 5px 4px 5px 5px;
	padding: 7px;
	background: url('bg.gif') repeat #eee;
	border: 1px solid #ddd;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
   	overflow: hidden;
}

div#infocollumn {
	width: 575px;
	height: 500px;
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 7px;
	background: url('bg.gif') repeat #eee;
	border: 1px solid #ddd;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #bbb;
   	overflow: hidden;
}

div.newspost img{
	padding: 0 2px 2px 0;
}

div.newspost {
	display: block;
	color: #444;
	text-align: left;
	background: #fff;
	margin-bottom: 2px;
	padding: 3px 8px;
	font-size: 80%;
}
	
div.newspost a {
	color: #000;
}
p#page-links
	{
	color: #000;
/*	background: url('gbg.gif') #ddd; */
	background: #ff0;
	border: 3px solid #fff;
/*	border: 2px solid #0cc; */
	margin: 0 auto 0 55px;
	font-weight: bolder;
	position: absolute;
	top: 555px;
	left: auto;
	text-align: left;
	padding: 6px;
	-moz-opacity: .90;
	}


p#page-links a, p#page-links a:link, p#page-links a:active
	{
	padding: 2px;
	color: #333;
	background: #ddd;
	border: solid 2px #fff;
	}

p#page-links a:hover
	{	
	padding: 2px;
	background: #0cc;
	color: #333;
	border: solid 2px #ffb;
	}

div.storycontent a span {
	display: none;
	}
    
.thumbs {
    width: 600px;
    height: 535px;
    margin: 0;
    padding: 20px 5px 5px 5px;
    overflow: hidden;
    }

.vid-thumb img, .vid-thumb img a, .thumbs img, .thumbs img a {
    margin: 4px 3px;
	width: 100px;
	height: 100px;
	padding: 4px 4px 12px 4px;
    border: 1px solid #ccc;
    border-left: 1px solid #bbb;
    border-bottom: 2px solid #aaa;
	background: url('bg.gif') repeat #eee;
	} 
	
.vid-thumb img:hover, .thumbs img:hover {    
	background: #eee;
	border: 1px solid #ddd;
	}
	 
#postnav {
	width: 600px;
	height: 20px;
	background: #fff;
	}
	
#footer {
	bottom: 20px;
	background: url('gradned.png') repeat-x top #ccc;
	color: #777;
	position: static;
	width: 630px;
	margin: 0 auto;
	text-align: center;
	padding: 17px 0 13px 0;
	font-size: 80%;
	clear: both;
	}

#footer strong {
	padding: 5px;
	}
	
#footer a:hover , #footer a, #footer a:visited, #footer a:active {
	color: #777;
	text-decoration: none;
	}

/* End Layout */ 

/* Begin Tabs */

body#portfolio a#mainnav, body#about a#aboutnav, body#contact a#contactnav, body#news a#newsnav{
	color: #111;
	background: #fff;
	}
	
#tabs {
	font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;	
	margin: 0 10px 0 0;
	text-align: right;
	display: block;
	}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#tabs a {
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
	background: url('gradtab.png') bottom repeat-x #eee;
	font-weight: bold;
	height: 13px;
	padding: 5px 16px;
	margin: 0;
	}

#tabs a:hover {
	color: #111;
	background: #0cc;
	text-decoration: none;
	}

/* End Tabs */
/* Begin Contact Form CSS */
	
.contactform {
	width: 100%; 
	position: relative;
	}

.contactleft {
	width: 25%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: none; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 70%;  
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}
	
/* End Contact Form CSS */
/* Odds and ends */
		
.storycontent blockquote.helpContents {
	color: #000;	
	margin: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 100;
	-moz-opacity: .90;
	text-align: left;
	font-size: .9em;
	font-weight: bolder;
	display: block;
	width: 180px;
	padding: 5px 20px;
	background: #ff0;
	text-indent: 0;
	overflow: hidden;	
	border: 3px solid #fff;
/*	border: 2px solid #0cc; */
	}
	
.thumbs blockquote.helpContents, .vid-thumb blockquote.helpContents {
	color: #000;
	margin: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 100;
	-moz-opacity: .90;
	font-size: .9em;
	font-weight: bolder;
	padding: 5px;
	background: #ff0;
	border: 3px solid #fff;
	text-indent: 0;
	text-align: center;
	overflow: hidden;

	}

.inline {
  	display: inline;
  	list-style: none;
  	}
  	
.nostyle {
  	list-style: none;
  	}



.button {
	background-repeat: no-repeat;
	margin: 1px;
	}

#head ul li.ts_current_theme
{
	display: none;
}

hr.blocker
{
	clear: both;
	color: #fff;
	visibility: hidden;
}

/* Thats all folks */
