/* 
	Theme Name: culinariane.com
	Theme URL: http://www.culinariane.com/
	Description: The culinariane.com theme will be used as a template for culinariane.com.
	Author: Ryan Malluk
	Author URI: http://www.corewebsites.com
	Version: 1.0
*/

/* body and html */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans; /*whatever fonts here*/
	font-size: 12px;  /* standard size for normal fonts */
	color: #333;    /*standard color for all text */
	min-width: 965px; /*set minimum width of site */
    background-color: #330000; 
}

html { background-image: url('../culinariane.com/images/bgcolor.jpg');  }

body {
    background-image: url('../culinariane.com/images/topBg.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    text-align: center;
}
html { background-image: url('../culinariane.com/images/bgcolor.jpg');  }
/* Containers
*       -there are holders for the entire site, headers, navigations, bodies, footers, etc...
*       -usually, these are 100% width for background repeats
*       -text-align: center is for internet explorer, centering the divs inside them.
*/

#theWholeContainer { 
    width: 817px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*theHeader is where things at the top of the page are stored and positioned
*/
#theHeader {
    width: 817px;
    height: 190px;
    background-image: url('../culinariane.com/images/topMaybe.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}



#theRating { 
    width: 100%;
    padding-top: 70px;
    text-align: right;
}


#theRating p { 
    padding-right: 20px; 
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}
/* Here would be theHeader styles... like h1, p, a, etc

/*end of  #theHeader styles*/

/*theNavigation is sometimes inside theHeader, sometimes not, but either way, needs its own styles. */
#theNavigation {
    width: 100%;
    padding-top: 79px;
    text-align: center;
}


/* navigation is very important. especially the a tags. sometimes use blocks, sometimes something else
* see upcoming style templates for more info... */

#theNavigation a { color: #330000; text-decoration: none; font-size: 18px; }
#theNavigation a:hover { color: #ffffff; }
#theNavigation a.current { color: #ffffff; }

.margin10 { margin-left: 10px; margin-right: 10px; }

#theNavigationMain { 
    width: 570px; 
    text-align: right; 
    float: left;
    display: inline;
}
#theNavigationReview { 
    width: 98px; 
    margin-left: 98px;
    text-align: center;
    float: left;
    display:inline;
}

#theReviews {
    float: left;
    display: inline;
    width: 98px;
    margin-left: 150px;
    font-size: 11px;
}
#theReviews a.reviews { color: #ffffff; text-decoration: none; font-size: 11px; }
#theReviews a.reviews:hover { text-decoration: underline; }
#theReviews p { 
    color: #ffffff; 
    font-size: 12px; 
    margin: 8px auto 0px auto;
    padding: 0 0 0 16px;
}


#theBody {
    width: 817px;
    height: 424px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('../culinariane.com/images/bottomInside.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
}
    


#theFooter {
    width: 817px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

#theFooter p { 
    font-size: 11px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#theFooter a { color: #ffffff; }
#theFooter a:hover { text-decoration: none; }

#theFooterLeft {
    width: 300px;
    float: left;
    display: inline;
    text-align: left;
}

#theFooterCenter {
    width: 200px;
    float: left;
    display: inline;
    text-align: center;
}

#theFooterCenter a img {
	border: none;
	}

#theFooterRight {
    width: 317px;
    float: left;
    display: inline;
    text-align: right;
}

#theDefinition {
    float:  left;
    display: inline;
    margin-top: 10px;
    margin-left: 25px;
    height: 39px;
    width: 491px;
    background-image: url('../culinariane.com/images/definition.png');
    background-position: left top;
    background-repeat: no-repeat;
}

#nyTimesQuote {
    float:  right;
    display: inline;
    margin-top: 20px;
    margin-right: 25px;
    height: 81px;
    width: 274px;
    background-image: url('../culinariane.com/images/nytimesQuote.png');
    background-position: left top;
    background-repeat: no-repeat;
}

#zagatQuote { 
    float:  left;
    display: inline;
    margin-top: 200px;
    margin-left: 30px;
    height: 147px;
    width: 324px;
    background-image: url('../culinariane.com/images/zagatQuote.png');
    background-position: left top;
    background-repeat: no-repeat;
}


#theAbout {
    clear: both;
    float: left;
    display: inline;
    width: 482px;
    height: 320px;
    margin: 15px 167px;
    background-image: url('../culinariane.com/images/menuImg.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #78553F;
    border: 2px solid #c3b586;
    text-align: right;
}

#theAbout a { color: #330000; }
#theAbout a:hover { color: #ffffff; }

#theAbout h1 { font-size: 24px; text-decoration: none; color: #330000; margin-right: 20px; margin-left: 20px; }
#theBox h1 { font-size: 24px; text-decoration: none; color: #330000; margin-right: 20px; margin-left: 20px; }

#theBox {
    clear: both;
    float: left;
    display: inline;
    width: 750px;
    height: 320px;
    margin: 15px 33px;
    /*background-image: url('../culinariane.com/images/navigationRepeat.png');*/
    background-color: #78553F;
    border: 2px solid #c3b586;
}

img.padding10 { padding: 10px; float: right; display: inline; }

#theAbout p, #theBox p { 
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    margin: 20px;
    padding: 0;
}

#theAbout p { color: #330000; }

/* End Containers */


