/*
FIRST THE REST TO CLEAR ALL MARGINS PADDING ETC
DO NOT TOUCH
v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET
------------------------------*/

/*
POST LOGIN STARTS HERE
-----------------------------------*/


body {
	font-family:  "Trebuchet MS", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color:#5C5C5C;
	background: url(../images/bg2.gif) no-repeat 10px 85px;
}


/*Branding elements incl logo and beta markings. Some are fixed, some floating*/
#branding {
	width: 100%;
	height: 6px;
	background: #ffffff url(../images/bg.gif) repeat-x;
}
.logo {
	background: url(../images/hola_sm.gif) no-repeat;
	position: absolute;
	top: 12px;
	left: 40px;
	width:200px;
	height:76px;
}
.beta {
	background: url(../images/beta.gif) no-repeat;
	width:75px;
	height:63px;
	float: right;
}



/*Left hand content box contains menu or sidebar items*/
.leftcolumn, .leftcolumn2 {
	background: url(../images/leftbg.jpg) no-repeat 0px 0px;
	position: absolute;
	left: 50px;
	top: 121px;
	width: 230px;
	padding: 0px 35px 0px 30px;
	overflow:hidden;
	line-height:1.5em;
}
.leftcolumn2 {
	background: url(../images/leftbg2.jpg) no-repeat 0px 0px;
	width:244px;
	margin:0px;
	padding: 30px 0px 0px 0px;
	overflow:hidden;
}
#left_column ul, .rightcolumn ul {
	list-style-image: url(../images/bullet.gif);
	color: #aaaaaa;
	list-style-position:outside;
	margin-left:30px;
}
#left_column li, .right_column li {
	font-size: 14px;
	line-height: 1.4em;
}
#left_column a, .right_column a {
	position:relative;
	text-decoration:none;
}
#progress_bar_box {
	width:200px;
	height:13px;
	background-color:#98c0e8;
	border:1px solid #777777;
}
#progress_bar {
	background:url(../images/pbar.gif) repeat;
	height:13px;
}
.caption {
	margin-bottom:10px;
	color: #5C5C5C;
	clear:both;
}

/*Tabbed Menu at top of page for navigating major site sections*/
#tab_menu {
	height: 31px;
	width:500px;
	position: absolute;
	left: 489px;
	top: 83px;
	list-style: none;
	text-align:center;
	margin:10px 0 0;
	float:left
}

#tab_menu  ul li {
	float: left;
	}
#tab_menu  ul li a {
	font: bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	position:relative;
	color: 	#85898E;
	text-decoration:none;
	width:102px;
	height:29px;
	padding:4px 0;
	background: url(../images/stab_i.gif) no-repeat;
	display: block;
}
#tab_menu ul li.current a {
	background: url(../images/stab_a.gif) no-repeat;
	color: #757575;
	margin-top:-2px;
}

#tab_menu  ul li a:hover  {
	background: url(../images/stab_io.gif) no-repeat;
	width:102px;
	height:29px;
}

#tab_menu ul li.current a:hover {
	background: url(../images/stab_a.gif) no-repeat;
	color: #757575;
	margin-top:-2px;
}
/*Main container for body content - main area of the page, inlcuding structural overrides for page variations*/
.content {
	position: absolute;
	left: 80px;
	top: 135px;
	width: 905px;
}
#index .content {
	left: 365px;
	top: 130px;
	width: 625px;
}
#other .content {
	left: 320px;
	top: 130px;
	width: 680px;
}
#friends .content {
	left: 70px;
	top: 140px;
	width: 670px;
}
#content p {
font-size: 14px;
	padding: 0 0 7px;
}
#content a {
	color: #6B8BD6;
	text-decoration:none;
}
#content a:hover {
	color: #546DA7;
}
/*Re-usable containers for types of content that appear on multiple pages*/
.container {
	padding: 0 0 12px;
	margin-bottom:10px;
	background: url(../images/hrl.gif) no-repeat bottom;
	border:0px solid;
}
.container2 {
	padding: 10px 0px 0px 0px;
}
.container3 {
	padding: 10px 10px 20px 20px;
	margin: 0 10px 10px;
	background: url(../images/hrl.gif) no-repeat bottom;
	color:#262626;
	border:0px solid;
}

.container3 table td, .container3 table th {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 10px 2px;
	border-bottom: 1px solid #cccccc;
}
.container3 table th {
	font-weight: bold;

}

.container3 table td a {
	font: 12px Arial, Helvetica, sans-serif;
	color:#A0393B;
}

.container3 a {
	font: 18px Trebuchet MS;
	color:#A0393B;
}
.container4 {
	background:url(../images/upgradebg.gif) no-repeat top center;
	height:auto;
	position:relative;
	padding:6px;
	width:615px;
	margin-top: 10px;
}
.container4 h1 {
	position:relative;
	font:20px Trebuchet MS;
	color:#FFFFFF;
	margin-bottom: 5px;
	padding-left:20px;
}

.inside-container {
	padding: 12px 20px;
}

table { 

}

.intro {
	color:#aaaaaa;
	padding:0px 0px 15px 0px;
	height:auto;
	position:relative;
	margin-bottom:15px;
	background: url(../images/hrl.gif) no-repeat bottom;
	width:95%;
}
.intro p {
	font: 14px Trebuchet MS;
	line-height:1.3em;
	color:#aaaaaa;
}
#files .intro {
 margin-bottom:15px;
 background: url(../images/hrl.gif) no-repeat bottom;
}

