/*
3 Leg Torso
*/

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background:  #000 url(../images/imgteal.jpg) repeat-x;
	font-size: 12px;
	color: #000;
}


body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	/* text-transform: lowercase; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: +1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 115%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #191919;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 950px;
	height: 15px;
	margin: 0px auto;
	/*background: url(../images/logo.png) no-repeat;*/
}

#header h1, #header p {
	float: left;
	margin: 0 0px;
}title

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	width: 950px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/00.jpg) no-repeat;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	 background: url(../images/00.gif) no-repeat left center; 
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Page */

#container {
	margin: 0 auto;
	width: 100%;
	height: 520px;
	padding: 0px 0;
	background-color: #249291;
}

#page {
	height: 560px;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/listen.jpg) no-repeat top right; 
	background-color: transparent;
}

/* Content */

#content {
	float: left;
	width: 450px;
}

.post {
	padding: 20px 0 10px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #111;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 475px;
	height: 525px;
	padding-top: 50px;
	/*background: url(../images/listen.jpg) no-repeat bottom right;*/
	z-index: 2;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(../images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(../images/img05.gif) no-repeat bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 30px;
	padding: 18px 0;
	background: #000;
	/* border-top: 2px solid #4A3903; */
	text-align: center;
	font-size: smaller;
	color: #B1B102;
}


#footer a {
	color: #FFFFFF;
	color: #B1B102;

}



