/*  

Theme Name: Oakleaf Cakes
Theme URI: http://www.powertheme.com/themes/elegance/
Description: An elegant WordPress theme brought to you free by <a href="http://tyleroakleaf.com/a>
Version: 1.0
Author: Tyler Oakleaf
Author URI: http://tyleroakleaf.com/
Tags: valid XHTML, valid CSS, right sidebar, widget ready, simple, widgets, two columns
*/


* {
	margin: 0; padding: 0;
	outline: none;
}

p {
	text-indent: 2em;
}

p.center {
	text-align:center
}

a:link, a:visited, a:active {
	color: #6891c3;
	text-decoration:none;
}

a:hover {
	color: #666;
}

img {
	border: none;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}


p + p { 		/* paragraph following another paragraph spacing = 1em */
	margin-top: 1em;
} 

span.special_link a, span.special_link a:visited, span.special_link a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

span.special_link a:hover {
	color: #6891c3;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 950px;
	color: #666;
	background:url(cake_image.php) no-repeat 0 307px;
}

#announcement {
	float: right;
	width: 100px;
	text-align: center;
	margin-top:5px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	height: 150px;
}

#url {
	width:auto;
	height:auto;
	float:right;
	text-align:right;
}

#logo {
	float:left;
	margin-top:5px;
}

#menu {
	color:#666;
	width:590px;
	float:right;
	font-weight: normal;
	text-decoration: none;
}

#menu ul {
	width:auto;
	height: auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu li.not_current a {
	padding: 0 25px 10px 25px;
	color:#666;
}

#menu li.current a,
#menu li.current a:hover {
	color:#666;
	padding: 0 25px 10px 25px;
	background: url(img/on.gif) no-repeat bottom center;
}

#menu li.not_current a:hover {
	color:#666;
	padding: 0 25px 10px 25px;
	background: url(img/on.gif) no-repeat bottom center;
}

#menu li {
	display:block;
	font-size:medium;
	min-width:91px; /* ie6 hack for min height */
	width: auto !important; /* ie6 hack for min height */
	width: 91px; /* ie6 hack for min height */
	height:100px;
	margin-top: 50px;
	text-align:center;
	float:left;
}

#content { 
	width: 750px;
	min-height: 393px; /* ie6 hack for min height */
	height: auto !important; /* ie6 hack for min height */
	height: 393px; /* ie6 hack for min height */
	margin: 3px 0 0 0;
	padding:0;
	background-color:#FFF;
	border: solid 25px #FFDAE8;
}

.single_post { 
	width: 570px;
}

.post { 
	margin: 10px; 
}

.post h2 a, .single_post h2 a { 
	color: #24446b; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 24px; 
}

.post p { 
	line-height: 22px; 
}

.entry {
	margin-top:5px;
}

#side {
	width: 160px;
	margin: 15px 0 0 3px;
	float:right;
	color:#666;
	font-weight: normal;
	text-decoration: none;
	font-size:medium;
	border-left: solid 3px #FFDAE8;
}

#side ul {
	margin-left: 20px;
	padding:0;
	list-style-type:none;
}

#side li {
	padding-bottom:5px;
}

#side li.not_current a {
	color:#6891c3;
}

#side li.current a,
#side li.current a:hover {
	color:#666;
}

#side li.not_current a:hover {
	color:#666;
}

#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
}

#footer_location {
	float:left;
	width: 400px;
	text-align: left;
	color:#666;
}

#footer_legal {
	float:right;
	width: 400px;
	margin-bottom:2px;
	text-align: right;
	color:#B8B8B8;
}
