/*
Theme Name: Perfect Balance Miami Theme
Theme URI: http://perfectbalancemiami.com/
Description: A customized WordPress theme for Perfect Balance Miami by <a href="http://plhb.com/">PLHB.com</a>.
Version: 1.0
Author: PLHB.com (Adam Sas)
Author URI: http://plhb.com/
Tags: perfect balance

*/

html {
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 62.5%;
	background: #3a5873 url('images/bg.png') 0px 0px repeat;
}

img {
	border: 0;
}

#main {
	width: 986px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	position: relative;
	width: 100%;
	background: transparent url('images/top.png') 0px 18px no-repeat;
}

#logo {
	display: block;
	position: relative;
	width: 164px;
	height: 94px;
	margin: 0 20px;
	z-index: 9999;
}

#logo h1 {
	font-weight: normal;
	text-indent: -9999px;
	color: #fff;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
}

#navigation {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #d14744;
	border-bottom: 2px solid #fff;
	z-index: 9998;
}

#dropmenu {
	padding: 0 16px 0 220px !important;
}

#dropmenu, #dropmenu ul {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	z-index: 300;
}

#dropmenu a {
	display: block;
	padding: 7px 14px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#dropmenu a:hover {
	color: #fafafa;
	background: #d55;
}

#dropmenu li ul a {
	color: #000;
	font-size: 1.0em;
}

#dropmenu li ul a:hover {
	color: #333;
	background: #f0f0f0;
}

#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	width: 120px;
}

#dropmenu li ul {
	border-top: 1px solid #c8c8c8;
	width: 14.1em;
}

#dropmenu li ul a {
	float: left;
	width: 120px;
	height: auto;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #f8f8ff;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
}

#page {
	width: 100%;
	min-height: 400px;
	background: #fff;
	overflow: hidden;
}

.post {
	margin: 0;
	padding: 10px 18px;
	overflow: hidden;
}

.narrow {
	width: 750px;
	float: left;
}

h1.title {
	margin: 6px 0 10px;
	padding: 6px 6px 6px;
	font-size: 1.4em;
	color: #d14744;
	border-bottom: 1px dotted #ddd;
	background: #f5f5f5;
}

.content {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	overflow: hidden;
}

.content p {
	margin: 1.2em 0;
	padding: 0;
}

.content ul {
	list-style: none;
	margin: 4px 0;
	padding: 0 0 0 10px;
}

.content ul li {
	background: transparent url('images/bullet.png') 0px 7px no-repeat;
	margin: 2px 0;
	padding: 0 0 0 8px;
}

.alignleft {
	float: left;
	margin: 10px;
}

.alignright {
	float: right;
	margin: 10px;
}

#sidebar {
	float: right;
	margin: 12px 0 0;
	padding: 0;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 2px 0 0 6px;
	padding: auto;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	margin: 10px 0 10px;
	font-size: 1.2em;
}

#footer {
	margin: 0;
	padding: 12px 10px;
	color: #fff;
	overflow: hidden;
	background: transparent url('images/bottom.png') 0px 0px no-repeat;
}

#footer p {
	margin: 8px 0 12px;
	padding: 0;
	font-size: 1.0em;
}

#footer strong {
	font-size: 1.1em;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #f00;
	text-decoration: underline;
}

.leftcolumn {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.rightcolumn {
	margin: 0;
	padding: 0;
	width: 50%;
	float: right;
}

.plhb {
	text-align: right;
}
