/*
Theme Name: Eclat Theme
Theme URI: http://wordpress.org/
Description: Custom Theme for Eclat Recordings Web Site
Version: 1.0
Author:Giulio Andreini / Scary Grant
Author URI: http://www.eclatrecordings.com
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */
html {
   margin:0; padding:0;
   height:100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	background-color: #ffde00;
	background-color: #ffffff;
	color: #313131;
	text-align:center;
	margin: 0; padding: 0; border: 0;
	line-height: 2em;
	height:100%;
}


/* Tage generici */
h1, h2, h3 {
	font-weight: normal;
}

h2.pagetitle {
}

h2 {
	color: #8e8e8e;
}

h3 {
}

h4 {
	font-size: 14px;
	color: #555;
}

a {
	color: #ff5247;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #ff5247;
	text-decoration: none;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

hr {
	clear: both;
	visibility: hidden;
}

a img {
	border: none;
}

h1, h2, h3, h4, p, a , small, img, ul, li, ol{
	margin: 0; padding: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
}


/* Classi */
.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}


/* Page */
#page {
	background-color: #ffde00;
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height:100%;
   	position:relative;
   	text-align: left;
}

/* Testata */
#header {
	margin: 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

	#header #header_top {
		/* overflow: hidden; */
		/* height: 85px; */
	}
	
	#header #header_top h3 {
		margin: 5px 0 0 0;
		display: block;
		background: url(img/top_url.gif) top left no-repeat;
		width: 267px;
		height: 16px;
		text-indent: -9999px;
	}
	
	#header #header_top p {
		font-size: 11px;
		color: #555555;
		margin: 0; padding: 0;
	}

	#header #header_top form#frontendform {
		margin: 0; padding: 0;
	}
	
	#header #header_top form#frontendform div#newsletterFormDiv{
		margin: 0; padding: 0;
	}


	#header #header_bottom {
		clear: both;
		height: 185px; /* height: 185px; */
		width: 960px;
	}
	
	#header #header_bottom p {
		display: none;
	}
	
	#header #header_bottom h1 {
		display: block;
		height: 185px;
		width: 960px;
	}
	
	#header #header_bottom h1 a {
		background: url(img/header.jpg) top left no-repeat;
		background-position: top left;
		display: block;
		height: 185px;
		width: 960px;
		text-indent: -9999px;
	}
	
	#header #header_bottom h1 a:hover {
		background-position: bottom left;
	}

	


/* Content HOME */
#content {
	width: 960px;
	padding: 0; margin: 0;

	clear: both;
	overflow: hidden;

	/* Da: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
	padding-bottom: 160px;   /* Height of the footer */	
}

.news_column {
	width: 320px;
	width: 319px;
	float: left;
}

.news_column h3 {
	display: block;
	height: 50px;
	text-indent: -9999px;
	margin: 0 0 10px 0; padding: 0;
}
#news_label.news_column h3 {
	background: url(img/newsTitle_1.jpg) top left no-repeat;
}
#news_24hrs.news_column h3 {
	background: url(img/newsTitle_2.jpg) top left no-repeat;
}
#news_podcast.news_column h3 {
	background: url(img/newsTitle_3.jpg) top left no-repeat;
}

#news_label.news_column div.post{
	padding-right: 15px;
}
#news_24hrs.news_column div.post {
	padding-right: 15px;
}
div.news_column p.no_news {
	padding-right: 15px;
	color: #767676;
}



							
												

/* Content PAGE */
#pageContent {
	width: 960px;

	clear: both;
	overflow: hidden;

	margin: 0; padding: 20px 0 0 0;
	
	/* Da: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
	padding-bottom:160px;   /* Height of the footer */
}
#pageContentSide {
	width: 320px;
	float: left;
}
#pageContentCenter {
	width: 640px;
	float: right;
	margin-left: -320px;
	padding: 0;
}
#pageContentCenter h2 {
	margin: 0 0 0px 0; padding: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	/* font-family: Georgia, Times New Roman, Times, serif; */
}
#pageContentCenter p {
	font-size: 13px;
	/*
	overflow: hidden;
	float: left;
	border: 1px solid red;
	*/
}

div.sociable {
	clear: both;
	margin:46px 0 16px 0 !important;
}




/* Post in home e in archivio */
div.post {
	margin: 0; padding: 0;
}

#pageContentCenter div.post
{
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}
small.date {
	color: #a0a0a0;
	/* font-family: Georgia, Times New Roman, Times, serif; */
	font-size: 12px;
	/* font-style: italic; */
	display: block;
}	

#pageContentCenter h2.postArchiveTitle {
	padding: 0;
}

h2.postArchiveTitle, h2.postArchiveTitle a {
	font-size: 16px;
	font-weight: bold;
}

h2.postArchiveTitle a:hover {
}

