/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body 
{
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:20px 0 20px 0;
	font-size: 13px;
	color: #FFF;
	width:960px;
	background: #000 url(../images/the-road.jpg) no-repeat center fixed;
}
#allcontent
{
	background:url(../images/repeater_w.png) repeat top left;
	border:1px #000;
	border-style:outset;
	float: left;
	margin-bottom: 20px;
	}

h1, h2, h3 {
	margin-top: 0;
	color: #FFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
h4
{
margin:0;
}

ul
{

}

a {
	text-decoration: none;
	color: #6178a6;
}

a:hover {
text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo 
{
	width: 930px;
	height: 110px;
	margin: 0 auto;
	padding: 0 10px;
}
#logo a
{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width: 500px;
	height: 110px;
	float: left;
}
#logo .followme a
{
	background-image:none;
	width:auto;
	height:auto;
	float:none;
}

#logo h1, #logo p 
{
	float: left;
	margin: 0;
	color: #f8f9fc;
}

#logo h1 
{
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p 
{
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #f8f9fc;
}

/* Menu */

#menu 
{
	width: 970px;
	height: 29px;
	padding-top:5px;
	margin: 0 auto;
	padding-left: 4px;
	border-bottom: 1px solid #000;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li 
{
	display: inline;
	text-align:center;
	padding: 5px 29px 5px 29px;
	margin: 0 2px 0;
	display: block;
	float: left;
	border: 1px solid #000;
	border-bottom: none;
	background:url(../images/repeater_w.png) repeat top left;
}

#menu a 
{
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size: 13px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#menu li:hover 
{
	color: #000;
	background:url(../images/repeater.png) repeat top left;
	margin: 0 2px 0;
	border: 1px solid #FFF;
	border-bottom: none;
}
#menu li:hover  a
{
	color: #FFF;
}
#menu .current_page_item 
{
	color: #FFF;
	background:url(../images/repeater.png) repeat top left;
	text-decoration:none;
	margin: 0 2px 0;
	border: 1px solid #000;
	border-bottom: none;
	position:relative;
	top: 1px;
}
#menu .current_page_item a 
{
	color: #FFF;
	text-decoration:none;
}

/* Banner */

/* Wrapper */

#wrapper 
{
		background:url(../images/repeater.png) repeat top left;
		float: left;
		padding-top: 20px;
		width: 974px;
}

/* Page */

#page {
	width: 958px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#page-bg 
{
	padding: 11px 24px;
	background: url(../images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float: left;
	margin-left: 10px;
	padding:20px;
	width: 464px;
	background:url(../images/repeater.png) repeat top left;
	border: 1px solid #000;
	min-height: 700px;
}
#profilcontent {
	background:url(../images/repeater.png) repeat top left;
	float: left;
	margin-left: 10px;
	padding:20px;
	width: 685px;
	border: 1px solid #000;
		-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.post {
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry p {
}
.entry li
{
	list-style-image: url(../images/img07.gif);
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(../images/img04.jpg) no-repeat left top;
}
/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 5px 0px;
	border: 1px solid #000;
	background:url(../images/repeater.png) repeat top left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.sidebar ul li ul li
{
	background:none;
}

.sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 10px 0 5px 10px;
	background:url(../images/repeater_w.png) repeat top left;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
}

.sidebar p {
	padding: 0 10px;
}
.followme
{
	padding-top: 20px;
	float:right;
	display: none;
}
.followme img
{
	padding: 0 5px 0 5px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	margin:5px;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	border-top: 1px solid #000;
	float: left;
	width: 964px;
	padding: 5px;
	background:url(../images/repeater_w.png) repeat top left;
	text-align:left;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#footer a {
	color: #000000;
	float: right;
}
.readmore
{
text-align:right;
padding:5px;
}
.images
{
padding:10px;
}
.right
{
float: right;
padding:10px;
}
#twitter_update_list
{
	padding: 0;
	margin: 0;
}
#twitter_update_list li
{
	font-style:italic;
	font-size:13px;
	padding: 10px 10px 10px 0;
	border-top:1px dashed #CCCCCC;
	margin-top: 20px;
	list-style: none;
}
#twitter_update_list li a
{
	width: 530px;
	text-align:right;
	float: right;
	padding: 10px 0 0 0;

}
#twitter_update_list li span a
{
	padding:0;
	float:none;
	color: #6178a6;
	font-weight: bold;
}
.livefeed
{
	float: right;
	width: 200px;
	padding: 10px 0 0 0;
	margin: 0;
}
#allcontent
{
	box-shadow: 10px 10px 5px #000;
}
.rounded, #allcontent, #content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 
#menu li
{
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
p.validation
{
	padding: 5px;
}
img.anders
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.illu
{
height: 120px;
width: 940px;
border: 1px solid #405580;
margin: 0 17px 15px 17px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.index
{
background:url(../images/sphere-header.jpg) no-repeat bottom center;
}
.profile
{
background:url(../images/profile-header.jpg) no-repeat bottom center;
}
.webdesign
{
background:url(../images/sphere-header.jpg) no-repeat bottom center;
}
.kadettb
{
background:url(../images/kadettb_bg.jpg) no-repeat bottom center;
}
.music
{
background:url(../images/equalizer_bg.jpg) no-repeat bottom center;
}


