/*
Theme Name: Organic MC
Theme URI: http://www.420webpros.com
Description: Theme Designed by 420WebPros for Organic MC
Version: 2.0
Author: 420WebPros
Author URI: http://www.420webpros.com/
Tags: Organic MC, 420, Web Pros, webpros, 420webpros
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#wrapper {
	width: 810px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}
.tcenter {
	text-align: center !important;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
a img, img {
	border: 0;
	outline: 0;
}
a{
	outline: none;
	color: #83C341;
	text-decoration: none;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 113px;
	width: 810px;
	margin: 0 0 6px;
	position: relative;
	font-size: 13px;
}
#header h1 {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	width: 293px;
	height: 113px;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 293px;
	padding: 0;
	clear: both;
	overflow: hidden;
}
#header h1 a:hover {
	text-decoration: underline;
}
.prob-text {
	bottom: 35px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding-right: 25px;
    position: absolute;
    right: 0;
    text-align: right;
	width: 500px;
}
#menu{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 517px;
	height: 31px;
	background: url(images/menuBg.gif) bottom left repeat-x;
}
#menu ul {
	margin: 0 0 0 5px;
	padding: 0px;
}
#menu li {
	display: block;
	padding-top: 5px;
	list-style-type: none;
	margin: 0;
	float: left;
	position: relative;
	height: 25px;
}
#menu li a:link, #menu li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0 6px;
	border-left: 1px solid #fff;
}
#menu li:first-child a {
	border: none;
}
#menu li a:hover, #menu li.current_page_item a {
	color: #000;
}
#menu li ul {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
	background: #83C341;
	display: none;
}
#menu li li {
	border: none;
	border-top: 1px solid #fff;
	line-height: 23px;
	height: 23px;
	display: block;
	float: none;
	padding-top: 0;
}
#menu li li:first-child {
}
#menu li li a {
	border: none !important;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 810px;
	background: #000;
	float: left;
	padding-bottom: 80px;
}
#content {
	width: 780px;
	padding: 20px;
	line-height: 1.3em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
}
.post h2 {
	font-size: 18px;
	margin: 45px 0 10px 0;
	padding: 0;
	color: #83C341;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  width: 600px;
  color: #000000;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  padding: 18px;
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}

/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#commentform {	
	padding: 10px;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
/* no sidebar in Basic 101 */
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 230px;
	clear: both;
	text-align: center;
	padding: 0;
	background: url(images/footerBg.jpg) top left repeat-x;
	overflow: hidden;
	color: #fff;
	position: relative;
}
#footer #sub-footer {
	position: absolute;
	height: 90px;
	width: 100%;
	text-align: left;
	bottom: 10px;
	left: 0;
}
#subhead {
	height: 27px;
	line-height: 17px;
}
#subhead span {
	color: #000;
	width: 50%;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#footer #handicap {
	float: right;
	margin-right: 40px;
}
#footer #stethoscope {
	left: 15px;
    position: absolute;
    top: -83px;
    width: 142px;
}
#footer #call {
	font-size: 18px;
	font-weight: bold;
	float: left;
	color: #000;
	padding-top: 8px;
	padding-left: 40px;
	width: 600px;
	text-align: center;
	margin-left: 60px;
}
#footer #call span {
	color: #83C341;
}
#footer #copy {
	position: absolute;
	bottom: 0;
	right: 0px;
	color: #fff;
	font-size: 11px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */

.contLeft {
	width: 339px; 
	float: left;
}
.contLeft ul {
	padding: 0 0 0 25px;
}
.contLeft li {
	background: url(images/withe.jpg) left center no-repeat;
	list-style: none;
	text-indent: 15px;
	line-height: 22px;
}
.contRight {
	width: 431px;
	float: left;
}
.contRight ul {
	display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 143px;
}
.contRight li {
	background: url(images/round.jpg) left center no-repeat;
	list-style: none;
	text-indent: 15px;
	line-height: 35px;
}
label {
	color: #83C341;
    font-size: 17px;
}
#button {
	background: url(images/buttonBg.jpg) top left repeat-x #000;
	color: #83C341;
	border: 1px solid #83C341;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 40px;
}
#spinner {
	margin: 3px;
	float: left;
	display: none;
}
.messageSuccess {
	color: #83C341;
	border: 1px solid #83C341;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.messageFailure {
	color: #ff0000;
	border: 1px solid #ff0000;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
#varification {
	padding-top: 5px;
}
#varification p {
	font-size: 14px;
	clear: both;
}
#varification label {
	display: block;
	float: left;
	width: 100px;
	font-size: 14px;
}
/*=== END SECTION 7 - Misc. & Plugins ===*/