/*  
Theme Name: Golfy
Theme URI: http://www.add-link-url.com
Description: Golfy
Author: AddLinkUrl
Author URI: http://www.add-link-url.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #fff;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background:#00406E url('img/background.jpg') no-repeat fixed center top;
	color: #cacaca;
	font: normal 62.5% Verdana,Tahoma,sans-serif;
	padding-top: 5px;
	width: 101%;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em calibri,Verdana,sans-serif;}
h2 {font: normal 1.8em calibri,Verdana,sans-serif;}
h3 {font: normal 1em calibri,Verdana,sans-serif;}

h1,h2 {padding-top: 6px; color: #cacaca; margin-bottom: 4px; text-align-center;}

h3 {padding-top: 15px; color: #cacaca; margin-bottom: 4px;}

code {
	background: #FFFffd;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Verdana,calibri,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	
    font-style: italic;
    padding-left: 15px;

      
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #000f22;
	font-size: 1.2em;
	margin: 17px auto;
	width: 868px;
}

.outer-container {
	padding-bottom: 15px;
}
/* sidebar */

.textwidget {font-size: 16px; } 
.sideBar {font-size:12px; text-align: center;}
/* header &title */ 

#header {
	width: 1004px;
	height: 385px;
	position: relative;
}


.header {
	background: #000 no-repeat url('img/header1.jpg');
	position: relative; 
	height: 249px;
	width: 868px;
	margin-bottom: 0px;
	text-align: left;
}


.header .title {
	color: #528301;
	padding-top: 40px;
	padding-left: 40px;
}
.header .title .sitename a {
	color: #395a01;
	font: 3.8em Arial;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {color: #4f7c03;
}


.header .title .slogan {
	font: normal 1.2em Arial,sans-serif;
	padding-top: 3px;
      padding-left: 6px;
	color: #395a01;
}

.title { 
	display:none 
}

/* path */ 
.path {
	background: #000f22 url('img/navbar3.jpg') repeat-x scroll;
      	height: 39px;
	color: #949494;
	font: normal 14px Verdana, calibri,sans-serif;
	padding: 2px 5px 25px;
	
	
}
.path li,.path ul {display: inline; }
      
.path a {
	 color: #949494;
    display: block;
    float: left;
    margin-right: 3px;
    margin-top: 7px;
    padding: 7px;
    text-decoration: none;
	
	
}
.path a:hover {
	color: #fff;
	text-decoration: none;
	background-colour: #fff
}

/* main */
.main {
	background: #000f22;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	font: #cacaca;
	float: left;
	width: 600px;
	padding: 10px 10px 20px 20px;
	 border-right: 1px dotted;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 48px;
}
.content p {
      font-family: calibri,sans-serif;
      font-size: 15px;
      padding-top: 10px;
}

.entry {
      padding-top: 20px;}

/* navigation */
.navigation {
	float: right;
	width: 200px;
	padding: 10px 10px 20px 10px;
	
}

.navigation h2 {	color: #fff;
	text-align: center;
	font: bold 8px calibri,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 10px;
	font-size: 26px;
}

.navigation ul {
	padding: 1;
}

.navigation li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #68a601;
	color: #f6cf05;	
}

a {color: #FFF;}
a:hover {color: #6D7A87;}

/* footer */

.footer {
	background: #000f22
	padding: 3% 3% 1%;
	border-top: 0px solid #000;
	padding: 10px;
}
.footer ul {
	border-top: 1px solid #EAEADA;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #EAEADA;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
	text-decoration: none;
}
.footer a {color: #FFF;}
.footer a:hover {
	background: #31475c;
	color: #000000;	
}
.bottom {
      color: #555;
      text-decoration: none;
      font-size: 10px;
      width: 850px;
      padding-bottom: 20px;
}
.bottom2 {
      color: #fff;
      text-decoration: none;
      font-size: 9px;
      text-align: center;
 
}



.bottom a {
      color: #777;
      text-decoration: none;
}

.bottom a:hover {
	background: none;
	color: #fff;	
      text-decoration: underline;
}

.col3,.col3center {
	float: left;
	width: 255px;
}

.col3 h2,.col3center h2, .col3center h2 {
	color:#CEAD00;
      padding-left: 10px;
}

.col3center {margin: 0 3%;}


/* posts */

.post h1{
      border-bottom:1px #bbbbbb;
}
.post h1 a {
	color: #cacaca;
	text-decoration: none;
      padding-left: 0px;
}
.post h1 a:hover {
	color: #fff;
}

.post h1 {
	color: #89B1B1;
	padding: 0px 0px 0px 0px;
}

.post {margin: 9px 0 2px;}
.post .info{
	border: 0px solid #E3E4E4;
	color: #fff;
	margin: 2px 0 25px 4px;
	padding: 5px 15px;
	text-align: right;
}
.post img {
	border: none;
}

.post a img {border: none}
.post a:hover img {border: none}

.info a {color: #fff; text-decoration: none; }
.info a:hover {color: #fff; text-decoration: underline;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;

	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

#commentform p {
	margin: 0px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentmetadata a{
      color: #679e0e;
	}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFFffc;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFFffc;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 0px; }

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

.rss-feed { background: #FFFFDD url("img/rss-feed.gif") repeat-x 0 0; border: 1px solid #D1D3D5; margin: 2.0em 0 0; padding: 1.5em 15px 0.75em; }
.rss-feed h4 { color: #636567; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0; margin-right: 5px; padding: 0; }

.alignright {
	float: right;
      padding-right:10px;
	}

.alignleft {
	float: left;
      padding-left:10px;
	}

.alignrighttt {
	float: right;
      color: #5a8a0c;
	font-size: 0.9em;
	}

.alignrighttt a{
      text-decoration: none;
      color: #5a8a0c;
	}

.alignrightttt a{
	float: right;
      font-size: 14px;
      text-decoration: none;
      color: #5a8a0c;
      padding-top: 7px;
	}

.alignlefttt {
	float: left;
      padding-left:0px;
      color: #5a8a0c;
	font-size: 0.9em;
	}

.alignlefttt a{
      text-decoration: none;
      color: #5a8a0c;
	}

.alignleftttt a{
	float: left;
      font-size: 14px;
      text-decoration: none;
      color: #5a8a0c;
      padding-top: 7px;
	}

.alignleftt {
	float: left;
      padding-left:10px;
      padding-top:10px;
	}

.single{
      border-bottom: 1px solid #679e0e;
}

.entry ul li{
	list-style: none;
}

h2.pagetitle {
	font-size: 1.5em;
      font-weight: bold;
	text-align: center;
      color: #4D7802;
}

cite a{ color: #5a8a0c; }