/*

Theme Name: m-e-g.it Default Theme
Theme URI: http://www.m-e-g.it/
Description: Theme for the Website m-e-g.it
Version: 1.0
Author: Sergio De Falco aka SGr33n
Author URI: sgr33n@ircaserta.com
Tags: Meg

*/

* {
	margin: 0;
	padding: 0;
}

html {
	color: #000;
	background: #efefef url('images/wrapper.gif') top center repeat-y fixed;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica;
	width: 100%;
}

body {
	background: transparent url('images/background.gif') top center no-repeat fixed;
}

a:link			{ color: #FF3E78; text-decoration: none; }
a:visited		{ color: #FF3E78; text-decoration: none; }
a:hover			{ color: #FF3E78; text-decoration: underline; }
a:active		{ color: #FF3E78; text-decoration: none; }
a:visited:hover { color: #FF3E78; text-decoration: underline; }

.clear { clear: both; }
img { border: 0; }

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
}

.alttxt {
	color: #ff306e;
}

.wrapper {
	width: 894px;
	margin: auto;
	padding: 0;
}

#main {
	background: transparent url('images/vertsep.gif') 562px 0 repeat-y;
	margin: 18px 0 4px 0;
}

#header {
	width: 100%;
	height: 348px;
	background: transparent url('images/header.gif') top center no-repeat;
	position: relative;
}

#header h1 {
	display: none;
}

#header .description {
	display: none;
}

#header #logo {
	position: absolute;
	top: 118px;
	left: 16px;
}

#labels {
	clear: both;
	text-align: right;
	padding: 0 14px;
}

#footer {
	background-color: #FF3E78;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding: 0 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7pt;
}

#footer a:link			{ color: #000000; text-decoration: underline; }
#footer a:visited		{ color: #000000; text-decoration: underline; }
#footer a:hover			{ color: #000000; text-decoration: underline; }
#footer a:active		{ color: #000000; text-decoration: underline; }
#footer a:visited:hover { color: #000000; text-decoration: underline; }

table#lastnews, table#tourdates {
	position: absolute;
	top: 238px;
	padding: 0;
	margin: 0;
}

table#tourdates td, table#lastnews td {
	line-height: 15px;
}

table#tourdates td.date, table#lastnews td.date {
	text-align: right;
}

table#tourdates td.location, table#lastnews td.title {
	padding-left: 6px;
}

td.title {
	white-space: nowrap;
}

table#tourdates {
	left: 27px;
	width: 230px;
}

table#lastnews {
	left: 296px;
	width: 246px;
}

#tourdates .last, #lastnews .last {
	padding-top: 8px;
	text-align: right;
}

#tourdates a:hover,
#lastnews a:hover			{ color: #FF3E78; text-decoration: none; border-bottom: 1px dotted #000000; }
#tourdates a:visited:hover,
#lastnews a:visited:hover	{ color: #FF3E78; text-decoration: none; border-bottom: 1px dotted #000000; }

.last a:link	{ color: #000; text-decoration: underline; }
.last a:visited	{ color: #000; text-decoration: underline; }
.last a:hover	{ color: #000; text-decoration: underline; }
.last a:active	{ color: #000; text-decoration: underline; }

#menu {
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	margin-top: 3px;
}

#menu ul, #menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
}

#menu li {
	height: 18px;
	line-height: 18px;
}

#menu li a {
	padding: 0 12px;
}

#menu a:link	{ color: #FFF; text-decoration: none; }
#menu a:visited	{ color: #FFF; text-decoration: none; }
#menu a:hover	{ color: #FF3E78; text-decoration: none; }
#menu a:active	{ color: #FFF; text-decoration: none; }

.content {
	width: 514px;
	padding: 0 20px 0 30px;
	min-height: 485px;
	height: auto !important;
	height: 485px;
	float: left;
}

.post {
	padding: 0;
	margin: 0 0 32px 0;
	line-height: 150%;
}

