/*
Theme Name: Creative Management Enterprises Default
Description: The default Creative Management Enterprises theme.
Author: Reusser Design, LLC
Author URI: http://www.reusserdesign.com
*/

/* Reset
********************************************************************************************************/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0px;
}

img, div {
	behavior: url(http://www.cmesolve.com/wp-content/themes/cmesolve/scripts/pngfix/iepngfix.htc);
}

/* Clear
********************************************************************************************************/
.clear {
	clear: both;
}

.clear-pad {
	clear: both;
	padding-top: 50px;
}

/* Fonts
********************************************************************************************************/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

h1 {
	color: #2a2a2a;
	font-size: 29px;
	letter-spacing: -1px;
	line-height: 1.7em;
	padding-bottom: 10px;
}

h1.post {
	font-family: Georgia, serif;
	font-weight: normal;
}

h2 {
	color: #FFFFFF;
	font-size: 240%;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h2.post {
	color: #FFFFFF;
	font-size: 22px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

h3.post {
	color: #5B175F;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.7em;
	padding-bottom: 7px;
}

h3.search-results {
	color: #5B175F;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 1.7em;
	padding-bottom: 30px;
}

h3.all {
	color: #5B175F;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.7em;
}

h3.contact {
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
}

.posted {
	font-size: 11px !important;
}

h4 {
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}

.search-excerpt {
	background-color: #F7BF8E;
	color: #1D1D1D;
	font-weight: bold;
	padding: 3px;
}

.tag-name {
	text-transform: capitalize;
}

/* Wrapper
********************************************************************************************************/
.wrap {
	margin: 0 auto;
	width: 960px;
}

.content-wrap {
	margin: 0 auto;
	padding-top: 50px;
	width: 960px;
}

.box-wrap {
	margin: 0 auto;
	padding-top: 30px;
	width: 960px;
}

#container {
	_height: 100%;
	min-height: 100%;
	position: relative;
}

/* Header
********************************************************************************************************/
#navigation {
	background-image: url(images/navbg.jpg);
	height: 40px;
	width: 100%;
}

#navigation li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	background-color: #5B175F;
}

#header {
	background-color: #f7c69a;
	background-image: url(images/headerbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 223px;
	width: 100%;
}

#split {
	*background: #272727;
	background-image: url(images/splitbg.png);
	height: 10px;
	width: 100%;
}

.logo {
	float: left;
	margin-top: 25px;
}

.tag {
	float: right;
	margin-top: 80px;
	width: 745px;
}

/* Drop Down Nav
********************************************************************************************************/
.wrap ul li {
	font-weight: bold;
}

.wrap ul li ul li {
	text-align: left;
	font-weight: normal !important;
}

.wrap ul li ul li a {
	font-size: 11px !important;
}

#nav li a {
	text-align: center;
}

#nav li ul li a {
	text-align: left;
}

#nav {
	position: absolute;
	top: 6px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding: 10px;
}

#nav li { /* all list items */
	float: left;
	width: 15em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #3D8E54;
	width: 19em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 19em;
}

#nav li ul ul { /* third-and-above-level lists */
	background-color: #306F43;
	margin: -31px 0 0 19em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Content
********************************************************************************************************/
#contact-link {
	background-color: #FFCC9F;
	border: 1px solid #F7BF8E;
	font-size:12px;
	line-height: 1.4em;
	padding: 20px;
	width: 190px;
}

#contact-link p {
	color: #4F4F4F !important;
}

#contact-link a {
	color: #000000;
}

#about-list li {
	color: #2F2F2F;
	font-size: 14px;
	margin: 10px;
}

#content {
	background-image: url(images/gradientbg.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40px;
	width: 100%;
}

#content p {
	color: #2F2F2F;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#content p:last-child {
	margin-bottom: 0px;
}

.left-wrap {
	float: left;
	width: 500px;
}

.full-wrap {
	width: 960px;
}

