/*
Theme Name: Mike Cook Custom
Theme URI: http://www.pgawebdesign.com
Description: A Custom website built for Mike Cook, PGA Professional.
Version: 1.0
Author: PGA Web Design
Author URI: http://www.pgawebdesign.com
Tags: Golf, red, black, bulldogs
*/


body {
	margin: 0px;
	padding: 0px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #444444;
	background-color: #444242;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #890E0B;
}

a:focus {
	outline: none;
}

.clear {
	clear: both;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 140%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 792px;
	margin: 0 auto;
	padding: 0px;
}

/* Header --------------------------*/
#header-top {
	width: 792px;
	height: 30px;
	margin: 0 auto;
	padding: 0px;
	background-color: #161616;
}

#header {
	width: 792px;
	height: 363px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo ----------------------------*/

#logo {
	float: right;
	padding: 0px;
	margin:0px;
	width: 396px;
	height: 363px;
}
/*Slideshow ----------------------------------------*/

#slideshow {
    position:relative;
    height:363px;
	width: 396px;
	float: left;
}


#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* Menu --------------------------*/

#menu {
	margin: 0 auto;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 792px;
	height: 61px;
	float: left;
	clear:both;
	font-family: Palatino Linotype, "Trajan Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

#menu ul {
	margin: 0px;
	padding:20px 0 10px 0;
	list-style: none;
	line-height: normal;
	text-align: center;

}

#menu ul li {
	display: inline;
}

#menu li a {
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	
}

#menu .active a {
	
}

#menu .current_page_item {
	
}

/* Page ---------------------------*/

#page {
	width: 792px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}

/* Content --------------------------*/

#content {
	float: right;
	width: 510px;
	padding-left:15px;
	margin-top: 30px;
}
#content-tips {
       float: right;
	width: 530px;
	margin-top: 30px;
}

#content img {
	margin: 0px 10px;
	padding: 0px;
	float: left;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 7px 15px;
	font-size: 1.4em;
}

.post .title a {
	text-decoration: none;
	color: #890E0B;
}

.post .entry {
	padding-right: 20px;
}

#content .post .entry-single img {
	float: none;
}

.meta {
	color:#5A5A5A;
	display:inline-block;
	float:right;
	font-size:11px;
	line-height:22px;
	margin:20px auto;
	width: 480px;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	float:left;
	display:block;
	padding-left:20px;
	margin-right:10px;
}

.post-author { background-position:1px -84px; }

.comment-post{ background-position:1px -55px; }

.date-post { background-position:1px -114px; }

.categories-post{ background-position:1px 4px; }

.post .byline {
	margin: 0px;
	padding-left: 20px;
}
.read-more a {
	float: right;
	color: #900;
}

/* Sidebar ------------------------------*/

#sidebar {
	float: left;
	width: 225px;
	margin: 25px 0px;
	padding: 0px 5px;
	border-right: 1px solid #B9B9B9;
}


#sidebar-content {
	
}

#sidebar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebar ul li {
	padding: 0px 15px 10px 15px;
	font-size:11px;
	line-height:20px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar li li {
	/*margin-left: 20px;
	margin-right: 20px;*/
	line-height: 30px;
	background-color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	
	
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	padding: 7px 5px;
	font-size: 1.6em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar p {
	padding: 0 20px;
}

.sb-bottom {
	width: 198px;
	margin: 15px auto;
	padding: 0px;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	background-color: #5E5E5E;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

hr {
	display: none;
}

.pagetitle {
	color: #444444;
}

#comment {
	width: 440px;
	height: 100px;
}

#respond {
	color: #444444;
	clear: both;
}