.date {
	color: #777777;
	margin-bottom: 12px;
}

.entry p {
	margin: 0 0 10px 0;
}

.post img {
	border: 1px solid #FF3E78;
}

.post img.wp-smiley {
	border: none;
}

/* Begin Images */

p img {
	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 {
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Navigation */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

/* End Navigation

/* Begin Sidebar */

.col {
	width: 330px;
	margin: 18px 0;
	float: left;
}

.col ul.bnrlink {
	padding: 0;
	margin: 0 0 32px 0;
	list-style: none;
}

.col ul.bnrlink li {
	margin: 0 0 8px 10px;
}

#cdswf {
	width: 310px;
	height: 170px;
	margin: auto;
}

/* End Sidebar */

/*
Singole pagine
*/

/* Begin About */

#post-4 {
	background: transparent url('images/biography.gif') top left no-repeat;
	padding-top: 42px;
	margin-right: 20px;
}

.col ul, col li {
	width: 284px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

.col ul {
	padding-bottom: 42px;
}

ul#press {
	background: transparent url('images/rassegnastampa.gif') top left no-repeat;
	padding-top: 72px;
}

ul#contact {
	background: transparent url('images/contatti.gif') top left no-repeat;
	padding-top: 40px;
}

ul#official {
	background: transparent url('images/official.gif') top left no-repeat;
	padding-top: 40px;
}

/* End About */

/* Begin Discography */

#post-28 {
	background: transparent url('images/discography.gif') top left no-repeat;
	padding-top: 70px;
}

.cd {
	padding-left: 32px;
	padding-bottom: 84px;
	min-height: 58px;
	height: auto !important;
	height: 58px;
	position: relative;
}

.cd ul, .cd li {
	width: 94px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cdinfo, .tracklist {
	float: left;
}

.cdinfo {
	padding-top: 198px;
}

img.buy {
	border-width: 0;
	position: absolute;
	top: 192px;
	left: 128px;
	width: 50px;
	height: 48px;
}

#cd-1 {	background: transparent url('images/cd-1.jpg') top left no-repeat;}
#cd-2 {	background: transparent url('images/cd-2.jpg') top left no-repeat;}
#cd-3 {	background: transparent url('images/cd-3.jpg') top left no-repeat;}
#cd-4 {	background: transparent url('images/cd-4.jpg') top left no-repeat;}
#cd-5 {	background: transparent url('images/cd-5.jpg') top left no-repeat;}

#cd-1b {	background: transparent url('images/cd-1b.jpg') top left no-repeat;}

.tracklist {
	padding-top: 82px;
	padding-left: 70px;
}

.tracklist a { padding: 0 2px; }

.tracklist .tracknum {
	width: 20px;
	color: #ff306e;
	padding-right: 4px;
	text-align: right;
}

.tracklist .title {
	width: 178px;
}

.tracklist table,
.tracklist table tr,
.tracklist table td,
.tracklist table tbody { padding: 0; margin: 0; }

.tracklist .row2 { background-color: #F7F7F7; }

/* End Discography */

/* Begin Video Gallery */

#post-18 {
	background: transparent url('images/videogallery.gif') top left no-repeat;
	padding-top: 70px;
}

.video, .videoDesc {
	height: 280px;
	float: left;
}

.video {
	width: 258px;
}

.videoDesc {
	width: 232px;
}

.videoDesc h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #ff3366;
	margin-bottom: 2px;
}

.videoDesc h4 {
	font-size: 11pt;
	font-weight: normal;
	color: #ff3366;
	margin-bottom: 2px;
}

.videoDesc ul, .videoDesc li {
	list-style: none;
	color: #777777;
}

.videoDesc ul {
	margin-bottom: 22px;
}

.videoDesc p {
	margin: 0;
	padding: 0;
}

/* End Video Gallery */

/* Begin Live */

#post-24 {
	background: transparent url('images/nextdates.gif') top left no-repeat;
	padding-top: 150px;
	padding-left: 66px;
}