div.post p{
	font-size: 12px;
	/* color: #777777; */
}
div.post hr {
	display: block;
}
div.postmetadata {
	clear: both;
}
p.no_news {
	font-size: 12px;
}
/* Link in basso agli archivi news */
p.news_archive_link a{
	border-top: 1px solid #e4e4e4;
	padding-top: 6px;
	font-size: 12px;
	font-weight: lighter;
	/* font-style: italic; */
	margin-top: 20px;
	/* font-family: Georgia, Times, Times New Roman, serif; */
}


/* Vista del post singolo */
#pageContent .singlePostView {
	margin: 0; padding: 0;
}
#pageContent .singlePostView small { /* data del post */
	/* font-style: italic; */
}
#pageContent .singlePostView h2 {
	font-size: 16px;
	margin: 0; padding: 0;
}
#pageContent .singlePostView p { /* testo del post */
	margin: 0 0 10px 0; padding: 0;
}

/* Paginazione post */
div.pages {
}

div.pages span.older a {
	font-size: 12px;
	font-weight: lighter;
	/* font-style: italic; */
	margin-top: 20px;
	/* font-family: Georgia, Times, Times New Roman, serif; */
}

div.pages span.newer {
	float: right;
}

div.pages span.newer a {
	font-size: 12px;
	font-weight: lighter;
	/* font-style: italic; */
	margin-top: 20px;
	/* font-family: Georgia, Times, Times New Roman, serif; */
}





/* Elenco Podcast */
div.podcast_release {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-top: 10px;
	width: 630px;
	clear: both;
	float: left;
}
div.podcast_release img {
	margin: 0 20px 0 0;
	float: left;
}
div.podcast_release h4 {
	margin: 0; padding: 0;
	font-size: 15px;
}
div.podcast_release h5 {
	margin: 0; padding: 0;
	font-size: 13px;
	/* font-style: italic; */
}
div.podcast_release p {
}







/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	clear: both;
	/* background: url(img/footer_bg.gif) top left no-repeat; */

	/* Da: http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page */
	position:absolute;
   	bottom:0;
   	height:100px;   /* Height of the footer */
}

	#footer div p {
		font-size: 11px;
	}
	#footer div h3 {
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 3px;
	}

	#footer #footer_block_1 {
		position: absolute;
		left: 0;
		top: 17px;
		height: 70px;
		overflow: hidden;
	}

	#footer #footer_block_2 {
		position: absolute;
		left: 320px;
		top: 17px;
		height: 70px;
		overflow: hidden;
	}
	#footer #footer_block_2 p a#sc_logo {
		display: block;
		width: 78px;
		height: 28px;
		background: url(img/logo_soundcloud.jpg) top left no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 7px 10px 0 0;
	}
	#footer #footer_block_2 p a:hover#sc_logo {
		background: url(img/logo_soundcloud_rollover.jpg) top left no-repeat;
	}
	#footer #footer_block_2 p a#fb_logo {
		display: block;
		width: 78px;
		height: 28px;
		background: url(img/logo_facebook.jpg) top left no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 7px 10px 0 0;
		
	}
	#footer #footer_block_2 p a:hover#fb_logo {
		background: url(img/logo_facebook_rollover.jpg) top left no-repeat;
	}
	#footer #footer_block_2 p a#tw_logo {
		display: block;
		width: 78px;
		height: 28px;
		background: url(img/logo_twitter.jpg) top left no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 7px 10px 0 0;
	}
	#footer #footer_block_2 p a:hover#tw_logo {
		background: url(img/logo_twitter_rollover.jpg) top left no-repeat;
	}
	
	#footer #footer_block_3 {
		position: absolute;
		left: 640px;
		top: 17px;
		height: 70px;
		overflow: hidden;
	}



/* Cancella l'etichetta da campo di input della newsletter */
#etiqueta {
	display: none;
}


/* Captions & Images */
img.gallery {
	padding: 4px;
	margin: 0 5px 5px 0;
	
	border: 1px solid #ddd;
	background-color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* height: 180px; */
	overflow: hidden;
	float: left;
}


.single_image {
	display: block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding-top: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 10px 5px 0;
	float: left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	padding-top: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* height: 180px; */
	overflow: hidden;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 12px;
	padding: 3px 4px 5px 4px;
	margin: 0 10px;
	text-align: center;
	/* font-family: Georgia, Times New Roman, Times, serif; */
	font-weight: normal;
}


/* Links o blog roll */
h2.blogroll_title {
	margin: 0 0 0px 0; padding: 0 0 12px 0;
	font-size: 16px;
	font-weight: bold;
	/* font-family: Georgia, Times New Roman, Times, serif; */

}
ul.blogroll {
	margin: 0; padding: 0;
	list-style: none;
}
ul.blogroll li {
	margin: 0 0 10px 0; padding: 0;
	list-style: none;
	font-size: 12px;
}
ul.blogroll li a {
}
ul.blogroll li a span.blogroll_link{
	font-weight: bold;
}


/* Old styles */
wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-size: 1.3em;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/
