/*
Theme Name: Joeline
Author: Francisco G. Calderón
Author URI: http://fg.calderon.it;
Description: Art | 2003
Version: 1.0
*/



/* 	BODY
================================================== */
body{
	background: #000;	
	font-family: 'Open Sans', sans-serif;
}

/* 	HEADER
================================================== */
h1.title{
	color: #eead0e;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 30px;
}


h1.home-title .link, h2.title-header .link{	
	color:#eead0e; 
	font-family: 'Engagement', sans-serif;
	font-size: 58px;
	font-weight: normal;
	line-height: 60px;
}


h1.home-title, h1.home-title .link{
	font-size: 120px;
	line-height: 70px;
	text-align: center;

}

hr.divisor{
	border-bottom: 1px solid #eead0e;
	border-top: 1px solid #eead0e;	
	margin-top: 0;
}

/* 	HOME
================================================== */
.thumbnail{
	background: #fff;
	min-height: 430px;
	position: relative;
}

.thumbnail .subtitle{
	color: #000;
	line-height: 1em;
	text-align: center;
}


/* MENU
================================================== */
nav.main-menu{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	font-weight: normal;
  	padding: 0.5em;
}

ul#menu-main-menu{margin-bottom: 0}

nav .nav{margin-bottom: 0; margin-top: 25px;}
.nav>li>a {color: #eead0e; padding: 8px;}
.nav>li>a:hover, .nav>li>a:focus { background: #000; color:#fff; } /*Background Active and Hover*/
.nav .dropdown-toggle .caret { border-top-color: #eead0e; border-bottom-color: #eead0e;} /* Submenu caret color*/
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret { border-top-color: #fff; border-bottom-color: #fff; } /*Active and Hover submenu caret color*/
.nav > li { position: relative; padding-left: 5px;}
.dropdown-menu li > a:hover { background:#eead0e; color:#fff;} /*Submenu hover*/
/*Active principal menu on submenu*/
.nav-tabs .open .dropdown-toggle, 
.nav-pills .open .dropdown-toggle, 
.nav > li.dropdown.open.active > a:hover { color: #fff; background-color: #eead0e; border-color: #eead0e;} 
/* Caret color on click to show submenu */
.nav li.dropdown.open .caret, 
.nav li.dropdown.open.active .caret, 
.nav li.dropdown.open a:hover .caret, 
.nav li.dropdown.open a:focus .caret { border-top-color: #eead0e; border-bottom-color: #eead0e; opacity: 1; filter: alpha(opacity = 100); }

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  color: #000;
  background-color: #eead0e;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #eead0e;
  border-bottom-color: #eead0e;
}

#home .inicio{ display: none;}


/* 	COLORS
================================================== */
#main-section{
	/*background: #fff;*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 30px;
	padding-bottom: 0;
}



/* 	CONTENT
================================================== */
article{
	padding:2em;
}

#enter-button{
	margin-bottom: 20px;
}

/* 	ASIDE
================================================== */
.sidebar{
	/*background: #ddd;*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 0;	
	min-height: 500px;
	position: relative;
	padding-bottom: 0;
}

#content-aside{
	padding: 2em;
}

/* 	MARGINS AND PADDINGS
================================================== */
.margin-top{
	margin-top: 20px;
}

.margin-bottom-big{
	margin-bottom: 35px;
}

/* 	ALIGNS
================================================== */
.center{
	clear: both;
	margin: 0 auto;
	text-align: center;
}

.position-relative{
	position: relative;		
}
	
.align-bottom{	
	bottom: 0.6em;	
	right: 4em;
	position: absolute;
}


/* 	CUSTOM BTN
================================================== */
.btn-gold, .btn-gold:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #eead0e;
	background-image: -moz-linear-gradient(top,#eead0e,#eead0e);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#eead0e),to(#eead0e));
	background-image: -webkit-linear-gradient(top,#eead0e,#eead0e);
	background-image: -o-linear-gradient(top,#eead0e,#eead0e);
	background-image: linear-gradient(to bottom,#eead0e,#eead0e);
	background-repeat: repeat-x;
	border-color: #eead0e #eead0e #eead0e;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	box-shadow: 0px 3px 5px #999;
	-moz-box-shadow: 0px 3px 5px #999;
	-webkit-box-shadow: 0px 3px 5px #999;
}

.btn-gold:hover {
	position:relative;
	top:3px;	
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

/* 	IMAGES
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft, .alignleft img{
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright, .alignright img {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .aligncenter img {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.alignleft img, .alignright img, .aligncenter img{ margin-top: 0;}

/* 	FOOTER
================================================== */
footer{
	color: #eead0e;
}


/* Test
================================================== */
.columns-bg{ 
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #fff),
		color-stop(71%, #fff),
		color-stop(71%, #ddd),
		color-stop(100%, #ddd)
	);   	
	background-image: -webkit-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
	background-image: -moz-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
	background-image: -ms-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
	background-image: -o-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
}


.bg-section{
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #fff),
		color-stop(39%, #fff),
		color-stop(39%, #ddd),
		color-stop(100%, #ddd)
	);   	
	background-image: -webkit-linear-gradient(
		left, 
		#fff, 
		#fff 30%,
		#ddd 30%,
		#ddd 100%
	);
	background-image: -moz-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
	background-image: -ms-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
	background-image: -o-linear-gradient(
		left, 
		#fff, 
		#fff 71%,
		#ddd 71%,
		#ddd 100%
	);
}