/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Definzione fonts
 *


/**
 * Inizio stile pagina
 */

body {
	font-family: "Arial";
	text-align: center;
	background: #F4F4F4 url(http://dev.partyguide.it/images/background.jpg) no-repeat;
	background-attachment:fixed;
	background-position: center top;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 5px;
	letter-spacing: -1px;
}


input, textarea {
	font-family: "Arial";
	font-size: 12px;
	padding: 5px;
	border: 1px solid #DDD;
	border-top: 1px solid #BBB;
}

input[type='password'] {
	padding: 5px;
	border: 1px solid #DDD;
	border-top: 1px solid #BBB;
	font-family: Arial;
	font-size: 14px;
}

a {
	color: #0275be;
}

strong {
	/* font-family: "OpenSansBold"; */
	font-weight: bold;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.error {
	padding: 10px 10px;
	border: 1px solid #E6BCBC;
	background-color: #F2E4E4;
	font-weight: bold;
	margin: 10px 0px;
	line-height: 18px;
}

.error ul {
	color: #333;
	margin: 0px !important;
	/* list-style-type: disc; */
}

.error li {
	margin: 0px !important;
}

.ok {
	padding: 10px 10px;
	border: 1px solid #c4d39b;
	background-color: #f3f9e2;
	font-weight: bold;
	margin: 10px 0px;
	line-height: 18px;
}

.ok ul {
	margin: 0px !important;
	color: #333;
	/* list-style-type: disc; */
}

.ok li {
	margin: 0px !important;
}

#system-message-1 {
	position: fixed;
	top: 50px;
	padding: 5px 10px;
	border: 1px solid #E6BCBC;
	background-color: #F2E4E4;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}

#system-message-2 {
	position: fixed;
	top: 50px;
	padding: 5px 10px;
	border: 1px solid #B5DBA9;
	background-color: #EAF5E6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
}

#system-message .err {
	border: 1px solid #E6BCBC;
	background-color: #F2E4E4;
}

#cambiaCitta {
	width: 245px;
	float: left;
	text-align: left;
	padding-top: 12px;
}

#cambiaCitta a {
	color: #CCC;
}
#cambiaCitta a:hover {
	color: #FFF;
}

#cambiaCitta span {
	display: block;
	padding-left: 13px;
	font-size: 12px;
	color: #CCC;
	line-height: 16px;
}

#cambiaCitta .location {
	display: block;
	padding-left: 10px;
	/* background: url(http://dev.partyguide.it/images/sprite.png) -991px -347px no-repeat; */
	font-size: 30px;
	/* font-weight: bold; */
	text-decoration: none;
	color: #00b7ee;
	letter-spacing: -1px;
	margin-bottom: 4px;
}

#cambiaCitta .arrow {
	float: left; 
	width: 16px; 
	height: 16px; 
	margin-top: 9px; 
	background: url(http://dev.partyguide.it/images/sprite.png) -592px -372px no-repeat;
}

#elencoCitta {
	margin: 15px 0 25px 14px;
	display: none;
}

#elencoCitta .blocco {
	width: 138px;
	float: left;
	text-align: left;
}

#elencoCitta li {
	padding: 3px 0px;
}

#elencoCitta a {
	text-decoration: none;
	color: #00b7ee;
}

#elencoCitta a:hover {
	text-decoration: underline;
}



#container {
	text-align: left;
	width: 982px;
	margin: 0 auto;
}

#main {
	background-color: #FFF;
	padding: 20px 10px 10px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #ddd 0 1px 1px;
	min-height: 500px;
}

#menuTop {
	background-color: #222;
	margin-bottom: 10px;
	color: #FFF;
	padding: 10px 0;
}

#menuTop a {
	color: #CCC;
	font-weight: bold;
}

#menuTopInner {
	width: 982px;
	margin: 0 auto;
	font-size: 11px;
}

#menuTopInner .login {
	background: url(http://dev.partyguide.it/images/sprite.png) -1000px -23px no-repeat;
	padding: 5px 0 5px 24px;
	margin-top: 7px;
	float: right;
	display: block;
	font-size: 13px;
}

#menuTopInner .login a {
	text-decoration: none;
}

#menuTopInner .login a:hover {
	text-decoration: underline;
}


