/* 
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.

*/

#header {
    padding-top: 40px;
	margin-bottom:25px;
}

#featured-tabber #info .img  {
	width: 250px;
}

#featured-tabber #info .img .cats_rss  {
	width: 250px;
}

#featured-tabber #info .tabber-post  {
	width: 650px;
}

#main.single .post {
font-size:110%;
}

#main.single .post h2, #main.single .post h2 a, #main.single .post h3, #main.single .post h3 a {
margin-top:10px;
font-size: 24px;
color:#000000;
}

#main.single .post { 
background-color:#fff;
background-image:none;
color:#000000;
}

#main.single .box3-top { background:url(images/box4-top.png) no-repeat top left; width:700px; height:6px; font-size:1px; }
#main.single .box3-bot { background:url(images/box4-bot.png) no-repeat top left; width:700px; height:6px; font-size:1px; margin-bottom:15px; }


#main.single .post a:link, #main.single .post a:visited  { color: #47186C; }

div.widget {
    background:url(images/box3-bg.png) repeat top left;
    color:#fff;
    margin:5px auto 5px;
    padding:10px 20px;
}

#sidebar a:hover, #sidebar .current-cat a, #sidebar li.active a {
color: #47186C;
}

#main blockquote, blockquote,div.fakeblockquote { 
background: transparent url(/wordpress/wp-content/themes/groovyblog/images/left_quote.gif) left top no-repeat; 
border-left:0px;
color:#000000;
}

#respond textarea, #respond input{ 
background-image:none;
background-color:#E9D5F9;
color:#6C1BAB;
}


p.post-details {
margin-bottom:10px;
}

div.fakeblockquote{ 
margin:8px 0 8px 3px; 
padding-left:10px; 
display:block;
width:90%;
}

span.rating {
padding:0 20px 0 18px;
}

p.meta {
padding-bottom:8px;
}

#about_gallery .about  {
	float: left;
	width: 910px;
    margin-right: 20px;
}

img.noborder {
border:none;
}

img.alignleft {
max-width:200px;
}

img.nopadding {
padding:0;
margin:0;
}
/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: 4px; margin: 0px 10px 0px 0px; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/*Fieldset Legend*/
fieldset {
border:1px solid #CCCCCC;
padding:5px;
margin-bottom:10px;
}

fieldset legend {
padding:5px;
background-color:#FFFFCC;
font-weight:bold;
}

/*Tables*/
table td.bold {
font-weight:bold;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
}