/*
Theme Name: Paragon
Theme URI: 
Description: Default Paragon theme
Version: 1.0
Author: Hexabomb
Author URI: http://www.hexabomb.com
Tags: 

*/

/** CSS - Paragon
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #bfbfbf;
background: url(images/body_bg.jpg) repeat-x top #2b2821;
margin: 0 auto;
}

/** Container
==============================================================================*/

#container {
margin: 0 auto;
width: 945px;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** Images
==============================================================================*/

a img {
border: none;
}

#content img {
border: 1px solid #0a0a0a;
padding: 5px;
background-color: #d1cab8;
}

/** Headings
==============================================================================*/

h1 {
font-size: 28px;
color: #efefef;
line-height: 28px;
margin: 0 0 20px 0;
font-weight: normal;
}

h2 {
font-size: 14px;
line-height: 18px;
margin: 0 0 8px 0;
text-transform: uppercase;
}

h3 {
font-size: 14px;
line-height: 18px;
padding: 0 0 6px 0;
margin: 0 0 16px 0;
font-weight: normal;
text-transform: uppercase;
}

h4 {
font-size: 14px;
line-height: 16px;
margin: 0 0 8px 0;
font-weight: normal;
text-transform: uppercase;
}

/** Paragraphs
==============================================================================*/

p {
margin: 0 0 24px 0;
}

#content p.left, #content p.right {
width: 442px;
}

/** Links
==============================================================================*/

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #ccc;
text-decoration: none;
}

/** Logo
==============================================================================*/

#logo {
display: block;
margin: 15px auto 15px auto;
}

/** Nav
==============================================================================*/

#navwrap {
margin: 0 auto;
}

#navinner {
width: 860px;
margin: 0 auto;
}

#nav {
margin: 36px 0 15px 0;
}

#nav li {
float: left;
font-size: 11px;
text-transform: uppercase;
margin-right: 12px;
}

/** Dropdowns
==============================================================================*/

ul#nav, ul#nav ul ul{
list-style-type: none;
list-style-position: outside;
position: relative;
line-height: 1.5em; 
z-index: 100;
}

ul#nav a {
display: block;
padding: 0px 5px;
color: #fff;
text-decoration: none;
}

ul#nav li ul li a {
width: 12em;
}

ul#nav ul li ul li a:hover{
color: #333;
}

ul#nav ul li{
float: left;
position: relative;
line-height: 22px;
}

ul#nav ul {
position: absolute;
display: none;
width: 14em;
top: 1.5em;
background-color: #222;
border: 1px solid #444;
padding: 8px 15px 15px 8px;
}

ul#nav ul li ul a{
width: 14em;
height:auto;
float:left;
color: #888;
display: block;
padding: 0px 5px;
}

ul#nav ul ul ul{
top: auto;
}	

ul#nav ul li ul ul {
left: 12em;
margin: 0px 0 0 10px;
}

ul#nav ul li:hover ul ul, ul#nav ul li:hover ul ul ul, ul#nav ul li:hover ul ul ul ul{
display: none;
}

ul#nav ul li:hover ul, ul#nav ul li li:hover ul, ul#nav ul li li li:hover ul, ul#nav ul li li li li:hover ul{
display: block;
}

/** Featured
==============================================================================*/

#header {
width: 915px;
padding: 15px;
margin: 0 0 15px 0;
border-bottom: 1px solid #141008;
background: url(images/featured_bg.jpg) repeat-x;
}

#header img {
border: 1px solid #1d1911;
}

/** Slogan
==============================================================================*/

#slogan {
height: 48px;
width: 945px;
margin: 0 0 16px 0;
border-top: 1px solid #353535;
border-bottom: 1px solid #0a0a0a;
background: url(images/slogan.jpg) no-repeat;
}

#slogan span {
display: none;
}

/** Content
==============================================================================*/

#content {
width: 915px;
padding: 15px;
border-top: 1px solid #353535;
border-bottom: 1px solid #0a0a0a;
background-color: #1d1d1d;
}

/** Contact
==============================================================================*/

#contactform {
width: 585px;
border-right: 1px solid #353535;
}

#contactform p {
margin: 0 0 12px 0;
}

#location {
width: 300px;
}

#location {
overflow: auto;
}

#location .gsmsc-mapDiv {
height: 250px;
}

#location .gsmsc-idleMapDiv {
height: 250px;
overflow: hidden!important;
}

#location #mapsearch * {
margin: 0px!important;
padding: 0px!important;
font-size: 12px;
}

#location #mapsearch {
width: 300px;
}

#location .gsmsc-controls, #location div.gs-directions-to-from {
display: none;
}

/** Posts Nav
==============================================================================*/

#postsnav {
width: 885px;
margin: 15px 0 0 0;
padding: 4px 15px;
border-bottom: 1px solid #141008;
background: url(images/featured_bg.jpg) repeat-x;
}

.previous a, .next a {
text-transform: uppercase;
}

.previous a {
display: block;
height: 18px;
background: url(images/prv_arrow.jpg) no-repeat left;
padding: 0 0 0 25px;
}

.next a {
display: block;
height: 18px;
background: url(images/nxt_arrow.jpg) no-repeat right;
padding: 0 25px 0 0;
}

/** Footer
==============================================================================*/

#footer {
width: 945px;
margin: 15px 0 0 0;
padding: 15px 0 0 0;
background: url(images/paragon_divider.jpg) repeat-x top;
color: #6f6755;
font-size: 10px;
text-transform: uppercase;
}