.media_container {
	overflow: hidden;
	width: 100%;
	clear: both;
	margin-top: .5em;
	margin-bottom: .5em;
}

.media_attachment a {
	display: block;
	border-top: solid 1px #282;
	border-bottom: solid 1px #282;
    background: #efe 10px center no-repeat;
	color: #11d;
	text-decoration: none;
	width: 100%;
	padding: 30px 10px 30px 65px;
	margin: 6px 0px;
}

.media_attachment a:hover {
	color: #b11;
}

.media_attachment .media_info {
	color: #000;
}

.media_container .media {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.media_caption a {
	text-decoration: none !important;
	color: inherit;
	font-size: 9pt;
}

.media_caption img {
	margin-bottom: 2px;
}

.media a img {
	border: 0px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://golfguideonline.net/wp-includes/js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}


#main div.contact_form,
#content div.contact_form {
	width: 360px;
	margin: 0px auto;
}

.sidebar div.contact_form {
	width: auto;
}

div.cf_field {
	text-align: left;
	margin: .5em 0px;
}

div.cf_send {
	text-align: center;
}

input.cf_field {
	width: 95%;
}

textarea.cf_field {
	width: 96%;
	height: 160px;
	overflow-y: visible;
}

.sidebar .contact_form /* = sidebar widget */ {
	margin-left: 0px;
	margin-right: 0px;
}

.sidebar textarea.cf_field {
	height: 120px;
}

.cf_success {
	border: solid 1px #282;
	background: #efe;
	color: #282;
	padding: 1em;
}

.cf_error {
	border: solid 1px #b11;
	background: #fee;
	color: #b11;
	padding: 1em;
}

body {
	margin: 0px !important;
}

#am {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	z-index: 9999;
}

#am div {
	background-color: #ccc !important;
	border-bottom: solid 1px #666 !important;
	border-right: solid 1px #666 !important;
	border-top: solid 1px #ddd !important;
	border-left: solid 1px #ddd !important;
	color: #000 !important;
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif !important;
	font-size: 11px !important;
	line-height: 13px !important;
	margin: 0px;
	padding: 0px !important;
	padding-left: 5px;
}

#am span {
	padding-right: 5px;
	margin: 0px;
}

#am .am_new {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/new_file.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_manage {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/edit.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_comments {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/comment.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_options {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/options.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_dashboard {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/activity.gif) center left no-repeat;
	padding-left: 14px;
}

#am .am_user {
	background: url(http://golfguideonline.net/wp-content/plugins/sem-admin-menu/css/../icons/user.gif) center left no-repeat;
	padding-left: 14px;
}

#am a {
	color: #555 !important;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px;
}

#am a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(http://golfguideonline.net/wp-content/plugins/sociable/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/*
Theme Name: Semiologic
Theme URI: http://www.semiologic.com/software/sem-theme/
Description: The Deprecated Semiologic theme.
Version: 6.0.2
Author: Denis de Bernardy
Author URI: http://www.getsemiologic.com
Text Domain: sem-theme
Domain Path: /lang
*/

/*
Terms of use
------------

This software is copyright Mesoconcepts (http://www.mesoconcepts.com), and is distributed under the terms of the GPL license, v.2.

http://www.opensource.org/licenses/gpl-2.0.php
**/


/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/

/* body */

body
{
	background-color: white;
	color: black;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Sans-Serif;
}


/* margins */

form,
object,
param,
embed,
.sidebar ul,
.sidebar li
{
	margin: 0px;
	padding: 0px;
}

div.spacer
{
	margin: 0px;
	padding: 0px;
}

div.pad
{
	padding: 4px 8px;
}

#body div.pad
{
    padding-top: 0px;
}

#header div.pad
{
	padding: 0px;
	margin: 0px;
}

.header_bg #header div.pad,
.header_img #header div.pad
{
	border: none;
}

#header_nav,
#footer_nav,
#copyright_notice
{
	margin-top: 3px;
	margin-bottom: 3px;
}

#credits
{
	margin: 10px auto;
	text-align: center;
	font-size: small;
}

.sidebar ul,
.sidebar li
{
	list-style-type: none;
}

.sidebar li ul,
.sidebar li li
{
	list-style-type: square;
}

.sidebar li li
{
	margin-left: 1.5em;
}

.sidebar li li li
{
	margin-left: .8em;
}

.sidebar li .sem_subscribe_me ul,
.sidebar li .sem_subscribe_me li,
#democracy ul,
#democracy li
{
	margin-left: 0px;
	list-style-type: none;
}



/* text block margins */

