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

*/

body {
background:none repeat scroll left top transparent;
}

.entry a:link, .entry a:visited {
border-bottom:1px solid #EB9616;
color:#EB9616;
}

/*WIDGET*/

.widget a:link, .widget a:visited {
color:#2E7FB5;
}

.widget ul li {
font-size:15px;
font-weight:bold;
}

/*SIDEBAR*/

#sidebar {
margin-top:120px;
overflow:hidden;
position:relative;
width:230px;
z-index:100;
border-left:1px solid #E8E8E8;
}

.col-right {
float:right;
padding: 0 0 0 25px;
border-left:1px solid #668F91;
}

/*BODY MAIN TEXT COLUMN (CONTENT AND SIDEBAR)*/

/*#2E7FB5 (blue), #EB9616 (orange)*/

body {
color:#303030;
}

.post .title, .post .title a:link, .post .title a:visited {
color:#2E7FB5;
}

.post .title a:hover{
color:#EB9616;
}

h1, h2, h3, h4, h5, h6 {
text-shadow:1px 1px 0 #494949;
}

.col-full {
margin:0 0 0 235px; /*225px left default*/
width:750px;
}

.col-left {
float:left;
margin-top:220px;
}

h1, h2, h3, h4, h5, h6 {
color:#2E7FB5;
}

/*FOOTER*/

#footer .widget ul li {
float:left;
width:150px;
font-size: 12px;
text-transform: none;
}

#footer .widget a:link, #footer .widget a:visited {
color: #00A4C5;
}

/*HEADER AND LOGO*/

#header {
clear:both;
padding:10px 0 30px;
position:absolute; /*Default Relative*/
}

.col-header{
margin:0 0 0 90px; /*225px left default*/
width:750px;
}

#logo {

}

/*BACKGROUND IMAGE*/
#bg {
height:2200px;
width:800px;
}