/* 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{
	width:100%;
	float:left;
}
#container {
	width:960px;
	margin:0 auto;
}
/* END BODY & PAGE
---------------------------------------------------------
*/

/* = HEADER
---------------------------------------------------------
*/
#header {
	position:relative;
	width:100%;
	height:178px;
}
#home #header {
	position:relative;
	width:100%;
	height:350px;
}
#home #header h1 { 
	margin:0 ;
}
#home #header h1 a{ 
	position:absolute;
	top:15px;
	left:66px;
	width:215px;
	height:80px;
	text-indent:-9000px;
	overflow:hidden;
	z-index:2;

}
#secondary #header h1 { 
	margin:0 ;
}
#secondary #header {
	position:relative;
	width:100%;
	height:178px;
}
#secondary #header h1 a{ 
	position:absolute;
	top:15px;
	left:66px;
	width:215px;
	height:80px;
	text-indent:-9000px;
	overflow:hidden;
	z-index:2;
	
}

/* END HEADER
---------------------------------------------------------
*/

/* = CONTENT
---------------------------------------------------------
*/
#body {	
	position:relative;
	float:left;
	width:100%;	
}
#content {
	width:100%;
	min-height:435px;
	float:left;
}
.column-main {
	width:625px;
	float:right;
	min-height:435px;
	padding:1em 0 0 0;
}
#secondary .column-main h2{
	position:absolute;
	width:290px;
	padding:0 15px;
	top:-75px;
	right:0;
}

.column-side {
	width:320px;
	float:left;
	min-height:435px; 
}

#home #content, #home .column-main {
	min-height:263px;
	padding:0;
}
#home .column-main{
	width:100%;
}
#home .column-side {
	display:none;
}

.gallery .column-main {
	width:640px;
}
.gallery h3 {
	margin-left:15px;
}
.gallery p {
	padding-left:15px;
}

/* END CONTENT
---------------------------------------------------------
*/

/* = FOOTER
---------------------------------------------------------
*/
#footer-container{
	width:100%;
	float:left;
	padding:10px 0;	
}
#footer {
	width:960px;
	margin:0 auto;
}
#footer p{
	margin:0 !important;
	padding:0;
}

#footer ul {
	display:inline
}
#footer ul li {
	float:left
}
.site-info {
	float:left;
}
.credits a {
	display:block;
	padding-right:65px;
	height:28px;
	line-height:28px;
	vertical-align:middle;
	text-align:right;
	float:left;
}
.credits strong {display:none;}

.footer-nav {
	float:right;
	height:40px;
	line-height:40px;
	vertical-align:middle;
}
.footer-nav ul {
	margin:0;
	padding:0;
}

.footer-nav li {
	padding-left:10px;
}

.facebook{
    float:right;
    margin-top:-3px;
}
/* END FOOTER
---------------------------------------------------------
*/
