/*  
Theme Name: winterblue2
Theme URI: http://www.add-link-url.com
Description: winterblue2
Author: AddLinkUrl
Author URI: http://www.add-link-url.com
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background:#000 url('img/bg.gif');
	color: #000000; /*was #676666*/
        font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font: normal 62.5% Tahoma,sans-serif;*/
	padding-top: 5px;
}

/* ORIGINAL, ADDED SPACE BETWEEN PARAGRAPHS p,code,ul {padding-bottom: 1.2em;}*/

li {list-style: none;}

/* ORIGINAL h1 {font: normal 2.0em Tahoma,sans-serif;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2 {padding-top: 0px; color: #20058D; margin-bottom: 4px;}

h3 {padding-top: 15px; color: #3209D9; margin-bottom: 4px;} END ORIGINAL*/

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 1.6em; /* original 2em;  */
	/*text-align: center;*/
	}
h2 {
	font-size: 1.4em; /* original 1.6em;  */
        padding-top: 15px; margin-bottom: 4px;
	}
h3 {
	font-size: 1.2em; /* original 1.3em;  */
        padding-top: 15px; margin-bottom: 4px;

	}


code {
	background: #FFFffd; 
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	/*font-weight: bold;*/
	/*padding-left: 28px;*/
        background: #FFFCED;
        padding: 4px 4px 4px 10px;
        margin: 1.5em 30px 1.5em 30px; 
        border-top: 1px solid #F2E6B1;
	border-left: 1px solid #F2E6B1;
      /*border-left: 1px solid #dddedf;*/
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #000;
	font-size: 1.2em;
	margin: 0 auto;
	width: 894px;
}

.outer-container {
	padding-bottom: 15px;
}

