* { font-family: Helvetica; margin: 0px; padding: 0px; }
body, html { background-color: #d3d4d5; }

p,div,td,li { font-size: 12px; color: black; }



.right { float: right; }
.left  { float: left;  }
.clear { clear: both;  }

a { color: #656564; font-size: 22px; }
a:hover { text-decoration: none; }

img.logo { border: 0px; margin-left: 12px; }
img.profile_image {
	float: left;
	margin-right: 10px;
}

h1 {
	color:#7E3366;
	font-size: 26px;
	font-weight:normal;
	letter-spacing:-1px;
}



h2 {

}



h2.grey {
	color: white;
	text-transform: uppercase;
	font-size: 12px;
}

h2.grey span.h2-esq {
	display: block;
	float: left;
	background-image: url(../images/title-grey-esq.png);
	width: 9px;
	height: 23px;
	background-repeat: no-repeat;
}

h2.grey span.h2-dret {
	display: block;
	float: left;
	background-image: url(../images/title-grey-dret.png);
	width: 7px;
	height: 23px;
	background-repeat: no-repeat;
}

h2.grey span.h2-mig {
	display: block;
	float: left;
	background-image: url(../images/title-grey-middle.png);
	height: 20px;
	padding-top: 3px;
	background-repeat: repeat-x;
}


h3 {
	font-size: 30px;
	letter-spacing: -2px;
	color: #7e3366;
	font-weight: normal;
}


h3.grey { color: #656564; }
h3.small { font-size: 18px; letter-spacing: 0px; }

.header {
	background-image: url(../images/header.png);
	background-position: top center;
	height: 79px;
}
.header-content {
	width: 1148px;
	margin:auto;
	padding-top: 22px;
	color: white;
}
.header strong { display: block; text-align: center; color: white; }

/*
 *	BUSCADOR
 */

.buscador {
	float: right;
	width: 284px;
	height: 33px;
	position: relative;
	margin-top:23px;
}

.buscador a.a-submit {
	display:block;
	height:28px;
	left:262px;
	position:absolute;
	text-decoration:none;
	top:0;
	width:18px;
}

.buscador input[type=text] {
	border:0 none;
	display:block;
	left:85px;
	position:absolute;
	top:9px;
	width:177px;
}

.buscador span {
	color:#777777;
	display:block;
	font-size:13px;
	left:24px;
	position:absolute;
	top:9px;
}


/*
 *	LIGHTBOX
 */
#lightbox-show { display: none; }
.lightbox-background {
	position: absolute;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	filter:alpha(opacity=90);
	opacity: 0.9;
}

.lightbox {
	position: fixed;
	top: 10%;
	left: 50%;
	width: 780px;
	margin-left: -400px;
	padding: 10px;
}

.lightbox-top {
	display: block;
	width: 780px;
	height: 8px;

	background-image: url(../images/lightbox-top.png);
	background-repeat: no-repeat;
}
.lightbox-middle {
	display: block;

	background-image: url(../images/lightbox-middle.png);
	background-repeat: repeat-y;
	padding: 0px 20px;

}
.lightbox-bottom {
	display: block;
	width: 780px;
	height: 8px;

	background-image: url(../images/lightbox-bottom.png);
	background-repeat: no-repeat;
}

.lightbox a { font-size: 12px; }



/*
 *	CONTENT
 */
.content { width: 1100px; margin:auto; margin-top: 25px; padding-bottom:50px; }

.profile
{
	width: 46%;
	float: left;
}

.wall
{
	width: 54%;
	float: left;
}
.wall-bg {
	background-image: url(../images/bg-wall.png);
	background-repeat:repeat-y;
	background-position: left;
}


.wall h3.reverse {
	background-color: #7e3366;
	color: white;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 5px;
}

.wall .subnav { margin-bottom: 19px; margin-top:15px; }
.wall .subnav a {
	font-size: 14px;
	font-weight:bold;
}

.wall-botonera {
	position:absolute;
	bottom: -11px;
	right: 0px;
}

.wall-botonera a {
	display: block;
	padding: 3px;
	margin-right: 8px;
	color: #888;
	font-size: 10px !important;
	text-decoration: underline;
	font-weight:normal;
	opacity:0.8;filter:alpha(opacity=80);
}

/*
 *	REMEMBER
 */

div.remember,
div.photo {
	position: relative;
	font-size: 13pt;
	color: #848484;

	background-image: url(../images/box-middle.png);
	width: 475px;
	padding:10px;
	margin-left: -1px;
	padding-bottom: 0px;
}

div.photo img.photo {
	margin: 5px;
	border:1px solid #848484;
	padding: 1px;
}

div.remember a,
div.photo a
{
	font-size: 12px;
	font-weight:bold;
}

.active {
	background-color: #ebebeb;
}

div.author {
	color: #7e3366;
	font-size: 17px;

	margin-top: -12px;
}
span.relation {
	color: #e2007a;
}

span.mort_name {
	font-size: 16pt;
	color: #7e3366;
	font-weight: normal;
}
.author-info {
	padding-top: 5px;
	font-size: 10pt;
	color: #642950;
}


/*
 *	form
 */

.table-form { }
.table-form td.label { text-align: right; width: 150px; }
.table-form label { font-size: 16px; font-family: 'Lucida Grande',sans-serif; color: #3d3d3d; }
.table-form td.value {   }


.form-required,
.form-error,
.required { font-weight: bold; color: red; }

.form-info { font-size: 10px; color: #999; }

fieldset {
	padding: 10px;
	border:1px solid #ededed;
}

legend { padding: 0 5px; color: #6d6d6d; font-style: italic; font-size: 12px; }


textarea.remember {
	font-size: 25px;
	font-family: 'Lucida Grande',sans-serif;
	width: 450px;
	height: 100px;
}

.form-submit,
.remember_form {
	font-size: 18px;
	font-family: 'Lucida Grande',sans-serif;
}
textarea.remember_form {
	border:1px solid #D3D4D5;
	margin-bottom:5px;
	margin-top:10px;
	padding:4px;
	width:462px;
	color: #6d6d6d;
}

.form-input {
	font-size: 18px;
	width: 400px;
	font-family: 'Lucida Grande',sans-serif;

	border:1px solid #D3D4D5;
	color:#6D6D6D;
	padding: 4px;
}

.help,
.help p {
	margin-top: 10px;
	line-height: 17px;
	font-size: 12px;
	color: #6d6d6d;
}

div.step {
	float: left;
	color: #F4B5D0;
	font-weight: normal;
	font-size: 14px;
	margin-right: 15px;
	text-transform:uppercase;
	padding-bottom: 5px;
	border-bottom:1px solid #F4B5D0;
}
div.step-active {
	color: #7E3366 !important;
	border-bottom:2px solid #7E3366;
	font-weight:bold;
}

span.step {
	color: #848484;
}

/*
 *	LAST ENTRIES
 */

.entry {
	float: left;
	background-image: url(../images/latebox.png);
	background-repeat: no-repeat;
	width: 287px;
	height: 79px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.entry-foto {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.entry-foto img { border: 0px; }

.entry-info {
	float: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	color: #7e3366;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 22px;
}

.entry-info h3 { margin-bottom: 5px; }
.entry-info h3 a {
	color: #7e3366;
	font-size: 16px;
	letter-spacing: -1px;
	text-decoration: none;
}
.entry-info a:hover { text-decoration: underline; }

.entry-info span {
	 display:block;
	 float: left;
	 padding-left: 10px;
	 font-size: 10px;
	 line-height: 11px;
	 color: black;
}

/*
 *	LAST ENTRIES & BOXES
 */

.last_entries,
.most_populate,
.tag_cloud {
	margin-bottom: 20px;
	margin-top: 15px;
}

.tag_cloud {
	padding-right: 64px;
	text-align: justify;
}

.tag_cloud a {
	/*
	display: block;
	float: left;
	*/
	margin-right: 10px;
}



.remember-top {
	margin-top: 10px;
	display: block;
	width: 494px;
	height: 10px;

	background-image: url(../images/box-top.png);
	background-repeat: no-repeat;
}

.remember-bottom {
	display: block;
	width: 494px;
	height: 11px;

	background-image: url(../images/box-bottom.png);
	background-repeat: no-repeat;
}

.rib_info {
	line-height: 19px;
	margin-bottom:5px;
}

.last_entries { margin-top: 2px; }
.bottons-last-entries {
	float: right;
	margin-right: 100px;
	margin-top: 9px;
}

.bottons-last-entries a.all {
	float: right;
	display: block;

	background-image: url(../images/icon-all.png);
	background-repeat: no-repeat;

	width: 64px;
	height: 19px; padding-top: 2px;

	color: #7e3465;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


/*
 *	PAGINACIO
 */
 .paginacio a {
 	display: block;
 	float: left;
 	margin-left: 8px;

 	background-image: url(../images/number-box.png);
	background-repeat: no-repeat;

	width: 22px;
	height: 18px;

	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #7e3465;

	text-decoration: none;
 }

 .paginacio a.actiu { color: black; font-size: 13px; }


 /*
  *	FOOTER & CREDITS
  */
.footer {
	border-top: 1px solid white;
	padding: 5px 0px;
}

.footer a,
.changelang a {
	font-size: 11px;
	color: #6f6f6f;
	text-decoration: underline;
	}
.footer a:hover,
.changelang a:hover  {
	color: #E2007A;
	}


.credits {
	width: 1148px;
	margin: auto;
}

.credits * {
	color: #53595F;
	font-size: 11px;
}

#moreabout {
	padding-top: 10px;
	}


#moreabout * {
	line-height: 22px;
	font-size:13pt;
}

#moreabout a {
	font-weight: normal;
	font-size: 12pt;
}

.floatingPlayerBox_gsvb {
	text-align: center !important;
	border: 1px solid black !important;
	background-color: #7E3366 !important;
	
}

.playerBox_gsvb * { margin: auto !important; text-align: center !important; }

a.title_gsvb {
	color: white !important;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.alldone_gsvb,
.alldone_gsvb *
 { 
	color: white !important;
	text-decoration: underline !important;
}


