/* 
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.

*/

#top {
background: url('http://vividweb.net.au/main/wp-content/uploads/2010/03/custom_bgx.jpg') top center no-repeat;
}

#nav {
text-transform: uppercase;
}
#nav li:hover { background: #99CCCC; } 
#nav li.current_page_item { background: #336666; }

#featured.home .featured-image {
margin-top:-20px;
}

#main .col-full {
width: 980px;
}

#main .col-left {
width: 480px;
}

.entry {
margin-right: 1em;
}
.entry p {
padding-right: 1em;
}

#sidebar .widget h3 {
padding-left: 2em;
}

#sidebar . col-right #search_main .widget {
margin-left: 1em;
}

#searchform {
margin-left: 2em;
}

#sidebar {
width: 300px;
border-left: 1px dotted #dddddd;
margin-left: 1em;
}

#sidebar .thumb {
text-align: center;
background: #efefef;
color: #cccccc;
-moz-border-radius:10px;
-webkit-border-radius:10px ;
border-radius:10px ;
padding-top: 1em;
padding-bottom: 1em;
border: 2px solid #cccccc;
}

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 10px 0; }


.infobox-right {
float: right;
width: 250px;
-moz-border-radius:10px;
-webkit-border-radius:10px ;
border-radius:10px ;
padding: 1em;
margin-left: 0.5em;
margin-right: 1em;
border: 2px solid #cccccc;
}

.widget p {
margin-left: 2em;
}