/*  
Theme Name: Cafe Splat design
Description: This exclusive design for Cafe Splat was created by Kay Peacock in February-March 2008 and translated to CSS and a WordPress them by Jacqui McGirr in March 2008. Copyright in the design is owned by Cafe Splat, 2008.
Author: Kay Peacock
Author URI: http://www.muchadodigital.com.au/
*/

/*base styles*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, 'Lucida Sans', Arial, Helvetica, sans-serif;
	background: url('../images/clothbackground.gif') repeat;
}

h1, h2, h3 { font-weight: bold; }
p, blockquote, li { 	font-size: 0.85em; }
td { font-size: 90%; }
img, a img { border: none; }

/*containers*/
#page {
	margin: 0 auto;
	width: 800px;
	background-color: transparent;
}

#header {
	margin: 0;
	height: 220px;
	width: 800px;
	background-color: #F9CE06;
}

#content {
	width: 745px;
	min-height: 370px;	
	padding:20px 25px 10px 30px;
	background-color: white;
	border-bottom: 22px solid #F9CE06;
}

#story {
	width: 470px;
	color: #666;
}

#photo {
	float: right;
	width: 242px;
}

#footer {
	height:15px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 2px 0;
}

/*story text styles*/
#story h1 {
	margin: 0;
	padding: 0px 0 7px 0;
	font-size: 1.2em;
	line-height: 130%;
	color: #3399FF;
	text-decoration: none;
}

#story h2 {
	color: #666;
	font-size: 0.9em;
	line-height: 130%;
	padding: 1em 0 0;
}

#story h1 + h2 { padding-top: 0; }

#story p { 
	margin: 0 0 12px 0; 
	line-height: 130%;
}

#story strong { font-weight: bold; }

#story span { 
	font-weight: bold;
	font-size: 80%;
}

#story small {
	font-size: 0.9em;
	color: #999;
	line-height: 130%;
	padding: 0px 0 6px 0;
}

#story a { color: #9966CC; }
#story a:hover { color: #FF9900; }

#story-end h3 {
	text-align: center;
	padding: 1.1em 0 0.2em;
	color: #9966CC;
	font-size: 0.85em;
}

#story-end p {
	text-align: center;
	font-weight: bold;
	color: #888;
	font-size: 0.75em;
}

/*footer styles*/
#footer-left {
	position: absolute;
	margin: 0;
	width: 45%;
	color: #555;
}

#footer-right {
	float: right;
	margin: 0;
	width: 52%;
	color: #555;
	text-align: right;
}

#footer-left a { color: #555; }
#footer-left a:hover { color: #9900CC; }
#footer-right a { color: #3399FF; }
#footer-right a:hover { color: olive; }

/*navbar link styles*/
#navbar {
	margin-bottom: 1em;
	padding-left: 20px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 90%;
	background-color: #F9CE06;
}

#navbar ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#navbar ol li {
	float: left;
	border-right: 2px solid yellow;
	padding: 0 10px 0 10px;
}

#navbar li + li + li + li + li + li + li + li { border-right: 0; }

#navbar a { text-decoration: none; }

#navbar1 a { color: #2A8EFF; }
#navbar2 a { color: #FF00CC; }
#navbar3 a { color: #28B7F7; }
#navbar4 a { color: #F60; }
#navbar5 a { color: #00CC66; }
#navbar6 a { color: #FF0000; }
#navbar7 a { color: #36F; }
#navbar8 a { color: #0AA0BB; }

#navbar1 a:hover, #navbar2 a:hover, #navbar3 a:hover, #navbar4 a:hover, #navbar5 a:hover, #navbar6 a:hover, #navbar7 a:hover, #navbar8 a:hover { color: purple; }

/*header elements*/
#cafesplat-logo {
	background: url('../images/cafesplatlogotype.gif') no-repeat;
	width: 349px;
	height: 156px;
	padding-bottom: 25px;
}

#cafesplat-egg {
	float: right;
	background: url('../images/cafesplategg.gif') no-repeat;
	width: 187px;
	height: 156px;
}

