/*  
Project Name: Donnolley Rush
Version: 1.0
*/



/* Begin Typography & Colors */
/* = General
--------------------------------------------------------*/
html {min-height:100%;
	height:100%}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
	background: #fff url(bg.jpg) center center no-repeat;
	line-height: 170%;
	background-size:cover;
	text-align:center;
	min-height:100%;
	height:100%
}

a {
	color: #2FB8CE;
	outline:none;
}
a img {
	border: none
}
a:focus, a:active {outline:none}
.cntr {
	text-align:center
}
.right {
	text-align:right
}
.float, .left {
	float:left
}
.floatRight {
	float: right
}

/* = Typography
--------------------------------------------------------*/
h1 {
	margin: 60px 0;
	color:#fff;
	line-height:1.2em;
	font-size:30px;
	text-align:center;
	font-weight:normal
}

p {
	font-size:1em;
	margin:0 0 0.75em 0;
	line-height:1.4em
}


/* End Typography & Colors */



/* = Structure
--------------------------------------------------------*/

#container {
	position:relative;
	width:800px;
	margin: 0 auto;
	background:rgba(42,58,67,0.8);
	padding: 0 60px;
	text-align:center;
	min-height:100%;
	height:100%
}

#logo {
	padding: 150px 0 30px 0;
	text-align:center
}


@media screen and (max-width: 760px) { /* Specific to this particular image */
	#container {
	width:85%;
	margin: 0 auto;
	padding: 0 20px;
}
img {width:100%}
h1 {font-size:25px}
}



/* = Easy Clearing
----------------------------------------------*/
.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 */
