body {
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	/*color: #FFF;*/
	color: #EBEBEB; /* Added By Markos - March 4 */
	font-family: "Times New Roman", Times, serif;
}
a {
	color: #65CB33;
	text-decoration: none;
}
a:hover {
	color: #65CB33;
	text-decoration: underline;
}

#wrap {
	width: 100%;
	background: url(img/bg_shadow.png) repeat-y center;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	float: left;
	width: 950px;
	background: #000;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	
}

#header h1 {
	float: left;
	margin-top: 28px;
	margin-left: 32px;
}

#header #search {
	float: right;
	width: 220px;
	margin-top: 28px;
	margin-right: 48px;
}
#header #search #searchform #s {
	background: #000;
	height: 21px;
	width: 177px;
	border: 1px solid #999;
	font: 12px "Times New Roman", Times, serif;
	color: #999;
	margin: 0px;
	padding: 0px 5px;
}
#content #right_sidebar .txt_box   {
	border: 1px solid #CCC;
	width: 262px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#content .txt_center {
	text-align: center;
}


#header #search #searchform #searchsubmit {
	position: relative;
	top: 8px;
	padding: 0px;
	margin-left: -4px;
}


#header #navbar {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
}

#header #navbar #menu {
	text-align: center;
	width: 100%;
	margin-left: 22px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
#header #navbar #menu li {
	float: left;
	margin-right: 7px;
	margin-left: 14px;
}
#header #navbar #menu a {
	color: #FFF;
}
#header #navbar #menu .current_page_item a {
	text-decoration: underline;
	color: #66CC33;
}

#header #navbar #menu a:hover {
	color: #66CC33;
}


#content {
	width: 950px;
	float: left;
	display: block;
	padding-bottom: 20px;
}
#container .page {
	background: #000 url(img/bg_header_grad.jpg) repeat-x top;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}
#container .blog {
	background: #000 url(img/bg_blog_header_grad.jpg) repeat-x top;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	padding-top:+10px;
}
#content h3  {
	font-size: 15px;
	font-style: italic;
	color: #FFF;
	margin-bottom: 5px;
}
#content #right_sidebar{
	float: left;
	width: 310px;
	margin-left: 20px;
	margin-top: 15px;
}
#content #right_sidebar .quote_sidebar {
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}
#content #right_sidebar .divider {
	background: url(img/bg_divider_small.jpg) no-repeat center top;
	padding-top: 12px;
}

#content #right_sidebar ul {
	list-style: none inside;
	color: #65CB33;
}
#content #right_sidebar .bullet {
	margin-bottom: 3px;
}
#content #right_sidebar ul li {
	margin-left: 7px;
	margin-bottom: 5px;
	margin-top: 3px;
}
#content #right_sidebar .sidebar_item{
	margin-left: 32px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#content #right_sidebar #book_store{
	margin-left: 20px;
}
#content #right_sidebar #book_store h3{
	margin-left: 13px;
}

#content #right_sidebar #social_sidebar_page img {
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	}

#content #right_sidebar #social_sidebar_blog img {
	margin-right: 3px;
	margin-top: 10px;
	}

#content #main_content {
	float: left;
	width: 561px;
	margin-top: 15px;
	margin-left: 32px;
}
#content #main_content #featured {
	height: 260px;
	width: 551px;
	margin-bottom: 20px;
	background: url(img/pic_home_marty.png) no-repeat;
	padding: 15px;
}
#content #main_content .page_title {
	font-style: italic;
	text-align: left;
	background: url(img/bg_divider.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	margin-top: 18px;
	margin-bottom: 25px;
	font-size: 25px;
}
#content #main_content #featured #text {
	position: absolute;
	bottom: 0px;
	background: url(img/featured_trans.png) repeat;
	height: 58px;
	width: 497px;
	margin-bottom: 29px;
	margin-left: 15px;
	padding: 12px 15px 15px 18px;
}
#content #main_content #featured #text h2 {
	font-size: 23px;
	color: #68CB33;
	font-style: italic;
}
#content #main_content #featured #text p {
	font-size: 15px;
	line-height: 18px;
	margin-top: 3px;
}



#content #main_content .divider {
	background: url(img/bg_divider.jpg) no-repeat center top;
	padding-top: 25px;
}
#content #main_content .divider2 {
	background: url(img/bg_divider.jpg) no-repeat left top;
	padding-top: 20px;
	margin-top: 15px;
}

#content #main_content #socialmedia_home img {
	margin-right: 35px;
	margin-top: 8px;
}
#content #main_content #socialmedia_home {
	margin-top: 50px;
}

#content #main_content h1   {
	color: #66CC33;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content #right_sidebar .rss_small {
	background: url(img/rss_small.jpg) no-repeat right top;
	height: 25px;
	padding-top: 5px;
	margin-bottom: -3px;
}

