/* @override http://bgliving.com/wp/wp-content/themes/bgliving/style.css */

/* @override http://bgliving.com/three/wp-content/themes/bgl3/style.css */

/*
Theme Name: BG Living
Description: Customized Wordpress theme for BG Living Magazine.
Version: 1.0a
Author: Jesse Schmidt
Author URI: http://jesseschmidt.com/
*/

/* @group Resets */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* @end */

/* @group Fonts */

@font-face {
	font-family: "Yanone Kaffeesatz Light";
	src: url("fonts/yanonekaffeesatz-light-webfont.eot");
	src: local("Yanone Kaffeesatz Light"), url('fonts/yanonekaffeesatz-light-webfont.woff') format('woff'), url("fonts/yanonekaffeesatz-light.otf") format('opentype');
	font-weight: 300;
}

@font-face {
	font-family: "Yanone Kaffeesatz";
	src: url("fonts/yanonekaffeesatz-regular-webfont.eot");
	src: local("Yanone Kaffeesatz Regular"), url('fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'), url("fonts/yanonekaffeesatz-regular.otf") format('opentype');
	font-weight: normal;
}


@font-face {
	font-family: "Fontin Sans";
	src: url("fonts/fontin_sans_r_45b-webfont.eot");
	src: local("Fontin Sans Regular"), local("FontinSans-Regular"),
	    url("fonts/fontin_sans_r_45b-webfont.woff") format("woff"),
		url("fonts/fontin_sans_r_45b.otf") format("opentype");
	font-weight: normal;
}

@font-face {
	font-family: "Fontin Sans";
	src: url("fonts/fontin_sans_b_45b-webfont.eot");
	src: local("Fontin Sans Bold"), local("FontinSans-Bold"),
	    url("fonts/fontin_sans_b_45b-webfont.woff") format("woff"),
		url("fonts/fontin_sans_b_45b.otf") format("opentype");
	font-weight: bold;
}

@font-face {
	  font-family: "Fontin Sans";
	  src: url("fonts/fontin_sans_i_45b-webfont.eot");
	  src: local("Fontin Sans Italic"), local("FontinSans-Italic"),
    	url("fonts/fontin_sans_i_45b-webfont.woff") format("woff"),
    	url("fonts/fontin_sans_i_45b.otf") format("opentype");
    font-style: italic;
}


/* @end */

/* @group Main */

body {
	background-color: #fff;
	font-family: "Fontin Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
}

#wrapper {
	margin: 0 auto;
	min-height: 200px;
	width: 940px;
	padding: 0 10px;
}

p {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 8px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:link {
	color: #1e568f;
	text-decoration: none;
}

a:visited {
	color: #1e568f;
	text-decoration: none;
}

a:hover {
	color: #3498fd;
	text-decoration: none;
}

a:active {
	color: #1e568f;
	text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	margin: 0 0 17px 0;
}

#top_banner_ads {
	margin: 5px 0 16px 0;
	height: 90px;
}

.ad728x90header {
	float: right;
}

#logos {
	position: absolute;
	top: 0;
	z-index: 10;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	background: #2771bd;
}

#logos img {
	margin: 89px 0 0 0;
}

#nav {
	padding: 13px 0 0 30px;
}

#nav ul {
	list-style-type: none;
	margin: 0 0 18px 0;
}

#nav ul li {
	padding: 0;
	font-family: "Yanone Kaffeesatz Light";
	font-size: 28px;
}

#nav ul li a {
	color: #fff;
}

#subpage-nav {
	padding: 4px 0 0 212px;
}

#subpage-nav ul {
	list-style-type: none;
	margin: 0 0 18px 0;
}

#subpage-nav ul li {
	padding: 0;
	display: inline;
	margin: 0 20px 0 0;
	font-family: "Yanone Kaffeesatz Light";
	font-size: 28px;
}

#subpage-nav ul li a:link, #subpage-nav ul li a:visited {
	color: #333;
}

#subpage-nav ul li a:hover {
	color: #1e568f;
}

/* @group Gallery */

#slideshow {
	z-index: 1;
	width: 940px;
	height: 375px;
	max-height: 375px;
	position: relative;
	overflow: hidden;
}

img {
	border: none;
}

.slidepic {
	width: 940px;
	height: 375px;
	max-height: 375px;
}

.caption {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	background: rgba(0,0,0,0.3);
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.caption .image-title {
	color: #fff;
	padding: 8px 16px 4px 9px;
	font-size: 1.3em;
}

.caption .image-desc {
	padding: 2px 16px 10px 10px;
	font-size: 0.8em;
	color: #fff;
	line-height: 1.3em;
}

.caption .image-desc a:link, .caption .image-desc a:visited {
	color: #fff;
}

.caption .image-desc a:hover{
	color: #06b1e9;
}

/* @end */

/* @end */

/* @group Content */

#content_home {
	min-height: 100px;
	padding: 20px 0;
	clear: both;
}

