/*HEADER ****************************************************************/
header {
	background: url(../img/headBG.jpg);
	background-repeat: repeat-x;
	height: 170px;
}

nav {
	width: 960px;
	margin: auto;
}

div.headerContact {
	width: 960px;
	margin: auto;
	text-align: right;
	padding: 10px 0 0 0;
}

div.headerContact span {
	font: 1.3em 'Open Sans Condensed', sans-serif;
	color: #999999;
}

div.headerContact span:hover {
	color:#F0F0F0;
	cursor: pointer;
}

nav div#headerLogo {
	font: 2.8em 'Lobster';
	color: #FFFFFF;
	width: 302px;
	float: left;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
}

nav ul.headerNav {
	margin: 35px 0 0 0;
}

nav ul.headerNav li {
	float: right;
	font: 1.6em 'Lobster';
	padding: 10px;
}

nav ul.headerNav li:hover {
	background: #1E1E1E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav ul.headerNav li a {
	color: #F0F0F0;
}

/* INDEX ****************************************************************/
article#indexAside {
	background: url(../img/asideBG.jpg) no-repeat center;
	background-size: cover;
}


/* COMMON ****************************************************************/
article#article {
	background: url(../img/asideBG2.jpg);
	height: 530px;
}

article#article div#section {
	width: 960px;
	margin: auto;
}

article#article div#section section {
	width: 470px;
	height: 150px;
	float: left;
	margin: 20px 0 0 0;
}

article#article div#section section:nth-child(odd) {
	margin: 20px 20px 0 0;
}

article#article div#section section h1, article#article div#section section p {
	width: 300px;
	float: left;
}

article#article div#section section h1 {
	font: 17px 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

article#article div#section section p {
	font: 16px 'Open Sans Condensed', sans-serif;
}

article#article div#section section a img {
	width: 155px;
	min-height: 140px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

article#indexAside div.mainCategories {
	width: 960px;
	margin: auto;
	font: 17px 'Open Sans Condensed', sans-serif;
	color: #ffffff;
	text-align: center;
	height: 520px;
}

article#indexAside div.mainCategories h1 {
	font-size: 2em;
}

article#indexAside div.mainCategories div.cat {
	text-align: left;
	width: 300px;
	float: left;
	margin: 20px 30px 0 0;
}

article#indexAside div.mainCategories div.cat span a, article#indexAside div.mainCategories div.catLst span a {
	color: #D80351;
}

article#indexAside div.mainCategories div.catLst {
	text-align: left;
	width: 300px;
	float: right;
	margin-top: 20px;
}

article#indexAside div.mainCategories div.cat h2, article#indexAside div.mainCategories div.catLst h2 {
	margin-top: 15px;
	padding: 8px 0;
	font-weight: 100;
	font-size: 1.3em;
	border-bottom: 2px solid #D80351;
}

article#indexAside div.mainCategories div.cat p, article#indexAside div.mainCategories div.catLst p {
	margin-bottom: 10px;
}

/* NEWS ****************************************************************/
article#article div.container {
	width: 960px;
	margin: auto;
	padding: 50px 0 20px 0;
	text-align: center;
}

article#article div.container h1, article#article div.container a {
	font-size: 1.5em;
	color: #D80351;
	font-style: 'Open Sans Condensed', sans-serif;
}

article#article div.container a img {
	margin: 25px 0;
	width: 300px;
	height: auto;
}

article#article div.container a img:hover {
	width: 320px;
	height: auto;
}

article#article div.container span a:hover {
	font-size: 1.6em;
}

/* GALLERY ****************************************************************/

article#article div#section section {
	margin-bottom: 50px;
}

article#article div#section section div {
	display: block;
	width: 100%;
	margin: 10px 0 10px 0;
}

article#article div#section section div a {
	color: #D80351;
	font: 1.1em 'Open Sans Condensed', sans-serif;
}


/* CONTACT ****************************************************************/
article#article div.map {
	width: 960px;
	margin: auto;
}

iframe {
	width: 100%;
}

div.hide {
	visibility: hidden;
	width: 100%;
}

/* FOOTER ****************************************************************/
div#footer {
	background: url(../img/footerBG.png);
	width: 100%;
	min-height: 70px;
	padding: 15px 0 0 10px;
}

footer {
	width: 960px;
	margin: auto;
}

footer a div.fLogo {
	width: 47px;
	height: 47px;
	background: url(../img/facebook.png) no-repeat center;
	float: left;
}

footer a div.fLogo:hover {
	background: url(../img/facebook-blue.png) no-repeat center;
}

footer span, footer ul li, footer div.designBy {
	float: left;
	margin: 10px 10px 0 0;
	font: 1.1em 'Open Sans Condensed', sans-serif;
	color: #FFFFFF;
}

footer span {
	margin: 10px 20px 0 15px;
}

footer div.designBy {
	float:  right;
}

footer div.designBy a {
	color: #3b5998;
}

footer ul li {
	list-style: none;
}

footer a {
	color: #999999;
}

footer a:hover {
	color: #FFFFFF;
}