#header {
	width: 982px;
	margin: 10px auto 10px;
	/* background: url(http://dev.partyguide.it/images/sprite.png) -4px -106px no-repeat; */
	position: relative;
}


#logo {
	background: url(http://dev.partyguide.it/images/sprite.png) 0px -133px no-repeat;
	width: 192px;
	height: 40px;
	display: block;
	text-indent: -9000px;
	float: left;
	margin-left: 8px;
}

#headerInner {
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: #ddd 0 1px 1px;
	margin-top: 10px;
}

#menu {
	text-align: left;
	margin: 3px;
	/* background: url(http://dev.partyguide.it/images/sprite.png) 0px -239px no-repeat; */
	background-color: #0275BE;
	height: 42px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#menu ul {
	padding-top: 13px;
}

#menu li {
	display: inline;
	padding: 1px 19px 2px;
	border-left: 1px dotted #a5cadd;
}

#menu li:first-child {
	border-left: none;
}

#menu a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding: 7px 20px;
}

#menu a:hover {
	background-color: #031f2d;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.article figure img {
    width: 100%;
}


#breadcrumbs {
	text-align: left;
	margin: 15px 10px;
	font-size: 11px;
	color: #666;
}

#breadcrumbs a {
	color: #666;
}

#breadcrumbs .item, #breadcrumbs .label {
	float: left;
}

#header .banner {
	width: 728px;
	height: 90px;
	float: right;
}

/**
 * Stile Homepage
 */ 
.homepage .left {
	width: 640px;
	float: left;
	margin-right: 20px;
}
 
.homepage .right {
	float: left;
	width: 300px;
}
 
.homepage h3 {
	background-color: #151515;
	color: #FFF;
	font-size: 24px;
	padding: 8px 0 9px 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.homepage .labelUltimeGallery {
	background: #151515 url(http://dev.partyguide.it/images/sprite.png) -330px -170px no-repeat;
}

.homepage .labelProssimiEventi {
	background: #151515 url(http://dev.partyguide.it/images/sprite.png) -330px -137px no-repeat;
}

#eventiHomepage {
	margin-top: 15px;
}

#eventiHomepage ul {
	margin-bottom: 10px;
}

#eventiHomepage li {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	border-top: 4px solid #EFEFEF;
}

#eventiHomepage li:first-child {
	padding-top: 0px;
	border-top: 0px;
}

#eventiHomepage p {
	font-size: 11px;
	color: #666;
	line-height: 13px;
	margin-top: 10px;
	word-wrap: break-word;
}

#eventiHomepage .data {
	font-size: 11px;
	color: #666;
}

#eventiHomepage .locale {
	font-size: 12px;
	color: #333;
}

#eventiHomepage h4 {
	margin: 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#eventiHomepage h4 a {
	text-decoration: none;
}

#eventiHomepage h4 a:hover {
	text-decoration: underline;
}

#eventiHomepage .left {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#eventiHomepage .right {
	float: left;
	width: 190px;
}


/**
 * Stile pagina eventi
 */
 
.boxEvento {
	background-color: #FFF;
	margin: 0px 11px 20px 11px;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	float: left;
	width: 190px;
}

.boxEvento .topevent {
	margin-bottom: 10px;
}

.boxEvento .data {
	background: url(http://dev.partyguide.it/images/sprite.png) -338px -209px no-repeat;
	padding-left: 25px;
	line-height: 18px;
	color: #666;
	font-size: 12px;
	color: #666;
}

.boxEvento h4 a {
	font-size: 16px;
	line-height: 18px;
	color: #0275be;
	text-decoration: none;
	margin: 5px 0px;
	display: block;
	font-weight: bold;
}

.boxEvento h4 a:hover {
	text-decoration: underline;
}

.boxEvento .locale {
	line-height: 16px;
	padding-bottom: 10px;
}

.boxEvento p {
	font-family: Arial;
	padding: 10px;
	background-color: #F3F3F3;
	border-top: 1px solid #FFFFFF;
	font-style: italic;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	word-wrap: break-word;
}

#fotoLeft  {
	width: 800px;
	float: left;
}

#galleryLeft {
	width: 763px;
	float: left;
}