.full-wrap table {
	font-size: 12px;
}

.left-wrap-photo {
	float: left;
	width: 406px;
}

.right-wrap-content ul {
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #2F2F2F;
	font-size: 14px;
}

.left-wrap ul {
	line-height: 1.6em;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #2F2F2F;
	font-size: 14px;
}

.right-wrap {
	float: right;
	width: 406px;
}

.right-wrap-content {
	float: right;
	width: 500px;
}

.content-wrap a {
	color: #5B175F;
	text-decoration: underline;
}

.content-wrap a:hover {
	color: #5B175F;
	text-decoration: none;
}

.img-side {
	background: #E6C7AB none repeat scroll 0 0;
	border: 1px solid #CF8A4D;
	padding: 10px;
}

.news-story {
/*
	background-color: #FFE6CF;
	border: 1px solid #F7BF8E;
*/
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #CFCFCF;
}

.news-story:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.news-story a {
	color: #000000;
}

#blog-roll {
	background-color: #EFEFEF;
	padding: 10px;
	width: 190px;
}

.blog-box ul {
	margin: 0;
	padding: 0;
}

.blog-box li {
	list-style: none;
}

.blog-box {
	margin-bottom: 10px;
}

.blog-box:last-child {
	margin-bottom: 0px;
}

.button {
	background-color: #61A773;
	border: 1px solid #478F59;
	color: white !important;
	font-size: 11px;
	padding: 5px;
	text-decoration: none !important;
}

a.button:hover {
	background-color: #598F67;
}

/* Home Page Box
********************************************************************************************************/
#mid-box {
	background-color: #FFFFFF;
	-moz-box-shadow: 0px 0px 30px #999999;
	-webkit-box-shadow: 0px 0px 30px #999999;
	box-shadow: 0px 0px 30px #999999;
	width: 946px;
}

.block-wrap {
	min-height: 215px;
	height: auto !important;
	height: 215px;
}

#box-pad {
	padding: 15px;
}

#left-home-box {
	float: left;
	width: 460px;
}

#right-home-box {
	float: right;
	width: 438px;
}

.grow-img {
	padding-bottom: 15px;
}

/* Blocks
********************************************************************************************************/
#blocks {
	background-color: #387048;
	background-image: url(images/blockbg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-bottom: 60px;
	width: 100%;
}

.block-fit {
	background-color: #387048;
	background-image: url(images/blockfit.jpg);
	background-repeat: repeat-x;
	float: left;
	padding: 20px;
	width: 182px;
}

.block-fit p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.block-fit-side {
	background-color: #387048;
	background-image: url(images/blockfit.jpg);
	background-repeat: repeat-x;
	float: left;
	padding: 20px;
	width: 244px;
}

.block-fit-side p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.block-space {
	float: left;
	height: 1px;
	width: 20px;
}

.view-more {
	left: -5px;
	margin-top: 3px;
	position: relative;
}

/* News on Home Page
********************************************************************************************************/
.news {
	margin-bottom: 20px;
}

.news:last-child {
	margin-bottom: 0px;
}

.article {
	float: left;
	width: 165px;
}

.view-more-news {
	float: right;
	width: 65px;
}

.article-home {
	float: left;
	width: 115px;
}

.view-more-news-home {
	float: right;
	width: 65px;
}

.full-story {
	vertical-align: middle;
}

.news h3 {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 7px;
}

.news h4 {
	color: #b6e9c3;
	font-size: 12px;
}

/* Footer
********************************************************************************************************/
#footer {
	background-color: #2a2a2a;
	bottom: 0;
	height: 40px;
	position: absolute;
	width: 100%;
}

#footer ul {
	padding-top: 15px;
}

#map {
	float: left;
}

#legal {
	float: right;
}

#footer li {
	color: #FFFFFF;
	font-size: 10px;
	display: inline;
	padding-right: 13px;
}

#footer li a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer li a:hover {
	color: #9F9F9F;
}