/*
Theme Name: Valenciano
Theme URI: http://radiovalecia.fm
Description: A custom theme built for Radio Valencia network sites. Original design by Rick Abruzzo.
Author: Orin Zebest
Author URI: http://glot.homepie.org
Version: 0.2
*/

/* FONTS */
@font-face {
	font-family:TradeGothic; src:url('fonts/TradeGothic-BoldCondTwenty.otf');
}
@font-face {
	font-family:TradeGothic; font-weight:bold; src:url('fonts/TradeGothic-Bold.otf');
}

/* GENERAL */
body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:.85em;
	margin:0;padding:0;
}
#wrapper{
	width:90%;
	position:relative;
}

.spacer{clear:both}
body>*{margin:auto;}
.footer{clear:both}
a{color:#be1c2e}
a img{border:0}
code{font-family:monospace}
h1{font-size:170%}
h2{font-size:140%}
h3{font-size:130%}
h4{font-size:120%}
h4{font-size:110%}
h6{font-size:100%}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family:TradeGothic, Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#be1c2e;
}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:#000}
h1 a{text-decoration:none}
h1 a:hover{text-decoration:underline}
hr{
	width:100%;
	border:0;
	height:0;
	border-top:2px solid #be1e2d;
}


/* COLUMNS */
#content-left-sidebar-wrap{float:left}
#content{
	margin:auto;
	display:block;
	float:right;
	line-height: 170%;  /* line height for main content @@ */
}
.left-sidebar{
	float:left;
	border-right:2px solid #BE1E2D;
	padding-right:.7em;
	overflow:hidden;
}
.right-sidebar{
	float:right;
	border-left:2px solid #BE1E2D;
	padding-left:.7em;
	overflow:hidden;
}
.float-column{
	width:37%;
	position:relative;

	line-height: 140%; /* line height of sidebar @@ */

}
.float-column ul{
	padding:0;
	list-style-type:none;
}
.float-column li{
	margin-bottom:0.5em;
}
.round-box{
	background-color: #E1E1E1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:0.6em;
}


/* HEADER */
body>header{
	height:60px;
	margin:2em auto;
	position:relative;
	width:90%;
	min-width:800px;
	padding-bottom:65px;
}
body>header nav{
	display:table;
	height:32px;
	width:100%;
	position:relative;
	z-index:10;
	margin:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:14px 5% 14px 5%;
	box-shadow:0 6px 9px rgba(0,0,0,0.8);
	-moz-box-shadow:0 6px 9px rgba(0,0,0,0.8);
	-webkit-box-shadow:0 6px 9px rgba(0,0,0,0.8);
	background: #be1c2e url(images/gradient-header-nav.png) repeat-x top;
	background-size:contain;
	-webkit-background-size:100%;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	-khtml-background-size:contain;
}hold{	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.04, #BF1F2C),
		color-stop(0.52, #d15d68) );
	background: -moz-linear-gradient(
		center bottom,
		#BF1F2C 4%,
		#d15d68 52% );}
body>header nav ul{
	margin:0;
	padding:0;
	display:table-row;
}
body>header ul *{
	-webkit-transition:all 0.2s ease-out;
}
body>header nav li{
	list-style-type:none;
	display:table-cell;
	height:32px;
	border-right:2px groove #fff;
	vertical-align:middle;
	font-size:19px;
	text-align:center;
}
body>header nav li a{
	color:#fff;
	text-decoration:none;
	font-family:TradeGothic, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:133%;
	font-weight:bold;
	letter-spacing:1px;
}
body>header nav li ul{
	position:absolute;
	top:46px;
	padding-top:13px;
}
body>header nav li ul li{
	background:#be1c2e;
	border-bottom:1px solid #fff;
	display:none;
	text-align:left;
	border-right:none;
	padding:3px;
	height:auto;
	width:100%;
	box-shadow:0 3px 6px rgba(0,0,0,0.6);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.6);
}
body>header nav li:hover ul li,body>header nav li ul:hover li{
	display:block;
}
body>header nav li ul li a{
	text-transform:none;
	display:block;
	width:100%;
}
body>header nav a:hover{text-decoration:underline;}
body>header nav li:last-child{border-right:none}

#listen-link{
	position:absolute;
	z-index:20;
	font-size:0;
	background-image:url(images/listen-icon-double.png);
	background-position:bottom;
	height:34px;width:35px;
	top:13px;
	left:3px;
	opacity:.2;
	-webkit-transition: opacity 500ms ease-out;
}
body>header:hover #listen-link{
	opacity:.5;
}
body header a#listen-link:hover{
	background-position:top;
	opacity:1;
}
#homepage-link{
	width:158px;
	border:0;
}
#homepage-link a{
	position:absolute;
	top:-20px;
	padding:0;
	display:block;
}
#homepage-link img{
	border:0;
}
#homepage-link a:hover img{
	-webkit-transform:rotate(-35deg);
	-moz-transform:rotate(-35deg);
	transform:rotate(-35deg);
}
body>header h1{
	text-align:center;
	font-size:85px;
	line-height:60px;
	font-weight:normal;
}
body>header h1 a:hover{text-decoration:none}

/* POSTS */
.post{
	margin-bottom:1.5em;
}
.single .post h1{font-size:210%}
.post img{
	padding:3px;margin:5px
}
.post a:hover img{background-color:#be1c2e;}

.post .alignright{float:right}
.post .alignleft{float:left}
.post .aligncenter{margin-left:auto;margin-right:auto;display:block;}
.post img.alignright {margin-right:-3px;clear:right}
.post img.alignleft {margin-left:-3px;clear:left}
.post iframe{
	margin:0 auto;
	display:block;
}

/* COMMENTS */
#comment{width:100%}
#comments>ul.commentlist{
	padding:0;
}
ul.commentlist,ul.children{
	list-style-type:none;
}
.commentlist .comment{
	padding:.5em;
	margin:.5em 0;
}
.comment-body{
	padding-left:60px;
}
.commentlist li.even{
	background-color:#F1F1F1;
}
.commentlist li.odd{
	background-color:#FFF;
}
li.byuser{
	background:url(images/comment-by-user.png) no-repeat top left;
}
.comment-author{
	font-family:TradeGothic, Helvetica, Arial, sans-serif;
	font-size:130%;
	text-transform:uppercase;
}
.comment-author cite{
	font-style:normal;
}
.avatar{
	float:left;
	border: 3px solid #E1E1E1;
	margin-left:-60px;
}

#pagination{
	background:#ddd;
	margin:12px auto;
	padding:4px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* PAGES WIDGET */
.page_item { list-style-type: none; margin-left:1.5em; }
.page_item .children { margin:.5em 0 0 .5em; }