#galleryLeft .bottom {
	padding: 15px 0;
}

#galleryLeft h1, #listGallery h1 {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -1px;
	border: 0px;
}

#container .evento h1 {
	font-size: 30px;
	color: #0275be;
	font-weight: bold;
	letter-spacing: -2px;
}

#container .evento p {
	font-size: 14px;
	line-height: 19px;
	color: #333;
	word-wrap: break-word;
}

#container .evento .data {
	background: url(http://dev.partyguide.it/images/sprite.png) -338px -209px no-repeat;
	padding-left: 25px;
	line-height: 18px;
	color: #666;
	margin-bottom: 10px;
}

#container .evento .dove {
	background-color: #DDD;
	padding: 15px;
	line-height: 18px;
	border-top: 1px solid #FFF;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	font-weight: bold;
	-webkit-box-shadow: #CCC 0px 2px 3px;
}

#container .evento .dove span {
	font-style: italic;
	color: #666;
	display: block;
	font-weight: normal;
}


/**
 * Stile pagina dettaglio foto
 */

#fotoLeft .header {
	width: 651px;
	margin: 0px 0px 15px 65px;
}

#fotoLeft h1 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
	width: 500px;
	border: 0px;
	margin-bottom: 0px;
}

#fotoLeft .data, #galleryLeft .data {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

#fotoLeft .nrFoto {
	color: #666;
	font-size: 14px;
	margin-top: 4px;
}

#fotoLeft .nrFoto span {
	font-size: 36px;
	letter-spacing: -2px;
	color: #000;
	font-weight: bold;
}

#fotoLeft .foto {
	border: 3px solid #EEE; 
	margin: 0px 20px;
	float: left;
}

#fotoLeft .fotoInner {
	width: 645px;
	height: 645px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
}

#fotoLeft .foto img {
	vertical-align: middle;
}

#fotoLeft .btNext, #fotoLeft .btPrev {
	width: 45px;
	height: 640px;
	float: left;
}

.btNext a  {
	width: 45px;
	height: 45px;
	display: block;
	background: url(http://dev.partyguide.it/images/sprite.png) -151px -47px no-repeat;
	text-indent: -9000px;
	margin-top: 298px;
}

.btPrev a {
	width: 45px;
	height: 45px;
	display: block;
	background: url(http://dev.partyguide.it/images/sprite.png) -151px 0 no-repeat;
	text-indent: -9000px;
	margin-top: 298px;
}

#fotoLeft .bottom {
	/* width: 651px; */
	/* margin-left: 65px; */
}

#fotoLeft .colLeft {
	width: 336px;
	margin-right: 30px;
	float: left;
}

#fotoLeft .colRight {
	background: #EEE;
	float: left;
	width: 390px;
	padding: 10px;
}

#fotoLeft .socialIcons {
	margin: 20px 0;
}

.socialIcons {
	width: 500px;
	float: left;
}

.socialIcons .icon, .socialIcons .box {
	display: block;
	float: left;
	width: 90px;
	margin-right: 10px;
}

.socialIcons .fb {
	width: 120px;
	margin-top: 1px;
}


#boxFotografo {
	font-size: 11px;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 15px;
}

#boxFotografo .thumbFotografo {
	width: 90px; 
	height: 90px; 
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

#boxFotografo label {	
	background-color: #333;
	color: #CCC;
	padding: 3px 5px;
	margin: 3px 0 5px 0;
	font-size: 12px;
}

#boxFotografo .otherInfo {
	margin-top: 4px;
	float: left;
	width: 200px;
	
}

#boxFotografo .otherInfo div {
	margin-top: 10px;
	line-height: 16px;
}

/**
 * Stile commenti foto
 */
#comments {
	margin-top: 4px;
}

#comments label {
	background: url(http://dev.partyguide.it/images/sprite.png) -995px -3px no-repeat;
	background-color: #333;
	color: #CCC;
	padding: 3px 5px 3px 20px;
	margin: 3px 0 5px 0;
	font-size: 12px;
}

#comments form {
	margin-top: 10px;
}

#comments textarea {
	width: 380px;
	height: 60px;
	margin-bottom: 5px;
	color: #666;
}

#comments button {
	margin: 0px;
}

