/* 
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.

*/

/*
Move phone number in top corner down and make font larger
*/

#address .name {
padding: 20px 0px 0px 0px;
}

#address .telephone, #address .email, #address .street {
font-size: 16px;
line-height: 18px;
}

/*
Change Background Colour
*/

#container {
background: #ededed
}

/*
Change comment box colour, do not show comment box
*/

#commentform {
background: #EDEDED;
display: none;
}

/*
turn off leave a reply
*/

#respond h3 {
display: none;
}

/*
Change background colour of slider
*/

#loopedSlider .container {
background: white;
}

/*
Indent home page copy
*/

.entry {
margin: 0 40px 0 40px;
}

/*
Change side bar width
*/

#sidebar {
width: 240px;
}

/*
Change main area with on home page
*/

#main {
width: 680px;
}

/*
Take Dates off category pages and hopefully off posts too
*/

.post-meta .date {
display: none;
}

/*
Fix page layout for catagory page
*/

#main.box {
width: 620px;
}

/*
sidebar widget spacing
*/

#sidebar .widget ul li {
border-bottom: 1px solid #EEE;
padding: 5px 0 5px;
background: none;
} 


#main.box {
width: 900px;
}