/* @override http://erikaprovinzano.com/wp-content/themes/erika/style.css */

/*
Theme Name: erikaprovinzano.com
Theme URI: http://surgeworks.com
Description: New Erika's Website designed by Rafael Torales, coded by Mauro Dalu 
Version: 0.1
Author: Surgeworks
Author URI: http://surgeworks.com
Tags: erikaprovinzano.com
*/

body {
	margin: 0;
	padding: 0;
	font: 0.9em "Helvetica Neue", Geneva, Arial, Helvetica, Geneva, sans-serif;
	color: #777;
	background-color: white;
}

h1, h2, h3, h4 {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

h1 {
	margin-left: -50px;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 4em;
}

a {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.clearfix {
	float: none;
	clear: both;
}

.container {
	padding: 0;
	margin: 0 auto 0 0;
	width: 1150px;
}

.column-left {
	float: left;
}

.column-right {
	float: right;
}

img {
	border-width: 0;
	border-style: none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* @group vcard */

.vcard {
  width: 120px;
  margin: 0 0 20px 20px;
  float: right;
  text-align:center;
}

.vcard p {
  clear: both;
  text-align: center;
  width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin: 0;
	padding-top: 2px;
	font-size: 70%;
}

.post-date {
  width: 52px;
  float: left;
  text-align:center;
  text-transform: uppercase;
  border: 1px solid silver;
}

.post-date .month {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 70%; 
  font-weight: bold;
  height:22px;
  line-height: 230%;
  text-transform:uppercase;
	color: silver;
	background-image: url(images/white50.png);
	letter-spacing: -1px;
}

.post-date .day {
  color: gray;
  font-size: 123.1%; 
  line-height:200%;
  height: 32px;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Microsoft Sans Serif", Geneva, Helvetica, sans-serif;
	background-image: url(images/white25.png);
}

.vcard img {
  float: left;
  margin-left: 6px;
  border: 1px solid silver;
	padding: 0 !important;
}



/* @end */

/* @group Top Bar */

#top-bar {
	display: block;
	position: absolute;
	top: 0;
	background-color: transparent;
	background-image: url(images/top-bar/bg.gif);
	width: 100%;
}

#top-bar ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
	display: block;
	float: right;
}

#top-bar ul li {
	list-style-type: none;
	float: left;
	display: inline-block;
	margin-left: 40px;
	padding: 0;
	background-color: white;
}

#top-bar ul li a {
	padding: 2px;
}

#top-bar ul li a:hover {
	background-image: url(images/white50.png);
}

#top-bar ul li img {
}



/* @end */

/* @group Navigation */

#navigation {
	height: 90px;
	margin: -130px 0 0;
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 100%;
	background: transparent url(images/stripesdark50.png) repeat;
}

#navigation #links ul {
	margin: -5px 0 0;
	padding: 0 0 0 430px;
	list-style-type: none;
}

#navigation #links ul li {
	list-style-type: none;
	float: left;
	display: inline-block;
	padding-right: 10px;
}

#navigation #links ul li a {
	text-decoration: none;
	color: white;
	display: block;
	height: 23px;
	margin: 0;
	padding: 5px 2px 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-shadow: black 1px 1px 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation #links ul li a.current {
	background-image: url(images/navigation/current.png);
}

#navigation #links ul li a:hover {
}

#navigation .container {
	margin-left: auto;
	width: 980px;
}



/* @end */

/* @group Footer */

#footer {
	font-size: 0.9em;
	margin: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: black;
	opacity: 0.6;
}

#footer a {
	color: black;
}

#footer-container {
	width: 655px;
	margin-left: auto;
	margin-right: 0;
}

#footer #copyright {
	float: left;
}

#footer #surgeworks {
	float: right;
}



/* @end */

/* @group Content */

#content {
	padding: 30px 0 130px;
}

#main {
	float: left;
	width: 430px;
	padding: 0;
	margin-right: 20px;
	margin-left: 500px;
}

#main img {
	padding: 10px;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: 100px;
}

#subpages {
	font-size: 0.5em;
}

.widget {
	margin-bottom: 20px;
}

.box {
	background: url(images/white50.png) repeat;
	padding: 10px;
}

.date {
	font-weight: bold;
	float: right;
}

table, tr, td {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

tr {
}

th {
	background: url(images/white50.png) repeat;
	padding: 5px;
	border-bottom: 3px solid #ccc;
}

td {
	padding: 5px;
	background: url(images/white25.png) repeat;
	border-bottom: 3px solid #ccc;
}

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

p.more a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
}