#comments ul {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

#comments li {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	padding: 5px 0px;
}

#comments li:first-child {
	border-top: 0;
}

#comments li:last-child {
	border-bottom: 0;
}

#comments .author {
	font-weight: bold;
}

#comments .comment {
	color: #333;
	line-height: 14px;
	word-wrap: break-word;
}

#comments .data {
	font-size: 11px;
}

#comments .thumbUser {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

#comments .right {
	float: left;
	width: 350px;
}


#fotoRight, #galleryRight {
	width: 160px;
	float: left;
}

#galleryRight {
	width: 197px;
	height: 600px;
	/* background-color: #EEE; */
	text-align: center;
}

/*
 * Stile pagina galleria foto
 */

#pageGallery .foto {
	width: 160px;
	height: 160px;
	padding: 5px;
	margin: 0 25px 15px 0;
	float: left;
	border: 1px solid #CCC;
	overflow: hidden;
}

#pageGallery .no-margin {
	margin-right: 0px;
}

#pageGallery .foto a {
	display: block;
	width: 160px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	background-color: #EEE;
	
}

#pageGallery .foto img {
	vertical-align: middle;
}

#pageGallery .loading {
	background-image: url(http://dev.partyguide.it/images/loader_foto.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
	margin-top: 30px;
	width: 100%;
	clear: both;
}



#mainLeft {
	width: 758px;
	float: left;
	margin-right: 35px;
}

#mainRight {
	width: 160px;
	float: left;
}

#listGallery .numeroGallery {
	font-size: 12px;
	color: #666;
	margin: 20px 0 15px;
}

.elementiTrovati {
	font-size: 12px;
	color: #666;
	margin: 20px 0 15px;
}

#listGalleryInner .box {
	width: 130px;
	float: left;
	margin: 0 25px 15px 0;
}

#listGalleryInner span {
	display: block;
	position: relative;
	border: 1px solid #CCC;
	height: 98px;
}

#listGallery span a {
	display: block;
	text-decoration: none;
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #FFF;
}

#listGalleryInner {
	margin-top: 15px;
}

#listGalleryInner .info {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
	line-height: 14px;
}

#listGalleryInner .info a {
	text-decoration: none;
	color: #0275be;
}

#listGalleryInner .info a:hover {
	text-decoration: underline;
}

#listGalleryInner h2 {
	font-weight: bold;
	color: #0275be;
	font-size: 12px;
}


#filters {
	background-color: #EEE;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}

#filters select {
	font-size: 12px;
}


/**
 * Stile pagina login
 */ 
.pageLogin p {
	 color: #666;
	 font-size: 14px;
	 margin-bottom: 15px;
}

/**
 * Stile form
 */

.form1 {
	font-size: 12px;
}

.form1 .row {
	margin-bottom: 5px;
}
 
.form1 label {
	 display: block;
	 width: 120px;
	 float: left;
	 line-height: 30px;
}

.form1 .input1 {
	padding: 5px;
	border: 1px solid #DDD;
	border-top: 1px solid #BBB;
	width: 250px;
}

.form1 .radio {
	width: auto !important;
}

/**
 * Stile backend users
 */

.userHomepage {
	position: relative;
}

.userHomepage .left {
	width: 600px;
}

.userHomepage .header {
	height: 325px;
}
 
.userHomepage .header h1 {
	font-size: 24px;
	color: #666;
	border: none;
	padding-top: 10px;
}

.userHomepage .header h1 span {
	color: #000;
	font-weight: bold;
}

