/* 
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.

*/

/* WIDGET FORMS */
#searchform  { margin: 15px 0 0 0; padding: 0 10px 10px; }
.widget input#s, .widget input.field  { width: 105px; margin: 0 7px 0 0; padding: 6px 5px; border: 1px solid #898989; }
.widget input.submit, .widget input#searchsubmit  { padding:5px; background-color:#287001; border:1px solid #287001; color:#fff; cursor:pointer;}
.widget .screen-reader-text  { display: none; }
.widget select.postform {
	width: 180px;
	margin: 14px;
	margin-top: 0;
}

/* 2.5 Sidebar */
#sidebar{width:220px;overflow:hidden;backround-color:#ffe03a;}
#home-sidebar {width: 460px;backround-color:#ffe03a;}

.subcol-sidebar {
	width: 220px;
}

.stampdate {
	width: 111px;
	padding-top: 15px;
	height: 65px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4)
}

.postcard-back .stampdate {
	position: absolute;
	right: -4px;
	top: -85px;
}

.single .stampdate {
	float: left;
	margin: 0 20px 15px 0;
}

.stampdate .postMonth {
	float: left;
	font-size: 14px;
	width: 111px;
	line-height: 14px;
	text-align: center;
	
}

.stampdate .postDay {
	font-size: 36px;
	width: 111px;
	line-height: 30px;
	float: left;
	text-align: center;
}
