/* this was mostly taken from the website www.mitchinson.net, though I 
changed it substantially. Aside from changing aspects like the color 
scheme and images, I made the footer stick to the bottom of the page by 
using a technique called footerstick Alt addapted from 
www.themaninblue.com. */

body {
margin: 0;
padding : 0;
background: #ccc 
url(http://www.overheardatharvard.com/css/images/bg.jpg) center repeat;
color: #aaa;
height: 100%;
}

html {
height: 100%;
}

textarea {
font-size: 96%;
font-family: tahoma, sans-serif;
}

			/*WRAP*/
#container-content {
width: 760px;
margin-left: auto;
margin-right: auto;
padding: 0;
font: 86% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.4em;
background: transparent;
color: #666;
position: relative;
min-height: 100%;
}

* html #container-content{
height: 100%;
}
			/*TOP BANNER*/
#banner {
padding: 0;
margin-bottom: 0;
height: 150px;
border-bottom:3px solid #fff;
background: #66ccff url(http://www.overheardatharvard.com/css/images/wine.jpg);
color: #000;
}
			/*TOP NAVIGATION*/
#navbar ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
font-size: 130%;
text-align: center;
border-bottom:3px solid #fff;
background: #385900;
color: #000;
}
#navbar a {
float:left;
width:6em;
height:30px;
text-decoration:none;
color:#fff;
background:#385900;
padding:0.5em 0.6em;
border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#navbar li {
display:inline;
}
			/*MAIN CONTENT*/
#content {
padding-top: 1em;
padding-bottom: 50px;
margin-left: 200px;
padding-right: 1em;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 160px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #003366;
background: inherit;
text-decoration: none;
margin: 0;
padding: 5px 0 5px 0;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #E6E7E9;
color: #339999;
}
			/*FOOTER*/
#footer {
clear: both;
width:750px;
padding: 5px;
margin: 0;
font-size: 0.8em;
border-top: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #66ccff;
color: #000;
text-align: center;

width: 760px;
margin-left: auto;
margin-right: auto;
font: 83% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.3em;

position: relative;
margin-top: -34px;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #000; 
}
#footer a:hover {
text-decoration : underline;
background : inherit;
color :  #fff;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #339999;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #003366; 
}
			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 150%;
letter-spacing: 3px;
}
h4 {
margin: 0;
padding: 5px 0 0 20px;
font-size: 130%;
letter-spacing: 3px;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #000066;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
line-height: 1.3em;
background : inherit;
color :  #000066;
}
h3 a:hover {                   
text-decoration: none;
background: inherit;
color: #000066;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
clear: both;
overflow: hidden;
width: 0;
height: 0;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E1e2e4;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 90%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