.userHomepage .backgroundImg {
	background: url(http://dev.partyguide.it/images/bg_user_homepage.jpg) 0 0 no-repeat;
	height: 200px;
	z-index: 9000;
}

.userHomepage .foto {
	background-color: #FFF;
	width: 300px;
	height: 300px;
	position: absolute;
	top: 20px;
	right: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	z-index: 9001;
	padding: 5px;
}

.userHomepage .fotoInner {
	/* display: table-cell; */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	width: 300px;
	height: 300px;
	text-align: center;
}

.userHomepage .menu {
	background-color: #DDD;
}

.userHomepage .menu li {
	display: inline;
	
}

.userHomepage .menu a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 13px 20px 13px 33px;
	display: block;
	float: left;
	background: url(http://dev.partyguide.it/images/sprite.png) -990px -65px no-repeat;
	position: relative;
}

.userHomepage .menu a .newMessages {
	position: absolute;
	top: 3px;
	left: 7px;
	color: white;
	font-weight: bold;
	font-size: 9px;
	padding: 1px 3px;
	background-color: red;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
}

.userHomepage .menu a.selected {
	background-color: #FFF;
}

.userHomepage .menu a:hover {
	background-color: #FFF;
}

.userHomepage .menu .btHome {
	background-position: -986px -268px;
}
.userHomepage .menu .btModProfilo {
	background-position: -986px -62px;
}
.userHomepage .menu .btMessaggi {
	background-position: -986px -99px;
}
.userHomepage .menu .btLogout {
	background-position: -580px -300px;
}
.userHomepage .menu .btModPassword {
	background-position: -981px -134px;
}

.infoUser .row {
	padding: 10px;
	line-height: 18px;
	border-bottom: 1px solid #DDD;
}

.infoUser .row span {
	display: block; 
	width: 120px;
	float: left;
	font-weight: bold;
	color: #666;
}

.infoUser .row p {
	display: block; 
	width: 460px;
	float: left;
}


#userSearch {
	padding: 10px;
}

#userSearch input {
	border-top: 1px solid #BBB;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	width: 300px;
}

.userResult {
	font-size: 12px;
	color: #666;
	margin-top: 20px;
}

.userResult a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 50px;
}

.userResult a:hover {
	background-color: #EEE;
}

.userResult .clear {
	border-bottom: 1px solid #DDD;
}

.userResult .thumb {
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}

.userResult img {
	width: 70px;
	position: absolute;
	top: 0px; 
	left: -10px;
}

.userResult .info {
	padding-top: 9px;
}

.userResult span {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

/**
 * Stile incoming messages
 */
#messages {
	width: 600px;
	margin-top: 4px;
	position: relative;
}

#messages .top {
	position: absolute;
	top: -5px;
	right: 0px;
}

#messages label {
	background: url(http://dev.partyguide.it/images/sprite.png) -995px -3px no-repeat;
	background-color: #333;
	color: #CCC;
	padding: 3px 5px 3px 20px;
	margin: 3px 0 5px 0;
	font-size: 12px;
}

#messages form {
	margin-top: 10px;
}

#messages textarea {
	width: 380px;
	height: 60px;
	margin-bottom: 5px;
	color: #666;
}

#messages button {
	margin: 0px;
}

#messages ul {
	margin-top: 10px;
	font-size: 11px;
	color: #666;
	line-height: 16px;
}

#messages li {
	margin-bottom: 20px;
}

#messages li:first-child {
	border-top: 0;
}

#messages li:last-child {
	border-bottom: 0;
}

#messages .author {
	font-weight: bold;
}

#messages .comment {
	color: #333;
	line-height: 14px;
	word-wrap: break-word;
}

#messages .data {
	font-size: 11px;
	float: right;
	display: block;
}

#messages .iconDelete {
	width: 13px;
	height: 13px;
	float: right;
	display: block;
	text-indent: -9000px;
	background: url(http://dev.partyguide.it/images/sprite.png) -998px -252px no-repeat;
	margin: 1px 0 0 10px;
}

#messages .thumbUser {
	width: 40px;
	height: 40px;
	float: left;
	margin: 3px 5px 0px 0px;
	overflow: hidden;
}

#messages .mymessage .thumbUser {
	float: right;
	margin: 3px 0px 0px 5px;
}

#messages .arrow-left {
	width: 9px;
	height: 17px;
	background: url(http://dev.partyguide.it/images/sprite.png) -1007px -303px no-repeat;
	float: left;
	margin-top: 10px;
}

#messages .arrow-right {
	width: 9px;
	height: 17px;
	background: url(http://dev.partyguide.it/images/sprite.png) -1008px -330px no-repeat;
	float: left;
	margin-top: 10px;
}

#messages .right {
	float: left;
	width: 526px;
	background-color: #ddebf1;
	padding: 10px;
}

#messages .incoming.right {
	background-color: #d1e3cb;
}

