/*
3 Leg Torso
*/


html, body {
    height: 100%;
}
	
body {
	margin: 0;
	padding: 0;
  	text-align: center;
	background: #000 url(../images/imggrn.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: #999933;
}

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;
	text-decoration: blink;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 950px;
	height: 15px;
	margin: 0px auto;
}

#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;
  	text-align: left;
}

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

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0px 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Page */

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

#page {
	margin: 0 auto;
	min-height: 520px;
	width: 800px;
	padding: 0px 0;
	background: url(../images/bike.jpg) no-repeat right top; 
	background-color: transparent;
}



/* Content */

#content {
	float: left;
	width: 350px;
    	height: 475px;
	background: url(../images/bubble.jpg) no-repeat top right;
}

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

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

.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;
}


/* Footer */

#footer {
	height: 5%;
	clear: both;
	padding: 1em 0 1em 0;
	margin: 0em auto;
	text-align: center;
	font-size: smaller;
	color: #B1B102;
	background-color: #000;
}


#footer a {
	color: #FFFFFF;
	color: #B1B102;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++ */

/* Sidebar */

#sidebar {
	float: right;
	width: 475px;
}

#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;
}



