@import "top.css";
@import "header.css";
@import "sidebar.css";
@import "content.css";
@import "submit.css";
@import "squeezebox.css";
@import "footer.css";
@import "buttons.css";
@import "icons.css";

/* Generic */
html{
	font-size: 62.5%;
}

html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #333 url(img/body.png) repeat-x left 24px;
	color: #FFF;
	font: 1.1em/1.8em "Lucida Grande", Tahoma, Arial, sans-serif;
}

.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.autoclear {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .autoclear {height: 1px;}
.autoclear {display: block;}
/* End hide from IE5/Mac */

h1, h2, h3{
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2{
	font-size: 1.6em;
	color: #F90;
}
h3{
	font-size: 1.3em;
}
a:not(.uwa-input) {
    color: #333;
}
a:not(.uwa-input):hover{
	color: #F90;
}
a img{
	border: 0;
}
fieldset{
	padding: 0;
	margin: 0;
	border: 0;
}

hr{
	clear: both;
	border: 0;
	height: 10px;
	background: transparent;
}

hr.separator{
	background: transparent;
	visibility: hidden;
}

div.clear {
    clear: both;
}

div.main-clear {
    clear: both;
	height: 10px;
	background: url(img/rounded.png) no-repeat left top;
}

#main p.action-button {
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 8px;
    height: 34px;
    background: transparent url(img/buttons/button.png) no-repeat right top;
    color: #FFF;
    font-weight: bold;
}

#main p.action-button:hover {
    color: #FFF;
    background-position: right -34px;
}
    #main p.action-button a {
        color: #FFF;
        height: 34px;
        padding: 0px 3px 0px 10px;
        background: transparent url(img/buttons/button.png) no-repeat left top;
        cursor: pointer;
        line-height: 34px;
        text-align: center;
        float: left;
        text-decoration: none;
    }

    #main p.action-button:hover a {
        background-position: left -34px;
    }



/* Content
 ******************************************************************************/
.content{
	margin: 0 auto 20px auto;
	width: 900px;
	font-size: small;
}
	.content h2{
		margin: 0 0 10px 10px;
		color: #d2d1d1;
		font-size: 2em;
		display: none;
	}


/* Main info
 ******************************************************************************/
#main{
    background: #FFF;
	color: #333;
	padding: 20px;
}
	#main h2{
		margin-top: 10px;
		margin-bottom: 30px;
		color: #666;
	}
