/*
Theme Name: Ada Shows
Theme URI: http://ada-books.com/news
Description: Theme made just for Ada Books
Version: 1.0
Author: Paul Yates in conjunction with Jason Tranchida and some other dude.
Author URI: http://llamaproduct.com
Tags: Ada Shows
*/



* {
	margin: 0px;
	padding: 0px;
}

a { outline: 0px; }
a img { border: 0px; }
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Garamond;
}
#header {
	background-color: #87926f;
}
#page {
	margin-left: 75px;
	padding: 20px 0px;
}
#page p {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	line-height: 1.6em;
}
#left {
	width: 400px;
	float: left;
}
#container {
	width: 1000px;
}
#content {
	float: right; width: 600px;
}
#content-left {
	float: left;
	width: 400px;
	/* height: 386px;
	overflow: auto; */
}
#content-right {
	float: right;
	width: 180px;
	margin-left: 20px;
}

#main-nav {
	float: left;
	margin-top: 47px;
}
#sub-nav {
	font-size: 1.4em;
	margin: 20px 0px 0px 0px;
}
#footer {
	margin: 20px 10px 20px 75px;
	font-size: 1.4em;
	color: #797a67;
}
#sm-logo {
	float: left;
}
#sm-logo-text {
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 1.5em;
}
.clear {
	clear: both;
}	
#sidebar ul li {
	list-style: none;
}

