/*
Theme Name: loveisahunter
Version: 1.0
Author: cykma
Author URI: http://cykma.net
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	padding:0px;
	margin:0 0 0 0;
	background-color: #93d7e5;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#16060d;
 	background: transparent url('img/bg.jpg') repeat;
}
a {
	color: #e94185;
	text-decoration:none;
}
a:visited {color:#e94185;}
a:hover {
	text-decoration:underline;
}
a:active { color:#e94185;}

h1 {
	text-indent: -999em;
	height: 1px;
}

.hidden{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ----------container zentriert das layout-------------- */
#container {
	padding:0px;
	margin: 0 0 0 0;
	background-image:url('img/right.jpg');
	background-color:transparent;
  	background-repeat:no-repeat;
  	background-position:849px 1px;
}

/* --------------left------------- */
#left {
	position:absolute;
	float:left;
 	width:208px;
	height:767px;
 	background: transparent url('img/left.jpg') no-repeat;
 	z-index:30;
}


#left_nav {
	margin: 98px 0 0 55px;
	font-size: 14px;
}
		#left_nav ul {
			display:block;
		}
		#left_nav li {
			float:left;
			list-style-type:none;
		}
		#left_nav a {
			display:block;
			margin:0 0 5px 0;
			padding:4px 0 0 5px;
			height:22px;
			width:142px;
			text-decoration:none;
			color: #e94185;
			background:transparent url('img/content_bg.png') repeat;
		}
		#left_nav a:hover {
			width:148px;
			text-decoration:none;
			color:#00333d;
			border-right:9px solid #00333d;
		}
		#left_nav a:active {
			width:148px;
			text-decoration:none;
			color:#00333d;
			border-right:9px solid #00333d;
		}
		#left_nav .current_page_item a {
			width:148px;
			text-decoration:none;
			color:#9c214b;
			border-right:9px solid #9c214b;
			cursor:default;
		}

/* --------------right------------- */
 #right {
	position:absolute;
	top:97px;
	left:854px;
	width:166px;
	height:767px;
 }

 #right_nav {
	font-size: 14px;
}
		#right_nav ul {
			display:block;
		}
		#right_nav li {
			list-style-type:none;
		}
		#right_nav a {
			display:block;
			margin:0 0 5px 0;
			padding:4px 0 0 7px;
			height:22px;
			width:131px;
			text-decoration:none;
		}

		#right_nav .fb a {
			color:#9c214b;
			border-left:9px solid #9c214b;
			background: white url("img/icon_fb.png") no-repeat  117px center;
		}
		#right_nav .fb a:hover {
			color:#651531;
			border-left:9px solid #651531;
		}
		#right_nav .mysp a {
			color:#bb894a;
			border-left:9px solid #feba65;
			background: white url("img/icon_mysp.png") no-repeat  117px center;
		}
		#right_nav .mysp a:hover {
			color:#bb894a;
			border-left:9px solid #bb894a;
		}
		#right_nav .yt a {
			color:#e94185;
			border-left:9px solid #e94185;
			background: white url("img/icon_yt.png") no-repeat  117px center;
		}
		#right_nav .yt a:hover {
			color:#9c214b;
			border-left:9px solid #9c214b;
		}
		#right_nav .rss a {
			color:#578593;
			border-left:9px solid #578593;
			background: white url("img/icon_rss.png") no-repeat  117px center;
		}
		#right_nav .rss a:hover {
			color:#506a72;
			border-left:9px solid #506a72;
		}



#search{
	margin:0 0 5px 0;
	padding:4px 0 0 7px;
	width:131px;
	height:22px;
	border-left:9px solid #651531;
	background: white;
}

#search input{
  width: 100px;
  border:0;
}

#search .button {
	float: right;
	width: 26px;
	height:16px;
	background: transparent url('img/icon_search.png')  no-repeat 5px center;
	border: 0;
}

/* -----------------Inhalt--------------------- */
#content{
	margin:0 0 0 208px;
	min-height:767px;
	background: transparent url('img/middle.jpg') no-repeat;
}

	.top{
		margin:73px 0 0 560px;
		width: 70px;
		height:21px;
		background: transparent url('img/top.png') no-repeat;
		text-align:center;
		border-left:1px solid #689fb0;
		border-right:1px solid #689fb0;
	}
	.top a{
		color:#00333d;
		text-decoration:none;
	}
	.top a:hover{
		color:#16060d;
	}