/* headere & title */
.header {
	background: #000 url('img/header_ring_tall_v4.jpg') no-repeat;
	height: 154px;
	margin-bottom: 0px;
	text-align: left;
}
.header .title {
	color: #fff;
	padding-top: 75px;
	padding-left: 400px;
}
.header .title .sitename a {
	color: #fff;
	font: 3.8em Arial;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {color: #fff;}
.header .title .slogan {
	font: normal 1.2em Arial,sans-serif;
	padding-top: 3px;
      padding-left: 6px;
	color: #fff;
}

/* path */ 

#current{
color:#fff;background:transparent url("img/bgON.gif") no-repeat top right;}


.current_page_item {
color:#fff;background:transparent url("img/bgON.gif") no-repeat top right;}


/* main */
.main {
	background: url('img/main.gif') repeat-y;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 615px;
	padding-right: 15px;
}
.content .descr {
	color: #000000;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 48px;
}
.content p {
      font-family: sans-serif,"Lucida Sans Unicode";
      font-size: 13px;
padding-bottom: 7px;      
padding-top: 7px;} /* Original was just 20px the top of each post padding, a padding-top, but this also affects the blockquote with 15px so I changed it to bottom and top at 7 each and that seems to fix it */

.content img {
 padding-right:10px;
 padding-left:0px; 
 
}

.entry {
      padding-top: 20px;} /* don't know, but acts like content p*/

.entry a {
       text-decoration: none; /*removes line from underneath links */
       border-bottom:1px dashed; /*dash under links in entries*/ 
} 


/* navigation */
.navigation {
	float: left;
	width: 223px;
}
.navigation form {
	margin:0px;
}

.navigation h2 {

      /* ORIGINAL FLOWER GRAPHIC background: transparent url('img/menuhg.png') no-repeat left;*/
	color: #3209D9;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
/* ORIGINAL FONT font: bold 1.5em Tahoma,sans-serif;*/
	line-height: 20px;
 	margin-top: 5px;
      width: 200px;
	margin-left: 0px; /*ORIGINAL 30PX Changing this fixed the lurching search box, weird?*/
	padding-left: 23px;/*ORIGINAL 23PX*/
}
.navigation ul {
	padding: 0;
}

.navigation li a {
      background: transparent url('img/bg1.gif') no-repeat left;
	font-size: 13px;
	color: #4D3E8C;
      margin-left: 25px;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 75%;
      border-bottom: 1px dotted #b2cdc2;
}
.navigation li a:hover {
	text-decoration: underline;	
}

a {color: #4D3E8C;}
a:hover {color: #3209D9;}

/* footer */
/* footer */
.footer {
	/* background: transparent url('img/footer.gif') no-repeat; */
	background: #321e17;
	color: #333333;
	padding: 2% 3%;
	border-top: 0px solid #FFFFFF;
}

.bottom a {
      color: #333333;
      text-decoration: none;
	border-bottom: 1px dotted #333333;
}

.bottom a:hover {
	background: none;
	color: #333333;	
	border-bottom: 1px solid #333333;
}

.col3,.col3center {
	float: left;
	width: 255px;
}

.col3 h2,.col3center h2, .col3center h2 {
	color:#635FD9;
      padding-left: 10px;
}

.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #ffffff;
	clear: both;
text-align:center;
	font-size: 1.1em;
}

/* posts */

.post h1{
      /* ORIGINAL DOTTED LINE UNDER H1 border-bottom:1px dotted #bbbbbb;*/
}
.post h1 a {
	color: #4D3E8C;
	text-decoration: none;
}
.post h1 a:hover {
	color: #ffb200; /*was 365700*/
}

.post {margin: 6px 0 2px; }

.post .info{
	/* ORIGINAL HAD DOTTED LINE AT END (TOP OF NEXT) OF EACH POST border-top: 1px dotted #d3d4d2;*/
	color: #70716e;
	margin: 2px 0 4px;
	padding: 5px 0px 15px 0;
	text-align: left;
}

.post a {
	text-decoration: none;/*TESTING*/
}

.post img {
	border: none 

}

.post a img {
        border: none
}
.post a:hover img {
        border: none
}

.info a {color: #70716e; text-decoration: none; }
.info a:hover {color: #70716e; 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; /*text underneath heading with cateogry*/
	}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6; /*background to was F8F7F6*/
	border: 1px solid #4D3E8C;
}
.styled:hover {
	background: #FFFffc;
	border: 1px solid #4D3E8C;
}
.styled:focus {
	background: #FFFffc;
	border: 1px solid #4D3E8C;
}
#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;
  background-color:#EDF3Df;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:180px;
  margin-left: 20px;
  text-align:center;
}

.navigation table caption {
  margin: -25px 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: 210px; /* 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 {
	margin: 0px auto;
	padding-right: 1px; 
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 80px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	background:#599117  url('img/search.jpg') no-repeat bottom right;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	}

#searchform #searchsubmit{

	background:#599117 url('img/search.jpg') no-repeat bottom right;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0px; 
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	background: url('img/comm.png') no-repeat center left;
	float: right;
	padding: 0px 0 0px 17px;
	}



.alignrighttt a{
      text-decoration: none;
      color: #5a8a0c;
	}

.alignrightttt a{
	float: right;
      font-size: 13px;
      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: 13px;
      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: #4e7d02;
}

cite a{ color: #5a8a0c; }

/* style for author photo */
#authorphoto {
	width:100%;
	text-align:center;
}

#progressbars li {
	font-size: 9px;
	color: #4D3E8C;
  margin-left: 25px;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 75%;
  border-bottom: 1px dotted #b2cdc2;
}
.progressbarperc {
	width:160px;
	text-align:center;
	position:absolute;
	z-index:100;
	font-size:9px;
	line-height:11px;
	color:#000000; /* was #FFFFFF */
}
.progressbarouter {
	width:160px;
	font-size:9px;
	line-height:11px;
	background-color:#CCCCCC;
	border:solid 1px #000000;
}
.progressbarinner {
	background-color:#FF3333;
}


/*.posttop {height:35px;	background:transparent url('img/posttop.png') no-repeat top center;}*/


.ec3_list {
color:#880000;
letter-spacing:-0.2px;
margin-left:25px;
word-spacing:-1px;
}


/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{margin:0;padding:0;list-style-type:none;width:auto;position:relative;display:block;height:36px;text-transform:uppercase;font-size:14px;font-weight:bold;background:transparent url("img/bgOFF.gif") repeat-x top left;font-family:Helvetica,Arial,Verdana,sans-serif;border-bottom:3px solid #336666;border-right:2px solid #336666;border-left:2px solid #336666;}

ul#saturday li{display:block;float:left;}

ul#saturday li a{display:block;float:left;color:#333333;text-decoration:none;padding:12px 23px 0 23px;height:24px;background:transparent url("img/bgDIVIDER.gif") no-repeat top right;}

/* ^^^^^ Original padding setting, controls left right space between menu items in saturday li a^^^^^ padding:12px 30px 0 30px ^^^^^*/

ul#saturday li a:hover{background:transparent url("img/bgHOVER.gif") no-repeat top right;}

ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("img/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

