/*
Theme Name: 	drama
Theme URI: 		http://decodrama.eu
Description: 	dramatheme for ns based on starkers w/ foundation
Version: 		1.0
Author: 		cg\v
Author URI: 	http://decodrama.eu
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/normalize.css";





div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#000; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#fff; color:#333; }
::selection 		{ background:#fff; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: 'Times New Roman', serif; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

form {
	position: relative;
}

body {
	background: #000;
	font-family: 'Times New Roman', serif;
	line-height: 24px;
	font-size: 16px;
	color: #fdfdfd;
}

h1 {
	font-size: 32px;
	line-height: 42px;
}

h2 {
	font-size: 28px;
	line-height: 42px;
}

h3 {
	font-size: 24px;
	line-height: 42px;
}

h4 {
	font-size: 18px;
	line-height: 21px;
}

h5 {
	font-size: 16px;
	line-height: 21px;
}

h1,h2,h3,h4,h5,h6 {
	color: #fff;
}

p {
	margin: 0 0 .4em 0;
	font-size: 17px;
	line-height: 25px;
	color: #fcfcfc;
}

strong {
	color: #797979;
}

ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;

	-webkit-transition: .1s all;
	-moz-transition: .1s all;
	-o-transition: .1s all;
	-ms-transition: .1s all;
	transition: .1s all;
}

a:hover {
	color: #ccc;
}



/* Header */

header h1#logo a span {
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

header h1#logo a img {width:100%; height:auto;}

header p.tagline {
	display: none;
}

header ul {list-style: none; margin:0;}


/* Infos Menu */

nav#infos {
	float: left;
	overflow: hidden;
	margin-left: -2px;
}

nav#infos ul li {
	float: left;
	margin: .4em 10px .4em 10px;
}

nav#infos ul li a {
	font-weight: normal; font-size:12px;
	color: #fefefe;
	text-transform: uppercase; }


/* social */

#social {
	overflow: hidden;
	
}

#social ul {
	height: 40px;
	margin: 0 2px 0 0;
	background: #000;
	color: #fff;
	float: right;
}

#social ul li {
	float: right;
	margin-left: 10px;
}

#tw a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/social.jpg)no-repeat -120px 0;
}

#tw a:hover {
	background-position: 0 0;
}

#fb a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/social.jpg)no-repeat -150px 0;
}

#fb a:hover {
	background-position: -30px 0;
}

#yt a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/social.jpg)no-repeat -180px 0;
}

#yt a:hover {
	background-position: -60px 0;
}

#pin a {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/social.jpg)no-repeat -210px 0;
}

#pin a:hover {
	background-position: -90px 0;
}


/* slider */

#sliderx img {width: 100%; height:auto;}


/* MAIN MENU */

nav#categories  {margin-top:20px; border-top: 1px solid #fcfcfc; border-bottom: 1px solid #fcfcfc; }

nav#categories ul li {
	display: inline-block;
	
	position: relative;
}

nav#categories ul li a {display: block;
padding: 24px 20px 24px 0;
text-transform: uppercase;
font-size: 21px;
text-transform: uppercase;

color:#666}

nav#categories ul li a:hover {color:#fdfdfd}

nav#categories ul li ul.sub-menu li a {
	line-height: 35px;
	font-size: 16px;
}

nav#categories ul li ul.sub-menu li a:hover {
	color: #ccc;
}

nav#categories {
	clear: both;

	margin-bottom: 40px;
}

nav#categories ul li ul.sub-menu {display:none;}

nav#categories ul li:hover ul.sub-menu {
	display: block;
	position: absolute;
	z-index:9999999999999
}



nav#categories ul.sub-menu {
display: none;
position: absolute;
top: 65px;
left: -20px;
z-index: 99999;
background: #000;
width: 300px; }

nav#categories ul li ul.sub-menu li {display: block;}

nav#categories ul li ul.sub-menu li a {line-height: 35px;
font-size: 14px;
padding: 3px 10px;
border-bottom: 1px dotted #333;
}


/* search */

#searchform {padding:22px 0 ;}

#searchform label {display: none}


#searchform input#s {width: 70%; float: left; padding:2px; font-size: 14px; border:0; margin: 0; height:26px}

#searchform input#searchsubmit {width: 25%;
float: right;
font-size: 14px;}



/* Main Article */


