/* IMPORT CORE CSS FILES */
@import url(typo.css);
@import url(nav.css);
@import url(form.css);
@import url(modules.css);
/* NORMALIZES Browers Styles */

* { margin:0;padding:0; } /* removes defaults from all elements */

ol,ul {
	list-style:none; /* removes list-styles from lists */
}
a {
	text-decoration: none; 
}
table {
	border-collapse:collapse;
}
fieldset,img {
	border: 0; 
}
dl {
	clear:both;
	height:100%;
}
dt,dd {
	float:left;
}
/* = CLEARING
---------------------------------------------------------
*/

.stretch,
.clear
{
	clear: both; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

/* fix for IE7 */
.clearfix
{
	display: inline-block;
}

/* Show to IE-pc only */
* html .clearfix
{
	/* Hide from IE-mac \*/
	height: 1px;
	/* End hide from IE-mac */
}

/* END CLEARING
--------------------------------------------------------------
*/
/*---------------------------------------------------------- */
/*  Layout Styles includes display properties,               */
/*						   floats ans positioning,           */ 
/*						   widths and heights,               */
/*						   paddings and margins              */
/*---------------------------------------------------------- */
/* = LAYOUT: TABLE OF CONTENTS
    1. = BODY & PAGE
    2. = HEADER
    3. = CONTENT
    4. = FOOTER
---------------------------------------------------------
*/
/* = BODY & PAGE
---------------------------------------------------------
*/
#wrapper{
	float:left;
	width:100%;
}
#container{	
	width:880px;
	margin:0 auto;
}


/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:110px;
	float:left;
}
#home #header {
	height:315px;
}

#header h1 a{ 
	position:absolute;
	top:0;
	left:0;
	width:330px;
	height:90px;
}

/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/

#body {	
	position:relative;
	float:left;
	width:100%;	
}
#body {
	padding: 0;
	margin:0 0 5px 0 ;
	z-index:20;
}
#content {
	width:880px;
	float:left;
	min-height:500px;
}

.column-side {
	width:330px;
	float:left;
	margin: 0;
	min-height:500px;
}
.column-main {
	width:530px;
	float:right;
	min-height:490px;
}
#home #content {
	min-height:300px;
}
#home .column-side {
	width:220px;
	min-height:300px;
}
#home .column-main{
	width:650px;
	min-height:300px;
}
#secondary .column-main {
	margin:10px 0 0 0;
}


/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer-container {
	width:100%;	
	float:left;
	margin: 0;
}
#footer {
	width:880px;
	margin:0 auto;
	text-align:left;
	height:100px;
}
#footer ul {
	display:inline
}
#footer ul li {
	float:left
}
.site-info {
	float:left;
	width:450px;
	margin-top:20px;
}
.credits a {
	display:block;
	padding-right:80px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:right;
	float:left;
}
.credits strong {display:none;}


.footer-nav {
	float:right;
	width:400px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	margin-top:20px;	
}
.footer-nav ul {
	float:right;
}
.footer-nav li {
	margin:0;
	padding:0;
}
.footer-nav li a{
	padding:0 10px 0 6px;
}
.footer-nav li a.last{
	padding-right:0;
}

/* END FOOTER
---------------------------------------------------------
*/
