/**
 * Includes
 */

@import "reset-fonts-grids.css";
@import "base-min.css";


/**
 * Font face definitions
 */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: 'DeliciousItalic';
	src: url('delicious-italic-webfont.eot');
	src: local('☺'), url('delicious-italic-webfont.woff') format('woff'), url('delicious-italic-webfont.ttf') format('truetype'), url('delicious-italic-webfont.svgz#webfontOg2LnB4E') format('svg'), url('delicious-italic-webfont.svg#webfontOg2LnB4E') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DeliciousRoman';
	src: url('delicious-roman-webfont.eot');
	src: local('☺'), url('delicious-roman-webfont.woff') format('woff'), url('delicious-roman-webfont.ttf') format('truetype'), url('delicious-roman-webfont.svgz#webfont8bJXWZxe') format('svg'), url('delicious-roman-webfont.svg#webfont8bJXWZxe') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DeliciousBold';
	src: url('delicious-bold-webfont.eot');
	src: local('☺'), url('delicious-bold-webfont.woff') format('woff'), url('delicious-bold-webfont.ttf') format('truetype'), url('delicious-bold-webfont.svgz#webfontTTwjt76M') format('svg'), url('delicious-bold-webfont.svg#webfontTTwjt76M') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* YUI
(px)    (%)
10      77
11      85
12      93
13      100
14      108
15      116
16      123.1
17      131
18      138.5
19      146.5
20      153.9
21      161.6
22      167
23      174
24      182
25      189
26      197
*/


/**
 * Elements
 */
 
html {
  background: url(../img/grunge_bg.jpg) center top;
}
body {
  margin: 0;
  background: url(../img/header_bg.jpg) no-repeat center top;
  font-family: Tahoma, Arial, Sans;  
  color:#FFFFFF;
}


/** 
 * Classes
 */
/* See fix-ie.css */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none; 
}

.fake-link {
  cursor: pointer;
  text-decoration: underline;
}

.fake-link,
a {
  color: #C45400;
}
.fake-link:hover,
a:hover {
  text-decoration: none;
}

.alert, .notice {
  background-color: #C45400;
  color: #FFFFFF;
	line-height: 1.4em;
  font-size: 108%;
  margin-top: 1em;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}
.alert a, .notice a {
  color: #FFFFFF;
  font-weight: bold;
}
.alert p, .notice p {
  margin: 0;
}

.submitted {
  color: #666666;  
  font-size: 85%;
}
.submitted a {
  color: #000000;  
}
.submitted .status {
  float: right;
  color: red;
  text-transform: uppercase;
}

.signature {
  color: gray;
  font-size: 93%;
  margin-top: 0.5em;
}

.management_links {
  float: right;
  margin: 0;
  padding: 0;
}
.management_links li {
  list-style-type: none;
  float: right;
  margin-left: 7px;
  line-height: 1;
}
.management_links li img {
  vertical-align: middle;
}
.management_links li form {
  display: inline;
  vertical-align: top;
}

.open {
  display: block !important;
}

.hasDatepicker {
  width: 8em !important; 
}

.cke_editor_body {
  padding: 0 !important; 
}

.cke_label {
  display: none !important;
}

/**
 * Login form page
 */
#login-form p {
  margin: 7px 3px;
}
#frm-login {
  margin-bottom: 14px;
}
#forgotten-password {
  display: none;
}



/**
 * Layout
 */
/* See fix-ie.css */
#custom-doc {
  width: 76.154em; 
  min-width: 990px;
  margin: auto;
  text-align: left;
}
/* See fix-ie.css */
.yui-t2 #yui-main .yui-b {
  margin-left: 15.154em;
}
/* See fix-ie.css */
#content {
  width: 36em;
  background-color: #FFFFFF;
  color: #1B1B1B;
  padding: 4px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
/* Facciamo posto agli slideshow */
body.frontpage #content {
  margin-top: 328px;
}
/* Nella ricerca allarghiamo lo spazio */
/* See fix-ie.css */
body.defaultGoogleSearch #content {
  width: 60.384em;
}

#content-bottom {
  margin-top: 7px;
  color: #1B1B1B;
  overflow: hidden;
  width: 36.6154em;
}

#page-closure {
  background-color: #FFFFFF;
  color: #1B1B1B;
  padding: 4px;
  margin-top: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}
/* See fix-ie.css */
#sidebar-left { 
  width: 14.615em;
}
/* See fix-ie.css */
#sidebar-right { 
  margin-left: 0;
  width: 23.846em;
}
#hd {
  /* height: 210px; */
  height: 261px;
  position: relative;
  margin-bottom: 14px;
}
body.site-cover #hd {
  /* height: 174px; */
  height: 225px;
}
#bd {
  margin-bottom: 30px;
}
#ft {
  margin-bottom: 30px;
}


/**
 * Header
 */
 
#logo {
  position: absolute;
  top: 40px;
  left: 0;
}

.site-ritmi #logo, 
.site-audio #logo {
  top: 10px;
}

/* See fix-ie.css */
#top-navigation {
  background-color: #EEEEEE;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  height: 42px;
  color: #666666;
  line-height: 42px;
  z-index: 2;  
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0px 1px 7px #444444;
  -moz-box-shadow: 0px 1px 7px #444444;
  box-shadow: 0px 1px 7px #444444;
}
body.site-cover #top-navigation {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
}

#bottom-navigation {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  height: 40px;
  color: #666666;
  line-height: 40px;
  z-index: 1;  
}

#primary-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 5px;
}
#primary-nav li {
  display: block;
  float: left;
  height: 48px;
  padding: 0 7px;
  list-style-type: none;
  text-transform: uppercase;
  font-family: DeliciousBold, Tahoma, Arial, Sans;  
  font-size: 167%;
  z-index: 6;
  position: relative;  
}
body.site-cover #primary-nav li {
  height: 43px;
}
#primary-nav li.backLava {
  background-image: url(../img/primary_arrows.png);
  background-repeat: no-repeat;
  background-position: center 0;
  width: 9px;
  z-index: 5;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  float: none;
}
#primary-nav li a {
  text-decoration: none;
  color: #1B1B1B;
}
body.site-ritmi #primary-nav li.backLava {
  background-position: center -96px;  
}
body.site-audio #primary-nav li.backLava {
  background-position: center -48px;  
}
body.site-people #primary-nav li.backLava {
  background-position: center -144px;  
}
body.site-aaa #primary-nav li.backLava {
  background-position: center -192px;  
}
body.site-store #primary-nav li.backLava {
  background-position: center -240px;  
}
body.site-musica #primary-nav li.backLava {
  background-position: center -288px;  
}

