/* 
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
{
background: url(/wp-content/themes/rockstar/images/background.jpg) repeat-x #F4F3F1;
font-family: Arial, Sans Serif;
color: #000000;
font:14px/1.5 Helvetica,Arial,Sans-serif;
}

img.title
{
position: relative;
top: 15px;
}

div.post
{
border: 0px;
-moz-border-radius:10px 10px 10px 10px;
-moz-box-shadow:0 0 15px #000000;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0 0 10px #000000;
box-shadow: 5px 5px 5px #ccc;
width:730px;
}

#pagenav, #navigation
{
display: none;
}

.brought
{
float: right;
margin-right: 100px;
position: relative;
bottom: 20px;
}

/*
#header {
padding:10px 0 40px;
}
*/

#wrapper  {
border:none;
}
		
#wrapper {
background:none repeat scroll 0 0 transparent;
margin:0 auto;
padding:35px 30px 1px;
width:800px;
}

#header {
margin:8px auto 0;
position:relative;
width:980px;
}

#header h1 {
float:right;
}

.aligncenter
{
text-align: center;
margin: 0 auto;
}

.post .title
{
display: none;
}


/*
#extended-footer
{
display: none;
}
*/

#footer
{
background: #444;
}

#credit
{
display: none;
}

.downloadbutton
{
display: block;
width: 600px;
padding-top: 10px;
border: 3px solid #869ebb;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
margin: 0 auto;
}


.downloadbutton
{
text-decoration: none;
}

.downloadbutton:hover
{
border-color: #ff6400;
}

.signup-form
{
background: none repeat scroll 0% 0% #eeeeee; padding: 10px; border: 3px solid #666666; width: 580px; margin: 0pt auto; text-align: center; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}

/*
#sidebar {
-moz-border-radius:10px 10px 10px 10px;
-moz-box-shadow:0 0 15px #000000;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0 0 10px #000000;
box-shadow: 5px 5px 5px #ccc;
background:none repeat scroll 0 0 #FFFFFF;
overflow:hidden;
padding:5px;
width:350px;
}
*/



.textwidget {
padding:10px 25px 25px;
}



.post {
background-color:#FFFFFF;
border:5px solid #EFEFEF;
margin:0 0 60px;
padding:15px 35px 55px;
position:relative;
}

.widget h3 {
border-bottom:medium none;
}

.widget h3 {
color:#404040;
margin:0;
padding:25px 25px 10px;
text-transform:uppercase;
}


.post .entry h1 {
font-size:30px;
}


.post .entry h2 {
font-size:24px;
}


/*chasnges block quote background color and image*/
.post .entry blockquote {
background-color: #F7FFEF;
background-image:url("images/bq.png");
background-position:right top;
background-repeat:no-repeat;
border-bottom-color:#6DA538;
border-bottom-style:solid;
border-bottom-width:5px;
border-top-color:#6DA538;
border-top-style:solid;
border-top-width:2px;
margin-bottom:20px;
margin-left:20px;
margin-right:20px;
margin-top:0;
padding-bottom:0;
padding-left:15px;
padding-right:15px;
padding-top:15px;
}






