/* Stylesheet for CelinaBean */
/* version 1.0 -- created 2007.08.18                 */
/* This style sheet is organized as such: */
/* -primary layout                   */ 
/* -general link styles              */
/* -section specific styles          */



/* ------------------ layout ----------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: url('../site_images/c6b39b.png');
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	}

	
/* body div {border: 1px solid;} */
	
#wrapper {
	width: 950px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	/* the wrapper div holds everything together */
	
#banner {
	position: relative;
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: url('../site_images/ede7e0.png')
	}

#banner img {_float: left;} 
/* for some reason IE6 required this float in order eliminate extra padding at the bottom of the image 
   the underscore hack hides this rule from non-IE browsers, but it also makes the css invalid -- such is life   */
	
#content_wrapper {
	width: 940px; /* 950 with margin for indentation and border on each side */
	margin: 0px 4px 0px 4px;
	padding: 25px 0px 25px 0px;
	background: url('../site_images/ede7e0.png');
	border-left: 1px solid #d5c7b7;
	border-right: 1px solid #d5c7b7;
	border-bottom: 1px solid #d5c7b7;
	}
	/* this wrapper holds the content together and keeps its small indentation under the banner */

		
#blog_main {
	width: 500px;
	float: left;
	clear: none;
	display: inline; /* this line isn't necessary, except for IE6's floating double margin problem */
	margin: 0px 0px 15px 0px;
	padding: 0px 14px 0px 14px; /* padding reduced 1px for borders */
	border-left: 1px solid #d5c7b7;
	border-right: 1px solid #d5c7b7;
	} 
	
	
#sidebar_left {
	width: 175px;
	float: left;
	clear: none;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px; 
	display: inline; /* this line isn't necessary, except for IE6's floating double margin problem */
	}

#sidebar_right {
	width: 175px;
	float: right;
	clear: none;
	margin: 0px 15px 0px 15px; 
	padding: 0px 0px 0px 0px;
	display: inline; /* this line isn't necessary, except for IE6's floating double margin problem */
	}	
	
	
#footer {
	width: 910px;
	margin: 0px 15px 0px 15px;
	padding: 15px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #d5c7b7;
	}
	
#searchresults_main {
	width: 500px;
	float: left;
	clear: none;
	display: inline; /* this line isn't necessary, except for IE6's floating double margin problem */
	margin: 0px 0px 15px 0px;
	padding: 0px 14px 0px 14px; /* padding reduced 1px for borders */
	border-left: 1px solid #d5c7b7;
	border-right: 1px solid #d5c7b7;	
	}


/* ------------- layout end ------------------------ */


/* ------------ link styles --------------- */

/* general */

a:link { 
	color: #9f4021; 
	text-decoration: none;
	border-bottom: 1px dotted #9f4021; 
	}
	

a:visited {
	color: #9f4021; 
	text-decoration: none;
	border-bottom: 1px dotted #9f4021; 
	}
	

a:hover {
	color: #9f4021; 
	text-decoration: none;
	border-bottom: 1px solid #9f4021; 
	}

	
a:active {
	color: #9f4021; 
	text-decoration: none;
	border-bottom: 1px solid #9f4021; 
	}
	
	
/* section-specific */

#banner a:link, #banner a:visited, #banner a:hover, #banner a:active {
	border: 0px;
	}
	
#photo_recent a:link, #photo_recent a:visited, #photo_recent a:hover, #photo_recent a:active {
	border: 0px;
	}
	
.sidebar_ad a:link, .sidebar_ad a:visited, .sidebar_ad a:hover, .sidebar_ad a:active {
	border: 0px;
	}

/* --------------- end link styles ------------------- */	






/* section-specific styles begin here */


/* -------------------- blog main column ----------------- */


#blog_main .blog_entry {
	margin: 0px 0px 50px 0px;	
	}

#blog_main h2 {
	font-family: Georgia, Times, serif;
	font-size: 200%;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#blog_main p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	line-height: 140%;	
	}
	
#blog_main blockquote {
	font-size: 100%;
	padding: 0px;
	margin: 10px 15px 10px 15px;
	color: #666666;
	}

#blog_main .blog_entry_footer {
	margin: 0px 0px 0px 0px;	
	padding: 2px 0px 5px 0px;
	border-top: 1px solid #d5c7b7;
	}
	
#blog_main .blog_entry_footer_text {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	color: #666666;
	}
	
/* .blog_entry_footer a:link, .blog_entry_footer a:visited {
	color: #8c8c8c;
	text-decoration: none;
	border-bottom: 1px dotted #8c8c8c;
	}
	
.blog_entry_footer a:hover, .blog_entry_footer a:active {
	color: #8c8c8c;
	text-decoration: none;
	border-bottom: 1px solid #8c8c8c;
	} */


#blog_main h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 125%;
	margin: 0px 0px 20px 0px;
	}
	

.ad_main_column {
	padding: 10px 50px 10px 100px;
	margin: 0px 0px 50px 0px;
	border-top: 1px solid #d5c7b7;
	border-bottom: 1px solid #d5c7b7;
	}
	

	
/* -- the following is individual entry specific -- */