#secondary-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 673px;
  margin: 0;  
  height: 40px;
  line-height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;    
}
#secondary-nav li {
  display: inline;
  list-style-type: none;
  text-transform: uppercase;
  margin-left: 7px;
}
#secondary-nav li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 116%;
	text-shadow: 0 1px 4px #333333;
	padding: 2px 4px;  
	border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;	
}
body.site-chitarre #secondary-nav {
  background-color: #EB6B0A;
}
body.site-chitarre #secondary-nav li a.active,
body.site-chitarre #secondary-nav li a:hover {
	background-color: #f57d22;
	border-color: #C45400;
}
body.site-audio #secondary-nav {
  background-color: #FFFFFF;
}
body.site-audio #secondary-nav li a {
  color: #000000;
	text-shadow: 0 1px 4px #666666;  
}
body.site-audio #secondary-nav li a.active,
body.site-audio #secondary-nav li a:hover {
	background-color: #F0F0F0;
	border-color: #CCCCCC;
}

body.site-ritmi #secondary-nav {
  background-color: #97C213;
}
body.site-ritmi #secondary-nav li a {
  color: #000000;
	text-shadow: 0 1px 4px #666666;  
}
body.site-ritmi #secondary-nav li a.active,
body.site-ritmi #secondary-nav li a:hover {
	background-color: #add23c;
	border-color: #7c9b1d;
}

body.site-people #secondary-nav {
  background-color: #1481BD;
}
body.site-people #secondary-nav li a.active,
body.site-people #secondary-nav li a:hover {
	background-color: #2d92c9;
	border-color: #116390;
}

body.site-aaa #secondary-nav {
  background-color: #EBC90A;
}
body.site-aaa #secondary-nav li a {
  color: #000000;
	text-shadow: 0 1px 4px #666666;  
}
body.site-aaa #secondary-nav li a.active,
body.site-aaa #secondary-nav li a:hover {
	background-color: #ead353;
	border-color: #b1980b;
}

body.site-store #secondary-nav {
  background-color: #c0a103;
}
body.site-store #secondary-nav li a.active,
body.site-store #secondary-nav li a:hover {
	background-color: #ceb11f;
	border-color: #967e03;
}

body.site-musica #secondary-nav {
  background-color: #00aba4;
}
body.site-musica #secondary-nav li a.active,
body.site-musica #secondary-nav li a:hover {
	background-color: #1dbcb5;
	border-color: #00837e;
}

#login-bar {
  position: absolute;
  top: 0;
  right: 12px;
}
#login-bar a {
  color: #1B1B1B;
}
#login-bar a:hover {
  text-decoration: none;
}

#login-bar .stats {
  display: inline;
  font-size: 85%;
}


/**
 * Footer
 */

#footer {
  text-align: center;
}
#footer ul {
  margin: 0;
}
#footer ul li {
  list-style-type: none;
  display: inline;
  margin: 0 5px;
}
#footer ul li a {
  color: #CCCCCC;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}


/**
 * Page
 */
 
#page-heading {
  margin-bottom: 14px;
}
#page-title {
  margin: 14px 4px 0 4px;
  font-family: DeliciousBold, Tahoma, Arial, Sans;  
  font-size: 197%;
  line-height: 1em;  
}
#page-title p {
  color: silver;
  font-size: 85%;  
  margin: 0;
}
#page-title span {
  color: silver;
  margin-right: 7px;
}
#content #page-heading .teaser {
  padding-bottom: 0;
  border-bottom: 0;
  margin: 14px 4px 0 4px;
}

#page-actions {
  color: #555555;
  background-color: #FAFAFA;
  margin-top: 7px;
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}
#page-actions p {
  margin: 0;
}

#page-info .submitted {
  background-color: #F0F0F0;
  margin-top: 4px;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  border: 1px solid #E0E0E0;
}
#page-info .submitted p {
  margin: 0;
}
#page-info .body {
  margin: 14px 4px 0 4px;
  font-size: 93%;
  color: #333333;
  line-height: 1.5em;  
}
#page-info .body p {
  margin: 4px 0 0 0;
}

#page-navigation {
  color: #999999;
  background-color: #FAFAFA;
  margin-top: 7px;
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}
#page-navigation a {
  color: #333333;
}

#page-footer {
  margin-top: 14px;
  color: #555555;
  background-color: #F0F0F0;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}

.page-content {
  margin: 14px 4px 0 4px;
}
.page-content .abstract,
.page-content .body {
  color: #333333;
  line-height: 1.6em;
}
.page-content img {
  max-width: 468px;
}
/* Hide article cover image in full view abstract */
#article .abstract img {
  display: none;
}
#post .cover,
#event .cover,
#article .cover,
#article .body img {
  width: 468px;
  height: auto;
  margin-left: -4px;
}
.page-content .body p {
  margin: 0.5em 0;
}
.page-content .body h2 {
  font-size: 108%;
  color: #EB6B0A;
}
.page-content embed {
  width: 468px;
  height: 379px;
  margin-left: -4px;
}
.page-content embed.audio {
  width: 468px;
  height: 60px;
  margin-left: -4px;
}
.page-content .taxonomy {
  color: #555555;
  margin: 14px 0 0 0;
  font-size: 93%;
}
.page-content .taxonomy ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.page-content .taxonomy li {
  display: inline;
  list-style-type: none;
  margin-right: 0.5em;
}
.page-content .taxonomy a  {
  color: #C45400;
}
.page-content .preview  {
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 14px;  
}
.page-content .notice {
  margin-left: -4px;
  margin-right: -4px;
}

#article-gallery-link {
  font-weight: bold;
  font-size: 108%;
  text-align: center;
  margin: 7px 0;
}

/**
 * Content blocks
 */

#contentVote {
  float: left;
  line-height: 25px;
  padding: 0 7px 0 0;
  margin-right: 7px;
  border-right: 1px solid #CCCCCC;
}
#contentVote form {
  margin-right: 7px;
  float: left;
}
#contentVote form ul {
  display: inline;
  margin: 0;
}
#contentVote form ul li {
  margin: 0;
  padding: 0;
}
#contentVote span {
  font-size: 85%;
}
#page-footer #fbLike {
  margin: 3px 0 -3px 0;
}

