/* 
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  {
	font: 14px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

#container  {
	width: 980px;
	margin: 0 auto;
}

#main  {
	float: left;
	width: 940px;
	padding: 20px;
}

#content  {
	float: left;
	width: 480px;
	margin: 0 20px 0 0;
}

#content.full  {
	width: 940px; margin-right:0px;
}

.entry img  { border: none; }

#subscribe2 {

}

.subscribebar {
background: url(./images/subscribebar.png) no-repeat;
width:404px;
height:49px;
display:block;
margin:0 0 10px 0;
}

.subscribebar .left {
float:left;
display:block;
width:124px;
height:49px;
}

.subscribebar .left input {
width:114px;
background: none transparent;
border:none;
height:49px;
}

.subscribebar .centre {
float:left;
display:block;
width:170px;
margin:0 0 0 0;
height:49px;
}

.subscribebar .centre input {
background: none transparent;
border:none;
width:170px;
padding:15px 0 0 0;
height:34px;
color: #FFF;
}

.subscribebar .right {
float:right;
display:block;
width:110px;
height:49px;
}

.subscribebar .right input {
float:right;
display:block;
width:100px;
background: none transparent;
border:none;
height:49px;
}

.subscribewidget h3 {
font-size:22px;
margin:0px 0 0 0;
padding:0px 0 0 0;
}

.subscribewidget p {
margin:0px 0 15px 0;
font-size:12px;
color: #999;
}











