
/* 
Project: Cakes Beyond Belief
Filename: screen.css
Date: Feb 09
*/



/* ---------------- global styles ---------------- */


html, body {
	height: 100%;
}

body {
    padding: 0;
    margin: 0;
  	font-size: 62.5%;
	text-align: center;
	color: #333333;
	background: #EDF1F1 url(img/back.jpg) repeat-x 0 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
    }


body a img {
    border: none;
}


img{
	display: block;
}



/* ---------------- clear standard browser styles ---------------- */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
	position: absolute;
	left: -9999px;
}


.hide-link{
	position: absolute;
	left: -9999px;
}

.image_left{
	float: left;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px ;
}


.image_right{
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px 10px;
}




/* ---------------- wrap ---------------- */


#wrap {
	text-align: left;
	margin: 0px auto;
	width: 860px;
}



/* ---------------- content ---------------- */


#content {
	float: left;
	width: 790px;
	margin: 0;
	padding: 22px 35px 0 35px;
	background: #FFF url(img/bkg.jpg) no-repeat 0 0;
}







/* ---------------- main-content ---------------- */


#main-content{
	float: left;
	width: 790px;
	padding: 0px 0px 10px 0px;
	background: url(img/main-content-bkg.gif) no-repeat 50% 0;
}




#main-content .gutter{
	float: left;
	width: 790px;
	margin-top: 10px;
	background: url(img/main-content-bottom-bkg.gif) no-repeat 50% 100%;	
}


#main-content img{
	float: right;
	padding: 0 30px 10px 30px;
}


#main-content h2{
	font-size: 2em;
	color: #2B497F;
	margin: 5px 50px 20px 35px;
}


#main-content p{
	font-size: 1.4em;
	color: #333;
	padding: 0 35px 15px 35px;
}


#main-content .larger{
	font-size: 1.6em;
}


#main-content .prices{
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
}


#main-content .note{
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 30px;
	color: #999;
	text-align: center;
	}


#main-content a{
	color: #2B497F;
	text-decorauion: underline;
}


#main-content a:hover{
	text-decoration: none;
}


#main-content .signature{
	float: right;
	padding: 15px 10px 10px 10px;
}


/* ---------------- header ---------------- */


#header{
	float: left;
	width: 790px;
	}
	
	
#header h1{
	float: left;
	width: 403px;
	height: 140px;
	background: url(img/logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

* html #header h1{
	margin-left: 10px;
}


#header h2{
	float: right;
	text-align: right;
	font-size: 1.6em;
	margin: 20px 20px 0 0;
	font-weight: bold;
	}

* html #header h2{
	margin: 20px 10px 0 0;
}


#header h2 span{
	font-weight: normal;
	color: #336262;
	}
	
	
	
/* ---------------- navigation ---------------- */


#navigation{
	float: left;
	width: 790px;
	font-size: 1.6em;
	margin-bottom: 20px;
	}
	
	
#navigation li{
	float: left;
	margin: 0 5px 0 20px;
	}
	

#navigation li a{
	color: #333;
	padding: 5px 0;
	text-decoration: none;
	}
	
	
#navigation li a:hover,
#navigation li a.here{
	background: url(img/nav-bkg.gif) no-repeat 0 50%;
	color: #2B497F;
	}
	


#sub-navigation{
	float: left;
	width: 750px;
	margin: 0 0 15px 20px;
	background: #E0F1F5;
	border: 2px solid #fff;
}


#sub-navigation li{
	float: left;
	font-size: 1.4em;
	width: 187px;
	text-align: center;
	padding: 4px 0;
}


#sub-navigation li a{
	color: #2B497F;
	text-decoration: none;
}


#sub-navigation li a:hover,
#sub-navigation li a.here{
	font-weight: bold;
	color: #333;
}

	
/* ---------------- homepage ---------------- */


#homepage{
	float: left;
	width: 790px;
	padding: 0 0 10px 20px;
	}


* html #homepage{
	width: 770px;
	padding: 0 0 10px 0px;
	margin-left: 10px;
}


#homepage img{
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0px;
	}
	
	

/* ---------------- gallery ---------------- */


#gallery{
	float: left;
	width: 750px;
	padding-bottom: 10px;
	margin: 0 0 10px 16px;
	}



#gallery li{
	float: left;
	margin: 0 0px 10px 10px;
}

#gallery li a{
	display: block;
	border: 1px solid #ADDEE7;
	padding: 2px;
	background: #fff;
}



#gallery p{
	font-size: 1.4em;
	padding: 0 0 15px 10px;
}


#gallery a{
	color: #2B497F;
	text-decorauion: underline;
}


#gallery a:hover{
	text-decoration: none;
}

/* ---------------- footer ---------------- */


#footer{
	float: left;
	width: 860px;
	font-size: 1.2em;
	padding: 7px 0 15px 0;
	background: url(img/footer-bkg.jpg) no-repeat 0 0;
	}
	

#footer .copyright{
	float: left;
	color: #336262;
	margin-left: 30px;
	}
	

* html #footer .copyright{
	margin-left: 15px;
	}

#footer .webby{
	float: right;
	color: #97BEBE;
	margin-right: 30px;
	}


* html #footer .webby{
	margin-right: 15px;
	}
	

#footer .webby a{
	color: #97BEBE;
	text-decoration: none;
	}

#footer .webby a:hover{
	text-decoration: underline;
	}
	