/*  
Theme Name: Innovative Golfer 1.0
Theme URI: http://www.innovativegolfer.com
Author: Michael D. Pollock
Author URI: http://www.solostream.com/

This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

The CSS, XHTML and design is copyright of Susan Hill, www.innovativegolfer.com.
*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: arial,lucinda,verdana,geneva,sans-serif;
	background: #eee;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

#header {
	padding: 0;
	margin: 0 auto;
	width:100%;
	background: #eee url(images/PGFheaderNew.gif) no-repeat center;
	text-align:center;
}

#flash {
	padding: 0;
	margin: 0 auto;
	width:1000px;
	height:200px;
	text-align:center;
	z-index:1;	
}

.header-stop {
	clear: both;
	padding: 0 0 30px 0;
	margin: -30px auto;
	width:960px;
	height:30px;
	z-index:2;
	}

#nav {
	padding: 0 15px 0;
	margin: 0 auto;
	padding:0;
	height:30px;
	width:960px;
	}

#wrap {
	padding:0;
	clear: both;
	width: 100%;
	margin: 0 auto;
	background:#eee;
	}

#page-1 {
	clear: both;
	margin: 0 auto;
	padding: 0 0 20px;
	width:1000px;
	background:#fff url(images/pagebg1.gif) 0 0 repeat-y;
	} 

#page {
	min-height:600px;
	height:auto !important;
	height:600px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	width:960px;
	background:#fff url(images/page-bg.gif) 50% 0 repeat-y;
	border-bottom:2px solid #336699;
	border-top:15px solid #fff;
	}  

#contentleft {
	background:#fff;
	width: 620px;
	float:left;
	padding: 0 0 15px;	
	margin: 0;
	} 

#content {
	width:610px;
	float:left;
	margin: 0;
	padding: 0;
	}

#content-small {
	float:right;
	width:180px;
	margin:0;
	padding:0;
	}

#content-2 {
	float:none;
	clear:both;
	width:160px;
	margin: 0;
	padding: 1px 10px;
	background:url(images/side2.gif) top left repeat-y;
	}

#content-2-top {
	float:none;
	clear:both;
	width:180px;
	margin: 0;
	padding: 0;
	height:10px;
	background:url(images/side2-top-bot.gif) top left repeat-y;
	}

#content-2-bot {
	float:none;
	clear:both;
	width:180px;
	margin: 0;
	padding: 0;
	height:5px;
	background:url(images/side2-top-bot.gif) bottom left repeat-y;
	}

#contentright {
	width: 300px;	
	float:right;	
	padding: 15px;	
	margin: 0px auto;
	background:url(images/side-bg.gif) top right no-repeat;
	} 

#sidebar {
	width: 300px;
	float: right;
	margin: 0 auto;
	padding: 0;
	} 

#footer {
	font-size:8pt;
	width:960px !important;
	clear: both;
	margin: 0px auto !important;
	padding: 5px 0 0 0;	
	}

#footer .alignleft {
	float:left;
	}

#footer .alignright {
	float:right;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
	line-height: 1.2em;
	letter-spacing:-1px;
	margin: 0;
	padding: 0;
	text-align: left;
	}

h1 {
	font-size: 18px;
	margin: 0;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

h4,h5,h6,h7 {
	font-size: 12px;
	}

#content-2 h2, #sidebar h2, h3#trackbacks, h3.related, h3#comments, h3#respond, #subhead h3, #subhead h1, h2.sectionhead, h1.sectionhead {
	font-size: 9pt;
	padding: 0 0 5px 0;
	margin: 0 0 5px;
	background: url(images/dot.gif) bottom left repeat-x;
	text-transform:uppercase;
	letter-spacing:0px;
	}

.post h2, .post h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	background: transparent;
	}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px !important;
	border:0 !important;
	padding:0 !important;
	}


/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color:#1A4D80;
	text-decoration:none;
	border-bottom: 1px dotted;
	_border:0;
	_text-decoration:underline;
	}

a:hover, a:active {
	color:#000;
	_border:0;
	_text-decoration:underline;
	}

#sidebar a, #content-2 a {

	}

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
	text-decoration:none;
	border:none;
	}

a.more-link {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:14px; 
        }

#akst_form a {
        border:0 !important;
        text-decoration:none !important
        }
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        }

img.centered { 
        display: block; 
        margin: 0 auto 20px auto;  
        float: none; 
        clear: both;
        }

/* -------------------[ Sidebar ]------------------- */

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

#sidebar li {
	clear:both;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	}