#messages .not-read {
	font-weight: bold;
	color: #000;
}

#messages .continua {
	background-color: #BBB;
	color: #FFF;
	text-decoration: none;
	padding: 0px 3px;
	font-weight: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#messages .rispondi {
	background: url(http://dev.partyguide.it/images/sprite.png) -997px -217px no-repeat;
	float: left;
	margin-top: 10px;
	padding-left: 25px;
	color: #666;
}

#messages .write-message {
	margin-top: 15px;
	display: none;
}

#messages .write-message textarea {
	font-size: 11px;
	width: 400px;
}

#messages #btNewMessage {
	float: right;
}


#send-message {
	margin: 20px 0 0 54px;
	display: block;
}

#send-message textarea {
	font-size: 11px;
	width: 400px;
}

/**
 * Stile impostazione account
 */ 

.impostazioniAccount .left {
	width: 600px;
}

.userHomepage h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #333;
	margin-bottom: 0px;
	padding: 0px 0px 10px 10px;
}

.impostazioniAccount .link {
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	color: #666;
	background: url(http://dev.partyguide.it/images/arrow_down.png) 0 0 no-repeat;
	background-position: right 2px;
}

.impostazioniAccount .link:hover {
	background-color: #EEE;
	cursor: pointer;
}

.impostazioniAccount .linkContent {
	background-color: #EEE;
	margin: 0px 0 30px;
	padding: 10px;
}

/**
 * Stile popup
 */

.popup {
	background: rgba(82, 82, 82, 0.7);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	text-align: left;
	/* position: fixed; */
} 

.popup h1 {
	font-size: 18px;
	font-weight: bold;
	background-color: #0275BE;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid #333;
	border-bottom: 0px;
	color: white;
	letter-spacing: 0px;
}

.popupInner {
	background-color: #FFF;
	padding: 15px 10px 10px;
	border: 1px solid #333;
	border-top: 0px;
}

#popup {
	-webkit-box-shadow: 0px 0px 15px 0px #000000;
	box-shadow: 0px 0px 15px 0px #000000;
}
 
#mask {
	position:fixed; left:0; top:0; z-index: 100000; width:100%;
	/* background: #555555; */
	display:none;
	background: url(http://dev.partyguide.it/images/bg_mask.png);

}

#pop_close {
	text-align:right;
	background: url(http://dev.partyguide.it/images/bt-close.png) 0 0 no-repeat;
	background-position: center right;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

/**
 *	Slideshow
 */

#slideshow {
	width: 640px;
	margin-bottom: 10px;
}

.slides_container a {
	display: block;
	width: 640px; 
	height: 320px; 
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

/**
 *	Pagination Slideshow
 */

.pagination {
	padding: 0px !important;
	margin-top: 10px;
}

.pagination ul {
	padding: 0px !important;
}

.pagination li {
	float: left;
	margin: 0 1px;
	list-style-type: none !important;
	
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}



/**
 * Stile Paginazione
 */
#pagination {
	font-size: 14px;
	margin: 20px 0;
	color: #666;
	text-align: center;
}

#pagination li {
	display: inline;
}

#pagination a, .pagination span {
	margin: 0 10px;
	color: #0275be;
}

#pagination .selected {
	background: #f1f1f1;
	border: 1px solid #DDD;
	padding: 5px 8px;
	color: #555;
	font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}



#top_page {
	display: none; 
	padding: 13px 15px 17px;
	font-size: 32px;
	/* background: url(http://dev.partyguide.it/images/bg_mask.png) 0 0 repeat; */
	background-color: rgba(2, 117, 190, 0.7);
	color: rgba(2, 117, 190, 0.7);
	color: #FFF; 
	position: fixed; 
	bottom: 260px; 
	right: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

.msgErr, .msgOk {
	/* background: url(http://dev.partyguide.it/images/bg_mask.png) 0 0 repeat; */
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
	padding: 10px;
}

.msgErr .inner, .msgOk .inner {
	background-color: #FFF;
}

.msgErr .label {
	background-color: #cd0a0a;
	color: #FFF;
	padding: 10px;
	border-top: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
}

.msgErr .content, .msgOk .content {
	background-color: #FFF;
	padding: 10px;
}

