/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: for Roland														|
| Script: globals.css																	|
| 																						|
| PROJECT :: Roland v1.0																|
+ ------------------------------------------------------------------------------------- +
| Author :: Uaalah!!																	|
* ------------------------------------------------------------------------------------- */

/* @group BASE (YUI) :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1 {
	font-size: 20px;
}

h2 {
	color: #660000;
	font-size: 18px;
}

h3 {
	font-size: 108%;
}

h1, h2, h3 {
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
	color: #5c606a;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

blockquote, dl {
	margin: 1em;
}

dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: none;
}

dl dd {
	margin-left: 1em;
}

th, td {
	border: 1px solid #000;
	padding: .5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p, fieldset, table, pre {
	margin-bottom: 1em;
}

input, textarea, button {
	color: #333;
	letter-spacing: 1px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
	background: #fff url(../images/header-bg.png) center top repeat-x;
}

html, body {
	height: 100%;
}

body {
	font: 75%/140% arial, helvetica, verdana, sans-serif;
	color: #666060;
}

h1 {
	font-weight: normal;
	color: #600;
}

*br {
	float: left;
	display: block;
	padding-bottom: 24px;
}

* a {
	outline: none;
	cursor: pointer;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #577492;
}

a:hover, a:active {
	text-decoration: none;
	color: #2e8dc2;
}

::-moz-selection {
	background: #577492;
	color: #FFF;
}

::selection {
	background: #577492;
	color: #FFF;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MAIN LAYOUT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header,
#content,
#footer {
	width: 100%;
}

#header {
	background: url(../images/header-bg.png) center bottom repeat-x;
	height: 100px;
}

#header .wrap {
	margin: 0 auto;
	width: 705px;
	position: relative;
	z-index: 1;
	padding-left: 245px;
}

#logo {
	width: 168px;
	height: 24px;
	text-indent: -999em;
	background: url(../images/logo.png) no-repeat;
	margin: 0;
	position: absolute;
	left: 0;
	top: 38px;
}

#logo a {
	width: 168px;
	height: 24px;
	display: block;
}

#login,
#extra,
#tools {
	float: right;
	height:99px;
}

#navigation {
	float: left;
	font: bold 1.0833em/99px arial, helvetica, verdana, sans-serif;
}

#tools {
	font: bold 1.0833em/99px arial, helvetica, verdana, sans-serif;
}

#content,
#main-content .wrap {
	width: 950px;
	margin: 0 auto;
}

#top-content {
	background-color: #fff;
	height: 195px;
}

#content.home #top-content {
	height: 250px;
}

#main-content {
	background: #fff url(../images/content-bg.png) repeat-x;
	border-top: 1px solid #ebecee;
	min-height: 102px;
}

#footer {
	line-height: 40px;
	background-color: #f4f4f6;
	font-size: .909em;
	color: #8f95a4;
	margin: 20px auto;
	width: 910px;
	padding: 0 20px;
	cursor: default;
}

#footer a {
	color: #8f95a4;
	padding: 0 3px;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#main-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */
