/* base */

* {
	margin: 0em;
 	padding: 0em;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	font: small/1.5em Arial, Helvetica, sans-serif;
	color: #333333;
	background: white;
	text-align: center;
}


h1 {
	font-size: small;
	line-height: 1em;
	color:white;
}

p {
	margin: 0em 0em 1em 0em;
}

a {
	text-decoration: none;
	outline: none;
  color: #333333;
}

a:hover {
	text-decoration: underline;
}

a:hover {}

a img {
	border-width: 0em;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

ul, ol {
	list-style: none;
}

strong {
	font-weight: bold;
}


/* structure */

/* use as block separator */
.wrapper {
	margin: 40px auto;
	text-align:left;
}

/* header */
#header {
	width: 100%;
	height: 50px;
	padding: 10px 0px 0px 0px;
	border-top: 8px solid #faa322;
	color: white;
	text-align: right;
}

#header .wrapper {
	overflow: hidden;
	position: relative;
}

#header a {
	color: white;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 28.0em;
	font-size: small;
}

#header h1 a:hover {
	text-decoration: none;
}


#header #user_actions {
  position: absolute;
  top: 35px;
  right: 60px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: small;
  color: #333333;
}

#header #user_actions li {
	float: right;
}

#header #user_actions li a {
	display: block;
	padding: 0px 10px 0px 10px;
  color: #333333;
}

#header #user_actions li#login {
	padding: 0px 0px 0px 10px;
}

#header #user_welcome {
  position: absolute;
  right: 70px;
	font-style: oblique;
  font-size: small;
	font-weight: bold;
  color: black;
}

#header #user_avatar {
  position: absolute;
  right: 15px;
	border: 1px solid #cccccc;
	padding: 0.2em;
}

/* content */

.clr { 
	clear: both; 
}

#frame {
	width: 900px;
	margin: 0px auto;
}

#frame-user {
	width: 890px;
	margin: 0px auto;
  padding: 20px 0 0 0;
}

#frame #content {
	float: left;
	width: 700px;
	padding: 20px 0px 20px 0px;
	text-align: left;
}

#frame-user #box {
  width: 500px;
	background: #f5f5f5;;
  padding: 0px 0px 20px 0px;

}
#box a {
  font-weight: bold;
}

#frame-user #notice-box {
  float: right;
  width: 340px;
  background: #b2b2b2;
  padding: 20px 0px 20px 20px;
  text-align: left;
}

#content #claim {
	float: left;
	width: 580px;
	padding: 10px 0px 10px 20px;
	background: #f5f5f5;;
	font-size: 1.1em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}

#content #claim a {
  color: #333333;
}

#content h2 {
	border-left: 0.3em solid #333333;
	color: #333333;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 22px;
	font-size-adjust:none;
	font-stretch:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	padding:0.2em 0.4em;
}

h2 .highlighted {
  color: #faa322;
}

#content .signup {
	margin-top: 1em;
	text-align: center;
	font-size: 1.4em;
}

#content .signup a {
  color: #faa322;
}

/* categories */

.categories-sidebar {
	float: left;
	text-align: left;
	font-size: 11px;
	margin-bottom: 20px;
	
}

#categories {
	float: left;
	width: 700px;
	text-align: left;
	margin-bottom: 40px;
	font-size: 11px;
}


#categories .column {
	float: left;
	width: 160px;
  border-left: 1px solid #cccccc;
  padding: 0 0 0px 10px;
}

/* events */

#content-events {
	float: left;
	width: 700px;
	text-align: left;
}

#content-events h2 {
	font-size: 16px;
	color: #000000; 
	border-bottom: 2px solid #000000;
	margin-bottom: 10px;
}

#content-events h3 {
	font-size: 14px;
	color: #333333; 
	border-bottom: 2px solid #333333;
	margin-bottom: 10px;
}

#event-line {
  position: absolute;
}

#event {
  width: 100%;
	height: 50px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}

#event .image {
  float: left;
}

#event .thumb {
	border: 1px solid #cccccc;
  padding: 0.2em;
}


#event .date {
  position: absolute;
  left: -50px;
	width: 45px; /* this is important for the text-align */
	float:left;
	font-size: 11px;
	text-align: right;
}

#event .info {
	float: left;
	padding: 0 0 0 10px;
	font-size: 12px;
}

#event a.strong {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#event a.oblique {
	color: #333333;
	font-style: oblique;
	text-decoration: none;
}

#event a {
	text-decoration: none;
}

#event .users {
  position: relative;
  float: right;
	font-size: 10px;
	line-height: 12px;
  text-align: right;
}

#more a {
  font-weight: bold;

}

/* highlighted */
#highlighted {
	width: 100%;
	height: 120px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #999999;
}

#highlighted .thumb {
	border: 1px solid #cccccc;
	padding: 0.2em;
}

#highlighted .date {
	position: absolute;
	left: -50px;
	width: 45px; /* this is important for the text-align */
	float:left;
	font-size: 14px;
	text-align: right;
}

#highlighted .image {
  float: left;
}

#highlighted .info {
  position: absolute;
  left: 115px;
  bottom: 5px;
  width: 585px;
	font-size: 12px;
}

#highlighted .title {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