#sidebar ul li ul {
        list-style-type: square;
        margin: 0;
        padding: 0;
        }

#sidebar ul li ul ul {

        }

#sidebar li li {
	list-style-type:none;
	padding:0;
	border: 0;
	margin: 0 0 5px;
        }

#sidebar li li.feed {
	list-style-type:none;
	padding:0;
	border: 0;
	margin: 0 0 5px;
	background:url(images/feed-icon-12.gif) 0 50% no-repeat;
	padding-left: 15px;
        }

#sidebar li li.email {
	list-style-type:none;
	padding:0;
	border: 0;
	margin: 0 0 5px;
	background:url(images/envelope_ver1.gif) 0 50% no-repeat;
	padding-left: 15px;
        }

#sidebar li li li {
	background:transparent;
	border:0;
        }

#sidebar p {
	padding: 0;
	}

/* -------------------[ Content-2 ]------------------- */

#content-2 ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#content-2 li {
	clear:both;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	}

#content-2 ul li ul {
        list-style-type: square;
        margin: 0;
        padding: 0;
        }

#content-2 ul li ul ul {

        }

#content-2 li li {
	list-style-type:none;
	padding:0;
	border: 0;
	margin: 0 0 5px;
        }

#content-2 li li li {
	background:transparent;
	border:0;
        }

#content-2 p {
	padding: 0;
	}

/* -------------------[ Comments ]------------------- */

.commentlist {
	list-style-type:none;
	padding:0;
	margin: 0 0 10px;
	padding: 0 0 15px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 10px 10px 1px;
	background:#fff;
	border:1px solid #ccc;
	}

.commentlist li.alt {
	margin: 15px 0 3px;
	padding: 10px 10px 1px;
	background:#fff;
	border:1px solid #ccc;
	}

.commentmetadata {
	display: block;
	margin-bottom:10px;
	}

.commentlist cite {
	font: 9pt arial;
	font-weight:bold;
	}

#commentform small {
	font-weight:bold;
	padding:0;
	}

#commentform textarea {
	width:95%;
	padding:5px;
	}


/* -------------------[ Misc Tags and Classes ]------------------- */


.post ul, .singlepost ul {
        list-style-type: none;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
        background: url(images/bullet2.gif) 0 4px no-repeat;
        padding: 0 0 2px 14px;
        }

.post ol li, .singlepost ol li {
        list-style-type:decimal;
        }

p {
	margin-top: 0px;
	margin-bottom: 15px;
	}

form { margin:0; padding:0; }


acronym, abbr, span.caps {
	cursor: help;
	}

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

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

blockquote {
	padding-left: 10px;
	border-left: 5px solid #ccc;
        color: #999;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.post {
	padding: 0 0 0.5em 0;
	margin: 0 0 1em;
	background: url(images/dot.gif) bottom left repeat-x;
	}

.entry {
	padding: 0;
	margin: 0;
	}

.postinfo {
        clear: both;
	margin: 0 0 15px;
	padding: 0;
	}

.tags {
	margin: 0 0 15px;
	padding: 0;
	}

.postinfo2 {
	margin: 0 0 5px;
	padding: 0;
	}

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

hr {
        display: block;
        clear:both;
        }

.navigation {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	}

.navigation .alignright {
	float: right;
	margin: 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	}

/* -------------------[ Navigation ]------------------- */

#nav ul {
        height:30px;
        line-height:30px;
	padding:0;
	margin: 0 0 0 0px;
	list-style-type: none;
	}

#nav a, #nav a:link, #nav a:visited {
        float:left;
        height:30px;
        line-height:30px;
	color:#fff;
	display: block;
	text-decoration:none;
        padding:0 0 0 10px;
        background:url(images/nav-button.gif) bottom left no-repeat;
        white-space: nowrap;
        position:relative;
        font-weight:bold;
        margin:0 14px 0 0;
        _margin-right:7px;
        border:none;
	}

#nav a:hover, #nav a:active, #nav a.on {
        background:url(images/nav-button-on.gif) bottom left no-repeat !important;
        color:#000 !important;
        border:none;
	}

#nav a span, #nav a:link span, #nav a:visited span  {
        width:10px;
        height:30px;
        background:transparent url(images/nav-button.gif) bottom right no-repeat;
        position: absolute;
        right: -10px;
        top: 0pt;
        display: block;
        z-index: 10;
	}

#nav a:active span, #nav a:hover span, #nav a.on span  {
        background:transparent url(images/nav-button-on.gif) bottom right no-repeat !important;
	}

