/* 
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.

*/


.entry img {
padding: 2px 2px 2px 2px;
}

.noborder {
border:0
} 
	
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
padding: 4px;
margin: 0 0 10px 20px;
display: inline;
float: right;
}

.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
float: left;
} 

/*end images code */

/* Header */

#header{background:#33342e url(images/bg-header.png) repeat-x top; border-top:1px solid #252620; padding:15px 0;}

#logo .site-title, #logo .site-description{display:none;}
#logo .site-title{text-shadow: 1px 1px 1px #000}
#logo{float:left; overflow:hidden; padding:10px 0 10px;}

#header #searchform {color:#a0a09b;float:right;font-size:11px;padding:30px 10px 0 0;text-align:right; width:220px;}
#header #search{background:#222; background:rgba(0,0,0,.1); border:1px solid #555; border-color:rgba(255,255,255,.1); height:32px;margin:0 0 10px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#header #search input{background:transparent;border:0;color:#aaa;float:left;font-size:12px;margin:5px 0 0 10px;padding:3px;width:178px;}
#header #search .btn{margin:7px 0 0;padding:0;width:auto;}


#header {
height: 109px;
}