#sharingTools {
  float: right;
  padding: 5px 4px 0 0;  
}
#sharingTools ul  {
  margin: 0;
  padding: 0;
}
#sharingTools li  {
  display: inline;
  list-style-type: none;
  margin-left: 5px;
}

#page-footer .block-wrapper {
  clear: both;
  padding-top: 7px;    
}
#page-footer .block-wrapper .widget {
  margin-bottom: 14px;
  border-top: 1px solid #CCCCCC;
  padding-top: 14px;  
}
#page-footer .block-wrapper .widget:last-child {
  margin-bottom: 0;
}
#page-footer .block-wrapper .widget h3 {
  font-family: DeliciousBold, Tahoma, Arial, Sans;  
  font-weight: normal;
  color: #000000;
  font-size: 153.9%;
  margin: 0 0 7px 0;
  line-height: 1;
}
#page-footer .block-wrapper .widget ul {
  margin: 0;
}
#page-footer .block-wrapper .widget ul li {
  list-style-type: none;
  font-size: 93%;  
  margin-bottom: 4px;
}
#page-footer .block-wrapper .widget ul li a {
  color: #333333;
}


/**
 * Teaser
 */
 
#content .teaser {
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  margin: 14px 0;  
}
#content .teaser h2 {
  margin: 0 0 7px 0;
  font-family: DeliciousBold, Tahoma, Arial, Sans;  
  font-size: 167%;
  font-weight: normal;
  line-height: 1em;
}
#content .teaser h2 span {
  color: silver;
  margin-right: 7px;
}
#content .teaser h2 a {
  text-decoration: none;
  color: #C45400;  
}
#content .teaser h2 a:hover {
  text-decoration: underline;
}
#content .teaser .submitted {
  margin-bottom: 7px;
  background-color: #FAFAFA;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  border: 1px solid #EAEAEA;  
}
#content .event.teaser .submitted {
  background-image: url(../img/event.png);  
  background-repeat: no-repeat;
  background-position: 7px 7px;
  padding-left: 37px;  
}
#content .teaser .abstract {
  color: #333333;
  line-height: 1.5em;
  margin: 0 7px;
}
#content .teaser .abstract p {
  margin-bottom: 0;
}
#content .teaser .abstract img {
  border: 1px solid #333333;
  float: left;
  margin: 7px 7px 7px 0;    
}
#content .teaser .withCover img {
  display: none;    
}
#content .teaser .withCover img.cover {
  display: inline;    
}
#content .teaser .readmore {
  color: #C45400;  
}
#content .teaser embed {
  margin-left: -11px;
}
#content .post img {
  max-width: 445px;   
}


/**
 * Tables
 */

table {
  border-collapse: separate;
  width: 100%;
}
th {
  background: #EB6B0A;
  color: #FFFFFF;
  padding: 7px;
  border: 0;
  text-align: left;
}
td  {
  border: 0;
  border-top: 1px solid #FFFFFF;
  color: #333333;
  padding: 7px;
}
tr.even td  {
  background: #FAFAFA;
}
tr.odd td  {
  background: #F0F0F0;
}
table tr:first-child th:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
table tr:first-child th:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


/**
 * Form
 */

form ul.commands,
form ul.form_elements {
  margin: 0;
}
form li,
ul.commands li {
  list-style-type: none;
}
form li.form_item {
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
}
form li.form_item legend,
form li.form_item label {
  color: #666666;
  display: block;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 4px;
}
form li.form_item legend {
  margin: 0 0 14px -7px;
}
form li.form_item label.inline {
  display: inline;
  vertical-align: text-top;
}
form li.form_item select,
form li.form_item input,
form li.form_item textarea {
  font-family: Tahoma, Arial, Sans;
  color: #333333;
  line-height: 1em;  
}
form li.form_item textarea {
  line-height: 1.4em;  
}
form li.form_item select,
form li.form_item input[type="text"], 
form li.form_item input[type="password"],
form li.form_item textarea {
  border: 1px solid #CCCCCC;
  padding: 7px;
}
form li.form_item input[type="text"]:focus, 
form li.form_item input[type="password"]:focus,
form li.form_item textarea:focus {
  border: 1px solid #EB6B0A;
  color: #000000;
}
form li.form_item input[type="text"],
form li.form_item input[type="password"] {
  max-width: 100%;
  width: auto;
}
.numeric {
  text-align: right;
}
form li.form_item li.form_item {
  border-bottom: 0;
  margin-bottom: 7px;
  padding: 0;
}
form li.form_item li.form_item label {
  font-weight: normal;
}
form li.form_actions {
  color: #555555;
  background-color: #F0F0F0;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.page-content form li.form_actions,
#page-closure form li.form_actions {
  margin: 0 -4px;
}
form li.form_item button,
form li.form_item input.form_button { /* See fix-ie.css */
  color: #FFFFFF;  
  background: #666666;  
  border: 1px solid #333333;  
  font-size: 93%;
  padding: 4px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}
form li.form_item button:hover,
form li.form_item input.form_button:hover {
  border-color: #9C3800;
  background: #EB6B0A;
}
form li.form_item button:active,
form li.form_item input.form_button:active {
  background: #000000;
}
form li.form_item span.required {
  color: #EB6B0A;
}
form li p.help {
  font-size: 85%;
  color: #666666;
  margin-bottom: 0;
} 
 
#content form li.form_item input[type="text"], 
#content form li.form_item input[type="password"],
#content form li.form_item textarea,
#page-closure form li.form_item input[type="text"], 
#page-closure form li.form_item input[type="password"],
#page-closure form li.form_item textarea {
  width: 444px;  
} 


/**
 * Autocomplete
 */ 

.ac_input {
	/*width: 200px;*/
}
.ac_results {
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: white;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	padding: 0;
	margin: 0;
  overflow: hidden !important;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	/*filter:mask(); boh!*/
	width:3000px;
	height:3000px;
  text-align: left;
}
.ac_results li {
	margin: 0px;
	cursor: pointer;
	display: block;
	width: 100%;
  list-style-type: none;
  background: #fff;
  text-align: left;
  color: #000;
  white-space: pre;
  padding: 3px;
  color: #666666;
  border-bottom: 1px solid #EEEEEE;
  font-size: 93%;  
}
.ac_loading {
	background : url('../img/indicator.gif') right center no-repeat;
}
.ac_results li.ac_over {
  background: #D9E8F3;
  color: #333333;
}