div.entry,
div.entry_content,
div.entry_meta,
div.entry_actions
div.comment,
div.comment_body,
div.bookmark_me
{
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.entry
{
	margin-top: .5em;
	margin-bottom: 2em;
}

div.entry_header,
div.comment_header,
.sidebar li
{
	margin-top: 1.5em;
	margin-bottom: .5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

.entry_header h2,
.entry_header h1,
div.entry_author,
div.entry_date,
div.entry_nav,
div.entry_tags,
.comment_header h2,
.comment_header h3,
.sidebar h2
{
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1,
h2,
h3
{
	margin-top: 1.5em;
	margin-bottom: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
}

.header h1
{
	padding: 10px 8px 40px 8px;
	margin: 0px;
}

.header h2
{
	padding: 30px 8px 30px 8px;
	margin: 0px;
}

.invert_header h1
{
	padding: 63px 8px 2px 8px;
}

.invert_header h2
{
	padding: 2px 8px 43px 8px;
}

.header_img #header h1
{
	padding: 0px;
	margin: 0px;
}

p,
ul,
.sidebar li ul,
ol,
dl,
pre,
.subscribe_services
{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	padding-top: 0px;
	padding-bottom: 0px;
}

hr
{
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: 0px;
	padding-bottom: 0px;
}

blockquote
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/img/blockquote.gif) 6px 6px no-repeat;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 10px 60px;
}

pre
{
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 10px 10px;
}

li,
.sidebar li li,
.sidebar li li ul,
dt,
dl
{
	margin-top: .2em;
	margin-bottom: .2em;
	padding-top: 0px;
	padding-bottom: 0px;
}


.inline_menu span
{
	margin: 0px 3px;
}

.display_sidebar_nav_widget div
{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.display_sidebar_nav_widget div span
{
	display: list-item;
	margin-top: .2em;
	margin-bottom: .2em;
	margin-left: 1.5em;
	list-style-type: square;
}

.entry_actions span,
.comment_actions span
{
	margin-left: .1em;
	margin-right: .1em;
}


/* admin links */

.entry_admin a {
	float: right;
	margin-left: .5em;
	margin-bottom: .2em;
}

.admin_link
{
	font-weight: normal;
	font-size: small;
}


/* links */

a img
{
	border: none;
}

a em
{
	font-style: normal;
	color: firebrick;
}

a,
h1 .admin_link a,
h2 .admin_link a
{
	color: blue;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	color: black;
}

a:hover,
.admin_link a:hover
{
	color: firebrick;
}


/* extra footer */

div.scripts
{
	margin: 10px auto;
	text-align: center;
	font-size: small;
}


/* comment form */

#author,
#email,
#url,
#comment
{
	width: 90%;
}


/* gravatars */

img.gravatar
{
	float: left;
	margin: .2em 1em;
}


/* translator bar */

.narrow #translator_bar,
.narrow_sm #translator_bar,
.narrow_ms #translator_bar
{
	width: 590px;
	margin: 10px auto;
}

.wide #translator_bar,
.narrow_em #translator_bar,
.narrow_me #translator_bar,
.narrow_essm #translator_bar,
.narrow_esms #translator_bar,
.narrow_emss #translator_bar,
.narrow_ssme #translator_bar,
.narrow_smse #translator_bar,
.narrow_msse #translator_bar,
.narrow_ssm #translator_bar,
.narrow_sms #translator_bar,
.narrow_mss #translator_bar,
.narrow_esm #translator_bar,
.narrow_sme #translator_bar,
.narrow_ems #translator_bar,
.narrow_mse #translator_bar
{
	width: 770px;
	margin: 10px auto;
}


.wide_em #translator_bar,
.wide_me #translator_bar,
.wide_essm #translator_bar,
.wide_esms #translator_bar,
.wide_emss #translator_bar,
.wide_ssme #translator_bar,
.wide_smse #translator_bar,
.wide_msse #translator_bar,
.wide_ssm #translator_bar,
.wide_sms #translator_bar,
.wide_mss #translator_bar,
.wide_esm #translator_bar,
.wide_sme #translator_bar,
.wide_ems #translator_bar,
.wide_mse #translator_bar
{
	width: 970px;
	margin: 10px auto;
}

.flex #translator_bar
{
	margin: 0px 8px;
}

#translator_bar table
{
	margin-left: auto;
	margin-right: 0px;
}

.flags_bar img,
#translation_bar img
{
	margin: 0px 1px;
}

.flags_bar,
#translation_bar
{
	margin-top: 1em;
	margin-bottom: 1em;
}


/* floating images */

.entry_content img
{
	margin: 0px .5em;
}

/* required by WP 2.5+ themes */
.entry_content img.centered 
{
display: block;
margin-left: auto;
margin-right: auto;
}

.entry_content img.alignright 
{
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

.entry_content img.alignleft 
{
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright 
{
float: right;
}

.alignleft 
{
float: left;
}
	
/* required by WP 2.6+ themes */	
.wp-caption 
{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.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;
}


/* gallery class */

.gallery
{
	overflow: hidden;
}

.gallery p
{
	text-align: center;
}

.gallery img
{
	border: outset 1px;
	margin: .2em auto;
}


/* ad */

div.ad,
div.announcement
{
	border: solid 1px lavender;
	background-color: ghostwhite;
	color: black;
	padding: 0px 10px;
	clear: both;
}

.main div.ad,
.main div.announcement
{
	margin: .5em 0px;
}

.main div.title_ad
{
	margin: 1em .5em .2em 0px;
	width: 240px;
	float: left;
	overflow: hidden;
}


/* widgets */

#calendar h2,
#google-search h2
{
	display: none;
}

.widget_search
{
	text-align: center;
}

/*.sidebar .widget
{
	overflow: hidden;
}
*/

/* calendar */

.widget_calendar table
{
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	border-collapse: collapse;
}

.widget_calendar th,
.widget_calendar td
{
	padding: 1px 2px;
	text-align: center;
}

.widget_calendar #prev
{
	text-align: left;
	padding-right: 3px;
}

.widget_calendar #next
{
	text-align: right;
	padding-left: 3px;
}

#today
{
	font-weight: bold;
}


/* tables */

.main th,
.main td
{
	padding: 1px 2px;
}

.main table p
{
	margin-top: 0px;
}


/* author image */

.entry_author_image {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.main .entry_author_image {
	float: left;
	border: outset 1px;
	margin: 1.2em 1.2em 0px .1em;
}


/* cc_license */

.license_block
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* podpress */

.entry .podPress_content img,
.entry .podPress_content th,
.entry .podPress_content td
{
	padding: 0px;
	margin: 0px;
}


/* next_prev_posts */

.next_prev_posts,
.entry_nav,
.posts_nav
{
	text-align: center;
}


/* fix IE, sometimes */

.letter #ext_wrapper,
.letter #wrapper,
.me #main,
.me #ext_main,
.em #main,
.em #ext_main,
#header
{
	position: relative;
}

.sidebar #newsletter,
.sidebar form,
.sidebar script
{
	overflow: hidden;
}


/* shopping cart */

#widgetshoppingcart,
#shoppingcartcontents
{
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
}


/* mediacaster */

div.media,
div.enclosures
{
	margin: .5em 0px;
}

div.media
{
	text-align: center;
}


/* nav menus */


.nav_active
{
	font-weight: bold;
}

.silo_widget p,
.nav_menu p,
.silo_map p
{
	margin: .5em 0px;
}

.sidebar .silo_map ul
{
	padding-left: 0px;
	margin-left: 1.5em;
}

.sidebar .silo_map ul ul
{
	margin-left: .8em;
}

.sidebar .silo_map li
{
	padding-left: 0px;
	margin-left: 0px;
}


/* search form */

#search_form input
{
	margin: 0px;
}


/* header */

#header div.pad
{
	overflow: hidden;
}

/* gallery images */

.main p.attachment
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.main .gallery
{
	clear: both;
}

.gallery_nav
{
	margin-left: 2em;
	margin-right: 2em;
	clear: both;
}

.gallery_nav .prev_image
{
	float: left;
}

.gallery_nav .next_image
{
	float: right;
}

/* comments / avatars */

.avatar
{
	float: left;
	margin: 0px 1em .5em 0px;
}

.comment_date
{
	font-weight: bold;
}

/* Image Aligns */

.skin .aligncenter
{
	margin-left: auto;
	margin-right: auto;
}

.skin img.aligncenter {
	display: block;
}

.skin .alignleft
{
	float: left;
	margin-right: .5em;
}

.skin .alignright
{
	float: right;
	margin-left: .5em;
}

/* captions */

.wp-caption {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#F3F3F3;
	color: #000;
    border:1px solid #DDDDDD;
    margin:10px;
    padding-top:4px;
    text-align:center;
}


/* hidden: used to fix IE6 bugs */

.hidden {
	display: none;
}

/* bookmark me, subscribe me */

.subscribe_me_ruler {
	clear: both;
}

/*
Terms of use
------------

This software is copyright Mesoconcepts (http://www.mesoconcepts.com), and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.mesoconcepts.com/license/
**/


/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/



/* layout */

#footer,
div.scripts,
div.spacer
{
	clear: both;
}

#copyright_notice,
#footer_nav
{
	text-align: center;
}

.float_nav #header_nav,
.float_nav #copyright_notice
{
	float: left;
}

.float_nav #search_form,
.float_nav #footer_nav
{
	float: right;
}

.main
{
	overflow: hidden;
}


/* search field */

#s
{
	width: 100px;
}


/* aligns */

.header h2
{
	text-align: right;
}

.invert_header h1,
.invert_header h2
{
	text-align: center;
}

#header_nav,
#search_form,
#copyright_notice,
#footer_nav
{
	vertical-align: middle;
}


.entry_actions,
.comment_actions
{
	text-align: right;
}



/* 4-column layouts */

.essm #sidebar,
.essm #sidebar2,
.essm #ext_sidebar
{
	float: left;
}

.essm #main,
.essm #ext_main,
.essm #wrapper
{
	float: right;
}

.esms #sidebar,
.esms #ext_main,
.esms #ext_sidebar
{
	float: left;
}

.esms #main,
.esms #sidebar2,
.esms #wrapper
{
	float: right;
}

.emss #main,
.emss #ext_main,
.emss #ext_sidebar
{
	float: left;
}

.emss #sidebar,
.emss #sidebar2,
.emss #wrapper
{
	float: right;
}

.ssme #sidebar,
.ssme #sidebar2,
.ssme #wrapper
{
	float: left;
}

.ssme #main,
.ssme #ext_main,
.ssme #ext_sidebar
{
	float: right;
}

.smse #sidebar,
.smse #ext_main,
.smse #wrapper
{
	float: left;
}

.smse #main,
.smse #sidebar2,
.smse #ext_sidebar
{
	float: right;
}

.msse #main,
.msse #ext_main,
.msse #wrapper
{
	float: left;
}

.msse #sidebar,
.msse #sidebar2,
.msse #ext_sidebar
{
	float: right;
}


/* 3-column layouts */

.ssm #sidebar,
.ssm #sidebar2
{
	float: left;
}

.ssm #main,
.ssm #ext_main
{
	float: right;
}

.sms #sidebar,
.sms #ext_main
{
	float: left;
}

.sms #main,
.sms #sidebar2
{
	float: right;
}

.mss #main,
.mss #ext_main
{
	float: left;
}

.mss #sidebar,
.mss #sidebar2
{
	float: right;
}

.ems #main,
.ems #ext_sidebar
{
	float: left;
}

.ems #sidebar,
.ems #wrapper
{
	float: right;
}

.esm #sidebar,
.esm #ext_sidebar
{
	float: left;
}

.esm #main,
.esm #wrapper
{
	float: right;
}

.mse #main,
.mse #wrapper
{
	float: left;
}

.mse #sidebar,
.mse #ext_sidebar
{
	float: right;
}

.sme #sidebar,
.sme #wrapper
{
	float: left;
}

.sme #main,
.sme #ext_sidebar
{
	float: right;
}


/* 2-column layouts */

.em #wrapper
{
	float: right;
}

.em #ext_sidebar
{
	float: left;
}

.me #ext_sidebar
{
	float: right;
}

.me #wrapper
{
	float: left;
}

.sm #main
{
	float: right;
}

.sm #sidebar
{
	float: left;
}

.ms #main
{
	float: left;
}

.ms #sidebar
{
	float: right;
}


/* 4-column, narrow width */

.narrow_essm #ext_wrapper,
.narrow_esms #ext_wrapper,
.narrow_emss #ext_wrapper,
.narrow_ssme #ext_wrapper,
.narrow_smse #ext_wrapper,
.narrow_msse #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}

.narrow_essm #wrapper,
.narrow_esms #wrapper,
.narrow_emss #wrapper,
.narrow_ssme #wrapper,
.narrow_smse #wrapper,
.narrow_msse #wrapper
{
	width: 590px;
}

.narrow_essm #sidebar,
.narrow_esms #sidebar,
.narrow_emss #sidebar,
.narrow_ssme #sidebar,
.narrow_smse #sidebar,
.narrow_msse #sidebar,
.narrow_essm #sidebar2,
.narrow_esms #sidebar2,
.narrow_emss #sidebar2,
.narrow_ssme #sidebar2,
.narrow_smse #sidebar2,
.narrow_msse #sidebar2,
.narrow_essm #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_emss #ext_sidebar,
.narrow_ssme #ext_sidebar,
.narrow_smse #ext_sidebar,
.narrow_msse #ext_sidebar
{
	width: 178px;
}

.narrow_essm #main,
.narrow_esms #main,
.narrow_emss #main,
.narrow_ssme #main,
.narrow_smse #main,
.narrow_msse #main
{
	width: 232px;
}

.narrow_essm #ext_main,
.narrow_esms #ext_main,
.narrow_emss #ext_main,
.narrow_ssme #ext_main,
.narrow_smse #ext_main,
.narrow_msse #ext_main
{
	width: 412px;
}


/* 3-columns, narrow width */

.narrow_ssm #ext_wrapper,
.narrow_sms #ext_wrapper,
.narrow_mss #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}

.narrow_ssm #sidebar,
.narrow_sms #sidebar,
.narrow_mss #sidebar,
.narrow_ssm #sidebar2,
.narrow_sms #sidebar2,
.narrow_mss #sidebar2
{
	width: 178px;
}

.narrow_ssm #main,
.narrow_sms #main,
.narrow_mss #main
{
	width: 410px;
}

.narrow_ssm #ext_main,
.narrow_sms #ext_main,
.narrow_mss #ext_main
{
	width: 590px;
}

.narrow_ems #ext_wrapper,
.narrow_esm #ext_wrapper,
.narrow_mse #ext_wrapper,
.narrow_sme #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}

.narrow_mse #wrapper,
.narrow_sme #wrapper,
.narrow_ems #wrapper,
.narrow_esm #wrapper
{
	width: 590px;
}

.narrow_ems #sidebar,
.narrow_esm #sidebar,
.narrow_ems #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_mse #sidebar,
.narrow_sme #sidebar,
.narrow_mse #ext_sidebar,
.narrow_sme #ext_sidebar
{
	width: 178px;
}

.narrow_ems #main,
.narrow_esm #main,
.narrow_mse #main,
.narrow_sme #main
{
	width: 410px;
}


/* 2-columns, narrow width */

.narrow_me #ext_wrapper,
.narrow_em #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}

.narrow_me #ext_sidebar,
.narrow_em #ext_sidebar
{
	width: 178px;
}

.narrow_me #wrapper,
.narrow_em #wrapper
{
	width: 590px;
}

.narrow_ms #ext_wrapper,
.narrow_sm #ext_wrapper
{
	width: 590px;
	margin: 10px auto;
}

.narrow_ms #sidebar,
.narrow_sm #sidebar
{
	width: 178px;
}

.narrow_ms #main,
.narrow_sm #main
{
	width: 408px;
}


/* 1-column, narrow width */

.narrow_m #ext_wrapper
{
	width: 590px;
	margin: 10px auto;
}


/* 4-columns, wide width */

.wide_essm #ext_wrapper,
.wide_esms #ext_wrapper,
.wide_emss #ext_wrapper,
.wide_ssme #ext_wrapper,
.wide_smse #ext_wrapper,
.wide_msse #ext_wrapper
{
	width: 970px;
	margin: 10px auto;
}

.wide_essm #wrapper,
.wide_esms #wrapper,
.wide_emss #wrapper,
.wide_ssme #wrapper,
.wide_smse #wrapper,
.wide_msse #wrapper
{
	width: 770px;
}

.wide_essm #sidebar,
.wide_esms #sidebar,
.wide_emss #sidebar,
.wide_ssme #sidebar,
.wide_smse #sidebar,
.wide_msse #sidebar,
.wide_essm #sidebar2,
.wide_esms #sidebar2,
.wide_emss #sidebar2,
.wide_ssme #sidebar2,
.wide_smse #sidebar2,
.wide_msse #sidebar2,
.wide_essm #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_emss #ext_sidebar,
.wide_ssme #ext_sidebar,
.wide_smse #ext_sidebar,
.wide_msse #ext_sidebar
{
	width: 198px;
}

.wide_essm #main,
.wide_esms #main,
.wide_emss #main,
.wide_ssme #main,
.wide_smse #main,
.wide_msse #main
{
	width: 372px;
}

.wide_essm #ext_main,
.wide_esms #ext_main,
.wide_emss #ext_main,
.wide_ssme #ext_main,
.wide_smse #ext_main,
.wide_msse #ext_main
{
	width: 572px;
}


/* 3-columns, wide width */

.wide_ssm #ext_wrapper,
.wide_sms #ext_wrapper,
.wide_mss #ext_wrapper
{
	width: 970px;
	margin: 10px auto;
}

.wide_ssm #sidebar,
.wide_sms #sidebar,
.wide_mss #sidebar,
.wide_ssm #sidebar2,
.wide_sms #sidebar2,
.wide_mss #sidebar2
{
	width: 198px;
}

.wide_ssm #main,
.wide_sms #main,
.wide_mss #main
{
	width: 570px;
}

.wide_ssm #ext_main,
.wide_sms #ext_main,
.wide_mss #ext_main
{
	width: 770px;
}

.wide_ems #ext_wrapper,
.wide_esm #ext_wrapper,
.wide_mse #ext_wrapper,
.wide_sme #ext_wrapper
{
	width: 970px;
	margin: 10px auto;
}

.wide_mse #wrapper,
.wide_sme #wrapper,
.wide_ems #wrapper,
.wide_esm #wrapper
{
	width: 770px;
}

.wide_ems #sidebar,
.wide_esm #sidebar,
.wide_ems #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_mse #sidebar,
.wide_sme #sidebar,
.wide_mse #ext_sidebar,
.wide_sme #ext_sidebar
{
	width: 198px;
}

.wide_ems #main,
.wide_esm #main,
.wide_sme #main,
.wide_mse #main
{
	width: 570px;
}


/* 2-columns, wide width */

.wide_me #ext_wrapper,
.wide_em #ext_wrapper
{
	width: 970px;
	margin: 10px auto;
}

.wide_me #ext_sidebar,
.wide_em #ext_sidebar
{
	width: 198px;
}

.wide_me #wrapper,
.wide_em #wrapper
{
	width: 770px;
}

.wide_ms #ext_wrapper,
.wide_sm #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}

.wide_ms #sidebar,
.wide_sm #sidebar
{
	width: 198px;
}

.wide_ms #main,
.wide_sm #main
{
	width: 568px;
}


/* 1-column, wide width */

.wide_m #ext_wrapper
{
	width: 770px;
	margin: 10px auto;
}


/* 4-columns, flexible width */

.flex_essm #ext_wrapper,
.flex_esms #ext_wrapper,
.flex_emss #ext_wrapper,
.flex_ssme #ext_wrapper,
.flex_smse #ext_wrapper,
.flex_msse #ext_wrapper
{
	margin: 10px 8px;
}

.flex_essm #wrapper,
.flex_esms #wrapper,
.flex_emss #wrapper,
.flex_ssme #wrapper,
.flex_smse #wrapper,
.flex_msse #wrapper
{
	width: 83%;
}

.flex_essm #ext_sidebar,
.flex_esms #ext_sidebar,
.flex_emss #ext_sidebar,
.flex_ssme #ext_sidebar,
.flex_smse #ext_sidebar,
.flex_msse #ext_sidebar
{
	width: 16%;
}

.flex_essm #ext_main,
.flex_esms #ext_main,
.flex_emss #ext_main,
.flex_ssme #ext_main,
.flex_smse #ext_main,
.flex_msse #ext_main
{
	width: 79%;
}

.flex_essm #sidebar2,
.flex_esms #sidebar2,
.flex_emss #sidebar2,
.flex_ssme #sidebar2,
.flex_smse #sidebar2,
.flex_msse #sidebar2
{
	width: 20%;
}

.flex_essm #main,
.flex_esms #main,
.flex_emss #main,
.flex_ssme #main,
.flex_smse #main,
.flex_msse #main
{
	width: 75%;
}

.flex_essm #sidebar,
.flex_esms #sidebar,
.flex_emss #sidebar,
.flex_ssme #sidebar,
.flex_smse #sidebar,
.flex_msse #sidebar
{
	width: 24%;
}


/* 3-columns, flexible width */


.flex_ssm #ext_wrapper,
.flex_sms #ext_wrapper,
.flex_mss #ext_wrapper
{
	margin: 10px 8px;
}

.flex_ssm #ext_main,
.flex_sms #ext_main,
.flex_mss #ext_main
{
	width: 79%;
}

.flex_ssm #sidebar2,
.flex_sms #sidebar2,
.flex_mss #sidebar2
{
	width: 20%;
}

.flex_ssm #main,
.flex_sms #main,
.flex_mss #main
{
	width: 75%;
}

.flex_ssm #sidebar,
.flex_sms #sidebar,
.flex_mss #sidebar
{
	width: 24%;
}


.flex_esm #ext_wrapper,
.flex_ems #ext_wrapper,
.flex_sme #ext_wrapper,
.flex_mse #ext_wrapper
{
	margin: 10px 8px;
}

.flex_esm #wrapper,
.flex_ems #wrapper,
.flex_sme #wrapper,
.flex_mse #wrapper
{
	width: 79%;
}

.flex_esm #ext_sidebar,
.flex_ems #ext_sidebar,
.flex_sme #ext_sidebar,
.flex_mse #ext_sidebar
{
	width: 20%;
}

.flex_esm #main,
.flex_ems #main,
.flex_sme #main,
.flex_mse #main
{
	width: 75%;
}

.flex_esm #sidebar,
.flex_ems #sidebar,
.flex_sme #sidebar,
.flex_mse #sidebar
{
	width: 24%;
}


/* 2-columns, flexible width */

.flex_em #ext_wrapper,
.flex_me #ext_wrapper,
.flex_sm #ext_wrapper,
.flex_ms #ext_wrapper
{
	margin: 10px 8px;
}

.flex_em #wrapper,
.flex_me #wrapper
{
	width: 79%;
}

.flex_em #ext_sidebar,
.flex_me #ext_sidebar
{
	width: 20%;
}

.flex_sm #main,
.flex_ms #main
{
	width: 79%;
}

.flex_sm #sidebar,
.flex_ms #sidebar
{
	width: 20%;
}


/* 1-column, flexible width */

.flex_m #ext_wrapper
{
	margin: 10px 8px;
}


/* 1-column, override custom skin widths */

.m #main,
.m #ext_main
{
	float: none !important;
	width: 100% !important;
}


/* inline boxes */

div.inline_box
{
	position: relative;
	width: 33%;
	float: left;
}

/*
Terms of use
------------

This software is copyright Mesoconcepts  and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.mesoconcepts.com/license/
**/


/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/

/* font face */

.antica,
.antica input,
.antica select,
.antica button
{
	font-family: Book Antica, Times, Serif;
}

.arial,
.arial input,
.arial select,
.arial button
{
	font-family: Arial, Helvetica, Sans-Serif;
}

.bookman,
.bookman input,
.bookman select,
.bookman button
{
	font-family: Bookman Old Style, Times, Serif;
}

.comic,
.comic input,
.comic select,
.comic button
{
	font-family: Comic Sans MS, Helvetica, Sans-Serif;
}

.corsiva,
.corsiva input,
.corsiva select,
.corsiva button
{
	font-family: Monotype Corsiva, Courier, Monospace;
}

.courier,
.courier input,
.courier select,
.courier button
{
	font-family: Courier New, Courier, Monospace;
}

.garamond,
.garamond input,
.garamond select,
.garamond button
{
	font-family: Garamond, Times, Serif;
}

.georgia,
.georgia input,
.georgia select,
.georgia button
{
	font-family: Georgia, Times, Serif;
}

.tahoma,
.tahoma input,
.tahoma select,
.tahoma button
{
	font-family: Tahoma, Helvetica, Sans-Serif;
}

.times,
.times input,
.times select,
.times button
{
	font-family: Times New Roman, Times, Serif;
}



.trebuchet,
.trebuchet input,
.trebuchet select,
.trebuchet button
{
	font-family: Trebuchet MS, Tahoma, Helvetica, Sans-Serif;
}


.verdana,
.verdana input,
.verdana select,
.verdana button
{
	font-family: Verdana, Helvetica, Sans-Serif;
}

pre,
code
{
	font-family: Courier New, Courier, Monospace;
}


/* font size */

.small h1
{
	font-size: large;
}

.small h2,
.small .widget_calendar caption
{
	font-size: medium;
	font-weight: bold;
}

body.small,
.small,
.small h3,
.small p,
.small li,
.small dt,
.small dd,
.small table,
.small th,
.small td,
.small input,
.small select,
.small button,
.small pre,
.small code,
.small .entry_header h2,
.small .main .bookmark_me h2,
.small .comment_header h2
{
	font-size: small;
}


.medium h1
{
	font-size: x-large;
}

.medium h2,
.medium .widget_calendar caption
{
	font-size: large;
	font-weight: bold;
}

body.medium,
.medium,
.medium h3,
.medium p,
.medium li,
.medium dt,
.medium dd,
.medium table,
.medium th,
.medium td,
.medium input,
.medium select,
.medium button,
.medium pre,
.medium code,
.medium .entry_header h2,
.medium .main .bookmark_me h2,
.medium .comment_header h2
{
	font-size: medium;
}


.large h1
{
	font-size: xx-large;
}

.large h2,
.large .widget_calendar caption
{
	font-size: x-large;
	font-weight: bold;
}

body.large,
.large,
.large h3,
.large p,
.large li,
.large dt,
.large dd,
.large table,
.large th,
.large td,
.large input,
.large select,
.large button,
.large pre,
.large code,
.large .entry_header h2,
.large .main .bookmark_me h2,
.large .comment_header h2
{
	font-size: large;
}


.small #header h1,
.medium #header h1
{
	font-size: x-large;
}

.large #header h1
{
	font-size: xx-large;
}

/*
Notice
------

YOU MAY NOT COPY OR USE THIS FILE IF YOU HAVE NOT PURCHASED RIGHTS FOR IT


Terms of use
------------

This software is copyright Mesoconcepts and is distributed under the terms of the Mesoconcepts license. In a nutshell, you may freely use it for any purpose, but may not redistribute it without written permission.

http://www.mesoconcepts.com/license/
**/

.link_entry a,
.link_comment a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/file.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.admin_link a,
.edit_entry a,
.edit_comment a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/edit.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.entry_comment a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/comment.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.comment_entry a,
.reply_comment a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/add_comment.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.email_entry a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/email.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.print_entry a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/print.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.entry_tags a,
.entry_categories a
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/folder.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.entry_author a,
.comment_author a,
.loginout a,
a.entry_author
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/user.gif) center left no-repeat;
	padding-left: 13px;
	padding-right: 0px;
}

.sidebar ul ul,
.fuzzy_widget ul,
.random_widget ul,
.related_widget ul,
.widget_links ul
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/file.gif);
}

.widget_categories ul,
.widget_archive ul
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/folder.gif);
}

