/* -------------------------------------------------------------------------------

Theme Name: Parker Anderson Golf

Author: Brian Cerceo  

   ------------------------------------------------------------------------------- */

/* general */ 

#m_home {

	background: url(images/menu.jpg) no-repeat -115px 0;

	float:left;

	display:block;

	height:16px;

	width:80px;

	margin-left:0px;

}

#m_about {

	background: url(images/menu.jpg) no-repeat -195px 0;

	float:left;

	display:block;

	height:16px;

	width:85px;

	margin-left:0px;

}

#m_contact {

	background: url(images/menu.jpg) no-repeat -280px 0;

	float:left;

	display:block;

	height:16px;

	width:110px;

	margin-left:0px;

}

#m_blog {

	background: url(images/menu.jpg) no-repeat -390px 0;

	float:left;

	display:block;

	height:16px;

	width:60px;

	margin-left:0px;

}

#m_home:hover, .h_home { background: url(images/menu.jpg) no-repeat -115px -17px !important; }

#m_about:hover, .h_about { background: url(images/menu.jpg) no-repeat -195px -17px !important; }

#m_contact:hover, .h_contact { background: url(images/menu.jpg) no-repeat -280px -17px !important; }

#m_blog:hover, .h_blog { background: url(images/menu.jpg) no-repeat -390px -17px !important; }



.clear { clear:both; }

#logolink { 

	width:320px; 

	height:50px; 

	text-decoration:none; 

	display:block; 

	position:absolute;

}

body{

	margin:0px auto;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color: #808080;

	background: #808080; 

}



img {

	border:0px;

	padding:5px;

	max-width: 100%; /* not working in IE6*/

}

a {color:#5A6B1E;text-decoration: underline;}

a:hover {color: #5A6B1E;text-decoration: none;}



h1 {font-size:30px;}

h2 {font-size:26px;}

h3 {font-size:21px;}

h4 {font-size:17px;}

h5 {font-size:14px;}

h6 {font-size:12px;}



p {margin: 0px 0px 12px 0px;}

hr {height:1px;border:none;border-top:1px dashed #5A6B1E; width:90%;}



blockquote {

	clear: left;

	text-align: justify;

	padding: 0px 0px 0px 22px;

	margin: 10px 10px 10px 10px;

	background: url(images/quote.gif) no-repeat top left;

}

input {

	margin-bottom:5px;

	vertical-align: middle;

}

select{

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

code{

	font: 1.1em 'Courier New', Courier, Fixed;

}

.alignleft {float: left;}

.alignright {float: right;}

.aligncenter,div.aligncenter{

   display: block;

   margin-left: auto;

   margin-right: auto;

}

img.alignleft {

	padding: 5px;

	margin: 0 7px 2px 0;

	display: inline;

}



img.alignright {

	padding: 5px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.clear {clear:both;}

.spacer {height:20px;}

/***** layout *****/

#page_top{

	margin:0px auto;

	padding:0;

	width:100%; 

}



#base{

	margin:0 auto; 

	width:760px;

	background: url(images/bg_repeat.png) repeat-y center;

	margin:20px auto; 

	border:0px solid #958172;

}



#header{ 

	width: 760px;

	height: 74px;

	background:#fff url('images/header.jpg') no-repeat center;

}

#menu{

	position:relative;

	width: 450px;

	top:50px;

	left:400px;

	height: 25px; 

	color:#998675;

}

#container{ 

	width:760px; 

}

#sidebar{

	float:left;

	width:220px; 

	color:#706D2A;

	padding:0px; 

}

#content{ 

	width:720px; 

	padding: 0 20px 10px; 

}

#join { 

	text-transform:uppercase;

	color:#A5E167;

}

#footer{

	clear:both;

	position:relative;

	width:760px;

	height:47px;

	color:#998675;

	font-size:11px; 

	margin:auto;

	display:none;

}

#footer a,#footer a:hover{

	color:#998675;

	text-decoration:underline;

}

/*######### header ############*/

#blogtitle {

	position:absolute; 

	top:90px;

	width:894px;

	font-family: Arial,Verdana; 

	font-size:30px; 

	font-weight:bold;

	text-align:center;

	color:#998675;

	border:0px red solid;

	overflow:hidden;

	display:none;

}



#blogtitle a, #blogtitle a:hover {

	font-family: Arial, Verdana; 

	font-weight:bold;

	color:#998675; 

	text-decoration:none;

}

	

#subtitle {

	position:absolute;

	overflow:hidden; 

	font-family: Tahoma,Arial, Verdana; 

	width:894px; 

	height:45px;

	top:125px; 

	text-align:center; 

	font-size:13px;

	letter-spacing: 2px;

	color:#998675; 

	font-style:italic;

	border:0px red solid;

	line-height:1.1em;

	display:none;

}

