@charset "utf-8";
	/*
	Los Albertos Global CSS Document
	developed by Vanessa Eley at dotSquared - www.dotsquared.co.uk
	*/
	
/* General */
a:link {color: #FBAB22; font-weight:bold; text-decoration:none;}
a:visited {color: #FBAB22; font-weight:bold; text-decoration:none;}
a:active {color: #FBAB22; font-weight:bold; text-decoration:none;}
a:hover {color: #EE6316; font-weight:bold; text-decoration:none;}

a img { border-style: none; }

body {font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align:left;
	color:#FFF;
	margin:0; 
	padding:0;
	font-size:100%;
	text-align:center;}
	
h1{	font-size: 1.1em;
	font-weight:bold;
	margin-top:1px;}

h2{ font-weight:bold;
	font-size:1em;
	margin-top:1px;
	margin-bottom:1px;}
	
h3{ font-weight:bold;
	font-size:0.9em;}

h4  {font-size:1em;
	font-weight:bold;
	background-color:#600;
	padding:4px;}

h5  {font-size:0.9em;
	font-weight:bold;
	color:#D30C07;}
	
ul{ list-style:disc; list-style-position:outside;}

.floatL { float:left;}
.floatR { float:right;}

.hide {
	visibility:hidden;}

/* FF specific  */
html>/**/body ul { list-style:disc; list-style-position:inside;}

/* Layout  */
#pageWrapper {
	width:906px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;}

#leftColumn {
	width:600px;
    text-align:left;
	margin:6px;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:left;	
	border-top:#633 solid 1px;}

#rightColumn {
	width:276px;
	float:right;
	margin:6px;}

#menu {
	text-align:center;
	font-size:0.7em;
	margin-bottom:8px;
	border-bottom:#633 solid 1px;
	float:left;
	min-height:200px;
	height:200px;
	width:600px;}
#menu a { color: #EE6316;}
#menu a:hover {	color: #FFC526;}

#bodyContent {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	min-height:280px;
	text-align:left;
	float:left;
	width:600px}

#news {
	padding:6px;
	font-size:0.7em;
	background-color:#300;}
	
#footer {
	font-size:0.7em;
	color:#FFF;
	border-bottom:#633 solid 1px;
	border-top:#633 solid 1px;
	margin:14px 0 6px 0;
	padding:4px 0 4px 0;
	clear:both;}
#footer a {	color: #EE6316; }
#footer a:hover { color: #FFC526; }

/* Details  */
	
#twitter_update_list {
	margin:0;}
/* FF specific */
html>/**/body #twitter_update_list {margin-left:-24px; }

.clear {
	clear:both;
	margin:4px 0 12px 0;}
	
.tiny {
	font-size:0.8em;}

.CDBaby {
	width:122px;
	height:181px;
	margin: 0 0 12px 0;
	padding: 0;
	border: 0;
	background-image: url(http://cdbaby.com/gif/buttons/buy_thumb/Black-Buy_Now_100px_cover.gif);}
	
/* Form  */
	
fieldset{
	border: 1px solid #fc9;
	padding:6px;}

legend {
	color:#fff;
	font-weight:bold;}

label {
	width:180px;
	margin:4px 0 4px 0;
	padding:0;
	line-height:1;}
	
input,textarea,textfield,select {
	margin:2px;
	font: normal 0.9em Arial;
	color:#000;}


.button {
	color: #BF0705;
	font-weight:bold;}