article .landBack {height: 450px;
overflow: hidden;
position: relative; background: #111;}

article .landBack img {position: absolute;
z-index: 1;
width: 100%;
height: auto;
bottom: 0; box-shadow: 0 1px 4px rgba(255,255,255,.05);}

article .landEx {position: absolute;
bottom: 20px;
left: 20px;
width: 70%;
background: rgba(0,0,0,.7);
padding: 4px 10px;
z-index: 9999;}



div.intro {clear:both; margin-bottom:40px !important; overflow: hidden;}

.intro h3.introCat {
	color: #666;
    font-size: 32px;
    left: 20px;
    padding: 12px 10px;
    position: absolute;
    top: 0;
    z-index: 99999;}

/* Article List */

div.articleRow {margin-bottom: 38px !important;
clear: both;
background: #111;
overflow: hidden;
margin-left: 0 !important;}

div.article {  height:562px; border-right: 1px solid #000; transition: all.2s}

div.article:hover {background: rgba(255,255,255,.05);}

div.article article {  padding: 20px 6px;}

h3.artTitle, h3.artTitle a {font-size:24px; line-height: 28px; font-weight: normal; display: block;
min-height: 3em;}

.artEx {border-top: 1px solid #333;
border-bottom: 1px solid #333; padding: 3px 0}

.artEx p {font-size: 15px;
line-height: 24px;}

.imageArt img {width:100%; height:auto; margin-bottom:10px;}

.imageArt {overflow: hidden; max-height:200px;}

h3.artCat a {color: #666;
font-size: 24px; font-weight:normal;
line-height: 28px;
margin-bottom: 12px;
display: block; letter-spacing: .05em;}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #0c0c0c;
	border: solid #000 5px;
	left: -5px;
	background: #000;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
}


a.readmore {display: block;
 0/0 a;    text-shadow: none;    color: transparent;
 height: 22px; width:40px; background: url(images/readmore.png)no-repeat left top;
 position: absolute;
bottom: 20px;
left: 20px;}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #555;
padding-top: 10px;
height: 31px;
clear: both;
background: #000;
display: block;
width: 100%;
margin-left: -4px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #555;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ccc;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
display: none
}

.bx-wrapper .bx-next {
	display: none
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* side */


.widg ul li {list-style: none}

.widg h4 {margin-top: 48px;}

.widg .MailPress {padding:24px 0}

.widg img { margin-bottom: 38px;}

.adv li {list-style: none; margin-bottom: 40px;}

/* footer */

#boudoir a {
	text-indent: -999em;
	display: block;
	background: #000 url('http://www.nerospinto.it/nero/wp-content/uploads/2013/01/bou.jpg')no-repeat center top;
	min-height: 160px;
}

#sliderx h4 {display:none}

/* Single article */

article.singleArt {background: #111;}

h1.singleArtTitle {font-size:38px;}

.imgSingleArt img {float: left; width:47%;  margin-right:3%;}


#sfw-respond {
margin-top: 3.428571429rem;
background: #000;
margin: 60px -15px 0;
padding: 12px 10px;
}

.paginate {text-align: center;
padding-bottom: 24px;
padding-top: 24px;
background: #0a0a0a;
margin-right: -14px;
margin-top: -40px;
margin-bottom: 20px;}

.bottomcontainerBox {margin:24px 0}

.navigation {margin: 60px 0 12px;
clear: both;}

.copy {font-size: .9em; color:#ccc}

ul.galx li.gallery-item {float: left; width:30%; list-style-type: none; margin-right: 20px; margin-bottom:20px;}

body.single .single-content .main-article ul li.gallery-item {list-style-type: none;}

ul.galx li.gallery-item img {width:100%; height:auto;}

ul.galx {clear:both;}

a.readmore {
font: 0/0 a;    text-shadow: none;    color: transparent; display:block; width:100%; height:22px; background: url(images/readmore.png)no-repeat left top;}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (max-width:480px) {

nav#categories ul li a	{ display: block;
padding: 2px 10px 2px 0 !important;
text-transform: uppercase;
font-size: 14px; !important }

.irw-widget {height:60px !important;}

nav#categories ul.sub-menu {
display: none;
position: absolute;
top: 45px;
left: -20px;
z-index: 99999;
background: #000;
width: 300px; }

}

/* Retina Display */
@media screen and (max-width:768px) {

					nav#categories ul li a	{ display: block;
padding: 24px 20px 6px 0 !important;
text-transform: uppercase;
font-size: 16px; !important }

nav#categories ul.sub-menu {
display: none;
position: absolute;
top: 45px;
left: -20px;
z-index: 99999;
background: #000;
width: 300px; }

nav#categories ul.sub-menu li a {padding-left:10px}
}