#friends .intro {
 margin-bottom:15px;
 background: url(../images/hrl.gif) no-repeat bottom;
}
.spot {
	float:left;
	clear:both;
	margin:0px 10px 0px 0px;
}
#upgrade .spot {
	float:right;
	margin:0px 10px 0px 10px;
	background:url(../images/pricebg.gif) no-repeat;
	height:95px;
	width:95px;
	text-align:center;
	vertical-align:middle;
	padding-top: 35px;
	font-size:20px;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	position:relative;
}
#upgrade .spot span {
	font-size:10px;
	display:block;
	color:#666666;
	font-weight:normal;
	padding-top:2px;
	position:relative;
	text-align:center;
	top:-5px;
}
/*.overlay {
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	right:0px;
	left:0px;
	right:0px;
	background-color:#E6E6E6;
}*/
fade {
	position:relative; 
	width:100%; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	background: #000000; 
	opacity: 0.55; -moz-opacity: 0.55; filter:alpha(opacity=55);
}
/*Other one-off styles for specialized elements (laziness)*/
#donation_box {
	margin: 20px 0px 30px 0px;
	background-repeat:no-repeat;
	border:0px;
}
#space_used {
	margin:0px;
	padding:10px 0px 10px 0px;
}
#browse_button {
	position:relative;
	width: 108px;
	height:29px;
	font: bold 13px sans-serif;
	background: url(../images/buttonbg.gif) no-repeat;
	border:0px solid;
	text-align:center;
	line-height:2.4em;
	float:right;
}
#browse_button a {
	text-align:center;
	text-decoration: none;
	border:0px solid;
	margin:0px;
	padding:0px;
	color:#666666;
}
#browse_button a:hover {
	color: #333333;
}
#actions {
	padding:0px 20px 20px 20px;
}




/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/



/*Override standard tags*/

h1 {
	font: 24px Trebuchet MS;
	margin: 0px 0px 0px 0px;
	color: #A64547;
}
h2 {
	font: 18px Trebuchet MS;
	margin: 5px 0px 2px 0px;
	color:#ffffff;
}
h3 {
	font: 16px Trebuchet MS Bold;
	margin: 5px 0px 5px 0px;
	color:#000000;
}
p {
	font: 12px Trebuchet MS;
	line-height:1.4em;
	margin:0px;
	color:#5C5C5C;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: normal 14px Trebuchet MS;
	line-height: 1.4em;
	color: #D5ACAC;
}
strong {
	color: #777777;
}

/*Left hand navigation menu items*/
.left_nav {
	font: normal 14px Trebuchet MS;
	line-height: 1.4em;
	color: #D5ACAC;
}
.left_nav a {
	text-decoration:none;
	width:250px;
	display: block;
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}
#left_nav ul {
	list-style: none;
	line-height: 140%;
	color: #666666;
	list-style-position:inside;
	margin-left:0px;
}
#left_nav li {
	font:14px Trebuchet MS;
}
.current a, .left_nav a:hover, .left_nav a:active {
	background: url(../images/leftmenubg.jpg) no-repeat;
	color: #CE7966;
}


/*Right hand content box contains menu or sidebar items*/
.rightcolumn {
	position: absolute;
	left: 725px;
	top: 140px;
	background: url(../images/leftbg2.jpg) no-repeat 0px 0px;
	width:200px;
	margin:0px;
	padding: 0px 20px 0px 20px;
	overflow:hidden;
}

.rightcolumn .container {
	background:none;
	border-bottom:1px dashed #bbbbbb;
}
.rightcolumn h2 {
	margin-bottom:10px;
	color:#6B8BD6;
	font-size: 22px;
}
/*Top links (Login, logout, etc)*/
.top_links {
	height:20px;
	position:absolute;
	top: 20px;
	left: 700px;
	float:right;
}
.top_links ul {
	list-style: none;
	text-align:center;
}
.top_links li {
	float:left;
	font:12px Trebuchet MS;
	color: #000000;
}
.top_links a {
	position:relative;
	text-decoration:none;
	width:auto;
	height:auto;
	margin:0 0 0 15px;
	padding:0;
	float:left;
}
.top_links #logout a {
	border-bottom:1px solid #dddddd;
}
.top_links #logged_in_as a {
	color: #aaaaaa;
}

.spot {
	float:left;
	clear:both;
	margin:0px 15px 10px 0px;
	width:85px;
	height:85px;
}

/*Overrides for Home Page*/

#home h1 {
	font: 20px Trebuchet MS;
	margin: 0px 0px 0px 0px;
	color: #6B8BD6;
}
#home h2 {
	font: normal 20px Trebuchet MS;
	color: #A64547;
}

/*Overrides for Login Page*/


#login h1 {
	font: 24px Trebuchet MS;
	margin: 0px 0px 0px 0px;
	color: #A64547;
}
#login .container {
	padding:5px 30px 8px 0;
}
#login h2 {
	font: normal 20px Trebuchet MS;
	color: #A64547;
}


/*NEW NEW NEW*/
#pointed {
	position: relative;
	float: left;
	width: 435px;
	padding: 0 0 10px;
	margin: 30px 0 0 30px;
	display: inline;
}
#pointed dl {
	float: left;
	width: 420px;
	margin: 10px 20px 5px 0;
	display: inline;
}
#pointed dt {
	float: right;
	width: 319px;
	color:#6B8BD6;
	font-size: 20px;
	margin-top: 5px;
}
#pointed dd {
	margin: 0 0 0 98px;
	font-size: 14px;
	line-height: 1.4em;
	color: #666666;
}
#pointed dl dd.img {
	margin: 0;
}
#pointed dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
}

/*-------------------------------------------------
 CLEARFIX
-------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}