/**
 * Comments
 */
 
#comments h1 {
  margin: 10px 4px 14px 4px;
  font-family: DeliciousBold, Tahoma, Arial, Sans;  
  font-size: 197%;
  line-height: 1em;  
} 
/*#comments .thread .thread .comment:first-child .comment-inner {*/
#comments .thread .thread {
  background-image: url('../img/rarrow.gif');
  background-position: 0 2px ;
  background-repeat: no-repeat;
}
#comments .thread .thread {
  /*margin-left: 14px;*/
  padding-left: 14px;
} 
#comments h2.collapsed_title {
  text-decoration: underline;
  cursor: pointer;
  color: #333333;
  background: #FAFAFA;
  padding: 14px;
  margin: 7px 0;
  font-size: 108%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
} 
#comments h2.collapsed_title:hover {
  text-decoration: none;
} 

#comments #user-details {
  position: absolute;
  background: #FFFFFF;
  width: 400px;   
  margin: 4px 0 0 0;
  display: none;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 14px #CCCCCC;
  -moz-box-shadow: 0 0 14px #CCCCCC;
  box-shadow: 0 0 14px #CCCCCC; 
  border: 1px solid #BBBBBB;  
}
#comments #user-details .user {
  margin: 0;
  padding: 0;
  border: 0;
}
#comments #user-details .user .stats {
  margin-bottom: 0;
}


.comment {
  margin-bottom: 8px;
} 
.module-comment .comment {
  padding: 4px;
}
.comment.collapsed,
.thread.collapsed {
  display: none;
}
.comment h2 {
  font-size: 108%;
  margin: 0 0 7px 0;
}
.comment h2 a {
  color: #333333;
}
.comment.awarded h2 {
  padding-left: 20px;
  background: url(../img/award_star_gold_3.png) no-repeat;
}
.comment .comment-inner {
  background: #F0F0F0;
  padding: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comment .submitted {
  margin: 0 0 7px 0;
}
.comment .submitted img {
  vertical-align: middle;
}
.comment .submitted img.trg_badge_click {
  cursor: pointer;
}
.comment .body {
  color: #333333;
  font-size: 93%;
  line-height: 1.6em;
  overflow: hidden;
}
.comment.censored .body {
  color: #9F3800;
  font-weight: bold;
}
.comment .signature {
  margin: 14px 0 0 14px;
}
.comment .edited {
  padding: 7px;
  color: #666666;
  border: 1px solid #999999;
  background: ivory;
  font-size: 93%;
  margin-top: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;      
}
.comment .management_links {
  background: #E9E9E9;
  padding: 4px;
  float: none;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;    
}
.comment .management_links li {
  margin: 0 7px 0 0;
  font-size: 85%;  
  float: left;
  list-style-type: none;
  line-height: 1.3em;
}
.comment .management_links li a {
  text-decoration: none;
  color: #305E8C;
  font-weight: bold;  
  display: block;
  background-repeat: no-repeat;  
  background-position: 4px 3px;  
  padding: 4px 4px 4px 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;    
}
.comment .management_links li a:hover {
  background-color: #FAFAFA;
  color: #3C5065;
}
.comment .management_links li input {
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 100%;
  color: #305E8C;
  font-weight: bold;
  background-repeat: no-repeat;  
  background-position: 4px 3px;  
  padding: 4px 4px 2px 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;      
}
.comment .management_links li input:hover {
  background-color: #FAFAFA;
  color: #3C5065;
}
.comment .management_links li span {
  font-weight: bold;
}
.comment .management_links li.comment_reply a {
  background-image: url(../img/comment.gif);
}
.comment .management_links li.comment_edit a {
  background-image: url(../img/comment_edit.png);
}
.comment .management_links li.comment_censor input {
  background-image: url(../img/censor.png);
}
.comment .management_links li.comment_uncensor input {
  background-image: url(../img/uncensor.png);
}
.comment .management_links li.comment_delete input {
  background-image: url(../img/delete.png);
}
.comment .management_links li.comment_vote {
  margin-right: 0;
}
.comment .management_links li.comment_vote ul.vote_up_down {
  float: left;
  margin: 0;
}
.comment .management_links li.comment_vote ul.vote_up_down li {
  padding: 0;
  margin-right: 4px;
}
.comment .management_links li.comment_vote ul.vote_up_down li span {
  display: block;  
  padding: 4px;
}
.comment .management_links li.comment_vote ul.vote_up_down li a span {
  display: inline;  
  padding: 0;
  margin-left: 2px;
}
.comment .management_links li.comment_vote ul.vote_up_down li a {
  padding: 4px;
}


.ndelta1 .comment-inner {
  background-color: #F3F3F3 !important;
}
.ndelta1 .comment-inner .body {
  color: #666666;
}
.ndelta2 .comment-inner {
  background-color: #F6F6F6 !important;
}
.ndelta2 .comment-inner .body{
  color: #999999;
}
.ndelta3 .comment-inner {
  background-color: #F9F9F9 !important;
}
.ndelta3 .comment-inner .body {
  color: #AAAAAA;
}
.ndelta4 .comment-inner {
  background-color: #FCFCFC !important;
}
.ndelta4 .comment-inner .body {
  color: #CCCCCC;
}
.ndelta5 .comment-inner {
  background-color: #FFFFFF !important;
}
.ndelta5 .comment-inner .body {
  color: #CCCCCC;
  font-size: 85%;
}


#comment-form {
  margin: 14px 4px 0 4px;
}
#comment-form .notice {
  margin: 0 -4px;
}
#comment-form h3 {
  font-family: DeliciousBold,Tahoma,Arial,Sans;
  font-size: 197%;
  line-height: 1em;
  margin: 0 0 14px 0;
  font-weight: normal;
}
#comment-form p a {
  color: #FFFFFF;
  font-weight: bold;
}
#comment-form p a:hover {
  text-decoration: none;
}


/**
 * Banners
 */
 
.banner embed,
.banner img {
  background-color: white;
  outline: 1px solid #000000;
  outline-offset: -1px;
}  
 