#menu ul {

	position:absolute;

	top: 0px;

	left: 30px;

	height: 34px;

	width: 550px;

	overflow:hidden;

	margin:0px;

	padding:0px;

	

	

}

#menu ul li {

	display: inline;

	font-size: 13px;

	font-family:Verdana,Arial;

	font-weight: bold;

	color: #998675;

}

#menu ul li.separator {

	display: block;

	float: left;

	width:3px;

	height: 34px;

	display:none;

}



#menu ul li a {

	display: block;

	float: left;

	line-height: 34px;

	color: #998675;

	padding: 0px 10px 0px 10px;

	margin:0px 0 0 0 ;

	text-decoration:none;

}



#menu ul li a:hover, #menu ul li.current_page_item a {

	color:#998675;

}

.searchbox {

	position:absolute;

	top:1px; 

	right: 45px;

	width:250px;

	height:30px; 

	border:0px;

	display:none;

}

.search-field input {

	position:absolute;

	top:5px;

	left:7px;

	width:172px; 

	height:15px; 

	font-family:Verdana;

	font-size:11px; 

	font-weight:bold;

	color:#999999; 

	padding:5px 3px 3px 3px;

	border:0px;

	background:#ffffff;

}

.search-but input {

	position:absolute;

	top:7px;

	right:5px;

	width:50px; 

	height:20px; 

	background:transparent;

	border:0px;

}

#footer img.rss{

	position: absolute;

	right: 52px;

	top: 29px;

	height:26px;

	width:26px;

}



/***** sidebar *****/

#sidebar a{color:#333300;text-decoration:underline;}

#sidebar a:hover {color:#ef750e;text-decoration:none;}

#sidebar ul {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	font-family:Verdana,Arial;

}

#sidebar li {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	font-family:Verdana,Arial;

	

	

}

#sidebar ul ul li{

	position: relative;

	line-height: 1.7em;

	list-style-type: none;

	font-size:12px;

	border:0px red solid;

	font-family:Verdana,Arial;

	margin: 0px 0px 0px 5px;

	padding:0 5px 0 16px;

	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;

}



#sidebar ul ul ul li {

	position: relative;

	list-style-type: none;

	font-size:12px;

	border:0px; 

	margin: 0px 0px 0px 0px; 

	line-height: 1.7em; 

	font-family:Verdana,Arial;

	background: url('images/sidebar_arrow.jpg') no-repeat 0px 4px;

	padding: 0px 0px 0px 16px;

}



#sidebar h1 {

	color: #fff;

	font-size: 14px;

	font-weight: bold;

	letter-spacing: 1px;

	margin: 10px 0px 0px 0px;

	padding: 12px 0px 0px 22px;

	height: 30px;

	font-family:Verdana,Arial;

	background:url('images/sidebar_title.jpg') no-repeat center;

	border:0px red solid;

}

#sidebar select{

	margin:5px 0px 2px 5px;

	font-size:12px;

	width:200px;

	overflow:hidden;

}



/***** content *****/



.archivetitle {

	height:20px;

	color: #998675;

	font-size: 11px;

	font-weight:normal;

	padding: 10px 0px 10px 5px;

	margin: 0px 0px 0px 0px;

	display:none;

}

.post{ 

	margin:0 0 20px 0; 

}	



.post_top{  }

.post_bottom{

	margin: 0 50px 0 50px;

	height:3px;

	background:url(images/line.jpg) repeat-x bottom;

	display:none;

}	

.posttitle{  

	font-size:18px; 

	color:#9cd63d; 

	margin-top:20px;

}

.posttitle a{ 

	color:#9cd63d;

	text-decoration:none;

}

.posttitle a:hover{ 

	text-decoration:underline;

	color:#9cd63d;

}

.date {  

	top:26px;

	right: 20px;

	font-size: 11px;

	padding: 0px 0px 0px 0px;

	line-height:18px;

}

.author{ 

	font-size:11px;

	top:24px;

	left:5px;

	line-height:18px;

}

.author a{

	text-decoration:none;

}

.author a:hover{

		text-decoration:underline;

}

.info {

	line-height: 2em;

	font-size: 9px;

	padding:0px 10px 5px 0px;

	color: #929292; 

}

.category{

	padding:2px 0 2px 20px;

	background:url(images/category.jpg) no-repeat top left;

}

.bubble{

	padding:2px 0 2px 20px;

	background:url(images/bubble.jpg) no-repeat left top;

}

.tags{

	padding:2px 0 2px 20px;

	background:url(images/tags.jpg) no-repeat left top;

}



