/*  

Theme Name: Retro
Theme URI: http://sogroovynow.com/wp-content/themes/retro/
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

body {
	font-family: "Arial";
	font-size: 11px;
	color: #381e11;
	line-height: 16px;
	padding: 0px;
	text-align: justify;
	margin: 0px;
	background-color: #f6f0d2;
	background-image: url(images/body-bg.png);
}

a, a:visited, a:active {
	color: #d0324b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #91cc88;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

b, u, i {
	font-family: "Arial";
	color: #854e32;
}

input, textarea {
	font-family: "Arial";
	font-size: 11px;
	color: #381e11;
	margin-right: 5px;
	background-color: #e1f3de;
	padding: 6px;
	-moz-border-radius: 6px;
	border: 0px;
}

#container {
	width: 800px;
	height: auto;
	margin: auto;
	background-image: url(images/container-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	width: 800px;
	height: 232px;
	margin: auto;
	background-image: url(images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header .menu {
	padding-top: 20px;
	text-align: right;
}

#header .menu a {
	margin: 0 0 0 28px;
}

#center_div {
	width: 788px;
	height: auto;
	margin: auto;
}

#mainbar {
	width: 515px;
	float: left;
	padding-left: 11px;
	padding-right: 18px;
	border-right: 1px dashed #91cc88;
}

#mainbar img {
	border: 4px solid #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}

#mainbar .entry {
	margin-bottom: 40px;
}

#mainbar h1, #mainbar h1 a {
	font-family: "Arial";
	color: #dc542c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

#mainbar h1 a:hover {
	color: #d0324b;
}

#mainbar div.post_meta {
	float: left;
	width: 356px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #e1f3de;
	padding: 5px 6px 5px 8px;
	-moz-border-radius: 6px;
}

#mainbar div.post_meta-comments {
	text-align: center;
	float: right;
	width: 130px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #381e11;
	color: #ffffff;
	padding: 5px 6px 5px 8px;
	-moz-border-radius: 6px;
}

#mainbar .comments {
	margin-top: 25px;
}

#mainbar div.comment_meta {
	margin: 0px;
	margin-bottom: 5px;
	background-color: #e1f3de;
	padding: 6px;
	-moz-border-radius: 6px;
}

#sidebar {
	width: 212px;
	float: left;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: -25px;
}

#sidebar h2 {
	font-family: "Arial";
	color: #43a388;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 25px;
}

#sidebar ul {
	margin: 4px 0 0 15px;
	padding: 0px;
}

#sidebar ul li {
	list-style: circle;
	margin-bottom: 5px;
}

#footer {
	width: 800px;
	height: 180px;
	margin: auto;
	padding-top: 70px;
	margin-bottom: 20px;
	background-image: url(images/footer-bg.png);
}

#footer img {
	border: 4px solid #ffffff;
	margin-right: 5px;
}

#footer ul {
	margin: 4px 0 0 15px;
	padding: 0px;
}

#footer ul li {
	list-style: circle;
	margin-bottom: 5px;
}

#footer h1 {
	font-family: "Arial";
	color: #dc542c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
}

#footer div.left {
	float: left;
	width: 230px;
	padding: 0 18px 0 18px;
}

#footer div.center {
	float: left;
	width: 230px;
	padding: 0 18px 0 18px;
}

#footer div.right {
	float: left;
	width: 230px;
	padding: 0 0 0 18px;
}

.entry p {
margin: 12px;
}


ul.music li{
	margin:15px 15px 15px 0;
	float:left;
	position:relative;
}

ul.music li a{
	display:block;
	position:relative;
	background:url(jewel.png) 0 0 no-repeat;
	float:left;
	width:90px;
	height:82px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;
}

ul.music li img{
	position:absolute;
	width:60px;
	height:60px;
        top:5px;
	left:14px;

}

#last-tweet {
background: transparent url('images/twitter speech bubble.jpg');
padding: 10px auto 5px;
}