/*
Theme Name: Innerstar
Theme URI: http://mailoarsac.com
Description: New wordpress theme for innerstarbalancing.com
Author: the WordPress team
Version: 1.0
*/


body {
	
	background-image: url(images/bg-gradient.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	background-color:#7BCDEC;
	font-family: Georgia, times, serif;
}

a{color:#50B1E6;
}
#out-wrapper {
	background-image: url(images/bg-image.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width:1200px;
	height:100%;
	margin:0 auto;
}

#inner-wrapper {
	background-image: url(images/upper-header.png);
	background-repeat: no-repeat;
	background-position:top center;


}

#header {
	width:900px;
	height:111px;
	margin:0 auto;
	
}

#logo {
	width:500px;
	height:60px;
	padding:30px 0 0 0px;
}

#main-wrapper{
	background-image: url(images/mid-body.png);
	background-repeat: repeat-y;
	background-position:top center;
}

#main {
	
	background-image: url(images/lower-header.png);
	background-repeat: no-repeat;
	background-position:top center;
	min-height:400px;
}
.container {
width:900px;
margin:0 150px 0 150px;}
#content {
width:675px;
padding:10px;
float:left;
}

#sidebar {
width:205px;
margin:0px;
float:right;}

#footer {
clear:both;
}

.menu ul {
list-style: none;
margin:0px;
padding:0px 5px;
}

.menu ul li {
display: block;
border-bottom: 1px solid #FFEFA7;

}

.menu ul li a {
display: block;
line-height:35px;
text-decoration: none;
font-size: 14px;
color:#79724F;
border-bottom: 1px solid #79724F;
text-shadow: 0px -1px 1px #FFEFA7;
}
.menu ul li a:hover {
color:#fff;
text-shadow: 0px -1px 1px #79724F;}

img.alignleft {
	float:left;
	padding:0 10px 10px 0;
}
li.widget-container {
	list-style:none;
	color:#fff;
}
li.widget-container h3 {
	
}
h2.entry-title {
	text-align:right;
}
