/*  
Theme Name: Littlebeat 2011
Theme URI: http://littlebeat.sk
Description: Littlebeat theme
Author: Matej Hrescak
Author URI: http://hrescak.com/
Version: 1.0
Released under <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

@charset "utf-8";
/*-------------------------------------------------------------- CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*-------------------------------------------------------------- FONTFACE */

@font-face {
    font-family: 'KlavikaMedium';
    src: url('fonts/klavika-medium-webfont.eot');
    src: url('fonts/klavika-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-medium-webfont.woff') format('woff'),
         url('fonts/klavika-medium-webfont.ttf') format('truetype'),
         url('fonts/klavika-medium-webfont.svg#KlavikaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KlavikaRegular';
    src: url('fonts/klavika-regular-webfont.eot');
    src: url('fonts/klavika-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-regular-webfont.woff') format('woff'),
         url('fonts/klavika-regular-webfont.ttf') format('truetype'),
         url('fonts/klavika-regular-webfont.svg#KlavikaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*-------------------------------------------------------------- COMMON ELEMENTS */
body{
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size:12px;
	line-height:2em;
	color:#484848;
	background: #fff url(img/body.jpg) -10% -10%;
}
a{
	color:#007dc2;
}
a.button{
	display: block;
	height:38px;
	line-height: 38px;
	font-family: "KlavikaRegular", "Lucida Grande", Tahoma, Verdana, sans-serif;
	color:#fff;
	font-size:18px;
	color:#e4e4e4;
	background: url(img/button.png) repeat-x;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5), 0px 1px 0px #02ffff inset;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5), 0px 1px 0px #02ffff inset;
	box-shadow: 0px 1px 2px rgba(0,0,0,.5), 0px 1px 0px #02ffff inset;
	padding:0 10px;
	text-shadow: 0px 1px 0px rgba(0,0,0,.3);
	
}
	a.button:hover{
		background-position: 0px -38px;
		color:#fff
	}
	a.button:active{
		background-position: 0px -76px;
		border-top:1px solid transparent;
		-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.5);
		-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.5), 0px 1px 0px #02ffff inset;
		box-shadow: 0px 0px 2px rgba(0,0,0,.5), 0px 1px 0px #02ffff inset;
		padding:0 10px;
	}
#bodywrapper{
	background: #e4e4e4;
	margin:20px 20px 0;
	min-width:962px;
}
#contentwrapper{
	width:962px;
	margin:0px auto;
	padding-bottom:30px;
}
	.feature{
		width:962px;
		position: relative;
	}
		.featureimage{
			width:962px;
			position: absolute;
			top:0px;
			left:0px;
			background-repeat:no-repeat;
		}
		.feature h1{
			font-family: "KlavikaMedium", "Lucida Grande", Tahoma, sans-serif;
			color:#007DC2;
			font-size:64px;
			line-height:54px;
			text-shadow:
       -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
         3px 3px 0 #fff;
			margin-left:22px;
			font-weight: normal;
		}
		
		.summary{
			background: url(img/summary.png);
			padding:15px;
			margin:22px;
			color:#fff;
		}
	.shadow{
		padding-bottom:30px;
		background: url(img/shadow.png) bottom center no-repeat;
	}
.third{
	width:306px;
	float:left;
	margin-right: 22px;
}
	.third .morelink{
		display: block;
		text-align: right;
		width:100%;	
	}
	.third img{
		margin-bottom:15px;
	}
.third.last{
	margin-right:0;
}

h2{
	font-family: "KlavikaRegular", "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
	border-bottom:3px solid #000;
	font-size:20px;
	color:#000;
	line-height:28px;
	margin-bottom:20px;
}
.clear{
	width:100%;
	height:1px;
	clear:both;
}
/*-------------------------------------------------------------- HEADER */
	#header{
		width:962px;
		margin:0px auto;
		position: relative;
		height:88px;
	}
		#headerborder{
			position: absolute;
			top:-20px;
			left:0px;
			width:100%;
			height:20px;
			background: #000 url(img/headerborder.jpg) -10% -60%;
		}
		#logo{
			display: block;
			float:left;
			width:132px;
			height:36px;
			margin-top:25px;
			background: url(img/logo.png) no-repeat;
			overflow: hidden;
			text-indent: 200px;
		}
		#menu{
			float:right;
		}
			#menu li{
				display: inline;
				color:#cdcdcd;
				font-family: 'KlavikaRegular', "Lucida Grande", sans-serif;
				font-size:20px;
				line-height:88px;
			}
				#menu li a{
					text-decoration: none;
					color:#000;
					font-size:18px;
					line-height:88px;
				}
				#menu li.facebook a{
				  color:#3b5998;
				  padding-right: 22px;
				  background:url(img/facebook_16.png) center right no-repeat;
		    }
				#menu li.active a{
					color:#007dc2;
				}

#footer{
	width:962px;
	margin:0px auto;
	background: #f8f8f8;
	color:#888;
	padding:10px 0;
	margin-bottom:20px;
}
	#footer #qtranslate-chooser{
		display: inline;
	}	
		#qtranslate-chooser li{
			display: inline;
			padding-right:6px;
		}	
		
		#qtranslate-chooser li.active a{
			text-decoration: none;
			color:#666;
		}
	#footer .third.last{
		margin-top:4px;
	}
/*-------------------------------------------------------------- PAGE - HOME */

.feature.home{
	height:340px;
	margin-bottom:20px;
}
.feature.home .featureimage{
	background-image: url(img/home_feature.png);
	height:340px;
}
	.feature.home h1{
		margin-top:80px;
	}
	.feature.home .summary{
		width:420px;
	}
	