#hd .banner,
#ft .banner,
.sidebar .banner {
  padding: 4px;
  background-color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
  border: 1px solid #000000;
} 

.sidebar .banner {
  margin-bottom: 7px;
} 

.banner.zone-z01 {
  height: 100px;
  position: absolute;
  top: 10px;
  right: 0;
}

#ft .banner {
  text-align: center;
  height: 90px;  
}

.banner.zone-z05,
.banner.zone-z06 {
  height: 100px;
}
.banner.zone-z07,
.banner.zone-z08 {
  height: 150px;
}
.banner.zone-z03,
.banner.zone-z10 {
  height: 60px;
}
.banner.zone-z02,
.banner.zone-z09 {
  height: 250px;
}

.banner.zone-z11 {
  float: left;
  margin: 5px 14px 7px 0;  
}
#article .body .banner.zone-z11 img {
  height: 150px;
  margin-left: 0;
  width: 150px;
}
 
.banner.zone-z12 {
  height: 240px;
}
.banner.zone-z13 {
  height: 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


/**
 * Blocks
 */
/* See fix-ie.css */ 
.block h2 {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: normal;
  font-family: DeliciousBold, Tahoma, Arial, Sans; 
  font-size: 138.5%;
  text-transform: uppercase;
  height: 33px;
  line-height: 33px;
  padding: 0 12px 0 8px;
  margin: 0;  
  text-shadow: 0 1px 4px #333333;
  overflow: hidden;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
} 
.block .body ul {
  margin: 0;
}
.block .body ul li {
  list-style-type: none;
}

/* See fix-ie.css */
a.moreArrow {
  float: right;
  text-decoration: none;
  font-family: Tahoma, Arial, Sans;   
  text-transform: uppercase;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
	position: relative;
	padding: 0 2px 0 6px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background: #222222;
	margin-top: 5px;
	text-shadow: 1px 1px 2px #333333;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;	
} 
a.moreArrow:hover {
	background: #333333;  
}
a.moreArrow:hover:after {
	border-left-color: #333333; 
}
/* creates the "border" triangle */
a.moreArrow:before {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	width: 0;
	height: 0;
	top: 0; /* controls vertical position */
	right: -17px; /* value = - border-left-width - border-right-width */
	bottom: auto;
	border-width: 11px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #666666;
}
/* creates the "fill" triangle */
a.moreArrow:after {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	width: 0;
	height: 0;
	top: 1px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	right: -14px; /* value = - border-left-width - border-right-width */
	bottom: auto;
	border-width: 10px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #222222;
}

.sidebar .block {
  background-color: #1B1B1B;
  margin-bottom: 7px;
}
.sidebar .block h2 {
  background-color: #EB6B0A;
} 
.sidebar .block h2 a {
  color: #FFFFFF;
  text-decoration: none;
} 
.sidebar .block.close h2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
} 
/* See fix-ie.css */
.sidebar .block .body {
  padding-top: 4px;
  border-left: 1px solid #666666;  
  border-right: 1px solid #666666;  
  border-bottom: 1px solid #666666;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; 
}
.sidebar .block.close .body {
  display: none;
  border: 0;  
}
/* See fix-ie.css */
.sidebar .block .collapser {
  cursor: pointer; 
  line-height: 30px;
}
.sidebar a.moreArrow {
	border-color: #F5874A;
	color: #FFFFFF;
	background: #9C3800;
} 
.sidebar a.moreArrow:hover {
	background: #7B2C00;  
}
.sidebar a.moreArrow:hover:after {
	border-left-color: #7B2C00; 
}
/* creates the "border" triangle */
.sidebar a.moreArrow:before {
	border-left-color: #F5874A;
}
/* creates the "fill" triangle */
.sidebar a.moreArrow:after {
	border-left-color: #9C3800;
}
/* See fix-ie.css */
.sidebar .block .body .menu {
  padding: 4px 0 1px 0;
  margin: 0 4px 4px 4px;  
  background: #F0F0F0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sidebar .block .body .menu li {
  margin: 0 4px 4px 4px;
}
.sidebar .block .body .menu li span.submitted {
  display: block;
  color: #333333;
  font-size: 85%;
  padding: 4px;
}
.sidebar .block .body .menu li a,
.sidebar .block .body .menu li span.fake-link {
  font-size: 100%;
  color: #C45400;
	padding: 2px 4px;  
	background-color: #FAFAFA;	
  display: block;	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;	  
	border: 1px solid transparent;
	text-decoration: none;
}
.sidebar .block .body .menu li.active a,
.sidebar .block .body .menu li a:hover,
.sidebar .block .body .menu li span.fake-link:hover {
  color: #C14400;  
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}
.sidebar .block .body .menu li a span.submitted {
  display: inline;
  padding: 0;
}
.sidebar .block .body .menu li ul {
	padding: 2px 4px;  
	background-color: #FAFAFA;	
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;	  
}
.sidebar .block .body .menu li li a {
	background: none;	
  display: inline;	
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;	  
	border: 0;
	text-decoration: underline;
}

.sidebar .block .body .menu dt {
  color: #333333;
  font-size: 93%;
  margin: 0;
  padding: 4px 7px;
}
.sidebar .block .body .menu dd {
  margin: 0;
}

#sidebar-left .block {
  width: 190px;
}
#sidebar-right .block {
  width: 310px;
}


/** 
 * Grids
 */
.block ul.grid {
  /* See fix-ie.css */  
} 
.block ul.grid li {
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 4px 0;
  padding: 1px;  
  float: left;
  background: #FFFFFF;  
} 
.block ul.grid li a.image {
  display: block;
  overflow: hidden;
  position: relative;  
} 

.sidebar .block ul.grid li p {
  font-size: 85%;
  margin: 0;
  color: #000000;
  padding: 4px;
  line-height: 1.1em;
}
.sidebar .block ul.grid li p a {
  text-decoration: none;
  color: #000000;  
} 
.sidebar .block ul.grid li p a:hover {
  text-decoration: underline;
} 

#sidebar-left .block ul.grid {
  margin: 0 4px;
}
#sidebar-left .block ul.grid li {
  width: 178px;
}
#sidebar-left .block ul.grid li a.image {
  width: 178px;
  height: 60px;
} 
#sidebar-left .block ul.grid li img {
  position: relative;  
  top: -50%;  
  left: -11px; /* 178/2 - 100 (img width/2) */
} 