.entry {

	color: #929292;

	line-height: 1.6em;

	text-align: justify;

	padding: 5px 0px;

}



.navigation {

	font-size: 12px;

	padding: 0px;

}





.sorry {

	font-size: 11px;

	font-style: italic;

	margin: 8px 0px 0px 0px;

	padding: 10px 10px 10px 10px;

	border: 1px dashed #CC6633;

	background:#ffffff;

}



/*** comment ***/

#postmetadata {

	font-size: 11px;

	margin: 10px 0px 20px 0px;

	padding: 5px 5px 5px 5px;

	display:none;

}

#comments{

	padding:0 20px 0 20px;

	display:none;

}

.nocomments {background: none; color: #998675;}



.commenttitle {

	color: #929292;

	font-size: 13px;

	text-align: left;

	font-weight: bold;

	margin: 0px 0 20px 0;

	padding: 2px 0px 2px 0px;

	font-variant: normal;

	border-bottom: 1px dashed #5A6B1E;

}

.commentlist {list-style: none;margin:0px;padding:0px;}



.commentbody {

	height:100%;

	color: #929292;

	font-size: 12px;

	list-style-type: none;

	margin: 0px 0px 10px 0px;

	padding: 0px 5px 1px 5px;

	border: 0px solid #5A6B1E;

	background:#F0F3CD;

}



.commenthead {

	height:34px;

	color: #929292;

	padding: 5px 0px 10px 0px;

	margin: 0px 0px 10px 0px;

	border-bottom: 1px dashed #5A6B1E;

	background:#F0F3CD;

}

.adminbody {

	height:100%;

	color: #929292;

	font-size: 12px;

	list-style-type: none;

	margin: 0px 0px 10px 15px;

	padding: 0px 5px 1px 5px;

	border: 0px solid #5A6B1E;

	background:#F0F3CD;

}

.adminhead {

	height:32px;

	color: #929292;

	margin: 0px 0px 5px 0px;

	padding: 5px 0px 5px 0px;

	border-bottom: 1px dashed #5A6B1E;

	background:#F0F3CD;

}

.trackhead {

	height:34px;

	color: #929292;

	margin: 0px 0px 10px 0px;

	padding: 5px 0px 10px 40px;

	border-bottom: 1px dashed #5A6B1E;

	background: #F0F3CD url(images/track.gif) no-repeat center left;

}

.trackbody {

	height:100%;

	color: #929292;

	font-size:12px;

	list-style-type: none;

	margin: 0px 0px 10px 0px;

	padding: 0px 5px 1px 5px;

	border: 0px dashed #5A6B1E;

	background:#F0F3CD;

}



.avatar {

	float: left;

	margin: 0px 5px 0px 0px;

	padding: 0px;

	background: #ffffff;

}

.commentcount {

	float: right;

	color: #aaaaaa;

	font-size: 20px;

	margin: 0px 0px 0px 0px;

	padding: 5px 0px 0px 0px;

	font-family: Georgia, Times, 'Times New Roman', serif;

}

.authorlink {color: #929292; font-size: 12px; font-weight: bold;line-height:1.5em;}

.authorlink a {color: #929292; font-size: 12px; font-weight: bold;line-height:1.5em;}

.commentlink {font-size: 10px; color: #929292;}



.trackbody p a {color: #929292;}



#commentform {

	margin:0;

	padding:20px 0 0 0;

}

#email, #author, #url {

	color: #929292;

	background: #ffffff;

	font-size: 12px;

	padding-left: 2px;

	vertical-align: middle;

	border: 1px solid #5A6B1E;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

#comment {

	width: 500px;

	color: #929292;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border: 1px solid #5A6B1E;

	padding: 2px 2px 2px 2px;

}

#submit {

	width: 80px;

	height: 20px;

	color: #929292;

	font-size: 12px;

	background: #ffffff;

	margin: 0px 0px 0px 0px;

	padding: 0px 10px 2px 10px;

	border: 1px solid #5A6B1E;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}



/***** widget *****/

#wp-calendar td {font-size:11px;color:#999999;}

#wp-calendar td a {font-weight:bold;text-decoration:underline;}

#wp-calendar {

	width: 210px;

	text-align: center;

	font-size:11px;

	color:#5A6B1E;

}

.wp-caption { /*images caption*/

	text-align: center;

	color:#666666;

}



.textwidget { /*text box*/

	margin:5px 0px 5px 5px;

}



#akismetwrap{

	margin:2px 0 2px 45px;

}

.rsswidget img {

	margin-top:2px;

	margin-left:-15px;

	padding:0px;

	background:#ff0 fixed;

}



#sidebar h1 a.rsswidget{

	margin-left:-3px;

	color: #706D2A;

	text-decoration:none;

}