#blog_entry_recipe {
	margin: 20px 0px 20px 0px;
	padding: 30px;
	background: #e6ded2;
	border: 1px solid #d5c7b7;
	width: 434px; /* set to this width because IE6 was making it spill over into the other column at the correct width -- your guess is as good as mine */
	}
	
#blog_entry_recipe h3 {
	font-family: Georgia, Times, serif;
	font-size: 175%;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#blog_entry_recipe p {
	font-size: 100%;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;	
	}

#comments_container {
	margin: 0px 0px 40px 0px;	
	} /* this div holds all the comments for an individual entry */
	
#comments_container h3 {
	font-family: Georgia, Times, serif;
	font-size: 175%;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}
	
#comments_container .comment {
	margin: 0px 0px 40px 0px;
	} /* this class controls the packaging of each comment -- both the comment body and footer */
	
#comments_container .comment_body {
	margin: 0px 0px 10px 0px;
	} /* this class styles the text of each comment -- the comment body  */

#comments_container .comment_footer {
	width: 100%;
	margin: 0px;
	font-size: 100%;
	text-align: right;
	color: #666666;
	}
	
#contribute_comment {
	margin: 0px 0px 40px 0px;	
	} /* this div holds fields for submitting a comment */
	
#contribute_comment .contribute_comment_rules {
	margin: 0px 0px 20px 0px;
	font-size: 100%;
	color: #000000;
	}
	
#contribute_comment h3 {
	font-family: Georgia, Times, serif;
	font-size: 175%;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#contribute_comment h4 {
	margin: 5px 0px 2px 0px;
	font-size: 100%;
	font-weight: normal;
	}

#contribute_comment input {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #d5c7b7;	
	}
	
#contribute_comment textarea {
	width: 400px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #d5c7b7;
	}

#next_and_previous {
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#next_and_previous h3 {
	font-family: Georgia, Times, serif;
	font-size: 150%;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

/* ---------------- end blog main ---------------------- */


/* ---------------- sidebar styles --------------------- */

#sidebar_left h3, #sidebar_right h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 110%;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #9f4021;
	}
	
#sidebar_left p, #sidebar_right p {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
	
#what_is_this, #search_box, #blog_categories_list, #blog_archive_list, #blog_roll, #blog_recent, #blog_recent_comments, #celina_elsewhere, #bookshelf_list, #twitter_include {
	margin: 0px 0px 30px 0px;
	}

	
#what_is_this h4.feed_icon {
	background: url(../site_images/feed_icon.gif) no-repeat center left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 25px;
	font-weight: normal;
	line-height: 150%;
	}
	
.sidebar_search {
	padding: 5px 10px 15px 10px;
	margin: 0px;
	text-align: center;
	}
	
.sidebar_search_field {
	border: 1px solid #d5c7b7;
	}

.sidebar_search_button {
	margin: 5px 0px 0px 0px;
	}
	
.generic_list {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	}
	
.generic_listitem {
	line-height: 200%;
	}
	
#blog_roll h4 {
	margin: 5px 0px 3px 0px;
	}
	
.blog_list {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}

.blog_listitem {
	line-height: 130%;
	margin: 0px 0px 5px 0px;
	}
	

	
#whats_now {
	margin: 0px 0px 30px 0px;
	padding: 4px;
	background: #e6ded2;
	border: 1px solid #d5c7b7;
	}
	
#whats_now h4 {
	margin: 3px 0px 3px 0px;
	}
	
#blog_recent h4 {
	font-weight: normal;
	}
	
#blog_recent_comments h4 {
	margin: 0px 0px 3px 0px;
	}
	
#blog_recent_comments p {
	margin: 0px 0px 15px 0px;
	}
	
.celina_elsewhere_include_item {
	margin: 0px 0px 20px 0px;
	}
	
#celina_elsewhere h4 {
	margin: 5px 0px 3px 0px;
	}

#photo_recent {
	margin: 0px 0px 30px 0px;
	}

#photo_recent img {
	border: 0px;
	width: 175px;
	height: 131px;
	padding: 5px 0px 15px 0px;
	}
	
.sidebar_ad {
	margin: 0px 0px 30px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #d5c7b7;
	border-bottom: 1px solid #d5c7b7;
	}
	
/* ----------------- search results --------------------------- */

#searchresults_main .main_column_search_box {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#searchresults_main h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 175%;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}
	
#searchresults_main h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 2px 0px
	}
	
#searchresults_main .searchresults_entry {
	margin: 0px 0px 20px 0px;	
	}
	
#searchresults_main .searchresults_entry_text {
	margin: 3px 0px 3px 0px;	
	}

#searchresults_main .searchresults_entry_footer {
	margin: 0px 0px 0px 0px;	
	padding: 2px 0px 5px 0px;
	font-size: 85%;
	line-height: 150%;
	color: #8c8c8c;
	}
	
#search_or_tag_feed_subscription {
	margin: 0px 0px 40px 0px;
	}
	
#search_or_tag_feed_subscription p {
	font-size: 100%;
	line-height: 130%;
	}

#tag_search_results_tag_listing {
	margin: 0px 0px 40px 0px;
	}
	
#tag_search_results_tag_listing p {
	font-size: 100%;
	line-height: 130%;
	}	



/* ----------------- search results end --------------------------- */