#sidebar-right .block ul.grid {
  margin: 0 2px;
}
#sidebar-right .block ul.grid li {
  margin-left: 2px;
  margin-right: 2px;
  width: 145px;
}
#sidebar-right .block ul.grid li a.image {
  width: 145px;
  height: 46px;
} 
#sidebar-right .block ul.grid li img {
  position: relative;  
  top: -50%;  
  left: -27px; /* 145/2 - 100 (img width/2) */
} 

#sidebar-right .block.people ul.grid li {
  width: 95px;
  height: 127px;
}
#sidebar-right .block.people ul.grid li a.image {
  width: 95px;
  height: 95px;
}
#sidebar-right .block.people ul.grid li img {
  top: 0;  
  left: 0;
  width: 95px;
  height: 95px;  
} 

#content ul.grid,
#content-bottom ul.grid {
  margin: 0;
}
#content ul.grid li,
#content-bottom ul.grid li {
  float: left;
  list-style-type: none;
  padding: 7px;
  background: #FAFAFA;
  text-align: center;
  font-size: 85%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;  
}
#content ul.grid li a.image,
#content-bottom ul.grid li a.image {
  display: block;
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 4px;
}


/**
 * Journals
 */
#journals ul.grid {
  margin-left: -4px;
  margin-right: -4px;
}
#journals ul.grid li {
  margin: 7px;
  width: 125px;
  height: 200px;  
  padding: 7px;
  line-height: 1em;
  overflow: hidden;
}
#journals ul.grid li a.image {
  margin: 7px 0 4px 0;
  width: 125px; 
  height: 83px; /* 3/2 = 1.5 */
} 
#journals ul.grid li a.image img {
  width: 125px; 
} 
#journals ul.grid li a.author {
  color: #333333;
  overflow: hidden;
} 
#journals ul.grid li a.title {
  line-height: 1.3em;
}  
#journals ul.grid li .date {
  color: #999999;
  margin-top: 4px;
}  
#journals ul.grid li .body {
  margin-top: 7px;
  line-height: 1.2em;
  color: #666666;
  text-align: left;
}  


/**
 * Blocks
 */
.block.people h2 {
  background-color: #1481BD;
}
.block.people h2 a.moreArrow {
	border-color: #599FE3;
	color: #FFFFFF;
	background: #215D97;
} 
.block.people h2 a.moreArrow:hover {
	background: #194673;  
}
.block.people h2 a.moreArrow:hover:after {
	border-left-color: #194673; 
}
/* creates the "border" triangle */
.block.people h2 a.moreArrow:before {
	border-left-color: #599FE3;
}
/* creates the "fill" triangle */
.block.people h2 a.moreArrow:after {
	border-left-color: #215D97;
}
.block.people .body {
  border-color: #666666;
}

.block.aaa h2 {
  color: #000000;
  text-shadow: 0 1px 4px #b1980b;  
  background-color: #EBC90A;
}
.block.aaa .body {
  border-color: #666666;
}

.block.store h2 {
  background-color: #c0a103;
}

.block.musica h2 {
  background-color: #00aba4;
}

#user_market-block,
#latest_proposals-block {
  padding-bottom: 0;
}


/**
 * Search box
 */
#search_box-block {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  margin: 0;
  height: 32px;
  line-height: 1em;
}
#search_box-block .body {
  border: 0;
  background: #333333 url(../img/search_lens.png) no-repeat 9px 15px;  
  padding: 9px 4px 5px 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;  
}
#search_box-block .form_elements {
  margin: 0;
}
#search_box-block .form_item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#search_box-block .form_textfield {
  margin-left: 28px;
  width: 264px;
  padding: 5px;
  background-color: #999999;
  color: #000000;
  border: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;  
}
#search_box-block .form_button {
  width: 50px;
  display: none;
}
body.site-cover #search_box-block {
  width: auto;
  height: auto;
  position: static;
  margin-bottom: 7px;
}
body.site-cover #search_box-block .body {
  background-position: 9px 9px;
  padding: 4px;  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;  
}
body.site-cover #search_box-block .form_textfield {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}


#latest_with_term-block img {
  width: 200px;
}


/**
 * AccordoTv block
 */
 #accordotv-block li {
   padding-left: 4px;
 }
 

/**
 * User badge & Birthdays block 
 */
#user_badge-block .body,
#birthday_boys-block .body {
  padding: 4px;
}
#birthday_boys-block ul {
  position: relative;
  width: 178px;
  height: 200px;
}
#user_badge-block .avatar,
#birthday_boys-block .avatar {
  width: 178px;
  border: 1px solid #FFFFFF;
  margin-bottom: 4px;  
}
#birthday_boys-block .avatar {
  margin-bottom: 0;    
  position: absolute;
  top: 0;
  left: 0;
  height: 198px;
  background: #FFFFFF;
}
#user_badge-block .avatar > a,
#birthday_boys-block .avatar > a {
  display: block;
  width: 178px;
  height: 178px;
}
#birthday_boys-block .avatar p {
  color: #000000;
  font-size: 85%;
  line-height: 1.1em;
  margin: 0;
  padding: 4px;
}
#birthday_boys-block .avatar p a {
  color: #000000;
  text-decoration: none;
}
#birthday_boys-block .avatar p a:hover {
  text-decoration: underline;
}
#user_badge-block .avatar img.picture,
#birthday_boys-block .avatar img.picture {
  width: 178px;
  height: 178px;
}
#user_badge-block .avatar .management_links {
  width: 164px;
  background: #FFFFFF;
  padding: 7px;
}
#user_badge-block .stats {
  font-size: 85%;  
  padding: 7px;
  color: #333333;
  background-color: #F0F0F0;  
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;     
}


