/* 
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.

*/

.intro {
//font-size:30px;
}
.post blockquote {
font-family:Arial;
}
p {
font-family:Arial;
font-size:13px;
line-height:20px;
}
h4 {
font-family:Arial;
font-size:14px;
}
#search input.keyword {
width:185px;
}
blockquote.grey {
background:#F6F5ED;
border-top:1px solid #E1E1E1;
border-bottom:1px solid #E1E1E1;	
margin:0 0 15px 0px; 
padding:15px 25px 0px 25px;
width:auto;
}


.btnRounded {
    background: url(styles/blue/btn-rounded.gif) repeat-x;
 
color: white;
font-size:11.1pt;
padding: 5px 10px;
}

.alignRight {
	text-align:right;
}
