/*  
Theme Name: ttb
Theme URI: http://wordpress.org/
Description: ttb theme created by <a href="http://www.beammeout.com">Beammeout</a>. 
Version: 1.0
Author: Ross Brewer
Author URI: http://www.beammeout.com
*/

body
{
padding: 0;
background: #f9f9f9 url(images/msbackpastel.gif) repeat-x top center;
color: #333;	
font-size: 16px;
line-height: 20px;
font-family: "Helvetica", "Bitstream Vera Serif", "Times New Roman", times, serif;
text-align: center;
}

#container	{
	width: 900px;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	min-height: 250px;
	margin: 25px auto;
	}
	
	.contentfull p {
	margin: 20px;
	}

#header
{
margin: 5px auto;
height:286px;
background: url(images/logo850.jpg) no-repeat top center;
width: 900px;
padding: 0px;
}

.donate
{
margin: 0 auto;
background:#fff;
color: #444;
width: 196px;
padding: 8px;
font-size: 12px; 
line-height: 14px;
letter-spacing: 1px;
font-weight: normal; 
font-family:  "Times New Roman", times, serif;
}

.donate a
{
color:#95a43b;	
font-size: 12px; 
line-height: 14px;
letter-spacing: 1px;
font-weight: normal; 
font-family:  "Times New Roman", times, serif;
text-transform: none;
text-align: center;	
color: #444;
}

.donate a:hover {
color: #6e2b76;
text-decoration: none;
}

#page
{
margin: 0 auto;	
text-align: left;
}


/* sidebar */

/*#sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/
	
	 #leftcol ul li {
	list-style-image: url(images/);/* replace bullet with image of your choice */
	}
	
	#rightcol ul li {
	list-style-image: url(images/);/* replace bullet with image of your choice */
	}
	
		 .narrowcolumn ul li {
	list-style-image: url(images/);/* replace bullet with image of your choice */
	}
	
	
	#sidebar h2 {
color: #25516E;	
font-family:  "Times New Roman", times, serif;
color: #25516E;
font-size: 1.1em; 
line-height: 18px;
font-weight: normal;
text-align: left;
	}
	
	#sidebar
{
color: #333;	
font-family: "Times New Roman", times, serif;
font-size: 16px;
line-height: 18px;
width: 220px;
margin: 20px 0 0 700px;
text-align: left;

}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin:  5px 0 5px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	}
	
	#sidebar ul a {
	color: #333;
	text-transform: none;
	}
	
	#sidebar ul a:hover {
	color: #D73228;
	background: #fff;
	text-decoration: underline;
	}

#sidebar form {
	margin: 10px 0 10px 0;
	}	
	
	/* end sidebar */
	
	#content {
margin: 0;
float: left;
width: 600px;
}

#content h2 {
font-size: 1.1em; 
	line-height: 16px;
	font-weight: bold; 
	}

	
	.narrowcolumn {
	padding: 0 25px 20px 25px;
	margin: 0 10px 0 0;
	width: 600px;
	
	}

div.picgrid {
margin: 0 auto;
  border: 0px double #333;
  background-color: #fff;
  }
  div.spacertop {
  margin: 10px 0 10px 0;
  }
div.spacer {
  clear: both;
  margin: 10px 0 10px 0;
  }
  
  div.thumb1 {
  float: left;
  margin: 10px 0 10px 40px;
  width: 150px;
  }
  
    div.thumb2 {
  float: left;
  margin: 10px 0 10px 40px;
  width: 165px;
  }
  
div.thumb p {
   text-align: center;
   font-size: 11px;
line-height: 12px;
font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
   }
   
   .simon {
   clear: both;
   }
   
   /*start menu*/
   
   #menu {
width:900px;
height:40px;
background: url(images/) no-repeat top center;
border-bottom:0px #fbc45b solid;
margin:0 auto;
padding:10px 0;
}

#menu li {
display:inline;
margin:0;
}

#menu li a {
display:block;
height:28px;
width:180px;
text-align:center;
background-image:url(images/);
background-position:right;
background-repeat:no-repeat;
color:#980412;
float:left;
font-family:  "Times New Roman", times, serif;
text-decoration:underline;
font-size:25px;
line-height: 26px;
}

#menu li a:hover {
color:#6e2b76;
text-decoration:none;
}

.current_page_item a {
color: #697520 !important;
text-decoration:none;
}
/*end menu*/

#search {
float: left;
margin: 10px 0 0 15px;
width: 250px;
}

#time {
float: right;
margin: 105px 15px 0 0 ;
font-family: "Helvetica", "Bitstream Vera Serif", "Times New Roman", times, serif;
text-decoration:none;
font-size:12px;
width: 200px;
}