#the_content{
	position:relative;
	top:73px;
	width:586px;
	min-height:600px;
	padding:27px 24px 30px 29px;
	background: transparent url('img/content_bg.png') repeat;
	font-size:14px;
	border-left:1px solid #689fb0;
	border-right:1px solid #689fb0;
	border-bottom:1px solid #689fb0;
	z-index:10;
}
	#the_content h2, #the_content h2 a{
		margin:0 0 10px 0;
		color:#9c214b;
	}
	#the_content h2 a:hover{
		color:#e94185;
	}
	#the_content h3{
		color:#9c214b;
	}
	#the_content .highlight{
		display:inline;
		font-weight:bold;
		color: #00333d;
	}


	#the_content .rec_pic{
		position: relative;
		float:right;
		top: -27px;
		left: -4px;
		border:1px solid #651531;
	}
	#the_content ol{
		margin:0 0 2px 50px;
		list-style-type:decimal-leading-zero;
		font-weight: bold;
	}
	#the_content li{
		margin:10px 0 10px 0;
	}



.post {
	margin:0 0 20px 0;
}
	.entry p{
		margin:6px 0 0 0;
	}


.postmetadata, .pagemetadata{
	margin: 16px 0 0 0;
	text-align:right;
}
	.postmetadata a:hover{
		text-decoration:underline;
	}

.page{}
	.page p{
		margin:11px 0 0 0;
	}


#commentform input #submit{
	width: 200px;
}



/*  ----------------footer---------------------- */
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right;
	height:50px;
}


/*  ----------------gig calendar---------------------- */
div.attribution, div.gigs-rss {
	text-align: left;
	font-size: 87%;
	margin: .5em 0px;
}

div.gigs-rss img {
	position: relative;
	top: 2px;
}

div.attribution span {
	margin: 0px 1em;
}

table.gigs {
	width: 100%;
	text-align: left;
	font-size: .9em;
	border-collapse: collapse;
	border: 1px dotted #00333d;
}
	table.gigs caption{
		margin:10px 0 10px 0;
	}
	table.gigs td{
		padding:5px;
	}

	table.gigs td.icon {
		width: 18px;
		text-align: center;
	}

	table.gigs td.time {
		text-align: right;
	}
	table.gigs td.venue a{
		text-decoration:none;
		font-weight:normal;
	}
	table.gigs td.venue a:hover{
		text-decoration:underline;
	}

	table.gigs a {
		font-weight: bold;
	}

	table.gigs a img {
		border: 0px;
	}


	table.gigs tr.gig {
		border-top: 1px dotted #00333d;
	}

	table.gigs td.shortNotes {
		padding-left: 4px;
	}

.bold {
	font-weight: bold;
}

img.buy {
	position: relative;
	top: 3px;
}

table.gigs caption {
	font-weight: bold;
	font-size: 125%;
	text-align: left;
}

table.gigs caption div.notes{
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

table.gigs, div.no-gigs {
	margin-bottom: 1em;
}

/*single gig*/
.gig-post td.bold{
	padding:5px;
}

#upcoming-gigs{
	margin: 0 0 5px 0;
	padding:4px 0 10px 7px;
	width:131px;
	border-left:9px solid #00333d;
	background: white;
}
#widget li{
	list-style-type:none;
}
	#upcoming-gigs .widgettitle {
		margin:0 0 4px 0;
		height:22px;
		font-size: 14px;
		font-weight:normal;
		color: #00333d;
		border-bottom: 1px dotted #00333d;
	}
	#upcoming-gigs .gigs li{
		list-style-type:none;
	}
	#upcoming-gigs .gigs a{
		display: block;
		color:#00333d;
		text-decoration:none;
	}
	#upcoming-gigs .gigs a:hover{
		text-decoration:underline;
	}


#twitter-1{
	margin: 0 0 5px 0;
	padding:4px 0 10px 7px;
	width:131px;
	border-left:9px solid #fe9511;
	background: white;
         overflow: hidden;
	word-wrap: break-word;
}
	#twitter-1  .widgettitle{
		margin:0 0 4px 0;
		height:22px;
		font-size: 14px;
		font-weight:normal;
		background: white url("img/icon_twt.png") no-repeat  110px 20%;
		border-bottom: 1px dotted #fe9511;
	}
	#twitter-1  .widgettitle a{
		color: #fe9511;
	}
	#twitter-1  .widgettitle a:hover{
		color: #fe9511;
	}
	#twitter-1 li{
		margin:0 2px 7px 0;
	}
	a.twitter-link{
		display:block;
		width:129px;
		font-size:small;
		color: #fe9511;
	}
	a:hover.twitter-link{
		text-decoration:underline;
	}