rem.buy-now {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px;
	margin-right: 5px;
	font-size: 0.7em;
	border: 1px solid #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: white;
	background-color: #666;
	font-weight: bold;
	text-decoration: none;
}

rem.buy-now:hover {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px;
	margin-right: 5px;
	font-size: 0.7em;
	border: 1px solid #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	color: white;
	background-color: #333;
	font-weight: bold;
	text-decoration: none;
}

.wp-caption {
	background-image: url(images/white35.png);
	padding: 10px 5px 5px;
	text-align: center;
}

.wp-caption img {
	margin: 0 !important;
	padding: 0 !important;
}

.wp-caption-text {
	padding: 5px;
	margin: 0;
}

fieldset {
	border-style: none;
}

textarea {
	width: 100%;
}

#commentform {
	padding: 10px;
	background-image: url(images/white35.png);
}

.fbconnect_share {
	border-style: none !important;
}

/* @end */

/* @group Home Page */

body#home-page {
	background: #eceed8 url(images/bg-home.jpg) no-repeat fixed center bottom;
}

#home-page #top-bar ul li {
	background-color: #eceed8;
}

#home-page #navigation {
}

#home-page #navigation #links ul li a.current {
	color: #eceed8;
	background-image: url(images/navigation/current-home.png);
}

#home-page #navigation #links ul li a:hover {
	color: #eceed8;
}

#home-page .column-left {
	width: 340px;
}

#home-page .column-right {
	width: 340px;
}

#home-page #footer {
	background-color: #eceed8;
}

#home-page .container {
	margin-left: auto;
	width: 980px;
}

#home-page #latest-news h2 a, #home-page #upcoming-events h2 a {
	text-decoration: none;
}

/* @group Latest News */

#home-page #latest-news {
	margin-top: 50px;
}

#home-page #latest-news .news {
	height: 150px;
	display: block;
	font-size: 0.8em;
}

#home-page #latest-news .news .box {
	height: 135px;
	padding: 10px;
	display: block;
	overflow: hidden;
}

#home-page #latest-news .news .box a.title {
	font-weight: bold;
	text-decoration: none;
}

#home-page #latest-news .slideshow {
	height: 160px;
	overflow: hidden;
}

#home-page #latest-news p.more {
	text-align: left;
}

#home-page #latest-news p.more a {
	color: #5f8c95;
}

#home-page #latest-news p.more a:hover {
	color: #033;
}

#home-page #latest-news .news .box .thumbnail {
	width: 64px;
	height: 64px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	border: 1px solid silver;
}

/* @end */

/* @group Upcoming Events */

#home-page #upcoming-events {
	margin-top: 15px;
}

#home-page #upcoming-events table {
	font-size: 0.8em;
}

#home-page #upcoming-events td, #home-page .column-right #upcoming-events th {
	border-bottom-color: #eceed8;
}

#home-page #upcoming-events p.more {
	text-align: right;
}

#home-page #upcoming-events p.more a {
	color: #a2715c;
}

#home-page #upcoming-events p.more a:hover {
	color: #300;
}

/* @end */

/* @group Proteggimi Singolo */

#home-page .column-right #latest-album {
	margin-left: 95px;
	margin-top: 20px;
}

#home-page .column-right #latest-album h2 {
	font-size: 1.3em;
}



/* @end */

#facebook-home, #youtube-home {
	margin-top: 0;
	padding-top: 25px;
	padding-left: 20px;
}



/* @end */

/* @group Bio */

body#bio {
	background: #f6f5da url(images/bg-bio.jpg) no-repeat fixed left bottom;
}

#bio #top-bar ul li, #bio #footer {
	background-color: #f6f5da;
}

#bio #navigation {
}

#bio #navigation #links ul li a.current {
	color: #eceed8;
	background-image: url(images/navigation/current-bio.png);
}

#bio #navigation #links ul li a:hover {
	color: #eceed8;
}

/* @group Band */

#bio.band .thumbnail {
	background-image: url(images/white50.png);
	width: 120px;
	height: 150px;
	margin: 10px;
	padding: 0;
	text-align: center;
	float: left;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
}

#bio.band .thumbnail a {
	text-decoration: none;
}

#bio.band .thumbnail img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
	padding: 0;
}

#bio.band .thumbnail p {
	text-align: center;
}

