/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
	color: #000000;
	background: url(http://www.amiacutie.com/wp-content/themes/rockstar/images/bg-main.png) no-repeat scroll 50% 0px transparent;
     }

#header {
	width: 980px;
	margin: auto;
	position: relative;
        border-right: 0px #000 dashed;
	border-left: 0;
        text-align: center;
}

#wrapper {
	width: 980px;
	background: #FFFFFF;
	padding: 1px 0 0;
	margin: 0 auto;
        background: url(http://www.amiacutie.com/wp-content/themes/rockstar/images/content-back.jpg) repeat-y center top;
}

#content {
	width: 560px;
	padding: 0 30px 0 15px;
	float: left;
        border-right: 1px #000 dashed;
}

#content.fullwidth  {width: 920px;border-right: 0;}

#sidebar {
	width: 360px;
	padding: 0;
	float: right;
}

#header h1 a {
	margin: auto;
	width: 980px;
	height: 150px;
	display: block;
	background: url(http://www.amiacutie.com/wp-content/themes/rockstar/images/logo-amiacutie.png) no-repeat 0 0;
}


#navcontainer {
        font-size: 24px;
}


#navcontainer li {
	list-style: none;
        display: inline;
        margin: 6px;
}
