/*
Theme Name: TakePart
Theme URI: http://14lines.com
Description: Minimal theme with bare essentials
Version: 1.4
Author: Daniel Cooper
Date: September 2006
*/

#wrapper{
width: 500px;
margin-left: auto;
margin-right: auto;
}

#nav ul{
padding: 0;
margin-top: -40px;
}

#nav ul li{
display: inline;
margin-left: 15px;
font-size: 18px;
font-family: arial;
color: white;
}

#nav ul li a{
color: white;
text-decoration: none;
}

#nav ul li a:hover{
color: #FFEA5B;
text-decoration: none;
}

#content{
margin-top: 60px;
font-family: arial;
font-size: 12px;
padding-left: 10px;
}

#content h1{
font-size: 25px;
}

#content h2 a{
font-size: 20px;
color: #8C1843;
text-decoration: none;
}

span.date{
text-align: right;
float: right;
clear: both;
margin-top: -25px;
font-size: 10px;
color: #808080;
}

.breadcrumb{
font-size: 10px;
color: #808080;
text-align: right;
}