#bio.band .post.box {
	width: 600px;
	height: 400px;
	color: black;
	background-color: #cacab7;
	background-image: none;
	padding: 20px;
}

#bio.band .post-content img {
	float: left;
	margin: 0 20px 20px 0;
}

#bio.band .post-content p {
}

#bio.band .post-content h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#bio.band .post-content {
	font-size: 0.8em;
}

#bio.band div#fancybox-title.fancybox-title-inside {
	font: 2em HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #ccc;
	background-color: #666;
	background-image: url(images/stripesdark50.png);
}

#bio.band div#fancybox-outer {
	background-image: url(images/white50.png);
	background-color: transparent;
}



/* @end */



/* @end */

/* @group Tour */

body#tour {
	background: #e3cbc9 url(images/bg-tour.jpg) no-repeat fixed -40px bottom;
}

#tour #top-bar ul li, #tour #footer {
	background-color: #e3cbc9;
}

#tour .thumbnail {
	width: 75px;
	height: 75px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	display: none;
	background: url(images/white50.png) no-repeat left top;
	border: 1px solid gray;
	visibility: hidden;
}

#tour #navigation #links ul li a.current {
	color: #e3cbc9;
	background-image: url(images/navigation/current-tour.png);
}

#tour #navigation #links ul li a:hover {
	color: #e3cbc9;
}

#tour .post .vcard.tour {
	float: left;
	display: inline-block;
}

div.year {
	font: 150% "Lucida Grande", "Lucida Sans Unicode", "Microsoft Sans Serif", Geneva, Helvetica, sans-serif;
	text-align: center;
	color: #cdbab8;
}

/* My Comment */

#tour .post .post-content {
	float: right;
	display: inline-block;
	width: 280px;
}

#tour .post.box {
		border-bottom: 1px dotted silver;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.no-left-border {
	margin-left: 6px;
}

.no-left-border .day {
	letter-spacing: -2px;
}



/* @end */

/* @group Media */

body#media {
	background: #dcf1ec url(images/bg-media.jpg) no-repeat fixed left bottom;
}

#media #top-bar ul li, #media #footer {
	background-color: #dcf1ec;
}

#media #navigation #links ul li a.current {
	color: #dcf1ec;
	background-image: url(images/navigation/current-media.png);
}

#media #navigation #links ul li a:hover {
	color: #dcf1ec;
}

/* @group Facnybox */

#media .thumbnail {
	background-image: none;
	margin: 0 0 10px;
	text-align: left;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	height: 120px;
	width: 430px;
}

#media .thumbnail a {
	text-decoration: none;
}

#media .thumbnail a.title {
	display: block;
	float: none;
	margin-top: 0;
	padding-top: 30px;
}

#media .thumbnail img {
	width: 72px;
	height: 72px;
	display: inline-block;
	padding: 13px 20px 25px 13px;
	background: url(images/bg-media-thumbnail.png) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#media .post.box {
	color: black;
	background-image: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#media div#fancybox-title.fancybox-title-inside {
	color: black;
	background-color: transparent;
	background-image: none;
	font: 1em HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
}

#media div#fancybox-outer {
	background-image: url(images/white50.png);
	background-color: transparent;
}



/* @end */



/* @end */

/* @group Press */

body#press {
	background: #eceed8 url(images/bg-press.jpg) no-repeat fixed left bottom;
}

#press #top-bar ul li, #press #footer {
	background-color: #eceed8;
}

#press #navigation #links ul li a.current {
	color: #eceed8;
	background-image: url(images/navigation/current-press.png);
}

#press #navigation #links ul li a:hover {
	color: #eceed8;
}



/* @end */

/* @group Contact */

body#contact {
	background: #eceed8 url(images/bg-contact.jpg) no-repeat fixed left bottom;
}

#contact #top-bar ul li, #contact #footer {
	background-color: #eceed8;
}

#contact #navigation #links ul li a.current {
	color: #eceed8;
	background-image: url(images/navigation/current-press.png);
}

#contact #navigation #links ul li a:hover {
	color: #eceed8;
}



/* @end */

/* @group Community */

body#community {
	background: #ebebeb url(images/bg-community.jpg) no-repeat fixed left bottom;
}

#community #top-bar ul li, #community #footer {
	background-color: #ebebeb;
}

#community #navigation #links ul li a.current {
	color: #ebebeb;
	background-image: url(images/navigation/current-community.png);
}

#community #navigation #links ul li a:hover {
	color: #ebebeb;
}