#highlighted span {
  font-size: 10px;
  line-height: 12px;
}

#highlighted a.strong {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#highlighted a.oblique {
	color: #333333;
	font-style: oblique;
	text-decoration: none;
  font-size: 14px;
}

#highlighted a {
	text-decoration: none;
}

#highlighted .users {
  position: relative;
  padding: 0 0 0 0;
  float: right;
	font-size: 10px;
	line-height: 12px;
  text-align: right;
}

/* event detail */

#event-detail {
	padding: 5px 0px 20px 0px;
}

#event-detail-place {
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #999999;
}

#event-detail .date, #event-detail-place .address {
	float: right;
  padding: 0px 0px 0px 10px;
	font-size: 14px;
}

#event-detail-place .phone {
  float: left;
}

#event-detail-place .web {
  float: right;
}

#event-detail-place .notes {
  font-size: 10px;
}

#event-detail-comment {
  position: relative;
}

#comments {
  width: 700px;

}

#comments .user-avatar {
  float: left;
	margin: 0em 0.4em 0.4em 0em;
	border: 1px solid #cccccc;
	width: 45px;
}

.user-avatar img {
	border: none;
	display: block;
	padding: 0.2em;
}

#comments .texto {
  float: right;
	width: 640px;
  border-bottom: 1px solid #999999;

}
#enroll_to a {
  color: #333333;
}


/* Sidebars */

#frame #sidebar-1 {
	float: right;
	padding: 20px 0px 0px 0px;
	margin-left: 30px;
	width: 160px;
}

#frame #sidebar-2 {
	float: right;
	padding: 0px 0px 0px 0px;
	margin-left: 30px;
	width: 160px;
}

#frame #log {
	float: right;
	padding: 0px 0px 0px 0px;
	margin-left: 30px;
	text-align: left;
	width: 160px;
}

#sidebar-1 h2 {
	font-size: 16px;
	text-align: left;
	color: black;
	border-bottom: 2px solid black;
	margin-bottom: 10px;
}

#sidebar-2 h2 {
	font-size: 16px;
	text-align: left;
	color: black;
	border-bottom: 2px solid black;
	margin-bottom: 10px;
}

#log h2 {
	font-size: 16px;
	text-align: left;
	color: black;
	border-bottom: 2px solid black;
	margin-bottom: 10px;
}

#log li {
	line-height: 11px;
	padding: 0 0 5px 0;
	float: left;
}

#log a {
	font-weight: bold;
}

#log small {
	padding: 0 0 0 5px;
	display: block;
	width: 135px;
	float: right;
}

/* events-detail others */

.no-underline {
  text-decoration: none;
}

.signup {
	margin-top: 1em;
	text-align: center;
	font-size: 1.4em;
}

.signup a {
  color: #faa322;
}


/* users home */

ul.users {
	height: 1%;
	overflow: hidden;
	padding-bottom: 2em;
}

ul.users li {
	float: left;
	margin: 0em 0.4em 0.4em 0em;
	border: 1px solid #cccccc;
}

ul.users li a.avatar {
	float: left;
}

ul.users li img {
	border: none;
	display: block;
	padding: 0.2em;
}

/* users enrolled */

ul.users-enrolled {
  padding: 10px 0px 10px 0px;
	height: 1%;
	overflow: hidden;
}

ul.users-enrolled li {
	float: left;
	margin: 0em 0.4em 0.4em 0em;
	border: 1px solid #cccccc;
}

ul.users-enrolled li a.avatar {
	float: left;
}

ul.users-enrolled li img {
	border: none;
	display: block;
	padding: 0.2em;
}

/* User actions form */

#user_actions_form input {
    font-size:1.4em;
    padding: 0.2em;
    width: 16em;
    border: 1px solid #cccccc;
    margin-bottom: 0.6em;
}

#user_actions_form input[type=checkbox], #user_actions_form input[type=radio] {
    background: none;
    border: none;
    padding: 0em;
    width: 20px;
    
}




#user_actions_form label {
  font-size: 1.1em;
  vertical-align: middle;
}

#user_actions_form span {
    vertical-align: middle;
}


/* preferences */

.block-center {
	margin: 10px auto;
  width: 250px;
  text-align: left;
  padding: 0px 0px 0px 40px;
}



/* new event */

#user_actions_form .description {
  
}

/* fixes */

/* Para evitar los saltos de línea cuando validas un formulario que no está correcto */
.fieldWithErrors {
	display:inline; /* para que no cree el salto de linea */
}


/* foot */

#contentfoot {
  float: left;
	width: 700px;
  text-align: left;
}

#pie{
	border-top:2px solid #000000;
  padding-top: 20px;
	color:#000000;
	font-size:11px;
}

#pie div{
	width:200px;
	padding-right:30px;
	float:left;
}

#pie div.imagen{
	text-align:center;
	width:152px;
	padding-top:35px;
}

#pie h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
  color: black;
  border-bottom: none;
}

#pie p{
	margin-bottom:7px;
}

#pie a{
	color:#333333;
	text-decoration:none;
}
#pie a:hover{
	text-decoration:underline;
}


/* stuff */
.icon {
  vertical-align: middle;
  padding-bottom: 5px;
}

.light-marker {
	background-color: yellow;
}
