/*
Theme Name: Bogeypro
Theme URI: http://www.bogeypro/com/19th-hole/
Description: Bogeypro 19th Hole Theme, based on Bogeypro Magento layout
Version: 1.0
Author: Matt Brunmeier
Author URI: http://www.bogeypro.com/19th-hole/
Tags: bogeypro

*/

/* We just copy the style from magento */
@import '/skin/frontend/bogeypro/bogeypro/css/reset.css';
@import '/skin/frontend/bogeypro/bogeypro/css/boxes.css';
@import '/skin/frontend/bogeypro/bogeypro/css/menu.css';
@import '/skin/frontend/bogeypro/bogeypro/css/clears.css';

.entry p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	}
	
#photo_nav li a {
	display: block;
	width: 150px;
	height: 50px;
	cursor: pointer;
	margin-bottom: 10px;
	}
	
.navigation {
	overflow: auto;
	margin-bottom: 10px;
	}

input, textarea, select {
	border: 1px solid #000;
	}

.post h2 {
	font-size: 24px;
	margin-top: 20px;
	}

h2 a {
	color: #000;
	text-decoration: none;
	}

h2 a:hover {
	text-decoration: none;
	}

small {
	text-transform: uppercase;
	}
	
a.blog-logo {
	display: block;
	width: 665px;
	height: 124px;
	background-image: url(images/19thhole.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	float: left;
	}

a.twitter, a.rss, a.facebook {
	display: block;
	height: 38px;
	width: 38px;
	float: left;
	background: url(images/twitter-icon.png) no-repeat;
	margin: 2px 0px 0px 5px;
}

a.rss {
	background: url(images/rss-icon.png) no-repeat;
}

a.facebook {
	background: url(images/facebook-icon.png) no-repeat;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .col-left #subnav ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.col-left ul, .col-left ul ol {
	margin: 0;
	padding: 0;
	}

.col-right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.col-right ul ul li {
	margin-bottom: 0px;
	}


.col-left #menu_flyout li {
	margin: 0;
	}

.col-left ul p, .col-left ul select {
	margin: 5px 0 8px;
	}

.col-right ul ul, .col-right ul ol {
	margin: 5px 0 0 10px;
	}

.col-left ul#nav ul {
	margin: 0;
	}

.col-left #menu_flyout ul {
	margin: 0;
	}

.col-left ul ul ul, .col-left ul ol {
	margin: 0 0 0 10px;
	}

ol li, .col-left ul ol li {
	list-style: decimal outside;
	}

.col-left ul ul li, .col-left ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.col-left #searchform #s {
	width: 150px;
	padding: 2px;
	margin: 3px;
	border: 1px solid #666;
	}

.col-left #searchsubmit {
	padding: 3px 8px;
	border: 1px solid #666;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

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

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

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

	.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */
