/* 
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.

*/

.col1_home_box .box {
	height: 1%;
	width:375px !important;/* initial 435px */
	padding:0px;
	margin: 0;
	float:left;
}
.col1_home_box .box .blog .postmeta {
	width:365px;/* initial 425px */
}
#featured {
	width: 375px;/*initial 435px*/
	z-index:5;
	background-color: #FFFFFF;
	color: #666666;
	padding:0px !important;
	margin-bottom: 0px;
}
#featured .postmeta, .blog .postmeta {
	width:365px; /* initial 425px*/
}
.imageElement {
	width:375px;
}
.post-alt h6 {
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform:uppercase;
	border-bottom:1px solid #76AD1C;
	padding:0px 0px 2px 0px;
	margin:0px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.post-alt h6 span {
	background-color:#76AD1C;
	padding:3px 5px;
}
#archivebox {
	margin-bottom:15px;
	padding:5px;
	color:#000 !important;
	float:left;
	width:365px;/* initial 590px*/
}
#nav2 {
	padding: 5px 0px;
	font-size:14px;
	margin-bottom:10px;
	float:left;
	width:960px;
}
.col_mid_home {
	width:218px;
	border: 1px dotted #999999;
	background-color:#FFFFFF;
}
.mid_box {
	width: 182px;
	padding: 0px;
	border:none;
	border-left:6px solid #a2cc60;
	margin:10px 0px 10px 20px;
}
.adsense {
	border-left:6px solid #a2cc60!important;
        margin:10px 0px 0px 15px;
}
.adsensebot {
	border-left:6px solid #a2cc60!important;
        margin:10px 0px 0px 45px;
}

/* added by Sally Start */
#header {
	margin-bottom: 0;
	height: 92px; /*logo's height*/
}
#header h1 {
	height: 92px; /*logo's height*/
	line-height: 92px; /*logo's height*/
}
#topbanner {
	height: auto;
	padding-top: 13px; /*(92-[banner's height])/2 OR adjust accordingly*/
}
#nav {
	margin-top: -11px; /*adjust accordingly*/
}
.navigation {
	margin-top: 1em;
	padding: 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	background-color: #eeeeee;
	color: #666666;
}
/* added by Sally END */
