/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


/* HEADER */
#container #header{
	height:auto;
	width:100%;
	background-image:none;
	text-align:center;
	border:0px;
}

#container #header #logo{
	background:url('http://www.stephsbitebybite.com/wp-content/uploads/2013/05/stephs-bite-by-bite-logo.jpg') no-repeat;
	width:413px;
	height:149px;
	margin: 10px auto 25px;
}

#container #header #logo a{
	width:413px;
	height:149px;
}


/* NAVIGATION BAR  */
ul.menu {
	background-color: #a1dbcc;
	text-align: center;
}

ul.menu li {
	display:inline;
	float:none;
}

ul.menu li.menu-item a{
	background-color: #a1dbcc;
	color:#54413d;
	display:inline-block;
	padding:10px;
}



#content_box{
	background-image:none;
}

#container{
	width:1000px;
}

.format_text img {
	max-width:650px; 
	height:auto;
}

.post_box{
	padding-top:0px;
	margin:0px !important;
}

#content{
	width:650px;
	padding-top:30px;
}

.pibfi_pinterest .xc_pin, .pibfi_pinterest img{
	max-width:650px;
	height:auto;
}


/* SIDEBAR */

#sidebars{
	width:300px;
	padding-top:30px;
}

.sidebar li.widget{
	margin-bottom:0px;
}

.sidebar hr.green{
	border:0px;
	background-color:#a1dbcc;
	color:#a1dbcc;
	height:1px;
	margin-bottom:25px;
}

.sidebar ul.sidebar_list{
	padding:0px;
}

.sidebar h3{
	display:none;
}

.sidebar h3.welcome{
	background:url('http://www.stephsbitebybite.com/wp-content/uploads/2013/05/title-hello.gif') no-repeat;
	width:300px;
	height:17px;
	margin-bottom:16px;
	display:block;
}

.sidebar h3.search{
	background:url('http://www.stephsbitebybite.com/wp-content/uploads/2013/05/title-search.gif') no-repeat;
	width:300px;
	height:17px;
	margin-bottom:16px;
	display:block;
}

.sidebar h3.cats{
	background:url('http://www.stephsbitebybite.com/wp-content/uploads/2013/05/title-categories.gif') no-repeat;
	width:300px;
	height:17px;
	margin-bottom:16px;
	display:block;
}

.sidebar h3.button{
	background:url('http://www.stephsbitebybite.com/wp-content/uploads/2013/05/title-button.gif') no-repeat;
	width:300px;
	height:17px;
	margin-bottom:16px;
	display:block;
}

.sidebar .ssection{
	margin-bottom:30px;
}

.sidebar #blogher1{
	margin-bottom:0px !important;
}

.sidebar #blogher1 #blogherads_div a{
	color:#000000 !important;
}

.sidebar #social{
	text-align:center;
	margin-bottom:40px;
}

.sidebar li#search p{
	margin: 0px;
}

.sidebar #grab-button{
	margin-bottom:45px;
}

.sidebar #ad-section{
	text-align:center;
}

img.steph{
	display:block;
	margin:0 auto;
}

.sidebar h3 span{
	display:none;
}

.sidebar select#cat{
	width:100%;
	padding:4px;
	margin-bottom:38px;
}

.sidebar .text_input{
	width:97%;
	border:1px solid #dddddd;
	padding: 4px 6px !important;
	margin-bottom:38px;
}


/* RECIPES PAGE */
body.custom-recipes-page #cat-list{
	margin-bottom:30px;
}

body.custom-recipes-page #cat-list ul{
	width:100%;
	margin-top:0px;
}

body.custom-recipes-page #cat-list ul li{
	list-style-type:none;
	width:200px;
	float:left;
	margin-bottom:8px;
}

body.custom-recipes-page #cat-list ul li a{
	font-size:14px;
}

body.custom-recipes-page #recent-cat ul li{
	list-style-type:none;
	width:150px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:0px 4px 32px;
}

body.custom-recipes-page #recent-cat ul li h2{
	line-height:16px;
}

body.custom-recipes-page #recent-cat ul li a{
	font-size:14px;
}

body.custom-recipes-page #bottom-pag p a{
	font-size:14px;
	font-weight:bold;
}

body.custom-recipes-page #bottom-pag p.p{
	float:left;
}

body.custom-recipes-page #bottom-pag p.n{
	float:right;
}