* {
	margin:0;
	padding:0;
}
html{
	background:url('../images/durban.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	font-size:1.1em;
	background:rgba(255, 255, 255, .4);
	margin: 0;
	padding: 0;
	color: #000;/*161616;*/
}
h1 {
	/*font-size:1.7em;*/
	text-decoration:none;
	line-height:30px;
	font-weight:inherit;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 20px 0;
}
h3 {
	font-size:1.1em;
	font-weight:inherit;
	line-height:15px;
}
a img { 
	border: none;
}
a {
	color:#121AEB;
	text-decoration: none; 
}
a:hover { 
	color: #00adff;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
p {
	line-height:140%;
	padding:10px 0 20px 0;
}
ul li {
	list-style:none;
}
hr {
	background: none repeat scroll 0 0 #fff;
    border: 0 none;
    height: 3px;
    margin: 30px 0;
}
.wrapper {
	width:93.75%;
	margin:0 auto;
}
header {
	padding:30px 0 0 0;
}
.about {
	margin-top:10px;
}
.description {
	position:relative;
}
.icons, .date {
	position:absolute;
	top:0;
	right:0;
}
.date {
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	padding:3px 10px;
	text-align:right;
	font-weight:bold;
}
span, .date {
	color:#000;/*2E2B2B;*/
	font-style:italic;
	font-size:0.9em;
}
.icons li {
	display:inline;
}
.colLeft {
	width:31.041666666666666666666666666667%;
	float:left;
	text-align:right;
}
.colRight {
	width:64.166666666666666666666666666667%;
	float:right;
	background:none repeat scroll 0 0 rgba(244, 244, 244, 0.7);
	padding:10px;
}
.listContent li {
	background:url(../images/p.png) no-repeat left 5px;
	padding-left:20px;
}
.listLinks li {
	background:url(../images/p2.png) no-repeat left 5px;
	padding-left:20px;
}
footer {
	text-align: center;
	padding:0 10px 30px 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	line-height: 0px;
}


/* for 960px or less */
@media screen and (max-width: 960px) {
	.wrapper {
		width:93.75%; /* 960px/1024px  */
		margin:0 auto;
	}
}
/* for 768px or less */
@media screen and (max-width: 768px) {
	.icons {
		position: relative;
		padding:10px 0 0 0;
	}
	.date {
		position: relative;
		padding:3px 10px;
	}	
}
/* for 480px or less */
@media screen and (max-width: 480px) {
	.colLeft {
		float:none;
		width:auto;
		text-align:center;
	}
	.colRight {
		float:none;
		width:auto;
	}

}
