/*  
Theme Name: Certified Turf Equipment
Description: Custom WordPress Theme Design and Development by iDesign Studios
Version: 1.0
Author: iDesign Studios
Author URI: http://www.idesignstudios.com
*/


/* CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Images
06 - Lists, etc.
07 - Forms
08 - WordPress Template - Original


Color Palette
---------------------------------------------


#000000 - Black
#FFFFFF - White

#2A2A2A - Grey - Very Dark
#474747 - Grey - Medium Dark
#787D81 - Grey - Light Dark
#9B9B9B - Grey - Medium
#F6F6F6 - Grey - Light

#BAD2E0 - Blue - Medium
#E3EDF3 - Blue - Light

#00598E - Turquoise - Dark
#318BC1 - Turquoise - Light

#385d07 - Green - V Dark
#00598E - Green - Dark
#9B9B9B - Green - Medium

*/


/* 01 - Main Styles
--------------------------------------------- */

/*
* {
	margin: 0px;
}
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bk_body.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #318BC1;
	color: #474747;
}
html, body {
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00598E;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(images/bk_hr-trans.png);
	background-position: top center;
	background-repeat: repeat-x;
	border: 0px;
	height: 2px;
	width: 100%;
}

#sidebar h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #2A2A2A;
}
#content_categories h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #2A2A2A;
}
/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
}


#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 275px;
	width: 950px;
	background-image: url(images/bk_header.png);
	background-repeat: repeat-x;
	background-position: top center;
}

#header_logo {
	margin: 0px;
	padding: 20px 0px 0px 30px;
	height: 180px;
	float: left;
}

#header_slogan {
	margin: 0px;
	padding: 50px 30px 0px 30px;
	height: 150px;
	width: 240px;
	background-color: #E3EDF3;
	float: right;
}

#header_subscribe {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

#header_nav {
	margin: 0px;
	padding: 7px 0px 0px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #474747;
	width: 500px;
	height: 33px;
	clear: both;
}

#header_rss {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	height: 33px;
	width: 300px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

#header_subnav {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #474747;
	width: 940px;
	height: 30px;
	clear: both;
}

#page {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px; 
	text-align: left;
	width: 950px;
}
#content {
	margin: 0px;
	padding: 30px 45px 40px 30px;
	width: 575px;
	float: left;
}
#content_featured {
	margin: 0px;
	padding: 30px 30px 40px 30px;
	width: 500px;
	float: left;
}
#content_home {
	margin: 0px;
	padding: 30px 30px 0px 0px;
	width: 355px;
	font-size: 14px;
	float: left;
}
#content_categories {
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 25px;
	width: 905px;
	clear: both;
}

.post_intro {
	margin: 1px 0px 1px 0px;
	padding: 25px 25px 25px 30px;
	background-color: #F6F6F6;
	font-size: 12px;
	float: left;
	clear: both;
	width: 525px;
}
.thumbnail_img {
	margin: 0px;
	padding: 10px 20px 0px 0px;
	width: 150px;
	float: left;
}
.thumbnail_txt {
	margin: 0px;
	padding: 0px;
	width: 355px;
	float: left;
}
.category_teaser {
	margin: 0px 4px 0px 5px;
	padding: 0px;
	background-color: #F6F6F6;
	font-size: 11px;
	width: 120px;
	height: 180px;
	float: left;
}
.category_teaser_text {
	margin: 0px;
	padding: 10px;
}

#breadcrumbs {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	width: 300px;
	font-size: 12px;
	float: left;
}
.widget {
	margin: 0px 0px 1px 0px;
	padding: 40px 50px 30px 50px;
	background-color: #E3EDF3;
	width: 200px;
}
#footer_container {
	margin: 50px auto 0px auto;
	padding: 0px;
	background-image: url(images/bk_footer_container-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 150px;
	clear: both;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
	width: 950px;
}
#footer_nav {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	color: #474747;
	text-align: left;
	float: left;
}

#footer_copyright {
	margin: 0px auto 0px auto;
	padding: 5px 50px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	color: #9B9B9B;
	float: right;
}
#comment_form {
	margin: 0px;
	padding: 0px;
}
.text_intro {
	font-size: 18px;
	line-height: 22px;
}



/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: none;
	color: #00598E;
}
a:visited {
	text-decoration: none;
	color: #00598E;
}
a:hover {
	text-decoration: underline;
	color: #00598E;
}
a:active {
	text-decoration: none;
	color: #00598E;
}

a.header_rss:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.header_rss:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.header_rss:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.header_rss:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_nav li a {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
}
#header_nav li a:visited {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
}
#header_nav li a:hover {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #00598E;
	display: inline-block;
}
#header_nav li a:active {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #BAD2E0;
	color: #2A2A2A;
	display: inline-block;
}


#header_subnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#header_subnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#header_subnav li a {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #2A2A2A;
	display: inline-block;
}
#header_subnav li a:visited {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #2A2A2A;
	display: inline-block;
}
#header_subnav li a:hover {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #00598E;
	display: inline-block;
}
#header_subnav li a:active {
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: normal;
	background-color: #00598E;
	color: #FFFFFF;
	display: inline-block;
}


a.title:link {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
}
a.title:active {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}


a.post_title:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_title:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_title:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
}
a.post_title:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_title_single:link {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_title_single:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_title_single:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
}
a.post_title_single:active {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_info:link {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_info:visited {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.post_info:hover {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
}
a.post_info:active {
	text-decoration: none;
	color: #00598E;
	font-weight: normal;
}
a.entry_continue:link {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:visited {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:hover {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
	font-size: 11px;
}
a.entry_continue:active {
	text-decoration: underline;
	color: #00598E;
	font-weight: normal;
	font-size: 11px;
}

#footer_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#footer_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	display: inline;
}
#footer_nav li a {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	color: #474747;
	display: inline-block;
}
#footer_nav li a:visited {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	color: #474747;
	display: inline-block;
}
#footer_nav li a:hover {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: underline;
	color: #474747;
	display: inline-block;
}
#footer_nav li a:active {
	margin: 0px;
	padding: 5px 10px 5px 0px;
	text-decoration: none;
	color: #474747;
	display: inline-block;
}

a.footer_copyright:link {
	text-decoration: none;
	font-weight: normal;
	color: #9B9B9B;
}
a.footer_copyright:visited {
	text-decoration: none;
	font-weight: normal;
	color: #9B9B9B;
}
a.footer_copyright:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #9B9B9B;
}
a.footer_copyright:active {
	text-decoration: none;
	font-weight: normal;
	color: #9B9B9B;
}

/* 04 - Classes
--------------------------------------------- */

