/* 
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.

*/

/* Header - Added August 27, 2010 by MK */

#header {
	height: 120px;
}
#header #logo {
	margin-top: 20px;
	margin-right: 16px;
	margin-left: 10px
}
#header #blog_info {
	width: 260px;
	display: inline;
	float: left;
	margin: 30px 10px 20px 0;
}
#header .blog_title {
	display: block;
	margin-bottom: 3px;
}
#header .blog_title a {
	line-height: 23px;
	font-weight: bold;
	font-size: 24px;
	color: #564a81;
}
#header .blog_description {
	display: block;
	font-size: 15px;
	color: #564a81;
}
#topbanner {
	margin-top: 10px;
}
#suckerfish .site-description {
	display: none;
	line-height: 28px;
	font-size: 16px;
	padding-left: 15px;
	width: 915px;
}
/* Footer - Added August 25, 2010 by DL */

#footer {
	padding: 15px 15px;
	margin:15px 0 0 0;
	overflow:hidden;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#footer .block {
	display: inline;
	float:left;
	width:151px;
	margin-right:35px;
}
#footer .last {
	margin-right:0;
}
#footer ul {
	padding:5px 0;
}
#footer ul ul {
	margin: 0 0 10px 15px;
	padding-top:0;
}
#footer ul li {
	line-height:20px;
}
#footer ul ul li {
	list-style-type: circle;
}
#footer ul li a:hover {
	text-decoration:underline;
}
#footer h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#222;
	padding:0;
}
#footer .bevel {
	background:url(images/bevel-footer.gif) repeat-x top right;
	height:2px;
	width:100%;
	border:0;
	margin-top:20px;
}
#footer a {
	color:#576672;
}
#footer .col-right img {
	vertical-align:middle;
}
#footer .col-right span {
	display:none;
}
#toTop {
	cursor: pointer;
}
#footer .col-left p {
	margin-top: 5px;
}