/* Pipefest */

body {
	margin: 0;
    padding: 0;
    text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(2010Graphics/bg2.jpg);
    background-color: #333366;
	background-repeat: repeat-x;   		
}



.highlight
    {
   color: #990099;
   font-weight: bold;
}

.grey {color: #999999}
 
.band {padding-right: 6px; color: #5C93D6}

.box { padding: 12px;
       background: F3F3F3;

}

.box2 {padding: 12px;
       background: url(../images/box2.jpg);
	   background-repeat:repeat-x;
	   background-color:#f2f2f3;
       border: 1px solid #cccccc;
	   text-align: left;
}

.box6 {padding: 12px;
       margin-bottom:4px;
       background: url(../images/box2.jpg);
	   background-repeat:repeat-x;
	   background-color:#f2f2f3;
       border: 1px solid #cccccc;
	   text-align: left;
	  
}

.box7 {padding: 12px;
       margin-bottom:4px;
       border: 1px solid #cccccc;
	   text-align: left; 
}



.box3 { padding: 12px;
       background:  #EAEAEA;
       border: 1px solid #cccccc;
}
 

img.newsimage 
{
float:left;
margin:0px 15px 15px 0px;
}


h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	text-align: left;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

.warning {
	color:#FF0000
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 10px 2px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 880px;
	height: 120px;
	margin: 0 auto;
    border-bottom: 1px solid #ffffff;
      
}

#hdr-graphic {
	width: 880px;
	margin: 0 auto;
    border-bottom: 1px solid #ffffff;
       
}


/* Menu */

#menu {
	width: 880px;
	height: 36px;
	margin: 0 auto;
	background: url(images/nav_bg.jpg) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu li {
   display: inline;
	
}

#menu a {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-left:20px;
	font-size: 13px;
	font-weight:bold;
	height:35px;
	text-decoration: none;
	color: #333333;
}



#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/nav_bg2.jpg) repeat-x;
	
}



/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	background: #ffffff ;
}





/* Content */

#content {
	float: left;
	width: 536px;
	padding: 24px 0 0 30px;
}
#content-wide {
	width: 780px;
	padding: 24px 0 0 30px;
	display:block
}

.tunes {
	text-align: left;
	}


.listing{
	padding:0px 0px 8px 0px;
        border-bottom: 1px dotted #666666; 
		margin-bottom:5px;             
}

.entry {
	padding:0px 0px 5px 0px;
        border-bottom: 1px dotted #cccccc;
        /*background: url(2008_images/basebg2.jpg) repeat-x;*/
        
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.blog {
width:100%;
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px dotted #999999;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#right {
	float: right;
	width: 240px;
	padding: 24px 30px 0 18px;
	
}





/*Contact Form*/
#form  {
	display: inline;
}

/* Footer */



.count a {
    color:#999999;
	text-decoration: none;
}

.count a:hover {
	background-color:#999999;
	color:#ffffff
}

#footer {
        margin: 0 auto;
        width: 880px;
        text-align: center;
        padding: 3px 0 3px 0;
		background-color:#999999;
		font-size:11px;
		letter-spacing: 0.05cm;
		color:#FFFFFF
}

#footer a {
	color: #999999;
}

#footer2 {
        margin: 0 auto;
        width: 880px;
        text-align: center;
        padding: 3px 0 3px 0;
		background-color:#999999;
		font-size:11px;
		letter-spacing: 0.05cm;
		color:#FFFFFF
}

#footer2 a {
	color: #ffffff;
	text-decoration:none;
}

#footer2 	a:hover {
	color: #333;
}