/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:Karen Arnold
	Author Site	:http://karenarnolddesign.com
	Style Name	:Hope 4 Melissa
	Style URI	:
	Version		:
	Comments	:
*/
body {
background:#c1daf9 url(stripe.png) repeat;
margin-top:20px;
}
#page {
	/* The entire design is contained within the 'page' id */
border: solid 2px #80b6f9;
padding-top:0;
	}
	
#header {
	/* Contains the H1 and menu */
background:url(header.png) no-repeat;
height:200px;
	}
h1.blog-title, #header .description {
text-indent:-100em;
overflow:hidden;
}
.page-head h2 a, .page-head h2 {
text-align:left;
font-size:10px !important;
color:#429ed4;
border-bottom: 1px solid #429ed4;
}
.entry-content {
font-size:13px;
}
.entry-content h3 {
color:#429ed4;
border-bottom:2px solid #429ed4;
}
.content {
background:url(bottom.png) no-repeat center bottom;
padding:0 20px 90px;
}	
#primary {
	/* Contains the main column */
	}

.secondary {
	/* Contains both sidebars */
width: 210px;
padding-right: 0px;
	}
.secondary div {
font-size:11px;
line-height:20px;
text-align:center;
}
/*******************menu*******************************/

ul.menu {
left: 0px;
width: 100%;
}
ul.menu, ul.menu li a{
padding: 5px 10px 6px;
}
ul.menu li a {

}
/******************misc******************************/
#update h4 {
background: url(http://hope4melissa.com/wp-content/themes/k2/styles/hope4mel2/button.png) no-repeat center;
height:108px;
width:200px;
text-align:center;
}
#update h4 a{
line-height:90px;
font-weight:bold;
padding:40px;
}
.secondary h4 {
color:#DC60A0;
display:block;
font-size:1.5em;
font-weight:normal;
margin-bottom:5px;
padding:0;
text-align:center !important;
}