/*  
Theme Name: Jummy's
Theme URI: http://ooof.ca
Description: mine.
Version: 1.0
Author: Jumoke
Author URI: http://ooof.ca/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	font-family: Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;
}

h1{
	font-family: Verdana, Sans-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

a:link, a:visited{
	text-decoration: none;
	color: #4b3441;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
}

img {
margin:0 5px 0 5px;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 749px;
	height: 216px;
	padding: 0 0 20px 0;
}

#headerimg{
	padding: 10px 0 10px 0;
}

#headerimg a{
	text-decoration: none;
	border: 0px none;
}


#menu{
	width: 750px;
	text-align: right;
}

#tabs{
	margin: 0;
	padding: 0 0 15px 10px;
	border-bottom: 1px solid #4b3441;
	font-size: 14px;
}

#tabs li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
	
#tabs a{
	float: right;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #4b3441;
}

#tabs a.active, #tabs a:hover{
	border-bottom: 4px solid #875d75;
	padding-bottom: 2px;
	color: #4b3441;
}

#tabs a:hover{
	color: #4b3441;
}

#container{
	float: left;
	width: 500px;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Verdana, Sans-serif;
	font-size: 18px;
}

.post h2 a:hover{
	color: #875d75;
}

.date h3{
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #875d75;
}

.entry{
	line-height: 18px;
        font-size: 14px;
}

.entry a:link, a:visited{
	font-weight: bold;
	color: #875d75;
}

p img {
	padding: 2px;
	max-width: 100%;
    border: 0px;
}


p.postmetadata{
	border-top: 1px solid #DFD0D9;
	margin: 10px 0 5px 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar{
	float: left;
	width: 240px;
	background: #ffffff;
	color: #4b3441;
	margin: 0 0 0 10px;
	display: inline;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Verdana, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 18px;
}

/*- most recent twitter*/
.sb-lasttwitter ul li {
	list-style-type: none;
        color: #000000;
        border-bottom: 1px solid #ccc;
	}
.participate ul li {

list-style-type: none;
border-bottom: 1px solid #CCC;
padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}


#footer{
	clear: both;
	float: left;
	width: 750px;
	padding: 10px 0 0 0;
	border-top: 1px solid #4b3441;
}

#footer p{
	line-height: 14px;
	font-size: 9px;
	text-align: right;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.author{
	background:#ededed;
}