/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*---------------------------------------change to one column content----------------*/
/*.custom .teaser{width: 100%;}

.custom .headline_area p.to_comments {
    float: right;
    margin-top: 1em;
*/
.teaser {
    width: 26em;
}
/*-------------------------------------------------------------------------*/
/* put a box around teaser
.teaser {
    border: 1px dotted #CCCCCC;
    padding: 0.5em;
    width: 25.4em;
}*/

/*.teaser { 
    border-bottom: none;
    border-top: 8px solid #DDDDDD;
    border-width: medium 0 1px;
}*/


/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
/*#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #F2FCFB;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 10px;
	/* do not change this! */
	overflow: hidden;
}*/

/* widget item setup */
/*#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 305px;
	/* space between widgets */
	padding-right: 20px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}*/

/* widget item headers*/
/*#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.2em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffffff;
	/* distance between border and widget text */
	margin-bottom: 5px;
}*/

/* do not change these! */
/*#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }*/
/*--------------------------------------------------fat footer---------------------------*/
.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets {margin-top:20px; width:33%; float:left; }
.custom .my-footer-one {}
.custom .my-footer-two {}
.custom .my-footer-three {}  

/*------------------------------------------------------multibox------------------------------------------------*/
.custom li#text-454619580 .textwidget a img { margin-left:auto; margin-right:auto; display:block; padding-bottom:0.1em; padding-top:0.1em; }
.custom .custom_box {background-color:#fff;font-size:0.8em;}
.custom li.widget {margin-bottom:1em;
}
.custom .widget h3 {
   color: red; font-weight:bold;
}

/*-----------------------------------------------------justify text-----------------------------------*/
.custom .format_text, .teaser {
    text-align: justify;
}

/*--------------------------bold the heading------------------------------------------------------*/
h1.entry-title, h2.entry-title {font-weight:bold;}
.custom .format_text .to_comments {
    float: right;
    /*margin-bottom: 5em;
    margin-top: -5em;*/
}



a.teaser_link {float:right;}

.custom .teaser .format_teaser {
margin-bottom: 1em;
padding-bottom: 2em;
}

.custom #header #logo a {
margin:auto;
}
#sidebars ul.sidebar_list {margin-left:2em;}

.custom #content_box {margin-right:1em;}

/*fix the homepage space issue
.custom div.sb_container {
    margin: 4px 0 !important;
    width: 100%;
}
.custom #multimedia_box {
    margin-bottom: 2em;
    margin-left: 3em;
}
.custom .custom_box {
    background-color: #FFFFFF;
    font-size: 0.8em;
}
.custom #sidebars ul.sidebar_list {
    margin-left: 0;
}
.custom #sidebar_2 {
    float: left;
    width: 18em;
}
.custom #sidebar_1 {
    border-style: dotted;
    border-width: 0 0 0 0;
    clear: left;
    float: left;
    margin-left: 1em;
    width: 20em;
}*/