.icon_rss {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}

.pagetitle {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #2D2D2D;
}

.post {
	margin: 0px;
	padding: 0px;
}
.post_list {
	margin: -10px 0px 0px -20px;
	padding: 0px;
	list-style: square;
	list-style-type: square;
	font-weight: normal;
	font-size: 12px;
	color: #D8D8D8;
}
.post_title_single {
	font-size: 24px;
}
.post_info {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 12px;
	color: #2D2D2D;
}

.post_footer {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #414141;
}
.post_commentform {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #00598E;
}
.clear {
	clear: both;
}
.entry {
	font-size: 14px;
	line-height: 140%;
}
.entry_intro {
	font-size: 12px;
	line-height: 140%;
}
/* 05 - Images
--------------------------------------------- */

p img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.imgborder {
	margin: 0px;
	padding: 0px;
}
img.alignnone{
	margin: 0px;
	padding: 0px;
}
img.aligncenter {
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
}
img.aligncentered {
	margin: 10px auto 10px auto;
	padding: 0px;
	display: block;
}
img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	float: right;
}
img.alignleft {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	display: inline;
	float: left;
}

	
	
/* 06 - Lists, Blockquote, etc.
--------------------------------------------- */

blockquote {
	margin: 20px;
	padding: 5px 10px 5px 20px;
	border: 1px solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #262626;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 20px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
	

	

/* 07 - Forms
--------------------------------------------- */

form {
	margin: 0px;
}
input, textarea {
	border: 1px solid;
	padding: 5px;
	font-size: 11px;
	background-color: #FFFFFF;
	border-color: #E3EDF3;
	color: #2A2A2A;
} 

.entry form { 
	text-align:center;
}

#commentform input {
}


#commentform textarea {
	width: 100%;
}


#submit {
	border: 0px;
	padding: 4px;
	background-color: #787D81;
	color: #FFFFFF;
}
#submitbutton {
	border: 0px;
	padding: 4px;
	background-color: #787D81;
	color: #FFFFFF;
}
#searchsubmit {
	border: 0px;
	padding: 4px;
	background-color: #787D81;
	color: #FFFFFF;
}

/* 08 - WordPress Template - Original
--------------------------------------------- */


.postmetadata {
	font-size: 11px;
	}

.alt {
	text-align: left;
	padding: 10px;
	}











.commentlist li, #commentform input, #commentform textarea {

	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: italic;
	size: 14px;
	color: #00598E;
	}

.commentlist p {
	line-height: 1.5em;
	text-transform: none;
	font-size: 11px;
}

#commentform p {
}

.commentmetadata {
	color: #D8D8D8;
	font-size: 10px;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}





#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
















.postmetadata {
	clear: left;
}












/* Begin Lists */

.entry li {
	margin: 0px 0px 10px 0px;
}
.entry ol li {
	margin: 0px 0px 10px 0px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 1px 0px;	
}

#sidebar ul li li {
	list-style-type: disc;
	margin: 0px 0px 1px 20px;	
}

#sidebar ul p, #sidebar ul select {
	margin: 2px 0 2px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li a, #sidebar ul ol li a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #00598E;
	list-style: circle;
}
	
#sidebar ul ul li a:hover, #sidebar ul ol li a:hover {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #00598E;
	list-style: circle;
}

#sidebar ul ul ul li, #sidebar ul ul ol li {
	width: 100%;
}

#sidebar ul ul ul li a, #sidebar ul ul ol li a {
	padding: 0px;
	display: block;
}

#sidebar ul ul ul li a:hover, #sidebar ul ul ol li a:hover {
	padding: 0px;
	text-decoration: underline;
}


/* End Entry Lists */







/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt2 {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
.alt_comment {
}

.authorcomment {
}
.authorcomment cite a{
	font-style: italic;
	color: #00598E;
}
li.authorcomment {
}
.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 1px 0px 1px 0px;
	padding: 20px;
	background-image: url(images/sp_opaque-trans.png);
	background-position: top center;
	background-repeat: repeat;
	list-style: none;
	}

.commentlist p {
	margin: 0px;
	}



.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	fpty-cells: show;
	margin: 10px auto 0;
	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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000000; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/