#content {
	min-height: 100px;
	padding: 20px 0;
}

#col1 {
	width: 300px;
	float: left;
}

#col2 {
	width: 380px;
	float: left;
	margin: 0 20px;
	display: inline;
}

#col3 {
	width: 220px;
	float: left;
}

/* @group Column 1 */

#col1 h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

#col1 .entry {
	margin: 0 0 15px 0;
	border-bottom: none;
}

#col1 .entry h4 a {
	font-weight: bold;
	color: #333;
}

#col1 .entry .newsdata{
	margin: 0;
	font-size: 11px;
}

/* @end */

/* @group Column 2 */

#col2 ul {
	padding: 0 ;
	margin: 0 0 10px 0;
}

#col2 ul li {
	font-size: 14px;
	margin: 0 0 8px 0;
}

#col2 ul li a {
	font-size: 14px;
}

#col2 ul li span a {
}

#col2 h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

#col2 .entry {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #40afe8;
}

#col2 .entry h4 a {
	font-weight: bold;
	color: #333;
}

#col2 #twitter {
	margin: 0 0 25px 0;
}

#col2 .entry .eventdata{
	margin: 0;
	font-size: 11px;
	color: #2c759b;
}

/* @group Event List */

body.home #wpng-cal-events {
	margin: 0 0 15px 0;
}

.wpng-cal-loading {
	height: 100px;
	text-align: center;
}

.wpng-cal-image {
	margin-top: 20px;
}

.wpng-page-list-table {
	width: 100%;
	margin-bottom: 10px;
}

.wpng-page-list-head {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.wpng-page-list-time {
	width: 23%;
	padding-top: 8px;
	font-size: 14px;
}

.wpng-page-list-title {
	padding-top: 8px;
	font-size: 14px;
}

.wpng-entry {
	font-size: 100%;
}

.wpng-entry-label-row {
	padding-top: 7px;
	font-size: 100%;
}

.wpng-entry-label {
	font-weight: bold;
	width: 60px;
    float: left;
}

.wpng-entry-label-text {
	float: left;
}

.wpng-entry-desc {
	padding-top: 10px;
	font-size: 110%;
}

.wpng-widget-date-title {
	padding-top: 10px;
}

#wpng-cal-events br {
	clear: both;
}

/* @group Thickbox */
*{padding: 0; margin: 0;}
/* ---------->>> thickbox specific link and font settings <<<------------*/
#TB_window {
	font-size: 12px;
	color: #333333;
}

#TB_secondLine {
	font-size: 12px;
	color:#666666;
}
/* ---------->>> thickbox settings <<<--------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(wp-content/plugins/wpng-calendar/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #3899ca;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	border-bottom: 1px solid #3899ca;
	margin: 0 0 10px 0;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* @end */

/* @end */

/* @end */

/* @group Column 3 */

#col3 h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

#col3 img {
	float: left;
	margin: 0 15px 5px 0;
	-moz-box-shadow: rgba(20,20,20,0.5) 1px 1px 5px;
	-webkit-box-shadow: rgba(20,20,20,0.5) 1px 1px 5px;
}

/* @end */

/* @group Sponsors */

#sponsors {
	width: 280px;
	min-height: 270px;
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
}

.ad-120x90 {
	width: 120px;
	height: 90px;
	margin: 0 0 10px 10px;
	float: right;
}

.ad-250x250 {
	width: 250px;
	height: 250px;
	float: right;
}

/* @end */

/* @group Content Text */

#content_text {
	width: 607px;
	padding: 0 13px 0 2px;
	margin: 0 0 50px 0;
	font-size: 14px;
	float: left;
}

#content_text span.postdate {
	float: right;
	font-size: 10px;
	color: #3498fd;
}

#content_text h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 26px;
}

#content_text h2 a {
	color: #333;
}

#content_text p {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 19px;
}

#content_text blockquote {
	width: 310px;
	float: left;
	margin: 0 20px 10px 0;
	padding: 14px 20px 0 20px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

#content_text blockquote p {
	font-size: 18px;
	line-height: 22px;
	
}

#content_text blockquote p em {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 14px;
}

div.entry {
	margin: 0 0 10px 0;
}

div.postdata {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 10px;
	border-top: 1px solid #93bfee;
	border-bottom: 1px solid #93bfee;
}

div.sharethis {
	clear: left;
	float: left;
	margin: 0 0 10px 0;
}

.post-ratings {
	height: 38px;
	margin: 3px 0 0 0;
}

.wp-caption {
	text-align: center;
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #d1d1d1;
}


p.wp-caption-text {
	padding: 4px 0 0 0;
	margin: 0!important;
	text-align: center;
}

div.category-issue ul {
	list-style-type: disc;
	margin: 0 0 10px 15px;
}

div.category-issue ul li {
	font-size: 15px;
	height: inherit;
}

.list .entry {
	width: 450px;
	float: right;
}