#nav li { 
	float: left !important;
	margin: 0;
	padding:0;
	}

#nav li li { 
	line-height:1.5em;
	float: none;
	margin: 0;
	padding:0;
	}

#nav li ul {
	background: #171A20;
	display:none;
	position: absolute;
	width: 160px;
	left: -999em;
	padding:0; 
	}

#nav li ul ul { 
	margin: -51px 0 0 160px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	display:block;
	left: auto;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #171A20;
	width:140px;
	float: none;
	margin: 0;
	border-top:1px solid #3C4454;
	padding-top:10px;
	padding-bottom:10px;
	}

#nav li li a:hover, #nav li li a:active {
	background: #000;
	}

/* ---------------[ Tables ]--------------- */

.entry table {
	margin-bottom:15px;
        }

.entry tr, .entry td, .entry th {
	margin:auto; 
        }

.entry td, .entry th {
	padding:8px;
	vertical-align:top;
}

.entry th {
	font-weight:bold;
	background:#ddd;
}

/* -- Take out border
.entry td {
	border:1px solid #ddd;
}
*/

/* ---------------[ Site Map Page ]--------------- */

ul.archives, ul.wp-tag-cloud {
        margin: 0 0 15px 5px;
        padding: 0;
        }

ul.archives ul, ul.wp-tag-cloud ul {
        padding:0;
        }

ul.archives ul li, ul.wp-tag-cloud ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

ul.archives ul ul, ul.wp-tag-cloud ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }

/* -------------------[ Site Head ]------------------- */

.sitehead {
	margin: 0 0 1em;
	padding: 0 0 1em;
	}

.sitehead h1 {
	font-size:28px;
	margin:0;
	}

.sitehead p {
	margin:0;
	}

/* ---------------[ Related Entries ]--------------- */

.related {
	margin:0 auto 15px !important;
	background:#eee;
	border:1px solid #e5e5e5;
	padding:15px 15px 0;
        }

.related h3 {
	font-weight:bold;
	letter-spacing:0px;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
	margin-bottom:5px;
	}

.related ul {
        margin: 0 0 15px;
        padding:0;
        list-style-type: none;
        }

.related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        background: url(images/bullet2.gif) 0 3px no-repeat;
        }

/* ---------------[ Feature Post ]--------------- */

.featurepost, #subhead {
        margin: 0 auto;
        background:url(images/feat-bg.gif) top left repeat-y;
        padding:0 15px 1px;
        width:590px;
        }

.featurepost .related {
	margin:0 auto 15px !important;
	background:#fff !important;
	border:1px solid #ddd;
	padding:15px 15px 0;
        }

.feat-top, #subhead-top {
        margin: 0 auto;
        background:url(images/feat-bg-top-bot.gif) top left no-repeat;
	height:15px;
        padding:0;
        width:620px;
	}

.feat-bot, #subhead-bot {
        clear:both;
        margin: 0 auto 10px;
        background:url(images/feat-bg-top-bot.gif) bottom left no-repeat;
	height:10px;
        padding:0;
        width:620px;
	}

#subhead p { margin:0; }

#boxes {
	width:960px;
	height:200px;
	margin:0 auto;
	background:#000 url(images/box.gif) 50% 0 no-repeat;
	border-bottom:10px solid #fff;
	color:#fff;
	}

#boxes .box1 {
	width:275px;
	float:left;
	padding: 37px 15px 10px;
	margin:0 10px 0 0;
	}

#boxes .box2 {
	width:275px;
	float:left;
	padding: 37px 15px 10px;
	margin:0 10px 0 10px;
	}

#boxes .box3 {
	width:300px;
	float:left;
	padding: 37px 15px 10px;
	margin:0;
	}

#boxes ul {
	list-style-type:square;
	margin: 0;
	padding:0;
	margin-left:15px;
	}

#boxes a, #boxes a:link, #boxes a:visited {
	color:#fff;
	}

#boxes a:hover, #boxes a:active {
	color:#FFFF00;
	}
#box2 {
	width:308px;
	height:180px;
	background:#ffffff url('images/box.gif') no-repeat;
	color:#fff;
	float:right;
	padding: 37px 10px 0px 15px;
	margin:0 0 0 6px;
	}
	
/* -------------------[ Widgets ]------------------- */

#sidebar ul li.mref-widget {
	list-style-image: none;
}

#sidebar ul li.mref-widget ul li {
	list-style-image: url(images/ballicon.png);
	list-style-position: inside;
	vertical-align: text-bottom;
	text-indent: 5px;
	z-index: 1;
}

