
/* CSS Document */

@import "reset.css";
@import "grid.css";

html{
	background: url('bgRepeat2.jpg') repeat-x left top;
}


body{
	background: url('bgLarge2.jpg') no-repeat center top;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#logo{
	width:365px;
	height:0;
	padding:105px 0 0 0;
	display:block;
	background: url('southAfricaMagLogo.png') no-repeat top left;
	overflow: hidden;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #683934;
}
h2.soon{
	font-size: 48px;
	letter-spacing: -2px;
	color:#ffffff;
}
p.info{
	color:#ffffff;
	font-weight:bold;
}

.social a{
	margin:1px;
	display: block;
	float: left;
	width: 125px;
	height: 53px;
}
.media a{
	margin:1px;
	display: block;
	float: left;
	widows:51px;
	height: 53px;
}
.social a:hover{
	border:1px solid #683934;
	margin: 0px;
}
.secondary *{
	color:#683934;
}
.secondary a{
	color:#af5d54;
	text-decoration: none;
}
.secondary a:hover{
	text-decoration: underline;
}
#footer{
	width:100%;
	clear:both;
	height:200px;
	background: url('bgFooter.png') repeat-x top left;
	margin-top:100px;
}
#footer a{
	float: left;
	margin-right: 30px;
}
.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 */