/*
Theme Name: Heartland Golf Cars
Theme URI: http://hearlandgolfcars.com/
Description: 
Version: 1.0
Author: MCCE
Author URI: http://mccellc.com/
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 10pt;
	font-family: 'Trebuchet MS';
	color:#000;
	margin: 0;
	padding: 0;
	background: #003311;
	}

#contact {
	float: right;
	font-weight: bold;
	font-size: 14pt;
	text-align: right;
}

#wrap {
	width: 900px;
	background: #ffffff;
	margin: 0 auto;
}

div#header {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

div#extag {
	background: #CC3300;
	background: transparent;
}

div#tag {
	width: 900px;
	margin: 0 auto;
	background: #CC3300;
	padding: 5px 0px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

#exmenu {
	background: #00833D;
	background: transparent;
}

#menu {
	width: 900px;
	margin: 0 auto;
	background: #00833D;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
}

#menu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #ffffff;
	padding: 5px;
}

#menu li a:hover {
	background: #ffffff;
	border-right: 2px solid #00833D;
	color: #00833D;	
}

small {
	font-size: 8pt;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform:uppercase;
}

h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 9pt;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#000;
}

a {
	color: #036;
	text-decoration: none;
}


a:hover {
	background:#ffc;
}


hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

#head {
	background: #fff url(images/header.png) bottom left no-repeat;
	padding-bottom: 80px;
}

#head div.padding {
	padding: 10px;
	background: #7d7d7d;
}

#head div.padding div.inner {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	padding:20px;
	margin: 0 auto;
}

#content {
	margin:0;
	padding:0;
	width: 500px;
	width: 100%;
	clear: both;	
}
	
#sidebar {
	width:250px;
	float:left;	
	margin:0;
	margin-right: 20px;
	padding:0;
	border-right: 1px solid #000;
	display: none !important;
}	

#footer {
	margin: 0;
	padding: 0;
	clear: both;
}

/* Header */
#hmenu {
	margin: 0px;
	padding:0;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;	
}

	
#hmenu ul li {
	padding:0;
	display:block;
	float: left;
	margin:0px;
	width: 164px;
	height: 164px;
	text-align: center;
	line-height: 164px;
	overflow: hidden;
	margin-right: 20px;
	background: #cfcfcf;
}

#hmenu ul li.practice-development-page {
	margin-right: 0px;
}

#hmenu ul li.practice-development-page a {
	background: transparent url(images/menuicons.png) 164px -164px repeat;
	font-size: 0px;
}
#hmenu ul li.practice-development-page a:hover {
	background: transparent url(images/menuicons.png) 164px 0px repeat;
	font-size: 0px;
}

#hmenu ul li.what-we-do-page a {
	background: transparent url(images/menuicons.png) 0px -164px repeat;
	font-size: 0px;
}
#hmenu ul li.what-we-do-page a:hover {
	background: transparent url(images/menuicons.png) 0px 0px repeat;
	font-size: 0px;
}

#hmenu ul li.why-we-are-different-page a {
	background: transparent url(images/menuicons.png) -184px -164px repeat;
	font-size: 0px;
}
#hmenu ul li.why-we-are-different-page a:hover {
	background: transparent url(images/menuicons.png) -184px 0px repeat;
	font-size: 0px;
}

#hmenu ul li.view-postings-page a {
	background: transparent url(images/menuicons.png) -368px -164px repeat;
	font-size: 0px;
}
#hmenu ul li.view-postings-page a:hover {
	background: transparent url(images/menuicons.png) -368px 0px repeat;
	font-size: 0px;
}

#hmenu ul li.submit-cv-page a {
	background: transparent url(images/menuicons.png) -552px -164px repeat;
	font-size: 0px;
}
#hmenu ul li.submit-cv-page a:hover {
	background: transparent url(images/menuicons.png) -552px 0px repeat;
	font-size: 0px;
}


#hmenu ul li {
	font-size: 12pt;
	font-weight:bold;
	text-transform:uppercase;
}

#hmenu ul li a {
	display: block;
	text-align: center;
}

#fmenu {
	margin: 0 auto;
	padding:0;
}

#fmenu ul {
	display:inline;
	margin:0;
	padding:0;	
}

	
#fmenu ul li {
	padding:0;
	display: inline;
	margin:0px 10px;
	text-align: center;
}

#fmenu ul li {
	font-size: 10pt;
	font-weight:normal;
}

#footer {
	border-top: 1px dashed #fff;
}

#logo {
	margin-bottom: 10px;
	background: #cfcfcf;
	padding: 10px;
}

#logo a {
	width: 260px;
	height: 100px;
	display: block;
	background: url(images/logo.png) top left no-repeat;
}

#logospot {
	height: 200px;
	display: block;
	background: url(images/logo.png) center center no-repeat;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size: 14pt;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size: 16pt;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.entry {
	margin:20px 0;
}

.entry blockquote {
	border:1px dashed #ccc;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
}


.entry table tr td {
}

.entry table tr th {
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
}

/* Sidebar */

#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-size: 12pt;
	}

#sidebar h2 {
	padding: 0;
	background:url('images/border_h.png') repeat-x bottom;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	padding:20px;
	padding-top: 0px;
	text-align:center;
	font-size:1.1em;
	;
}

#dapage {background: #fff url(images/stetho.gif) right 400px no-repeat; position: absolute; top: 0; left: 0; display: none; width: 100%; z-index: 1;}
#overlay {position: absolute; top: 0; left: 0; background: #fff; display: block; width: 100%; height: 100%; z-index: 5}
#welcome {display: none;}
#welcometable {position: absolute; top: 0; left: 0; background: #7d7d7d; display: none; width: 100%; height: 100%; z-index: 10}
#welcometable div.header {background: #fff url(images/header.png) bottom left no-repeat; margin: 0px; padding: 0px; padding-bottom: 100px;}
#welcometable div.footer {background: #fff url(images/footer.png) top left no-repeat; margin: 0px; padding: 0px; padding-top: 100px;}
#welcometable div.header div, #welcometable div.footer div {background: #7d7d7d; margin: 0px; padding: 10px;}
#welcometable div.body {text-align: center; background: #fff; height: 200px;}