/* reset styles */

* {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

header, section, footer, aside, nav, main, article, figure, h1, h2, h3, h4, h5, h6 {
    display: block; 
	vertical-align:top;
}

header, section, footer, aside, nav, main, article, figure, h1, h2, h3, h4, h5, h6, a, span, img {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background: #000;
}

h1, h2, h3, h4, h5, h6 {
	 font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #bd602d;
    padding: 5px;
}

h1 {
	font-size:36px;	
	text-transform:uppercase;
}

h2 {
	font-size:30px;	
}

h4 {
	font-size:18px;	
}

h5 {
	font-size:15px;	
}

li {
	/*list-style:none;	*/
	line-height: 25px;
}

a {
	text-decoration:none;	
	border:none;
}

img {
	border:none;	
}

p {
	line-height:20px;	
}

::selection {
	color:#fff;
	background-color:#25aae2;	
}

::-moz-selection {
	color:#fff;
	background-color:#25aae2;
}

div.dialog {
	display: inline-block;
	width: 900px;
	padding: 20px;
	border: solid 1px #d6d6d6;
	position: fixed;
	z-index: 1000;
	background-color: #f0f0f0;
	box-shadow:0px 0px 20px #000;
	display:none;
}
div.dialog > h1,
div.dialog > h5 {
	text-align:center;	
}
div.dialog > a.closebtn {
	position:absolute;
	top:-20px;
	right:-20px;
	background-color:#151515;
	color:#edad22;	
	padding:15px;
	border:solid 3px #edad22;
}
div.dialog > a.closebtn:hover {
	background-color:#edad22;
	color:#151515;
	border:solid 3px #151515;
	-webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
	-ms-transform: scale(1.2);
    transform: scale(1.2);
}
div.fadedBackground {
	position:fixed;
	z-index:900;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#edad22;	
	display:none;
}

.rightnav span		{	font-size:18px; color:#25aae2; text-decoration:underline;}