@charset "utf-8";
/* 
--------------------------------------------------------------------------------

	LOSEC MUPS - BASE
	Author(s): Music Bay AB, www.musicbay.se / Daniel Domermark
	Created: 2007-09-26
	Version: 1.0

--------------------------------------------------------------------------------
*/

@import url("layout.css");

/* GENERAL SETTINGS
----------------------------------------------------------------------------- */

/* * { border: 1px solid #f00; } :Debugging */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, address { 
	margin: 0; padding: 0; 
}

body {
	font: 62.5%/1.6 Helvetica, Verdana, Arial, sans-serif;
	color: #808183;
/*	background: #000000 url(../design/bg.gif) no-repeat top center; */
	background: #000000;
	text-align: center;
}

ul { list-style: none; }

img { border: 0; }

hr { 
	border: 0;
 	color: #AAA;
	background-color: #AAA;
	height: 1px;
}

/* HEADERS
----------------------------------------------------------------------------- */

h1 { font-size: 15px; }
h2 { font-size: 12px; }
h3 { font-size: 11px; }

/* LINKS
----------------------------------------------------------------------------- */

a, a:visited { text-decoration: none; color:#808080; }
a:hover { color: #000; }

/* FORMS
----------------------------------------------------------------------------- */

form {
	display: inline; /* Remove as block element */
}

	label { cursor: pointer; }
	
	input, select, textarea { 
		font: 1.2em Arial, Verdana, Helvetica, sans-serif;
	}
	
	input[type="text"]:focus, select:focus, textarea:focus { border: 2px solid red; }
	input[type="text"]:not([size]) { width: 15em; }

/* TABLES
----------------------------------------------------------------------------- */

table {
	border: 0;
	margin: 0 0 18px 0;
	padding: 0;
	border-collapse: collapse; /* Removes cell-spacing */
}

	table tr td { padding: 2px; }

/* GLOBAL CLASSES
----------------------------------------------------------------------------- */

/* Easy clearing method: http://www.positioniseverything.net/easyclearing.html */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */

.clear { clear:both; }
.clearLeft {  clear: left; }
.clearRight {  clear: right; }

.floatLeft { float: left; }
.floatRight { float: right; }

.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { border-bottom:: 1px solid; }

.imgLeft { flaot: left; marign: 4px 10px 4 px 0; }
.imgRight { float: right; margin: 4px 0 4px 10px; }

.border { border: 1px solid #828280; }
.border:hover { border: 1px solid #ca4826; }
