/*  
Theme Name: Our Button
Theme URI: http://www.ourbutton.com
Description: Our Button blog theme based upon the Our Button web site current layout
Version: 1.0
Author: Spencer Lavery
Author URI: http://youlove.us
*/

/*Pagination Styles
*********************************************************/

div.pagination{
	padding:3px;
	margin:3px;
	text-align:center;
	}
div.pagination a{
	padding:2px 5px;
	margin:2px;
	border:1px solid #aaa;
	color:#888;
	text-decoration:none;
	}
div.pagination a:hover, div.pagination a:active{
	border:1px solid #555;
	color:#333;
	}
div.pagination span.current{
	padding:2px 5px;
	cursor:default;
	margin:2px;
	border:1px solid #555;
	background-color:#555;
	color:#fff;
	font-weight:bold;
	}
div.pagination span.disabled{
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd;
	}
	
/*Post Styles
*********************************************************/
	
div.post{
	margin:0 0 40px;
	}
div.post img{
	padding:5px;
	max-width:98%;
	border:1px solid #ddd;
	}
div.post a:hover img{
	border:1px solid #aaa;
	}
div.post small{
	width:447px;
	display:block;
	margin:-15px 24px 10px 0;
	padding:5px;
	background:#eee;
	}
div.post small.meta{
	margin:15px 0;
	}
	
/*Sidebar Styles
*********************************************************/
	
#sidebar ul{
	margin:0 0 30px 20px;
	padding:0;
	}
#sidebar li{
	margin:0 0 0 -20px;
	padding:0;
	}
#sidebar ul ul{
	margin-bottom:0;
	}
#sidebar ul.nobullet li a {
	background: none !important;
	padding: 0 10px 0 0 !important;
	line-height: 1.4em;
	font-size: 1em !important;
	}
	
/*Comment Styles
*********************************************************/	
	
ol.commentlist{
	margin:20px 0;
	padding:0;
	width:457px;
	list-style-type:none !important;
	}
	ol.commentlist li{
		list-style-type:none !important;
		}
ol.commentlist li div.commenttitle{
	background:#eee;
	border:1px solid #ddd;
	border-width:1px 1px 0;
	padding:5px;
	}
ol.commentlist li div.commenttitle cite a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
ol.commentlist li div.commenttitle small a{
	color:#fff;
	padding-top:2px;
	text-decoration:none;
	float:right;
	}
ol.commentlist li div.commentbody{
	padding:5px;
	border:1px solid #ddd;
	}
ol.commentlist li div.commentbody p{
	padding:0 !important;
	margin:5px 0 !important;
	font-size:1em !important;
	}

/*Form Element Styles
*********************************************************/

#content_right form p{
	clear:both;
	width:456px !important;
	}
	#content_right label{
		float:left;
		width:140px;
		padding:8px 0;
		font-size:0.9em;
		font-weight:bold;
		text-align:left;
		}
	#content_right input{
		float:right;
		width:280px;
		margin:5px 0;
		padding:3px 0;
		background-color:#eee;
		border:1px solid #ccc;
		padding:2px;
		}
	#content_right textarea{
		width:450px !important;
		border:1px solid #ccc;
		padding:2px;
		background-color:#eee;
		}
	#content_right #submit{
		width:auto;
		padding:6px 3px;
		background-color:#990000;
		border-color:#990000;
		color:#fff;
		font-weight:bold;
		text-transform:uppercase;
		}
		
/*No more Mr. Smiley!
*********************************************************/
		
img#wpstats{display:none}
