/*
Theme Name: The Bulldog Lowertown WP Theme
Description: A theme for SeeNewHorizon.com
Author: Luke @ SpottedKoi LLC
Version: 1.0
*/

@import url("wp_defaults.css");

html {
	background: #000 url('images/main_bg.png') top center repeat fixed;
}
a {
	text-decoration: none;
}
	a:hover {
		color: #FFDD00 !important;	
	}
body {
	
	margin: 0;
	padding: 0;
	width: 100%;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
.page_wrap {
	width: 100%;
	overflow: hidden;	
}
#header {
	width: 100%;
	overflow: hidden;	
}
#logo {
	width: 363px;
	height: 150px;
	float: left;
}
#shops {
	float: right;	
	margin-top: 10px;
}
	#shops p {
		margin-bottom: 20px;
		text-align: right;
		color: #ccc;
		font-size: 14px;
		vertical-align: top;
	}
		#shops p span {
			font-size: 15px;
			font-family: 'Oswald', sans-serif;
			color: #FFDD00 !important;
			margin: 0 10px 0 5px;
		}
			#shops p span a {
				text-decoration: none;
				color: #FFDD00 !important;	
			}
				#shops p span a:hover {
					text-shadow: 0 0 5px #FFDD00;
					color: #fff !important;
					-webkit-transition: all .2s ease-in-out;
					-moz-transition: all .2s ease-in-out;
					-o-transition: all .2s ease-in-out;
					-ms-transition: all .2s ease-in-out;
					transition: all .2s ease-in-out;	
				}
				
	#shops li {
		display: inline-block;
		margin: 0 10px;
	}
		#shops li img:hover {
			opacity: 0.6;
			filter:alpha(opacity=60);
		}
#branding {
	position: absolute;
	display: block;
	margin-top: -17px;
	margin-left: 960px;
	float: right;
}
#search_wrap {
	float: right;	
	margin: 6px 37px 5px 0;
}
	#search_wrap form input[type=text] {
		background: url(images/search_box.png) top center no-repeat;
		width: 180px;
		height: 30px;
		border: none;
		padding: 0 20px 0 10px;
		font-size: 12px;
		font-weight: lighter;
	}
	.hide {
		display: none;	
	}
#menu_wrap {
	width: 100%;	
	background: url(images/menu_wrap.png) top center repeat-x;
	height: 42px;
	display: block;
}

#menu_wrap .menu{
	text-align: left;
	float: left;
}
#menu_wrap .menu li {
	display: inline-block;
	background: url(images/menu_sep.png) top right no-repeat;
}
	#menu_wrap .menu li:last-child {
		background: none;	
	}
#menu_wrap .menu li a {
	font-size: 15px;
	font-weight: 300;
	
	color: #3c2808;
	padding: 11px 15px 11px 13px;
	display: block;
	text-shadow: 1px 1px 1px #ffec77;
}
	
	#menu_wrap ul li.current-menu-item,
	#menu_wrap ul li.menu-item:hover,
	li.page-item:hover {
		margin: 0;
		padding: 0;
	}
	#menu_wrap ul li.current-menu-item a,
	#menu_wrap ul li.menu-item:hover a {
		color: #fff !important;
		text-shadow: 0 0 3px #706100;
	}

#ft_wrap {
	border-bottom: 5px solid #FFDD00;
	width: 100%;
	display: block;

}
#content_box {
	overflow: hidden;
}
#content {
	width: 670px;
	float: left;
	min-height: 500px;
	padding-right: 10px;
	padding-top: 15px;
	background: url(images/content_star.png) center center no-repeat;
}

.post_box {
	
}
.post_meta {
	margin-bottom: 20px;
	background: url(images/line.png) center left repeat-x;
	overflow: hidden;
	width: 100%;
}
h2.post_title a {
	color: #fff !important;	
}
	h2.post_title a:hover {
		color: #d99238 !important;		
		font-family: 'Oswald', sans-serif;
	}
.post_title {
	font-size: 24px;
	color: #fff;
	background: #0e0e0e;
	padding: 0 20px 0 0;
	display: block;
	float: left;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
	.post_title span {
		color: #FFDD00 !important;	
	}
.format_text {
	font-size: 14px;
	color: #fff;
	
}
	.format_text  a {
		color: #f8a757 !important;
	}
.format_text p {
	margin: 0 0 20px;	
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 25px;
}

.highlight {
	color: #FFDD00 !important;
	font-size: 20px;
}
.highlight_sub {
	color: #FFDD00 !important;
	font-size: 14px;
}

.format_text h1 { font-size: 22px; font-family: 'Oswald', sans-serif; }
.format_text h2 { font-size: 20px;  font-family: 'Oswald', sans-serif;}
.format_text h3 { font-size: 18px; font-family: 'Oswald', sans-serif; }
.format_text h4 { font-size: 14px; font-family: 'Oswald', sans-serif; }
.format_text h5 { font-size: 12px; font-family: 'Oswald', sans-serif; }
.format_text h6 { font-size: 10px; font-family: 'Oswald', sans-serif; }

.sidebar {
	width:  280px;
	float: right;
	padding: 15px 0;
	background: url(images/widget_star.png) bottom right no-repeat;
}
#socials {
	
}
.social_wrap {
	padding: 0;
	margin: 20px 0;	
	text-align: right;
}
	.social {
		display: inline-block;	
		margin: 0 10px 0 0;
	}
		.social a {
			display: block;
			width: auto;
			height: auto;	
		}