blockquote {
color: #626161;
background: #f5f5f5;
border: 2px solid #ddd;
padding: 5px 5px 5px 10px;
margin-top: 10px;
}

.postmetadata {
border-bottom: #ccc 0px dotted;
margin: 0 0 10px 0;
}

.header {
width: 615px;
margin: 20px 0 5px 20px;
display: block;
clear: both;
}


/*generic link face color*/

a {
text-decoration: none;
color: #960031;
}

a:hover {
color: #4A7ABA;
text-decoration: underline;
}



.entry a {
color: #66227c;
text-decoration: underline;
}

.entry a:hover {
color: #2e4c03;
text-decoration: underline;
}

.entry img {
border: 0px double #ccc;
padding: 2px;
}

.noborder img {
border: 0;
}


.entrytext img {
border: 0px solid #ccc;
padding: 0px;
}

p {
margin: 2px 0 15px 0;
}

a img { border: 0 }
 
img.inline {
margin: 0 20px 0 20px;
}
	
	.leftcolsub {
 	 width: 48%;
     float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0;
	text-align: left;
	
	}
	
	.leftcolsubface {
 	 width: 40px;
     float: left;
	margin: 15px 0 0 20px;
	padding: 0;
	text-align: left;
	border-top: 0px #ccc solid;
	}

.rightcol {	
    margin-left: 52%;
	padding: 0;
	text-align: left;
	}
	
	.leftcol {
	float: left;
	width: 50%;
	padding: 0 0 0 5px;
	text-align: left;
	}
	
	
	.rightcolsub {	
    margin-left: 49%;
    margin-top: 15px;
	padding: 0;
	text-align: left;
	border-left: 0px #ccc solid;
	display: block;
	width: 420px;
	}
		
	.contentfullpagenb {
	width: 99%;
	clear: both;
	margin: 10px 0 15px 0;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
#footer
{
clear: both;
height: 45px;
width: 900px;
text-align: center;
margin: 0 auto;
background: #fff url(images/) no-repeat top center;  /*background pattern */
border-top: 1px #6e2b76 solid;
}

#footer p {
font-family: helvtica, georgia;
font-size: 12px;
color: #333;
margin: 2px;
}


.narrowcolumn {
	padding: 0 5px 0 10px;
	margin: 0 10px 0 10px;
	width: 600px;
text-align: left;
	}

.widecolumn {
	padding: 10px 0 20px 25px;
	margin: 5px 0 0 180px;
	width: 600px;
	}
	
	
	img.alignleft {
	float: left;
margin: 5px 15px 5px 15px;
display: inline;
}

img.alignright {
float: right;
margin: 5px 5px 5px 10px;
display: inline;
}
	
img.left {
float: left;
margin: 5px 10px 5px 10px;
display: inline;
}

img.logoleft {
margin: 0;
display: inline;
border: none;
padding:0 5px 0 0;
float: left;
}
img.logoright {
margin: 0;
display: inline;
border: none;
padding:0 0 0 5px;
float: right;
}

img.logo {
margin: 0 0 0 80px;
display: inline;
border: none;
}

img.noborder {
display: inline;
border: none;
}

img.right {
float: right;
margin: 5px 5px 5px 10px;
display: inline;
}

img.center  {
margin: 0 auto;
padding: 2px;
}

.centered {
margin: 0 auto;
text-align: center;
}



h1 {
  color:#95a43b;	
	font-size: 46px; 
	line-height: 48px;
	letter-spacing: 1px;
	font-weight: normal; 
	font-family:  "Times New Roman", times, serif;
	text-transform: uppercase;
	text-align: center;	
}

h2  {
    color: #6e2b76;
font-family:  "Times New Roman", times, serif;
font-size: 36px; 
line-height: 38px;
letter-spacing: 1px;
font-weight: normal;
text-align: center;	
}

h3 {
font-family:  "Times New Roman", times, serif;
color: #95a43b;
font-size: 28px; 
line-height: 30px;
letter-spacing: 1px;
text-align: center;
}

strong {
font-family:"Times New Roman", times, serif;
font-size: 20px;
line-height: 22px;
letter-spacing: -1px;
color: #000;
font-weight: 100;
display: inline;
margin-right: 5px;
}

p.feature {
font-family: "Times New Roman", georgia, serif;
font-size: 16px;
line-height: 18px;
text-transform: none;
color: #333;
		}

h4 {
color:#6e2b76;
padding-left: 5px;
font-size: 18px; 
line-height: 20px;
display: inline;
font-family: "Times New Roman", georgia, serif;
}




/* home list*/

#rightcolthumb {	
    margin-left: 50%;
    margin-top: 15px;
	padding: 0;
	text-align: left;
	border-top: 0px #ccc solid;
	}
	


