@charset "utf-8";
/* CSS Document */

@font-face {font-family:"Mermaid Bold";src:url("font/Mermaid10.eot?") format("eot"),url("font/Mermaid10.woff") format("woff"),url("font/Mermaid10.ttf") format("truetype"),url("font/Mermaid10.svg#Mermaid-Bold") format("svg");font-weight:normal;font-style:normal;}


html{
height:100%;
} 

body {
	background-color: #2a1e1f;
	color: #e2e1e1;
	font-family: Century Gothic, sans-serif, Verdana, Arial;
	font-size: 16px;
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Mermaid Bold", Arial, Verdana;
	color: #9c7a7f;
}

h1 {
	color: #9c7a7f;
	font-size: 1.5625em;
}

h2 {
	font-size: 1.25em;
	font-family: Arial, Verdana;
}

h3 {
	font-size: 1.125em;
	font-family: Arial, Verdana;
}

a, a:visited, a:hover {
	color: #FFFFFF;
	font-size: 1.0625em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}

img {
	max-width: 100%;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	background-color: #2a1e1f;
	height: auto;
	min-height: 100%;	
	max-width: 1000px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #382225;
	color: #FFFFFF;
}

#logo {
	float: left;
	width: 20.83333%;
	height: 100px;
	margin-left	: 1.0%;
}

#mainTel {
	margin-right: 2.0%;
	margin-top: 20px;
	width: 52.083335%;
	float: right;
	text-align: right;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3.3125em;
	font-weight: bold;
}

#navigation {
	width: 100%;
	background-color: #9c7a7f;
	text-align: center;
}

#navigation ul li {
	list-style: square; display: inline;
	padding-right: 20px;
	font-size: 1.0em;	
}

#navigation ul li a, #navigation ul li a:visited {
	color: #382225;	
}

#navigation ul li a:hover {
	color: #fff;
}

#navigation select {
  	display: none;
}

#banner {
	margin-left: 2.0833333%;
	margin-right: 2.0833333%;
	float: left;
	width: 95.8333334%;
	background-color: #000;
}

#content, #blogroll, #footer {
	margin-left: 2.0833333%;
	margin-right: 2.0833333%;
	float: left;
	width: 95.8333334%;
}

#mainPage {
	width: 45%;
	float: left;
}

#social {
	width: 45%;
	float: right;
}


#contactForm {
	left-margin: auto;
	right-margin: auto;
	width:90%;
	background-color: #2a1e1f;
}

#footer label {
	width: 25%;
	float: left;
}

#footer input {
	width: 70%;
	float: right;
	height: 1.1em;
	background-color: #2a1e1f;
	border-radius: 8px;
	color: #ffffff;
	width: 300px;
}

#footer textarea {
	width: 70%;
	float: right;
	height: 60px;
	background-color: #2a1e1f;
	border-radius: 8px;
	color: #ffffff;
}

#footer input#submit {
	text-decoration: none;
	height: 25px;
	font: 1.15em;
	background-color: #2a1e1f;
	border-radius: 8px;
	color: #ffffff;
	float: right;
	width: 10%;
	margin-top: 10px;
}

#holding {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
	color: #f5f5f5;
}

.smallPrint {
	font-size: 0.66em;
	text-align: center;	
}

.spacer_image {
	width: 100%;
}

.clear { clear: both; }

@media screen and (max-width: 768px) and (orientation: portrait) {
	#wrapper, #header, #navigation, #content, #footer {
		width: 100%;
	}
	
	#header, #logo {
		height: 70px;
	}
	
	#mainTel {
		font-size: 2.00em;
	}
	
	#navigation {
		width: 100%;
		background-color: #9c7a7f;
		text-align: center;
	}

	#navigation ul li {
		display: inline;
		padding-right: 10px;
		font-size: 0.8em;	
	}

	#mainPage {
	width: 100%;
	}

	#social {
		width: 100%;
	}
	
	#footer input#submit {
		border-radius: 3px;
		width: 20%;
		margin-top: 20px;
		margin-right: -70.00%;
	}

}

@media screen and (max-width: 768px) and (orientation: landscape) {
	#wrapper, #header, #navigation, #content, #footer {
		width: 1000px;
	}
	#logo {
		text-align: center;
	}
	#mainTel {
		width: 520px;
		font-size: 20px;
	}
	#navigation ul li a {
	font-size:12px;
	
	}
}

@media screen and (max-width:400px) {
	a, a:visited, a:active {
		text-decoration: underline;
	}

	#wrapper, #header, #navigation, #content, #footer {
		width: 100%;
	}
	
	#header, #logo, #mainTel {
		height: 30px;
	}
	
	#mainTel, #logo {
		margin-top: 0px;
		font-size: 1.00em;
	}
	
	#navigation {
		width: 100%;
		background-color: #9c7a7f;
		text-align: center;
	}

	#navigation ul li {
		display: inline;
		padding-right: 10px;
		font-size: 0.8em;	
	}
	
	#navigation ul     { display: none; }
    #navigation select { display: inline-block; }

	#mainPage {
		width: 100%;
	}

	#social {
		width: 100%;
	}
	
	#footer textarea, #footer input {
		width: 100%;
		border-radius: 2px;
		color: #ffffff;
	}

	
	#footer input#submit {
		border-radius: 2px;
		width: 20%;
		margin-top: 50px;
		margin-right: -100.00%;
	}


}