.side_stuff {
	padding: 20px;
}
.sidebar_list {
	
}
.widget {
	color: #fff;	
	margin-bottom: 20px;
	
	font-size: 14px;
	color: #fff;
	font-weight: 300;
}
	.widget strong {
		font-weight: 400 !important;	
	}
.widget h3 {
	font-size: 	22px;
	color: #FFDD00;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Oswald', sans-serif;
}
.widget li {
	padding: 0 0;
	margin: 8px 0;
	background: url(images/side_li_image.png) left 4px no-repeat;
	color: #787878;
}
.widget li a {
	padding: 0 ;
	
	font-size: 	14px;
	font-weight: normal;
	text-decoration: none;
	color: #787878;
}

#footer {
	padding: 10px 0;
	background: url(images/footer_bg.png) top center no-repeat;
	overflow: hidden;
	width: 100%;
	min-height: 50px;
	border-top: 5px solid #FFDD00;
}
#credits_links {
	float: right;	
	margin-top: 5px
}
	#credits_links ul li {
		display: inline-block;
		margin: 0 0px 0;	
		padding: 0 10px 0 0;
	}
		#credits_links li a {
			display: block;
			color:#fff;
			text-decoration: none;
			font-weight: 300;
			font-size: 13px;
		}
			#credits_links li a:hover {
				color: #d99238;	
			}
#footer_logo {
	float: left;	
	overflow: hidden;
}
	#small_logo {
		float: left;
		margin-right: 10px;
	}
	#address {
		float: right;
		margin-top: 10px;	
	}
		#address span {
			color: #6e6e6e !important;
		}
	#footer p {
		text-align: left;
		font-size: 13px;
		color: #fff;	
		
		margin-top:0;
	}
	
#front_boxes {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
	.front-widget {
		display: block;
		width: 308px;
		border: 1px solid #FFDD00;
		float: left;
		background: #000 url(images/box_bg_1.png)  0 42px no-repeat;
		padding: 0 0!important;
		color: #fff;
		font-weight:300;
		min-height: 278px;
	}
		.front-widget .wid_content {
			display: block;
			padding: 0 20px 20px 15px !important;
			/**height: 190px; **/
			width: 85%;
		}
		.front-widget:first-child {
			background: #000 url(images/box_bg_1.png)  0 42px no-repeat;
		}
		.front-widget:nth-child(2) {
			background: #000 url(images/box_bg_2.png)  0 42px no-repeat;
			margin: 0 35px;
		}
		.front-widget:last-child {
			background: #000 url(images/box_bg_3.png)  0 42px no-repeat;
		}
		.front-widget h3 {
			height: 22px;
			margin-bottom: 15px;
			font-weight: 300;
			color: #392206;
			font-size: 16px;
			padding: 10px;
			background: url(images/menu_wrap.png) top center repeat-x;
			text-transform: uppercase;
		}
		.front-widget strong {
			font-weight: 400;
			color:#FFDD00;
			text-shadow: -1px 0  #1a1a1a, 0 1px  #1a1a1a, 1px 0  #1a1a1a, 0 -1px  #1a1a1a;	
		}
		
table.the_menu td {
	padding: 5px;	
	vertical-align: top;
}

.beer_logos {
	display: block;
	margin: 10px 0;
}
	.beer_logos li {
		display: block;
		vertical-align: top;
		padding: 8px;
		width: 89%;
		box-shadow: 1px 1px 2px #efebe6;
		-moz-box-shadow: 1px 1px 2px #efebe6;
		-webkit-box-shadow: 0px 0px 1px #666666;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		margin: 0 0 5px 2px;
		background: url(beers_logo/beer_box.png) top center repeat;
		overflow: hidden;
	}
		.beer_logos li img {
			margin: 0 0 0 0;
			width: 58px !important;
			height: auto;
			float: left;
		}
		.beer_logos li p {
			float: right;
			width: 68%;	
		}
	
	
.beer_logos.no_img li p {
	width: 100%;
	margin: 0 !important;	
}

.mf_custom_widget h3,
.mf_custom_widget p {
	margin: 0 0 10px;
}

td.boxed {
	padding: 10px;
	border: 2px dashed #FFDD00;	
}