/*
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/
*/


/*GOING TO BUNDLE UP EVRYTHING TO DO WITH BACKGROUND HERE8?
/*adds the split background with fade on top color*/
/*body.custom {
	background:url(http://appetiteindulgence.com/wp-content/themes/thesis_151/custom/images/BackG.jpg) #949381 repeat-x;
}*/
/* adds backgroudn color to the whole site*/
body.custom { background-color: #949381;
}
/*colors and sizes the container*/
.custom #container {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0.6em;
    background: #FFFFFF;
    border: 1.2em solid #5C5753;

}*/
/*add in the image as header and colours the area behind the image*/
/*.custom #page {
       background:url(http://appetiteindulgence.com/wp-content/themes/thesis_151/custom/images/Header.jpg) #FFFFFB no-repeat;
}*/
/*think this is server side php stuff that might not have made it over*/
#glossymenu{
	position: relative;
	padding: 258px 0px 0px 10px;
	margin: 0 auto 0 auto;
	height: 31px;
	list-style: none;
}
/*same*/
/*#glossymenu li{
	float:left;
}*/
/*same*/
/*#glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0 0 13px; 
	height: 31px;
	line-height: 31px;
	text-align: center;
	cursor: pointer;	
}*/
/*same*/
/*#glossymenu li a b{
	float: left;
	display: block;
	padding: 0 19px 0 8px; 
}*/
/*same*/
/*#glossymenu li.current a, #glossymenu li a:hover{
	color: #fff;
	background: url(http://appetiteindulgence.com/wp-content/themes/thesis_151/custom/images/MenuLeft.jpg) #96756E no-repeat;
	background-position: left;
}*/
/*same*/
/*#glossymenu li.current a b, #glossymenu li a:hover b{
	color: #fff;
	background: /*url(http://appetiteindulgence.com/wp-content/themes/thesis_151/custom/images/MenuRight.jpg)*/ no-repeat right top;
}*/
/*custom edges to buttons*/
/*.HDLeft
{
  width:500px;
  float:left;
  display:block;
}

.HDRight
{
  padding-top:264px;
  width:200px;
  float:right;
  display:block;
  	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}*/




/*THIS IS CUSTOMING OF THE THESIS OPTIONS*/
/*adding pull-quotes formatting*/

.pullquote_near { 
         width: 200px; 
	margin: 5px 0 5px 15px; 
	border: 3px double #aaa; 
	border-width: 3px 0; 
	font-size: 1.4em; 
	text-align: center; 
	float: right; 
}

.pullquote_right { 
	width: 200px; 
	margin: 5px 0 5px 15px; 
	border: 3px double #aaa; 
	border-width: 3px 0; 
	font-size: 1.4em; 
	text-align: center; 
	float: right; 
}

/* adding padding to FCG*/
.custom #featured { padding-bottom: 3em; }


/*widening teasers columns*/

.custom.teaser {
	width: 480px;
}


/*increasing font of post headings*/

.custom h1.entry-title {
	color: #2361A1;
         font-weight: bold;
}

/* GOING TO TRY KINGDOMGEEKS CLICKABLE HEADER HERE*/
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 195px; width: 935px; background: url(http://appetiteindulgence.com/wp-content/themes/thesis_151/custom/images/header_redo_III.jpg) no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/*first of my in-paragraph custominsations?

.myprose {text-align: left;
         font-style: italic;
	 }

/*changing NAV menu hover functionality*/

.custom ul#tabs li a:hover { background: #5C5753;
                             color: white; }
.custom ul#tabs { font-weight: bold; 
                  font-size: 120%; }
.custom ul#tabs li.current_page_item { background: #5C5753; }
.custom ul#tabs li.current_page_item a { color: white; }

/*providing a consistent post image styling*/

div.img
  {
  margin:10px;
/*border:1px dashed #BC6858;*/
  height:auto;
  width:auto;
  float:none;
  text-align:center;
  }
div.img img
  {
  display:inline;
  border:1px dashed #BC6858;
  padding: 4px;
  }

/*adding customisation of photo attribute*/
.my-attribution {
font-family:Arial; 
font-size:10px; 
color:#000; 
padding:0px; 
text-align:right; 
}

.custom img.alignleft {margin:0 1.467em 0 0;
}

/*adding color to entry titles*/
.custom h2 a{color:#2361A1;
}
.custom h2 a:hover {text-decoration:underline;
}

/*adding frame like definition to content*/

.custom #content {
    margin: 0px;
    background: #F9F8F7;
    border: 2px solid #F2F2F2;
    width: 62.5em;
    margin: 3px 0 0;
}