.msgOk .label {
	background-color: #92ba3b;
	color: #FFF;
	padding: 10px;
	border-top: 1px solid #999;
	font-size: 14px;
	font-weight: bold;
}


/**
 * Stile per l'autocomplete
 */
.ac_results {
	background-color: #FFF;
	margin-top: 1px;
	text-align: left;
	border: 1px solid #CCC;
	z-index: 10000;
}

.ac_results li {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	cursor: pointer;
}

.ac_results li:hover {
	background-color: #666;
	color: #FFF;
}

.ac_loading {
	background-image: url(http://dev.partyguide.it/images/loader.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


#frmChangeNotify li {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}


/**
 * Stile footer
 */

#footer {
	background-color: #151515;
	color: #999;
	margin-top: 20px;
}

#footer .inner {
	width: 982px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

#footer .blocco {
	width: 200px;
	float: left;
}

#footer .blocco h5 {
	font-size: 18px;
	color: #0275be;
	margin-bottom: 15px;
}

#footer .blocco li {
	margin-bottom: 5px;
}

#footer .blocco a {
	color: #FFF;
	text-decoration: none;
}

#footer .blocco a:hover {
	text-decoration: underline;
}

#footer .bottom {
	background-color: #000;
}

#footer .bottomInner {
	width: 982px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

#footer .logo {
	background: url(http://dev.partyguide.it/images/sprite.png) 0px -179px no-repeat;
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9000px;
	float: left;
}

#footer .socials {
	float: right;
	margin-top: 6px;
}

#footer .socials .icon {
	float: left;
	margin-top: 3px;
}

/**
 * Stile per il calendario eventi
 */
#calendar {
	margin-bottom: 20px;
}

#calendar td {
	font-size: 12px;
}

#calendar .month {
	background-color: #EEE;
}

#calendar .month td {
	padding: 10px 0;
}

#calendar .m {
	text-align: center;
	font-size: 14px;
	/* font-family: "OpenSansSemibold"; */
	font-weight: bold;
}

#calendar .days {
	border-left: 1px solid #DDD;
}

#calendar .days th {
	background-color: #0275be;
	color: #FFF;
	width: 14%;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#calendar .days td {
	text-align: center;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

#calendar .days a {
	color: #0275be;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}

#calendar .days a:hover {
	background-color: #0275be;
	color: #FFF;
}



/**
 * bottone blocca utente
 */
 
.blockUser {
	float: right;
	padding: 5px 10px 6px !important;
	cursor: pointer;
}

.blockUser span {
	display: block;
	width: 15px; 
	height: 15px;
	float: left;
	margin-right: 5px;
}

.blockUser .checked {
	background-image: url(http://dev.partyguide.it/images/sprite.png);
	background-position: -590px -342px;
	background-repeat: no-repeat;
}


/**
 * Bottone richiesta rimozione foto
 */

.removeFoto {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#frmRemoveFoto textarea{
	padding: 5px;
	width: 300px;
	height: 70px;
	color: #666;
}

.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:7px 15px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin: 0px;
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button1:active {
	position:relative;
	top:1px;
}


.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #80a6b8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #80a6b8;
	box-shadow:inset 0px 1px 0px 0px #80a6b8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1976a1), color-stop(1, #104d6a) );
	background:-moz-linear-gradient( center top, #1976a1 5%, #104d6a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1976a1', endColorstr='#104d6a');
	background-color:#1976a1;
	border:1px solid #104d6a;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	display:inline-block;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding:7px 15px 8px;
	text-decoration:none;
	text-shadow:0px -1px 0px #000000;
	margin: 0px;
}.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #104d6a), color-stop(1, #1976a1) );
	background:-moz-linear-gradient( center top, #104d6a 5%, #1976a1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#104d6a', endColorstr='#1976a1');
	background-color:#104d6a;
}.button2:active {
	position:relative;
	top:1px;
}


.button3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #f0bb6c;
	display:inline-block;
	color:#000000;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	letter-spacing: 0px;
	padding:9px 15px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.button3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.button3:active {
	position:relative;
	top:1px;
}


.btSx {
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.btCt {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-left: 0px;
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
}

.btDx {
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	border-left: 0px;
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 1);
}