#community .post-summary
 {
	font-size: .9em;
}

#community .tags {
	font-size: x-small;
}

#community .post.box {
		border-bottom: 1px dotted silver;
	padding-bottom: 5px;
}

#community .post.box .vcard {
	float: left;
	margin: 0 10px 20px 0;
	display: inline-block;
}

#community .post.box .post-content {
	float: right;
	display: inline-block;
	width: 300px;
}



/* @end */

/* @group News */

body#news {
	background: #ebebeb url(images/bg-news.jpg) no-repeat fixed left bottom;
}

#news #top-bar ul li, #news #footer {
	background-color: #ebebeb;
}

#news #navigation #links ul li a.current {
	color: #ebebeb;
	background-image: url(images/navigation/current-news.png);
}

#news #navigation #links ul li a:hover {
	color: #ebebeb;
}



/* @end */

/* @group Proteggimi */

body#proteggimi {
	background: white url(images/bg-proteggimi.jpg) no-repeat fixed left bottom;
}

#proteggimi h1 {
	text-shadow: white -3px 3px 5px;
}

#proteggimi #top-bar ul li, #proteggimi #footer {
	background-color: white;
}

#proteggimi #navigation #links ul li a.current {
	color: #ebebeb;
	background-image: url(images/navigation/current-news.png);
}

#proteggimi #navigation #links ul li a:hover {
	color: #ebebeb;
}

#proteggimi #sidebar .box {
	background-color: #f3f3f3;
}

#proteggimi #tunecore {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* @group Fancybox */

#proteggimi .thumbnail {
	width: 190px;
	margin: 10px;
	text-align: left;
	float: left;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	background-image: none;
}

#proteggimi .thumbnail a {
	text-decoration: none;
}

#proteggimi .thumbnail img {
	width: 32px;
	height: 32px;
	display: block;
	padding: 0;
	float: left;
	margin: 0 10px 0 0;
}

#proteggimi .thumbnail p {
	text-align: center;
}

#proteggimi .post.box {
	color: black;
	background-image: none;
	background-color: white;
}

#proteggimi .post-content img {
	float: left;
	margin: 0 20px 20px 0;
}

#proteggimi .post-content p {
}

#proteggimi .post-content h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}

#proteggimi .post-content {
	font-size: 0.8em;
}

#proteggimi div#fancybox-title.fancybox-title-inside {
	font: 2em HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Sans-serif;
	color: #ccc;
	background-color: #666;
	background-image: url(images/stripesdark50.png);
}

#proteggimi div#fancybox-outer {
	background-image: url(images/white50.png);
	background-color: transparent;
}



/* @end */



/* @end */

#community .thumbnail, #press .thumbnail, #news .thumbnail {
	width: 75px;
	height: 75px;
	padding: 0;
	float: left;
	display: none;
	background: url(images/white50.png) no-repeat center center;
	border: 1px solid gray;
	margin: 0 10px 0 0;
	visibility: hidden;
}

#community .post, #news .post, #press .post {
	margin-bottom: 20px;
}

#main .page-body .box h2 {
	font-size: 1em;
	font-weight: bold;
}

#main .page-body .box h2 a {
	text-decoration: none;
}

#main .box {
	background-image: none;
	padding: 0;
}

h1 .subpages, h2 .subpages {
	font-size: 50%;
}

h1 .subpages a {
	text-decoration: underline;
}

input, textarea {
	background-color: transparent;
	background-image: url(images/white50.png);
	border: 1px solid silver;
	padding: 5px;
	width: 250px;
}

#sidebar input {
	width: 170px;
	border-style: none;
	background-color: transparent;
	background-image: none;
}

select {
	width: 260px;
}

input:focus, textarea:focus {
	background-color: white;
}

div.buttons {
	text-align: center;
}

input:hover, textarea:hover {
	border-color: black;
	background-color: #EEE;
}

form label {
	width: 100px;
	display: inline-block;
}

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

form li {
	margin: 0 0 10px;
	padding: 0;
}

div#usermessage, div#usermessagea {
	padding-bottom: 10px;
	font-weight: bold;
	color: maroon;
}

div#usermessagea.cf_info.success {
	color: green;
}

form legend {
	color: #ccc;
	text-align: right;
	display: none;
}

fieldset {
	margin: 0;
	padding: 0;
}

input#sendbutton.sendbutton {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p.linklove {
	display: none;
}

textarea {
	width: 350px;
}