.sem_subscribe_me ul,
.now-reading ul
{
	list-style-image: none;
}

.now-reading li
{
	list-style-type: none;
	margin-left: 0px;
}

.post_list ul
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/file.gif);
}

.skin .bullet ul,
.skin ul.bullet
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/bullet.gif);
}

.skin p.bullet
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/bullet.gif) center left no-repeat;
	padding-left: 16px;
	padding-right: 0px;
}

.skin .checked ul,
.skin .check ul,
.skin ul.checked,
.skin ul.check,
.skin .bullet ul ul,
.skin ul.bullet ul
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/check.gif);
}

.skin p.checked,
.skin p.check
{
	background: url(http://golfguideonline.net/wp-content/themes/golf1/icons/check.gif) center left no-repeat;
	padding-left: 16px;
	padding-right: 0px;
}

#democracy ul
{
	list-style-image: none;
}

li.nav_home,
li.nav_blog,
li.nav_branch
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/folder.gif);
}

li.nav_leaf,
li.page_item
{
	list-style-image: url(http://golfguideonline.net/wp-content/themes/golf1/icons/file.gif);
}


/*
Skin name: Myrna's List Reloaded
Version: 1.0.2
Author: Myrna Weinreich
Author uri: http://www.myrnaslist.com
Description: The new Myrna's List skin
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/


.sem_admin_menu #ext_wrapper {
	margin-top: 15px;
}


body
{
	background-color: #E7D6AB;
	color: black;
}

#navbar,
.widget_calendar thead
{
	background-color: #FDBC60;
}

#footer,
.widget_calendar tfoot
{
	background-color: ghostwhite;
}

h1,
h1 a,
.header h2,
.sidebar h2,
.sidebar h2 a,
.widget_calendar caption
{
	color: #7da600;
}

.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

.essm #wrapper,
.esms #wrapper,
.emss #wrapper,
.ssme #wrapper,
.smse #wrapper,
.msse #wrapper,
.esm #wrapper,
.ems #wrapper,
.sme #wrapper,
.mse #wrapper,
.em #wrapper,
.me #wrapper
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

#ext_sidebar
{
	border: solid 1px dimgray;
	background-color: white;
	color: black;
}

#navbar
{
	border-top: solid 1px dimgray;
	border-bottom: solid 1px dimgray;
}

#footer
{
	border-top: solid 1px dimgray;
}

.widget_calendar table
{
	border: solid 1px dimgray;
}

.widget_calendar thead th
{
	border-bottom: solid 1px dimgray;
}

.widget_calendar tfoot td
{
	border-top: solid 1px dimgray;
}

.navbar a
{
	color: black;
}

.navbar a:hover
{
	color: firebrick;
}

.sidebar h2
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.main table thead th
{
	border-bottom: solid 1px lightsteelblue;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px lightsteelblue;
	padding-top: 1px;
}

blockquote
{
	background-color: #F7E6BB;
}

pre
{
	background-color: lavender;
}

a
{
	color: MidnightBlue;
}

a:hover
{
	color: firebrick;
}

.narrow_em #ext_sidebar,
.narrow_me #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_ems #ext_sidebar,
.narrow_sme #ext_sidebar,
.narrow_mse #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_smse #ext_sidebar
{
	width: 168px;
}

.wide_em #ext_sidebar,
.wide_me #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_ems #ext_sidebar,
.wide_sme #ext_sidebar,
.wide_mse #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_smse #ext_sidebar
{
	width: 188px;
}

#main div.pad
{
	padding-left: 25px;
	padding-right: 25px;
}

.list {
	border-style: solid none solid none;
	background-color: #fff;
	border-width: 1px;
	border-color: #dddddd;
}
.stf {
  width: 110px;
}

.stf a img {
  width:100px;
}

/*
Skin name: Myrna's List Reloaded
Version: 1.0.2
Author: Myrna Weinreich
*/

body
{
	background-color: ##a19764;
	color: black;
	background-image: url('http://golfguideonline.net/wp-content/uploads/grass_golf.jpg');
}
