/*
Design by TEMPLATED
Name       : Vestibule 
Description: A two-column, fixed-width design with dark color scheme.
*/

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	background: #333333;
	font-family: 'Oxygen', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	color: #FFFFFF;
}

h1 { font-size: 2.6em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }

p, ul, ol { margin-top: 0; line-height: 180%; }

a { text-decoration: none; color: #C30; }
a:hover { text-decoration: underline; color: #FFF; }

#wrapper { background: #222222; }
.container { width: 1000px; margin: 0px auto; }

/* Menu */
#menu-wrapper {
	overflow: hidden;
	height: 60px;
	margin-bottom: 40px;
	background: #000000;
	line-height: 60px;
}

#menu ul { margin: 0; padding: 0; list-style: none; text-align: center; }
#menu li { display: inline-block; }
#menu li a {
	display: block;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.90em;
	font-weight: 600;
	color: #6c6c6c;
}

#menu li a:hover, #menu li.current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a { color: #FFFFFF; }

/* Logo */
#logo { margin-bottom: 50px; text-align: center; }
#logo p { margin-top: 10px; font-size: 1.2em; color: #666666; }
#logo a { color: #FFFFFF; }

/* Page Content Box */
#page {
	margin-bottom: 40px;
	padding: 40px;
	background: #191919;
	border-radius: 8px;
	border: 1px solid #282828;
}

/* Three Column Grid (for Index page) */
#three-column { overflow: hidden; margin-bottom: 40px; }
.tbox1 { float: left; width: 310px; margin-right: 35px; }
.tbox2 { float: left; width: 310px; margin-right: 35px; }
.tbox3 { float: right; width: 310px; }

.box-style {
	padding: 25px;
	background: #292929;
	border-radius: 8px;
	border: 1px solid #383838;
}

/* Button Style */
.button {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 20px;
	background: #C30;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.80em;
	font-weight: 700;
	color: #FFFFFF;
}
.button:hover { text-decoration: none; background: #D40; }

/* Footer */
#footer {
	padding: 50px 0px;
	background: #080808;
	text-align: center;
	color: #555555;
}