.dining, .arts, .shopping, .entertainment, .lifestyle {
	padding: 10px 0;
	border-bottom: 1px solid #93bfee;
}

/* @end */

/* @group Comments */

h3#comments {
	margin: 0 0 8px 0;
}

ol.commentlist {
	margin: 0;
}

ol.commentlist li {
	margin: 0 0 20px 0;
	position: relative;
	clear: both;
}

.comment-body {
	border: 1px solid #d1d1d1;
}

#comment_section .comment-body p {
	margin: 10px;
}

.comment-body .reply {
	margin: 0 0 5px 5px;
}

ul.children {
	margin: 5px 0 0 20px;
}

.commentmetadata {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 10px;
	
}

.commentmetadata a {
	color: #aaa;
}

div.avatar {
	width: 65px;
	display: inline;
}

.vcard {
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #f1f1f1;
}

#commenting_options {
	width: 275px;
	float: right;
	margin: 0;
}

#commenting_options h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

#commenting_options p {
	font-size: 12px;
	line-height: 16px;
}

#fbc_login {
	margin: 0;
	padding: 0;
}

#respond {
	float: left;
	width: 290px;
	margin: 0 0 0 0;
}

#respond p {
	margin: 0 0 7px 0;
}

#respond h3 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

#commentform label {
	font-size: 13px;
	line-height: 12px;
	display: block;
	margin: 0;
	padding: 0;
}

#commentform input, #commentform textarea {
	border: 1px solid #96d0f5;
	padding: 3px;
	width: 284px;
}

#commentform #submit, #commentform p.submit_button input {
	border: 1px solid #96d0f5;
	background-color: #e8f6fd;
	padding: 8px;
	margin: 0;
	font-weight: bold;
	width: inherit;
}

#commentform #submit:hover, #commentform p.submit_button input:hover {
	border: 1px solid #96d0f5;
	background-color: #d8e6ec;
	cursor: pointer;
}

/* @end */

/* @group Magazine */

.magazine_list {
	width: 155px;
	height: 230px;
	text-align: center;
	padding: 8px;
	background-color: #f3f3f3;
	border: 1px solid #d1d1d1;
	margin: 0 20px 20px 0!important;
}

.magazine_list p {
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0!important;
}

/* @end */

/* @group Category Pages */

.entry ul {
	margin: 0 0 0 10px;
}

.entry ul li {
	margin: 0 0 0 10px;
	font-size: 18px;
	line-height: 22px;
	color: #333;
}

.entry ul li ul {
	margin: 0 0 10px 10px;
}

.entry ul li ul li {
	margin: 0 0 0 10px;
	font-size: 16px;
	line-height: 20px;
}

/* @end */

#map {
	height: 200px;
	border: 1px solid #0c3355;
	margin: 0 0 8px 0;
}

#sidebar {
	width: 310px;
	padding: 12px 0 0 0;
	float: right;
}

#sidebar img {
	margin: 0 0 12px 0;
}

.left, .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.right, .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

/* @end */


/* @group Footer */

#footer {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
	padding: 12px 0 10px 0;
	text-align: center;
}

#footer_ads {
	height: 90px;
	margin: 0 0 10px 0;
}

.ad120x90footer {
	float: left;
}

.ad728x90footer {
	float: right;
}

#footer p {
	font-size: 11px;
	margin: 5px 0 0 0 ;
	text-align: center;
}

#footer ul {
	text-align: center;
}

#footer ul li {
	font-size: 12px;
	margin: 0 5px;
	display: inline;
}

#footer ul li a {
	color: #333;
}

/* @end */

/* @group Facebook */

#fbc_profile {
	margin: 2px 2px 0 0;
	font-size: 13px;
	width: 220px;
	border: 1px solid #b1b1b1;
	background: #fff url(images/facebook_bkgrd.png) no-repeat 5px bottom;
}

/* @end */

/* @group Coupon */

#coupon_wrap {
	width: 700px;
	margin: 10px auto;
	padding: 20px;
	border: 2px dashed black;
}

.coupon_logo {
	float: left;
	text-align: center;
	width: 200px;
	margin: 0 20px 0 0;
}

.coupon_title {
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.coupon_info {
	float: left;
	font-size: 12px;
	margin: 10px 0;
}

#coupon_wrap .coupon_info p {
	margin: 0 0 10px 0;
}

#coupon_wrap #map {
	width: 200px;
	height: 150px;
	margin: 10px 20px 0 0;
	float: left;
	clear: left;
}

.print_button {
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
}

.couponentry {
	margin: 0 0 10px 0;
	font-size: 15px;
}

.couponentry b {
	font-size: 16px;
}

.couponentry span {
	font-size: 10px;
}

/* New Coupon */

.coupons p {
	margin: 0;
}

.coupons {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #93bfee;
}


/* @end */



/* Print Styles */

@media print {

	#fbc_profile {
		display: none;
	}

	/* @group Coupon */
	
	.print_button {
		display: none;
	}
		
	/* @end */

}

	

