/* 
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.

*/

ads {
border:1px solid #DDDDDD;
height:157px;
margin:0 0 15px;
padding:5px;
width:308px;
}

a { /*changes categories drop down list and category in post, tag/comment box, source link, older & newer posts text, removes underline in categories and post titles. This code made the category text and the mootab recent comments text pink. Also made link text pink*/
color:#ED145A;
text-decoration:none;
}
a:hover {
color:#333333;
text-decoration:none;
}

body { /*changes text colour in posts and background colour*/
background-color:#ffffff;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:150%;
}


#nav2 {
background-color:#FFFFFF; /*horizontal line under categories*/
border-bottom:3px solid #ED145A;
}

.post-alt p.post_date { /*increased font size of "posted by" text*/
color:#999999;
font-size:12px;
font-weight:normal;
padding:5px 0 10px;
}
.post-alt p {
padding:0 0 15px;
}

#columns .box h2 a, .post-alt h3 a, .post-alt h2 a { color:#6B6B6B; } /*changes post title*/

.widget h3 { /*widget title bars*/
background-color:#ffffff;
color:#ED145A;
}

#header { /changes height of header image*/
background-color:#ffffff;
height:302px;
margin:0 15px;
padding:0;
}

.comments a { /*change font size in "Comments" text*/
background:transparent url(images/ico-comm.gif) no-repeat scroll left center;
color:#000000;
font-size:12px;
font-weight:normal;
margin-left:5px;
padding:0 0 0 18px;
}


#page { /*remove margin from top and bottom*/
background-color:#ffffff;
margin:0px auto;
width:960px;
}

ul.wooTabs li a.selected, ul.wooTabs li a:hover { /*changes the background colour of the wootabs in the sidbar*/
background-color:#ED145A;
}

#nav1 .current_page_item a, #nav1 li.current, #nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active { /*changes colour of text in navigation bar when hovering over it*/
background-color:#ED145A;
color:#FFFFFF;
}

#nav ul li a { /*changes colour of text in navigation bar*/
color:#ED145A;
}

#page { /*changed border colour to white*/
background-color:#ffffff;
width:960px;
}
 

#nav2 li a:hover { /*changes hover text colour to white with pink background and makes text bold*/
background:#ED145A none repeat scroll 0 0;
color:#ffffff;
font-weight:bold;
}

#nav2 a { /*changes font and text type for category*/
border-right:1px solid #DDDDDD;
color:#000000;
display:block;
font-weight:bold;
padding-left:15px;
padding-right:15px;
}

 

a {
color:#333333;
text-decoration:none;
}

p.posted { /*changes font size of posted in text*/
background-color:#EEEEEE;
border-top:1px solid #DDDDDD;
clear:both;
color:#666666;
font-size:12px;
font-style:normal;
font-weight:normal;
line-height:15px;
margin-top:10px;
}

.continue { /*change colour of "continue reading" text*/
background:transparent url(images/ico-arrow.gif) no-repeat scroll left center;
font-weight:bold;
color:#ED145A;
padding-left:15px;
}

 

p.posted {
background-color:#F5CCCC;
border:1px solid #E06666;
clear:both;
color:#666666;
font-size:12px;
font-style:normal;
font-weight:normal;
line-height:15px;
margin-top:10px;
}

.post-alt h3.post_date {
color:#999999;
font-size:12px;
font-weight:normal;
padding:5px 0 10px;
}

.post-alt h3 {
color:#000000;
font-size:13px;
line-height:18px;
padding-bottom:5px;
}

* {
border:0 none;
margin:0;
padding:0;
}

.entry p {
font-size:14px;
line-height:18px;

#page { /*remove margin from top and bottom*/
background-color:#ffffff;
margin:0px auto;
width:960px;
}