/*-------------------------------------------------------------- PAGE - STUDIO */
.feature.studio{
	height:340px;
	margin-bottom:20px;
}
	.feature.studio .featureimage{
		background-image: url(img/studio_feature.png);
		height:340px;
	}
	
/*-------------------------------------------------------------- PAGE - PORTFOLIO */
.feature.portfolio{
	height:55px;
}
	.feature.portfolio .featureimage{
		background-color: #fff;
		height:55px;
	}
	
#portfoliolist{
			float:left;
			margin-left:22px;
		}
			#portfoliolist li{
				display: inline;
				color:#cdcdcd;
				font-family: 'KlavikaRegular', "Lucida Grande", sans-serif;
				font-size:18px;
				line-height:55px;
			}
				#portfoliolist li a{
					text-decoration: none;
					color:#605f5f;
					font-size:16px;
					line-height:55px;
				}
				#portfoliolist li a.active{
					color:#007dc2;
				}

.portfolio_item{
	width:306px;
	height:180px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #c5c5c5;
	border-bottom:1px solid #f8f8f8;
	margin-bottom:22px;
	overflow: hidden;
}
	.portfolio_item:hover{
		background-position: 0px -180px;
	}
	
.portfolio_item.small{
	height:110px;
	margin-bottom:15px;
}
	.portfoliopreview_overlay{
		width:306px;
		height:110px;
		position: absolute;
		top:0px;
		left:0px;
		background: url(img/third_overlay.png) no-repeat;
	}
	
.panel{
		position: absolute;
		bottom:-42px;
		left:0px;
		width:306px;
		height:42px;
		background: url(img/summary.png);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.6) inset;
	}
	
.portfolio_item.sound{
	background-image: url(img/portfolioitem_sound.png);
}
	.sound_cover{
		position: absolute;
		top:15px;
		left:72px;
	}
	.sound_overlay{
		position: absolute;
		top:0px;
		left:0px;
		width:150px;
		height:150px;
		background: url(img/sound_overlay.png) no-repeat;
	}
	
	.portfolio_item.sound .wpaudio-container{
			font-family: "KlavikaRegular", "Lucida Grande", Tahoma, sans-serif !important;
		}
		.portfolio_item.sound .wpaudio-meta{
			display: none;
		}
		.portfolio_item.sound .wpaudio{
			display: block;
			height:42px;
			line-height:42px;
			text-decoration: none;
			font-size:16px;
			color:#fff;
		}
		.portfolio_item.sound .wpaudio-play{
			float:left;
			margin:5px 6px 0px 10px;
			width:32px;
			height:32px;
		}
		
.portfolio_item.video{
	background-image: url(img/portfolioitem_video.png);
}
	.video_cover{
		position: absolute;
		top:37px;
		left:51px;
	}
	.video_overlay{
		position: absolute;
		top:0px;
		left:0px;
		width:202px;
		height:104px;
		background: url(img/video_overlay.png) no-repeat;
	}
	.portfolio_item.video .videolink{
		font-family: "KlavikaRegular", "Lucida Grande", Tahoma, sans-serif !important;
		display: block;
		height:42px;
		line-height:42px;
		text-decoration: none;
		font-size:16px;
		color:#fff;
	}
		.portfolio_item.video .videolink img{
			float:left;
		    height: 32px;
		    margin: 5px 6px 0 10px;
		    width: 32px;
   		}
/*-------------------------------------------------------------- PAGE - VOICECASTING */

.feature.voice{
	height:144px;
	margin-bottom:20px;
}
.feature.voice .featureimage{
	background-image: url(img/voice_feature.png);
	height:144px;
}
	.feature.voice h1{
		margin-top:30px;
		font-size:40px;
		line-height:42px;
		float:left;
	  text-shadow:0 1px 3px rgba(0,0,0,.5);
	  color:#fff;
		
	}
	.feature.voice .summary{
		width:420px;
		float:right;
		padding:10px 15px;
		line-height:20px;
	}
		.feature.voice .summary a.button{
			text-align:center;
			margin-top:8px;
		}
div.voicecast{
	width:auto;
	background: #fff;
	height:58px;
	border-bottom:1px solid #b5b5b5;
	padding:8px;
	line-height:18px;
	color:#828282;
	margin-bottom:15px;
}
	.voice_image{
		width:58px;
		height:58px;
		float:left;
		position: relative;
		margin-right:18px;
	}
		.voice_overlay{
			position: absolute;
			top:0px;
			left:0px;
			background: url(img/voice_overlay.png) no-repeat;
			width:58px;
			height:58px;
		}
	.voice_name{
		padding-top:10px;
		float:left;
		width:222px;
	}
		.voice_name h3{
			font-family: "KlavikaMedium", "Lucida Grande", Tahoma, sans-serif;
			font-weight: normal;
			color:#000;
			font-size:20px;
			line-height:20px;
			margin-bottom:0px;
		}
	.voice_desc{
		float:left;
		width:350px;
		padding-top:8px;
		line-height:22px;
	}
	.voice_sample{
		float:right;
		margin-right:10px;
	}
		.voice_sample .wpaudio-container{
			font-family: "KlavikaRegular", "Lucida Grande", Tahoma, sans-serif !important;
		}
		.voice_sample .wpaudio-meta{
			display: none;
		}
		.voice_sample .wpaudio{
			display: block;
			height:58px;
			line-height:58px;
			text-decoration: none;
			font-size:16px;
		}
		.voice_sample .wpaudio-play{
			float:right;
			margin-top:11px;
			margin-left:6px;
		}
		
