@charset "UTF-8";
/* CSS Document */

body {
	background-color: #6d8ca0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

img {
       float: left;
       margin: 0 8px 8px 0;
}

p {

	font-size: 12px;
	color: #333;
	padding: 0	12px 10px 12px;
	margin: 0;
       line-height: 1.5;
}

blockquote {
       padding: 0px 24px 12px 24px;
       margin: 0;
       font-style: italic;
      color: #000;

}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #6d8ca0;
	padding: 0	12px 0px 12px;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
	
		
}

h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666;
	padding: 0	12px 0px 12px;
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0em;
	
		
}

h5 {
text-align: right;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #666;
	padding: 0	12px 0px 12px;
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.summary {
      text-align: center;
      font-style: italic;
      padding-top: 8px;
}

#wrapper {
	width: 860px;
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(img/header.jpg);
	height: 224px;
	background-repeat: no-repeat;
}

#main-content {
	width: 561px;
	margin: 35px 0 0 0;

}

#navigation {
	height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 201px;
	list-style: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 500;

}

#navigation ul {
	margin: 0;
	padding: 0 0 0 23px;
}

#navigation ul li {
	float: left;
	list-style: none;
	text-align: center;	
	padding: 0 3px;
}

#navigation li a{
	display: block;
	width: 100px;
	height: 23px;
	background-image: url(img/nav-grey.gif);
	background-repeat: no-repeat;
	color: white;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 6px 0 0 0;
	text-decoration: none;
}

#navigation li a:hover {
	background-image: url(img/nav-white.gif);
	background-repeat: no-repeat;
	color: #fc9604;
}

#navigation li a.active {
	background-image: url(img/nav-white.gif);
	background-repeat: no-repeat;
	color: #fc9604;
}



.listen {
      margin: 0 12px 0px 12px;
      float: left;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #6d8ca0;
      text-align: center;
      font-size: 11px;

}
	

.post-top {
	height: 6px;
	background-image: url(img/content-top.gif);
	background-repeat: no-repeat;
	padding:0;
	margin: 0;
}

.post-body {
	background-image: url(img/content-bg.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

.post-bottom {
	height: 6px;
	background-image: url(img/content-bottom.gif);
	background-repeat: no-repeat;
	padding:0;
	margin: 0;
}

.post-clear {
       width: 560px;
       height: 1px;
       clear: left;
}

#sidebar {
	float: right;
	width: 262px;
	margin: 35px 0 0 0;

}

#sidebar p {
	font-size: 10px;
        line-height: 1.3;
}

#sidebar ul {
	margin: 0 12px 0 28px;
	padding: 8px 0 0 0;
	list-style-image: url(img/bullet.gif);
}

#sidebar li {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #333;
	margin: 0;
	padding: 0 0 8px 0;
}

#sidebar h3{
	color: #ffd408;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 4px 0 0 12px;
	margin: 0;
}

#sidebar h4 {
       color: #000;
       font-size: 13px;
	padding: 0px 0 0 8px;
      margin: 0;
}

#twitter {
      background-image: url(images/twitter-bird.png);
      background-repeat: no-repeat;
      background-position: top right;
}
	
.widget-top {
	height: 32px;
	background-image: url(img/widget-top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
	
.widget-body {
	border-right: 3px solid #fc9604;
	border-left: 3px solid #fc9604;
	background-image: url(img/widget-bg.gif);
	background-repeat: repeat-x;
	background-color: #e1e2df;
}

.widget-bottom {
	height: 8px;
	background-image: url(img/widget-bottom.gif);
	background-repeat: no-repeat;
	margin:0 0 12px 0;
	padding: 0;
	}
	
#clearit {
      width: 100%;
      height: 1px;
      clear: both;
}


#footer {
	width: 100%;
	height: 47px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	text-align: center;
	margin: 20px 0 0 0;
}

#footer p{
	font-size: 10px;
	padding: 0;
	margin: 0;
}

#footer a {
	color: #666;
}

	