#page-info #user-details {
  margin-top: 7px;  
}
#page-info #user-details ul {
  margin: 0;
}
#page-info #user-details li {
  display: inline;
  margin-right: 7px; 
  line-height: 1em;
}
#page-info #user-details .details {
  background-color: #F0F0F0;
  padding: 7px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;  
}
#page-info #user-details .stats {
  font-size: 85%;  
  color: #333333;
  padding-bottom: 7px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 14px;
}
#page-info #user-details .stats ul {
  margin-bottom: 4px;
}
#page-info #user-details .stats a {
  color: #000000;
}
#page-info #user-details .description {
  font-size: 93%;
  line-height: 1.5em;
}
#page-info #user-details .description #desc-overflow {
  display: none;
}
#page-info #user-details ul.sites {
  margin-top: 14px;
}
#page-info #user-details ul.sites img {
  vertical-align: top;
}
#page-info #user-details .options {
  background-color: #CCCCCC;
  margin-top: 4px;
  padding: 7px;   
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; 
}
#page-info #user-details ul.options li {
  width: 227px;
  text-align: center;
  list-style-type: none;
  margin: 0;
  float: left; 
}
#page-info #user-details ul.options li.form_item {
  width: 100%;
  border: 0;
  padding: 0;
}
#page-info #user-details ul.options li a {
  color: #FFFFFF;  
  background: #666666;  
  border: 1px solid #333333;  
  font-size: 93%;
  padding: 6px;
  text-decoration: none;
  display: block;
  width: 11em;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}
#page-info #user-details ul.options li a:hover {
  border-color: #9C3800;
  background: #EB6B0A;
}
#page-info #user-details ul.options li a:active {
  background: #000000;
}


#sidebar-left .block.search form {
  margin: 0 4px 4px 4px;
}
#sidebar-left .block.search legend {
  display: none;
}
#sidebar-left .block.search fieldset {
  margin: 0;
}
#sidebar-left .block.search li.form_item {
  background: #FFFFFF;
  margin: 0;
  padding: 7px;
  border: 0;
}
#sidebar-left .block.search li.form_actions {
  background-color: #F0F0F0;
  margin-top: 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;  
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;   
}
#sidebar-left .block.search li.form_actions input {
  margin-right: 14px;
}
#sidebar-left .block.search li.form_item input[type="text"] {
  width: 150px;
}
#sidebar-left .block.search li.form_item select {
  width: 100%;
}
#sidebar-left .block.search #advanced-search {
  display: none;
}


#profile-tabs {
  margin-top: 14px;
  padding: 0;
}
#profile-tabs ul {
  padding: 4px 4px 0 4px;  
  background: #1481BD;
  border: 0;
  border-bottom: 1px solid #0D5177;
}
#profile-tabs ul li {
	border-color: #116390;
}
#profile-tabs ul li.ui-state-default {
	background: #2d92c9;
}
#profile-tabs ul li.ui-state-default a {
	color: #FFFFFF;
}
#profile-tabs ul li.ui-state-active {
	background: #FFFFFF;
}
#profile-tabs ul li.ui-state-active a {
	color: #333333;
}


/**
 * User partial
 */
.user {
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
  margin: 14px 0;  
}
.user h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.user h2 a {
  text-decoration: none;
  color: #C45400;  
} 
.user h4 {
  font-size: 93%;
  margin: 0;
  color: silver;  
} 
.user .avatar {
  float: left;
  margin: 0 7px 10px 0;
  width: 95px;
  height: 95px;  
}
.user .avatar img {
  border: 1px solid #333333;
}
.user h2 span {
  font-size: 0.6em;
  color: #333333;
}
.user .description {
  margin-top: 7px;
  color: #333333;
  font-size: 85%;
  line-height: 1.3em;
}
.user ul.stats {
  background: #F0F0F0;
  margin: 7px 0 0 0;
  clear: both;
  color: #666666;
  font-size: 85%;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;   
}
.user ul.stats li {
  list-style-type: none;
}


/**
 * User form
 */
#user-form select {
  width: 100%;
}
#user-form #sex {
  width: auto;
}
#user-form .avatar img {
  float: left;
  margin-right: 7px;
  border: 1px solid #333333;
  width: 78px;
  height: 78px;
}
#user-form .avatar label {
  margin-bottom: 14px;
}
#user-form .tac h3 {
  margin: 0 0 7px 0;
  color: gray;
}
#user-form .tac .body {
  border: 1px solid #eaeaea;
  height: 12em;
  padding: 7px;
  font-size: 85%;
  background-color: white;
  font-family: monospace;
  overflow: auto;
  margin-bottom: 14px;
  overflow-x: hidden;
}
#user-form legend .fake-link {
  font-weight: bold;
  color: #DC4E00;
}
#user-form #user-notifications {
  margin-top: 1em;
}
#user-form #user-notifications li {
  margin-bottom: 0.5em;
}
#user-form #user-notifications li label {
  font-weight: normal;
}
#user-form input.form_button {
  font-size: 116%;
}
#user-form input.form_button {
  font-size: 116%;
}

#frm-delete-user {
  padding-top: 28px;
  font-size: 85%;
  text-align: center;
}
#frm-delete-user div {
  display: inline;
}
#frm-delete-user .form_item {
  margin: 14px 0;
  padding: 0;
  border: 0;
}
#frm-delete-user .form_button {
  background: none;
  border: 0;
  border-bottom: 1px solid #333333;
  padding: 0;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  font-size: 100%;
}
#frm-delete-user .form_button:hover {
  border-bottom: 1px solid #FFFFFF;
}


/**
 * User activities
 */
#user-activities dl {
  margin: 0;
}
#user-activities dl dt {
  margin-bottom: 7px;
  font-weight: normal;
  background-repeat: no-repeat;
  padding: 2px 0 0 30px;
  min-height: 24px;
}
#user-activities dl dt.posts {
  background-image: url(../img/post.png);
}
#user-activities dl dt.proposals {
  background-image: url(../img/proposal.png);
}
#user-activities dl dt.events {
  background-image: url(../img/event.png);
}
#user-activities dl dt.articles {
  background-image: url(../img/article.png);
}
#user-activities dl dt.contents,
#user-activities dl dt.comments {
  background-image: url(../img/comment.png);
}
#user-activities dl dt.users {
  padding-left: 0;
}
#user-activities dl dt a {
  margin-bottom: 4px;
}
#user-activities dl dt img {
  vertical-align: middle;
  margin-right: 6px;
}
#user-activities dl dd {
  color: #333333;
  font-size: 85%;
  margin: 0 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #CCCCCC;
}
#user-activities dl dd p {
  border-left: 2px solid #CCCCCC;
  padding-left: 7px;
  margin: 0 0 7px 0;
}
#user-activities dl dd span {
  color: #666666;
}
#user-activities dl dd a {
  color: #333333;
}

