@charset "utf-8";

body {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url('images/background.png') top center no-repeat #FFF; 
}

p {
	margin: 0 0 30px;
}
	  
.hero-unit { /* OVERWRITE BOOTSTRAP HERO-UNIT CLASS TO FIX PADDING AND CORNER RADIUS */
	padding: 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.hero-unit h1 { /* OVERWRITE BOOTSTRAP H1 STYLES TO USE CUSTOM WEBFONT */
	font-family: Verdana;
	font-size: 60px;
	margin: -10px 0 10px 0;  
	text-align: center;
}
	  
.muted { /* OVERWRITE BOOTSRAP MUTED CLASS AS IT DOESN'T WORK IN THE MARQUEE */
	color: #777 !important;
	margin: 0 0 10px !important;
	font-family: Verdana;
	font-size: 18px !important;
}

/* HORIZONTAL RULE */
.rule {
	clear: both;
	height: 1px;
	width: 100%;
	background: #CCC;
	background: -moz-linear-gradient(left, rgba(204,204,204,0) 0%, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(204,204,204,0)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(204,204,204,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(204,204,204,0) 0%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
	margin-bottom: 30px;
}

#social_links {
	text-align: center;
	padding: 0;
	margin: 0;
}

#social_links li {
	list-style: none;
	display: inline;
	padding: 0 5px;
}

.span6 { /* OVERWRITE BOOTSRAP SPAN6 CLASS TO FIX THE CLEARING THE FLOAT */
	overflow: auto;
}

.site-header {
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

h2 {
	font-family: Verdana;
	font-size: 24px;
}

@media only screen and (max-width : 479px) {
body {
	padding: 15px;
}

.hero-unit {
	padding: 30px 15px;
}

#social_links li {
	padding: 0;
}

#social_links li a img {
	height: 44px;
	width: 44px;
}