/*  
Theme Name: The Bean Blog 
Theme URI: http://www.littlejumpingbeans.com
Description: Custom Theme for Little Jumping Beans LLC. 
Version: 1.0
Author: Silver-Logic Web Services
Author URI: http://www.silver-logic.com
*/
/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
html, body { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */
body, html { 
	text-align: center;
	margin: 0 auto;
}

a:link, a:visited, a {
	color: #7e2892;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pcHeader {
	background: url(images/header.png) no-repeat;
	height: 157px;
}

#container {
	width: 945px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 669px;
	float: left;
	text-align: left;
	margin-left: 8px;
	padding-top: 10px;
}

#contentsingle {
	width: 900px;
	text-align: left;
	margin-left: 15px;
	height: auto;
	padding-top: 10px;
}

#sidebar {
	width: 245px;
	float: right;
	text-align: left;
	margin-right: 8px;
}


#clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#color {
	background-color: #fbf9ed;
}

.header-date {
	color: #7e2892;
	font-weight: bold;
	padding-bottom: 5px;
	display:block;

}

.postmetadata {
	color: #5e9b3e;
	padding-top: 10px;
}

.commentmetadata {
	color: #5e9b3e;
	font-size: 9pt;
}

.alt {
	background-color: #cfe294;
	display: block;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #fbf9ed;
	border-bottom: 1px solid #fbf9ed;
}

#postcolor {
	background-color: #cae19b;
	padding-left: 5px;
	margin-bottom: -20px;
	padding-bottom: 0px;
	!margin-bottom: 0px;
	!padding-bottom: -20px;
}

.post {
	width: 669px;
}

#titlemove {
	padding: 5px;
	position: inherit;
}

li {
	list-style-type: disc;
	margin-left: 35px;
}

#widget {
	background: #aadadd;
	margin-top: 10px;
	padding: 0px;
}

#widget a, #widget a:visited {
	color: #315c5f;
}

#widget a:hover {
	color: #60999d;
	text-decoration: underline;
}

#tagcloudsidebar {
	background: #ddd0a2;
	margin-top: 10px;
	padding: 0px;
}

#tagcloudsidebar a:hover {
	color: #79482d;
	text-decoration: underline;
}

.sidebarinner {
text-align: center;
margin: 10px;
display: block;
}

#archivessidebar {
	background: #deb2dd;
	margin-top: 10px;
	padding: 0px;
}

#archivessidebar a, #archivessidebar a:visited {
	color: #972c86;
}

#archivessidebar a:hover {
	color: #c447b0;
	text-decoration: underline;
}

#searchsidebar {
	background: #972c86;
	margin-top: 10px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
}

#sidebarpull {
	#margin-left: -35px;
}

#roundbottom {
	margin-top: 0px;
}

#roundedtop {
	margin-bottom: 0px;
}

