/*
Theme Name:     Sanctuary Bistro
Description:    Customized Dish theme for Sanctuary Bistro
Author:         Jeff Kereakoglow
Template:       dish
Version:        1.0.0
 */
 

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800);
 
/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}




/* General
------------------------------------------- */
 
body,
p {
	line-height: 1.7;
}

.blog-post .info time {
	line-height: 1;
}

header#top .widget-first {
	margin-right:30px;
}

.home .container > section > header.title {
	margin-top: 45px;
}

.home header.title h2 {
	text-align: center;
	font-size:48px;
}



/* Horizontally align header widget area items. */
nav.pull-right li, nav.pull-right section {
    display: inline-block;
}

nav.pull-right li {
    padding-left: 10px;
}

nav.pull-right li:first-child {
    padding-left: 0;
}

#top .navbar .brand {
    margin-top: -37px;
}


#content ul {
	margin-bottom: 20px;
}

#content ul li {
	list-style-type: disc;
    	margin-left: 20px;
}




.page-section {
	margin:0 auto 70px;
}

.sb-section-intro {
	margin-bottom:20px;
}

.home .latest-blog-posts .item {
	padding: 0px 0 0 0; 
}

.footer-copyright {
	padding-top:20px;
}


.sb-menus .one-third {
	text-align: center;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}





@media (max-width: 979px) 
{
	#top {
		min-height: 130px;
	}
}


@media (max-width: 767px) 
{
	.latest-blog-posts .span3 {
		padding-bottom: 30px;
	}
	
	#prefooter .span4 {
		padding-bottom:30px;
	}
	
	
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		width: 100%;
		margin-left:0;
		margin-bottom:50px;
	}
}

@media (max-width: 500px) 
{
	a.brand img {
		margin-top:35px;
	}

}

