/* 
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.

*/

#container  {
}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 1170px; margin: 0 auto; }

#main{width:700px;}
#sidebar{width:420px;overflow:hidden;}

html{font-size:100.1%;}/*WinIE6- text resize adjust*/


body {
font-family:'Avenir 45 Book','lucida grande',futura,'lucida sans regular',verdana,sans-serif;
color:#333;
background:#FFF;

}

p {
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: left;
}

h1,h2,h3{
font-weight:300;
color:#000;
}
h1{
font-size:2.25em;
line-height:1.5em;
letter-spacing:-0.056em;
transform:uppercase;
}
h1 a strong{
font-weight:400;
}
h1 a strong span{
font-style:none;
font-variant:normal;
}
h1 em{
display:block;
font-size:0.444em;
line-height:3em;
font-style:normal;
letter-spacing:0;
margin-bottom:0em;
}
h2{
font-size:2.25em;
line-height:0em;
letter-spacing:-0.042em;
margin:0;
padding-top:0em;
text-transform:uppercase;

}
h3{
font-size:1.125em;
line-height:1.333em;
margin:30px 0 10px 0;
}
h4{
font-size:2em;
margin-top:5px;
}

h4 a{font-color:#ff4200;
}

.post  { position: relative; margin: 0 0 60px 0; padding: 0px 0px; background-color: #fff;}

.post .title  { width:100%; position:relative;  padding: 0 0 0px 0; color: #000;  font-size: 32px; margin-top:0px; transform:uppercase;}

.post .date  { background: none; margin-top: 0px; padding-top:0px; padding-bottom:20px;}

#sidebar{width:420px;overflow:hidden;}
#sidebar .li {list-style-type:none;}
#sidebar .ol {list-style-type:none;}
#sidebar .ul {list-style-type:none;}
#sidebar ul{list-style:none;}
#widget ul{list-style:none;}
#widget li{list-style:none;}
#widget ul ul li.widget_recent_entries:before {
list-style-type:none;;
}
.widget ul {
/* for other styles, try "disc" and "square" instead of "circle" */
list-style-type: circle !important; 
padding-left: 0;
margin-left: 0;
}
.widget ul li {
/* 1.35 or more required for Safari or bullets too wide on the left */
margin-left: 1.35em; 

/* overwrite existing display:block  Firefox */
display: list-item; 
}

#main div#author-info {
	background: #eaeaec; padding: 10px; margin: 0 0 15px 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
}
	#main div#author-info div#author-image {
		float: left; margin: 0 10px 5px 0; border: 5px solid #DCDCE1;
	}