/*sidebar title background*/
.custom ul.sidebar_list  h3 {background-color: #1bb3be;
-moz-border-radius: 6px;&nbsp;
padding: 0.27em;
text-align: center;
font-weight:normal;
font-size:1.2em; 
color:#FFFFFF;}

/*-------------------------------------------------------------------*/
<code>/* NUMBERED PAGE NAV */
.page-nav { font-size: 1.5em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #F2FCFB; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #F2FCFB; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }


/*---------------------------------------------after post author-------------------------------------------------*/
.postauthor { background: #F2FCFB; border-top: 1px solid #e1e1e0; border-bottom:1px solid #e1e1e0; overflow: hidden; padding: 1.5em; width:560px;}
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #F85E5E; font-size: 2em; margin-bottom: 10px; }
.postauthor p { color: #20B4BF; font-size: 12px; margin-bottom: 8px; }
.postauthor a { color: red; text-decoration: underline }
/*------------------------------------breadcrumb-----------------------------------------*/
.custom .breadcrumbs {
	font-family:Verdana,Arial;
	font-size:1.1em;
	padding:0.6em 0em 0.3em 0em;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}
.custom .breadcrumbs a {
	color:#cc0000;
	border-bottom:1px solid #fff;
}
.custom .breadcrumbs a:hover {
	border-bottom:1px solid#cc0000;
}

/*-------------------space below ads-----------------------------------*/
.custom .format_text ins { padding-bottom:0.5em !important; }
.custom .headline_area {
margin-bottom:0.8em;
}

/*-----------------------------bullet point---------------------*/
.custom #recent-posts-4 ul { list-style: disc inside; }

/*-------------------------------better comment section-----------------------------*/
.custom .comment-reply-link { background: #F2FFA1; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }


.custom .post .format_text > p:first-child:first-letter {
	float:left; 
	font-size: 50px; 
	line-height: 44px; 
	color: #3B6670; 
	padding-right: 0.10em; 
	margin-top: 0.08em;

}

.custom .post .format_text > p:first-child:first-line {
	font-size: 18px; 
	font-variant:small-caps; 
	letter-spacing:1px; 	
		
}

/*-----------------click through text custom-------------------*/
.custom a.more-link {
    text-decoration: none;
    color: #20B4BF;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: Georgia,"Times New Roman",Times,serif;
}
.custom a.more-link:hover {
    text-decoration: none;
    color: #F85E5E;
}

/*-------------------------------subscription buttons in Nav Menu-----------------------------------------------*/
.custom .menu .button a {
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	height: 34px;
	margin-left: 1.1em;
	padding: 0;
	text-indent: -9999px;
	width: 32px;
	outline:none;
}
.custom .menu .button a:hover { background-color:transparent; }

.custom .menu .rss a { background-image:url("http://yireservation.com/wp-content/plugins/subscribe-connect-follow-widget/images/32px/rss.png"); }
.custom .menu .facebook a { background-image:url("http://yireservation.com/wp-content/plugins/subscribe-connect-follow-widget/images/32px/facebook.png"); }
.custom .menu .email a { background-image:url("http://yireservation.com/wp-content/plugins/subscribe-connect-follow-widget/images/32px/email.png"); }
.custom .menu .twitter a { background-image:url("http://yireservation.com/wp-content/plugins/subscribe-connect-follow-widget/images/32px/twitter.png"); }
.custom .menu .facebook { float:right; }
.custom .menu .email { float:right; }
.custom .menu .rss { float:right; }
.custom .menu .twitter { float:right; }

/*---------------------------------------------------Move Nav Menu to the Right-------------------------------------------------------
.custom #page {
    position: relative;
}
 
.custom ul.menu {
    position: absolute;
    right: 0;
    width: auto;
}*/

/*-----------------------------------------------------drop down 1 line------------------------------*/
.custom .menu a {
    text-align: left !important;
}

/*-----------------------------------------------fat footer full width-------------------------------------*/
.custom #footer_area {
    background: none repeat scroll 0 0 #EBF5F4;
    border-top: 2em solid #28E0ED;
    padding: 0;
}

.custom #footer_area .page {
    background: none repeat scroll 0 0 transparent;
}
.custom #footer {
    border-top: 0 none;
    text-align: center;
}
#footer_setup {
    margin-bottom: 25px;
    overflow: hidden;
    padding: 3em;
}
#footer_setup .footer_items {
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 100%;
    padding-right: 0;
    text-align: left;
    width: 33.3%;
}
#footer_setup .footer_items h3 {
    border-bottom: 3px none #FFDF00;
    color: #FFFFFF;
    font-size: 2.5em;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    text-transform: lowercase;
}
#footer_setup .footer_items ul {
    margin: 1em;
    padding: 0;
}
#footer_setup .footer_items ul li {
    font-size: 1.4em;
    line-height: 1.5em;
    list-style: none outside none;
}
#footer_setup .footer_items a {
    color: #FAFAFA;
}

/*------------------------------- Build a two-column box for sidebars -------------------------------*/
#sidebar_two_column_box {
	/* width should be no wider than the sum of your sidebar column widths */
	width: 390px;
	/* height to suit */
	/*height: 140px;*/
	/* border width style color */
	border: 1px solid #20B4BF;
	/* background if desired */
	background: #FFFFFF;
	/* keeps box contents away from the edges of the box */
	padding: 1em 1em 1em 1em;
	/* separates box from elements around it */
	margin: 0.6em 2em 1em 2em;
        font-weight: bold; 
        font-size: 1.1em;
        color: #414141;
        text-align: left;
        -moz-border-radius: 10px 10px 10px 10px;
}
.aweber_wrap {
    margin-top: 8px;
}
.custom .aweber_wrap { width:230px; overflow:hidden; margin-left:-5px; }

.custom .editor {
    background: #fff;
    text-align: center;
    margin-top: -22px;
    margin-bottom: 12px;
    width: 150px;
    color: #FF5F10;
    margin-left: 110px;
    font-size: 14px;
}

.custom .fb_edge_widget_with_comment {
    margin-top: 10px !important;
    position: relative;
}

/*------------------------------------ZL Recipe styling------------------------------*/
#zlrecipe-container #zlrecipe-title { font-size: 20px; }
#zlrecipe-container { background-color: #FDFFDE; }
#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { list-style-type: disc; }

/*-------------------------------------after post sharing button-----------------------*/
.addthis_default_style a {
    margin: 3px;
}
.sharebt p {color:gray; float: right;line-height: 18px;padding-right: 60px;padding-top: 15px;}
.sharebt {-moz-box-shadow: 2px 2px 0 #E5E5E5;background-color: #F9F9F9;border: 1px solid lightgrey;height: 62px;margin: 10px 0 25px;padding: 15px 12px;position: relative;background-image: url("images/shareicon.png");background-position: right top;background-repeat: no-repeat;}
.addthis_default_style {
    float: left;
    line-height: 1.5px;
    padding-right: 0;
    padding-left: 1;
    padding-top: 0;
    width: 90px;
}
.social-box {float: left;margin-top: 0;width: 122px;}
.tweet {float: right;padding-top: 3px;}
.dg{float:left;margin-top:1px;}

.custom .addthis_button_facebook_like {
   margin-top: -8px !important;
}
/*--------------------------------------------style related button text-------------------------*/
.custom .relatetome {font-size: 18px; color: #F85E5E; margin-bottom: 1px; font-weight:bold; }