/*
	CSS files kept in the 'schemes' directory can be used to
	costumize 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 schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
background: #e3eced url(background-cream.jpg) repeat-y center;
font: 12px Arial, Helvetica, sans-serif;
color: gray;
}



img {border:none;}
a {text-decoration: none; border:none;}
a:link { color: #EBA2B3;	}/*pink*/
a:visited { color: #9FCEDE;	}/*bright blue*/
a:hover {	color: #CFC6D7;	}/*pink*/
a:active { color: #BCDBDE;}/*pale blue*/


#page {
border:none;
background: transparent;
padding: 0px;

	/* The entire design is contained within the 'page' id */
	}
	
#header {
padding-top:0;
margin-top:0;
background:url(bg-bellies-birth-beyond.jpg) no-repeat top right;
width:750px;
height:100px;
z-index:400;
	/* Contains the H1 and menu */
	}
	
#primary {
float:right;
padding: 10px;
padding-left:0;

	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
font-size: 14px;
letter-spacing: -0.5px;
line-height:16px;
text-align: left;

	/* The meat and potatoes of every entry */
	}
.entry-content p {
padding: margin:5px 0;

}
.secondary {
	float: left;
	/* Contains the sidebar */
	}

.columns-two #page {
	width: 750px;
	}

/*switch sidebars to left*/
.columns-two #page #primary-wrapper {
	float: right;
	margin-left: -165px;
	margin-right: 0px;
}

.columns-two #page #primary {
	margin-left: 220px;
	margin-right: 0px;
}

.columns-two #page #sidebar-2 {
	clear: none;
}/*switch sidebars to left*/

.columns-two #sidebar-1{
width: 150px;
padding: 365px 10px 10px 0;
background: url(side-bellies-logo.gif) no-repeat;
/*height:385px;*/
	}
.columns-two #sidebar-main2 {
width: 150px;
padding:10px 10px 10px 0;

}
.columns-two #sidebar-2{
	width: 150px;
	padding: 0 10px;
	}

.page-head {
	margin: 0; padding:0;
	}
/*Headings*/
h1, h2, h3, h4, h5 {font-family:Arial,Helvetica,sans-serif;}

h2, h2 a, h2 a:visited, h2 a:hover {font-size:22px; color:#9AADB4; text-align: left; margin:0; padding-bottom:10px;}

h3 {font-size:20px; color:#9AADB4;}

#primary .entry-content h4  {
font-size:18px;
font-weight: bold; 
color: gray; 
margin-top:0 !important; 
padding:5px 5px 30px 5px !important;
}
#primary .entry-content h3 {margin-top: 10px;}

h1 {
margin-left:-1000px;
font-size:-100px;
}

#header .description {
margin-left:-1000px;
font-size:-100px;
}

h5, p, p div, dl, dt, dd, li {color: gray;}


#search {
margin-top: 0px;
margin-right:20px;
font-size:10px;
	}

#searchform {
float:right;
display: block;
position: relative;
width:150px;
	}
	.slideshow {
	float:left;
	}