#warned-user h3 {
  margin: 0 0 7px 0;
  color: gray;
}  
#warned-user .body {
  border: 1px solid #eaeaea;
  height: 12em;
  padding: 7px;
  font-size: 85%;
  background-color: white;
  font-family: monospace;
  overflow: auto;
  margin-bottom: 14px;
  overflow-x: hidden;
}
#warned-user .body h2 {
  margin-top: 0;
}


/**
 * Paginator
 */
 
div.paginationControl {
  margin: 0 -4px;
  text-align: center;
  color: #555555;
  background-color: #F0F0F0;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;      
}
div.paginationControl a,
div.paginationControl span {
  border: 1px solid #BBBBBB;
  font-size: 93%;
  margin: 0 4px 0 0;
  padding: 4px;
  display: block;
  float: left;  
  line-height: 1.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;     
}
div.paginationControl span.range {
  color: #666666;
  border: 0;
  margin-right: 10px;
}
div.paginationControl span.disabled {
  color: #999999;
  border: 1px solid #EEEEEE;
  background: #F0F0F0;
}
div.paginationControl a {
  color: #FFFFFF;  
  background: #666666;  
  border: 1px solid #333333;  
  text-decoration: none;
}
div.paginationControl a:hover {
  border-color: #9C3800;
  background: #EB6B0A;
}
div.paginationControl a:active {
  background: #000000;
}


/**
 * Errors
 */
.errors {
  margin-top: .5em;
  color: red;
  border: 1px solid red;
  background: ivory;
  padding: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;    
}
.errors h2 {
  font-size: 100%;
  color: red;
  margin: 0 0 0.5em 0;
}
.errors ul {
  margin: 0;
  color: #C52020;  
  padding: 0;
}
.errors li {
  padding: 0.2em;
  list-style-type: none;
  border-bottom: 1px solid #EEEEEE;
}
.errors li ul {
  margin: 0;
  padding: 0;
}
.errors li ul li {
  border: 0;
  display: inline;
  list-style-type: none;
  font-size: 93%;  
}


/**
 * Messages
 */
#flashWrapper {
  display: none;
  width: 400px;  
  margin-left: -200px;  
  position: absolute;
  top: 20px;
  left: 50%;
  position: fixed;
  z-index: 50000;  
}
#flash {
  padding: 7px;
}
#flashWrapper span {
  float: left; 
  margin: 1px 7px 0 0;
}
#flashWrapper p {
  margin: 0;
}


/**
 * Galleries and gallery
 */
#galleries ul.grid li,
#gallery ul.grid li {
  margin: 0 7px 14px 7px;
  width: 200px;
  height: 170px;  
}
#galleries ul.grid li a.image,
#gallery ul.grid li a.image {
  width: 200px;
  height: 150px;
}


/**
 * Friends pages
 */
#user-friends ul.grid li {
  margin: 4px 2px;
  width: 95px;  
  height: 115px;  
}
#user-friends ul.grid li a.image {
  width: 95px;
  height: 95px;
}
#user-friends ul.grid li img {
  width: 95px;
  height: 95px;
}


/**
 * Articles manage / Posts manage
 */
#articles-manage,
#posts-manage {
  margin-left: 0;
  margin-right: 0;
}


/**
 * Polls
 */
#poll-results h3 {
  color: #DC4E00;
  font-size: 123.1%;
  margin: 0 0 1em 0;
}
#poll-results ul {
  margin: 0;
  padding: 0;
}
#poll-results ul li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #DDDDDD;
  color: #333333;
  font-weight: bold;
}
#poll-results ul li span {
  color: #666666;
  font-size: 85%;  
  font-weight: normal;
}
#poll-results ul li .result_bar {
  width: 0px;
  background: url(../img/poll_result_bar.png) repeat-x;
}
#poll-new-item-invite {
  display: none;
}


/**
 * CSE search results
 */
#search-results iframe {
  width: 100% !important;
}


/**
 * Offline page
 */
body.system-offline {
  text-align: center;
}
body.system-offline #logo {
  margin: 8em 0;
  position: static;
}
body.system-offline #system-offline {
  font-family: DeliciousRoman, Tahoma, Arial, Sans;  
  font-size: 167%;
  line-height: 1.6em;
}


#sidebar-left #tagcloud-block .body {
  padding-bottom: 4px;
}
#sidebar-left #tagcloud-block .body ul {
  margin: 0 5px;
  padding: 0;
  text-align: center;  
}
#sidebar-left #tagcloud-block .body ul li {
  list-style-type: none;
  display: inline;
  line-height: 1.4em;
}
#sidebar-left #tagcloud-block .body ul li a {
  text-decoration: none;
  padding: 1px;
}
#sidebar-left #tagcloud-block .body ul li a:hover {
  background: #2A2A2A;
}
#sidebar-left #tagcloud-block .body ul li.level1 a {
  font-size: 100%;
  color: #999999;  
}
#sidebar-left #tagcloud-block .body ul li.level2 a {
  font-size: 108%;
  color: #AAAAAA;
}
#sidebar-left #tagcloud-block .body ul li.level3 a {
  font-size: 116%;
  color: #CCCCCC;  
}
#sidebar-left #tagcloud-block .body ul li.level4 a {
  font-size: 123.1%;
  color: #FFFFFF;
}
#sidebar-left #tagcloud-block .body ul li.level5 a {
  font-size: 138.5%;   
  color: #99CCFF;  
}
#sidebar-left #tagcloud-block .body ul li.level1 a:hover,
#sidebar-left #tagcloud-block .body ul li.level2 a:hover,
#sidebar-left #tagcloud-block .body ul li.level3 a:hover,
#sidebar-left #tagcloud-block .body ul li.level4 a:hover,
#sidebar-left #tagcloud-block .body ul li.level5 a:hover {
  color: #FFFFFF;  
}


#quiz .answer .form_item:first-child {
  margin-bottom: 0.5em;
  padding: 0;
}
#quiz .answer .form_item ul {
  margin: 0;
}
#quiz .answer .form_item ul li {
  margin-bottom: 0.5em;
}

#quiz-ranking ol li {
  margin-bottom: 1em;
}


#wall .form_item:first-child {
  border-bottom: 0;
  padding-bottom: 0;
} 
#wall form {
  margin-bottom: 2em;
} 
#wall h3 {
  font-family: DeliciousBold, Tahoma, Arial, Sans;
  font-weight: normal;
  color: black;
  font-size: 153.9%;
  margin: 0 0 7px 0;
  line-height: 1;
}