#content #right_sidebar .bird {
	background: url(img/bird.jpg) no-repeat right top;
	height: 25px;
	padding-top: 5px;
	margin-bottom: -3px;
}

#content #right_sidebar #martys_tweets p {
	margin-top:5px;
	margin-bottom:10px;
	line-height:18px;
	font-size:12px;
	}


#content #main_content .post {
	margin-bottom: 30px;
	clear: both;
}

#content #main_content .post .sociable ul li{
	margin-left:0px;
}



#content #main_content .post h2 {
	color: #66CC33;
	font-size: 17px;
	font-weight: bold;
	/*background: url(img/bg_divider.jpg) no-repeat center top;  /*Added By Markos - March 4 */
	/*padding-top: 25px; /* Added By Markos - March 4 */
}
#content #main_content .post p {
	font-size: 14px;
	line-height: 19px;
	margin-top: 11px;
}
#content #main_content .post img {
	margin: 5px;
}



#content #main_content .post ul, #content #main_content .post ol { /* Added By Markos - March 4 */
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
	margin-left: 35px;
}

#content #main_content .post ul li { /* Added By Markos - March 4 */
	list-style: square;
	margin:5px 0 12px 20px;
}



#content #main_content .post ol li { /* Added By Markos - April 29 */
	list-style: decimal;
	margin:5px 0 12px 20px;
}


/* Added By Markos - March 4 */
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right:auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}



/************************************************************************/
									/* !Contact Form */
/************************************************************************/


div.wpcf7 {
  width: 400px;
  position: relative;
  left: 10px;
}
div.wpcf7 input {
  width: 287px;
  height: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  padding-left: 10px;
}
div.wpcf7 textarea {
  width: 287px;
  height: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  padding-left: 10px;
}
div.wpcf7 textarea { height: 100px; }
div.wpcf7 #send_form_btn {
  width: 65px;
  height: 25px;
  cursor: pointer;
  background: #cccccc;
  font-size: 15px;
  position: relative;
  left: 200px;
}
div.wpcf7 #send_form_btn:hover { background: #c2c2c2; }
div.wpcf7 .wpcf7-list-item {
  display: block;
  clear: both;
}
div.wpcf7 .wpcf7-list-item input {
  display: block;
  width: 20px;
  float: left;
  border: none;
}
div.wpcf7 .wpcf7-list-item .wpcf7-list-item-label { float: left; }

#capt {width:60px; margin-left:5px;}
/************************************************************************/


#footer {
	float: left;
	width: 950px;
	background: #002300;
	font: 12px Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

#footer #menu_footer {
	margin-top: 20px;
	width: 945px;
	margin-bottom: 0px;
	float: left;
}
#footer #menu_footer li {
	margin-right: 17px;
	float: left;
	margin-left: 17px;
}


#footer #menu_footer li a {
	color: #467640;
}

#footer p {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #666;
}
#footer p a {
	color: #666;
}
#content #main_content .post h1 {
	color: #66CC33;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}
#content #main_content .post .post_title{
	margin-bottom: 3px;
	padding-bottom: 5px;
}
#content #main_content .post .date {
	font-size: 12px;
	font-style: oblique;
	color: #999;
	margin-bottom: 0px;
	margin-top: -8px;
	display: block;
}
#content #main_content .post .metadata {
}
#content #main_content .post .metadata p {
	color: #62C531;
}
#content #main_content .post .metadata a {
	color: #FFF;
}
#content #main_content .post .post_thumb {
	float: left;
	margin-right: 10px;
}
/*Comments */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}
#commentform p {
	margin-bottom:10px;
	margin-top: 10px;
	}

#commentlist p {
	margin-left:35px;
	}
#commentlist .autor {
	font-size:11px;
	color:#999;
	margin-bottom:8px;
	}
#commentlist .comment_text {
	font-size:11px;
	margin-left:30px;
	}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
	margin-bottom:15px;
	margin-top:15px;
}
#commentlist {
	list-style-type: none;
	margin-bottom:15px;
	margin-top:15px;
}

#commentlist li  {
	padding-bottom: 10px;
	padding-top: 10px;
}

#commentlist li .avatar {
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom:10px;
}#content #right_sidebar h3 {
	margin-bottom: 10px;
}
/*Added by Brody on 5-19-10*/

#products {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	text-align: left;
	display: inline;
	margin: 20px 0 0 0;
	padding: 0px;
	height: auto;
	width: 560px;
}
#products strong {
	font-size:14px;
	}


#featured .slide { position:relative; display:none; }
#featured .slide img { position:absolute; top:0px; left:0px; width:529px; height:255px; }
#featured .slide #data { position:absolute; bottom:-270px; left:15px; width:509px; padding:10px; background:url(img/slides_bg.png); }
#featured .slide #data h2 { color:#65CD32; font-size:18px; }
