/* @override 
	http://localhost/wordpress/wp-content/themes/LeandroArts_v4/style.css
	http://www.leandroarts.com/wp-content/themes/LeandroArts_v4/style.css
*/

/*  
Theme Name: LeandroArts.
Theme URI: http://www.leandroarts.com/web/
Description: LeandroArts Custom Theme.
Version: 4.0
Author: Leandro Flaherty.
Author URI: http://www.leandroarts.com/

*/

body {
	color: white;
	background: #000 0;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	min-height: 600px;
}

#wrapper {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	min-width: 800px;
	margin: 0;
	top: 0;
	left: 0;
}

#content {
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}

#block-1{
	width: 100%;
	background: url(images/home-bg-sky.jpg) repeat-x center bottom;
	height: 650px;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	clear: both;
	overflow: visible;
}
	#logo-bar{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 214px;
	position: absolute;
	top: 10px;
	background: url(images/home-banner-bg.png) repeat-x 0 0;
}
	#logo-bar h1{
	width: 212px;
	height: 163px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 15%;
	text-indent: -99999px;
	background: url(images/home-logo.png) no-repeat 0 0;
}

#block-2{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/home-pitch-bg.png) repeat-x 0 0;
}
	#block-2 h2{
	margin: 0 auto;
	padding: 0;
	width: 277px;
	height: 45px;
	position: relative;
	text-indent: -99999px;
	background: url(images/home-pitch.png) no-repeat 0 0;
}


/* @group Admin */

#admintab {
	width: 100%;
	height: 15px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
	background: #101010 repeat-x;
	overflow: hidden;
}

#admintab li {
	display: inline;
	color: #4d4d4d;
	font-size: 10px;
	font-weight: bold;
}

#admintab li:hover {
	color: #d0d0d0;
}

#language_e {
	padding: 0;
	position: relative;
	margin: 0;
	left: 15px;
	list-style-position: outside;
	float: left;
	clear: right;
}

#language_s {
	padding: 0;
	position: relative;
	margin: 0;
	float: left;
	clear: right;
	left: 30px;
}

#login {
	padding: 0;
	margin: 0;
	position: relative;
	right: 15px;
	float: right;
	clear: right;
}



/* @end */

/* @group Nav Index */

#nav {
	position: absolute;
	width: 350px;
	height: 200px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 50px;
	list-style-type: none;
	overflow: hidden;
}

#nav li {
	padding: 2px 0 5px 15px;
	margin: 0 0 12px;
	font-size: 13px;
	letter-spacing: 1px;
	height: 14px;
	width: 100%;
	font-weight: bold;
}

#nav li a{
	color: white;
	display: block;
}

li#nav_contact{
	background: url(images/bar_nav.png) 0 0;
	padding-left: 20px;
	position: relative;
}li#nav_contact a{
	color: #000;

}

li#nav_contact:hover {
	background: url(images/bar_nav.png) 0 25px;
}

li#nav_web {
	color: white;
	background: url(images/bar_nav.png) 0 0;
	padding-left: 20px;
	position: relative;
	left: 25px;
}

li#nav_web:hover {
	background: url(images/bar_nav.png) 0 25px;
}

li#nav_studio {
	color: white;
	background: url(images/bar_nav.png) 0 0;
	padding-left: 20px;
	position: relative;
	left: 50px;
}

li#nav_studio:hover {
	background: url(images/bar_nav.png) 0 25px;
}

li#nav_think {
	background: url(images/bar_nav.png) 0 0;
	padding-left: 20px;
	position: relative;
	left: 75px;
	top: 0;
}li#nav_think a{
	color: #000;	
}

li#nav_think:hover {
	background: url(images/bar_nav.png) 0 25px;
}
/* @end */




#ie-conditional {
	display: none;
	visibility: collapse;
	text-indent: -9999px;
}