ul#nextdates, ul#nextdates li,
ul#archive, ul#archive li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nextdates, ul#archive {
	padding-bottom: 60px;
}

ul#nextdates li {
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 8px;
	line-height: 150%;
}

ul#nextdates p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #777777;
}

ul#archive {
	background: transparent url('images/archive.gif') top left no-repeat;
	padding-top: 92px;
}

ul#archive li {
	margin-bottom: 2px;
	line-height: 150%;
	color: #777777;
}

/* End Live */

/* Begin Photo Gallery */

#post-6 {
	background: transparent url('images/photogallery.gif') top left no-repeat;
	padding-top: 70px;
	padding-left: 22px;
}

/* End Photo Gallery */

/* Begin Songs */

.song {
	padding-left: 156px;
}

.song h3 {
	color: #ff306e;
	margin: 0 0 8px 0;
	padding: 0;
}

.song .tc {
	margin: 0 0 26px 0;
	padding: 0;
}

.song .credits {
	color: #777777;
	margin: 0 0 16px 0;
}

#post-101,
#post-103, 
#post-105,
#post-108,
#post-109,
#post-111,
#post-113,
#post-115,
#post-117,
#post-119,
#post-122 {
	background: transparent url('images/psyco.jpg') top left no-repeat;
}

#post-134, 
#post-135,
#post-137,
#post-138,
#post-139,
#post-140,
#post-141,
#post-142,
#post-143,
#post-144,
#post-145 {
	background: transparent url('images/meg.jpg') top left no-repeat;
}

#post-165,
#post-166,
#post-167,
#post-168,
#post-169,
#post-170,
#post-171,
#post-172,
#post-173,
#post-174,
#post-175,
#post-176 {
	background: transparent url('images/nous.jpg') top left no-repeat;
}

#post-152 {
	background: transparent url('images/bfobang.jpg') top left no-repeat;
}

/* End Songs */

/* Begin Store */

#post-277 {
	background: transparent url('images/officialmerch.png') top left no-repeat;
	padding-top: 114px;
}

#post-280 {
	background: transparent url('images/officialmerch-deha.png') top left no-repeat;
}

#descdeha {
	padding-top: 114px;
	padding-bottom: 78px;
}

ul#store {
	margin-top: 42px;
}

ul#store li {
	margin-bottom: 8px;
}

.prodhalf {
	width: 250px;
	float: left;
}

.prodfull {
	width: 500px;
}

.collpic {
	width: 320px;
	float: left;
}

.collbuy {
	width: 180px;
	float: left;
}

.collbuy h3 span,
.prodhalf h3 span,
.prodfull h3 span {
	color: #ff3366;
}

.prodhalf img,
.prodfull img,
.collpic img,
.collbuy img {
	border: 0;
}

#post-277 .price {
	margin-top: 30px;
}

#post-280 .price {
	float: right;
	text-align: right;
	margin-right: 15px;
}

/* End Store */

/* Begin Restricted */

.restricted {
	background: transparent url('images/restricted.jpg') top left no-repeat;
	padding-top: 308px;
	text-align: center;
	position: relative;
}

.restricted p {
	width: 380px;
	margin: 0 0 10px 0;
	padding: 0;
}

.restricted #adeslog, .restricted #adesreg {
	position: absolute;
	left: 380px;
}

.restricted #adeslog {
	top: 260px;
}

.restricted #adesreg {
	top: 352px;
}

/* End Restricted */

/* Begin Press */

#post-178 {
	background: transparent url('images/rassegnastampa.gif') top left no-repeat;
	padding-top: 86px;
	padding-left: 66px;
}

#post-178 h4 {
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	margin-bottom: 2px;
}

#post-178 ul {
	margin-top: 8px;
	margin-bottom: 14px;
}

#post-178 li {
	list-style: none;
}

/* End Press */

.s {
	display: none;
}
