/*
 * Stylesheet for Superjune & the Tikiwaves
 * 
 * Design & Code by Jens Papenroth 2010
 * 
 * this is a non commercial project, so there is no or little support for IE6. Ignorant CSS for ignorant browsers.
 * 
 * 
 * 
 * author: 	Jens Papenroth 2010
 * 			blog: www.panido.de
 * 			contact: info@panido.de
 * 
 * color definition:
 * 
 * 			brown: 	#8a2114
 * 			orange: #ff4000 
 * 			dark blue:	#05749e
 * 			light blue: #01a6e4
 * 
 */

html{
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 18px;
	color: #8a2114;
	background-color: #05749e;
}

.cl{
	font-size: 0px;
	height: 0px;
	line-height: 0px;	
	clear: left;
}

#ie_only{
	display: none;
}

a:link, a:visited{
	color: #ff4000;
	text-decoration: underline;
}

a:hover{
	color: #ff4000;
	text-decoration: none;
}

a:focus{
	outline: none;
}

p{
	color: #8a2114;
	margin: 10px 0px;
	padding: 0px;	
}

h1 {
	color: #ff4000;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica;
}
h1 a:link, h1 a:visited{
	text-decoration: none;	
}
h1 a:hover{
	color: #8a2114;
}

h2 {
	color: #ff4000;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica;
}

.claim h2{
	color: #b1e4f7;
	font-size: 23px;
	margin: 0px;
	padding: 0px;	
}

.contact_content h2{
	margin: 30px 0px 5px 0px;
}

.site_bg{
	width: 100%;
	float: left;
	background: #01a6e4 url('../img/blue_gradient.png') repeat-x top left;	
	position: relative;
}

.wave{
	background: transparent url('../img/wave.png') no-repeat top left;	
	width: 970px;
	height: 466px;
	position: absolute;
	z-index: 1;
}

.logo{
	width: 479px;
	height: 93px;
	float:left;
	background: transparent url('../img/logo.png') no-repeat top left;
	margin: 30px 0px 0px 30px;
	position: relative;
	z-index: 9;	
}
.logo a:link, .logo a:visited{
	display: block;
	width: 479px;
	height: 93px;
	float:left;	
}

.logo h1{
	display: none;
}

.navi_bg{
	width: 849px;
	height:	103px;
	background: transparent url('../img/navi-bg.png') no-repeat top left;	
	float: left;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 30px;
	position: relative;
	z-index: 2;
}

.navi{
	width: 600px;
	float: left;
	color: #8a2114;
	font-weight: bold;
	
	position: absolute;
	z-index: 666;
	top: 175px;
	left: 60px;
}
.navi a:link, .navi a:visited{
	text-decoration: none;	
}
.navi a:hover, .navi a:link.now, .navi a:visited.now{
	color: #8a2114;
}

.content_bg{
	width: 849px;
	background: transparent url('../img/content-bg.png') repeat-y top left;	
	float: left;
	margin: 0px 0px 0px 30px;
	position: relative;
	z-index: 3;
}

.content{
	float: left;
	width: 300px;
	min-height: 495px;
	padding: 20px 0px 30px 30px;	
}

.girl{
	background: transparent url('../img/girl.png') no-repeat bottom right;	
	float: left;
	position: absolute;
	right: 5px;
	bottom: -40px;
	z-index: 5;
	width: 490px;
	height: 734px;
}

.gradient_bottom{
	background: transparent url('../img/grey_gradient.png') repeat-x top left;
	height: 55px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}

.footer_bg{
	width: 100%;
	float: left;
	background: #05749e url('../img/footer_gradient.png') repeat-x top left;	
	height: 40px;
	color: #FFFFFF;
	position: relative;
	z-index: 4;
}
.footer_bg a:link, .footer_bg a:visited{
	color: #FFFFFF;	
}

.footer{
	float: left;
	padding: 10px 0px 0px 60px;
	width: 814px;
	position: relative;
}

.claim{
	float: right;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
.claim span{
	padding: 5px 0px 0px 0px;
	
}

.video_box img, .member img, .contact_content img{
	border: 0px;	
}

.audio_player{
	float: left;
	width: 300px;
	padding: 0px 0px 10px 0px;	
}

.audio_player object{
	margin: 0px 0px 0px -7px;
}

.hide_the_rest{
	display: none;	
}

.member{
	float: left;
	width: 300px;
	padding: 20px 0px 10px 0px;
	position: relative;
}

.member .pic_box{
	float: left;
	width: 90px;
	padding: 0px 10px 0px 0px;
}

.member_descr{
	float: left;
	width: 200px;
	position: absolute;
	bottom: 7px;
	left: 100px;	
}

.member h2{
	margin: 0px;	
	font-size: 23px;
}

.member h2 a:link, .member h2 a:visited{
	color: #8a2114;
	text-decoration: none;
}
.member h2 a:hover{
	color: #ff4000;
}

.member span{
	color: #ff4000;
	
}

/*
 *	Twitter Box 
 * */

.twitter_box{
	float: left;
	width: 300px;
	padding: 20px 0px 0px 0px;	
}

.twtr-widget .twtr-tweet-wrap{
	padding: 0px 0px 10px 0px!important;
	margin: 0px 0px 10px 0px!important;
	border-bottom: 1px solid #E4E4E4;
}

#twtr-widget-1.twtr-widget{
	font-family: Verdana, Arial, trebuchet ms!important;
	
}

.twtr-widget p{
	
	font-size: 14px;
}

#twtr-widget-1 .twtr-timeline .twtr-tweets .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p{
	font-size: 11px!important;
	line-height: 18px!important;
	
}

#twtr-widget-1 .twtr-ft, #twtr-widget-1 .twtr-hd{
	display: none!important;	
}

.twtr-widget i{
	/* display: none!important;*/
	font-size: 11px!important;
}

.twtr-widget .twtr-doc .twtr-bd .twtr-timeline .twtr-tweets .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p i a:link, .twtr-widget .twtr-doc .twtr-bd .twtr-timeline .twtr-tweets .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p i a:visited{
	text-decoration: none!important;
	color: #999999!important;
}

.twtr-widget i a:hover{
	text-decoration: underline!important;
	
}

.twtr-widget .twtr-tweet{
	border: 0px!important;
	
}

.twtr-doc a:link, .twtr-doc a:visited{
	text-decoration: underline!important;
	
}

#twtr-widget-1 .twtr-timeline .twtr-tweets .twtr-tweet .twtr-tweet-wrap .twtr-tweet-text p a:hover{
	text-decoration: none!important;
	color: #ff4000!important;
}

/*
 *  content elements
 */

.content img{
	float: left;
	border: 0px;
	-webkit-box-shadow: #333 0px 0px 5px;
	-moz-box-shadow: #333 0px 0px 5px;
	-khtml-box-shadow: #333 0px 0px 5px;
	box-shadow: #333 0px 0px 5px;

}

.content img:hover{
	-webkit-box-shadow: #333 0px 0px 10px;
	-moz-box-shadow: #333 0px 0px 10px;
	-khtml-box-shadow: #333 0px 0px 10px;
	box-shadow: #333 0px 0px 10px;
}


