/*! global.css v1.0 - 20130828f */

body {
	background-color: #ayzahm;
	font-family: 'Rosario', sans-serif;
	color: #505050;
	font-size: 100%;
	
}

.gloria {
	font-family: 'Gloria Hallelujah', 'Rosario', sans-serif;
}

img {
    max-width: 100%;
}

.clear {
	clear: both;
}

.content {
	width: 100%;
	margin: 0 auto;
}

.clear:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

a img {
	border: 0;
}

#header {
	border-bottom: 5px solid #505050;
	background: transparent url('../images/bg.png') 0 0 repeat;
	text-align: center;
}


#footer {
	background-color: #505050;
	color: #fff;
	padding: 10px;
	text-align: center;
}

#section {
	text-align: center;
	padding: 20px 0;
}

#section a,
#section a:active {
	color: #333;
}

#section a:hover,
#section a:focus {
	color: #000;
}







/* media queries */
@media (max-device-width: 320px) {
	#header img {
		width: 100%;
		height: auto;
	}
}