/* 
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.

*/

#content #single .post h2.title {
font-size:35px;
}
#header {
background-color:#034572 !important;
background:url("images/opensource-software.jpg") no-repeat left top;
height:150px;
}

#header-bg {
background-color:#034572;
}
#main-menu-out {
background-color:#1270B0;}

#content #single {
border:7px solid #045083;
padding:14px;
}
#content #single .post h2.title,#content #single .post h2 {
color:#1270B0;
}

#content {
width:642px;
background-color:#FFFFFF;
border:1px solid #1270B0;
}

#sidebar .block {
background:none repeat scroll 0 0 #045083;
border:1px solid #1270B0;
color:#000000;
}
#sidebar .block h2 {
color:#FFFFFF;}
#middle-out {
background:none repeat scroll 0 0 #034572;
}

#sidebar .inside li a, #sidebar .block .blogroll li a, #sidebar .widget_pages li a, #sidebar .widget_archive li a, #sidebar .widget_meta li a, #sidebar .widget_categories li a {
color:#1270B0;
}
#footer-out {
background-color:#1270B0;
}

