/*  

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 {
}

div > p:first-of-type {
	text-indent: 2em;
}

p.center {
	text-align:center;
}

p.inline {
	display:inline;
}

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: 1.5em;
	text-indent: none;
} 

h1, h2, h3 {
	font-weight:normal;
}

h4 {
	font-size:18px;
	font-weight:normal;
}

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;
	color: #666;
	background:url(cake_image.php) no-repeat 0 307px;
}


#announcement {
	float: right;
	width: 100px;
	height: 105px;
}

#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:#000;
	width:585px;
	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 32px 10px 32px;
	color:#666;
}

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

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

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

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

.navigation {
	width: 730px;
	height: 10px;
	margin: 30px 10px 10px 10px;	
}

.single_post { 
	width: 570px;
}

.post { 
	margin: 10px; 
}

.post h2 a, .single_post h2 a { 
	color: #6891c3; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

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

.entry li {
	margin: .5em 0 .5em 5em;
}

.entry {
	margin-top:5px;
}

.entry h1, h2 {
	margin: .5em 0 .5em 0;
}

#archivehead {
	margin:10px;
}


#search-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url(img/searchbox.png) right top no-repeat;
	border: solid #FFDAE8;
	color: #999999;
	font-size:12px;
	width: 134px;
	height: 18px;
	margin-bottom: 10px;
}

strong.search-excerpt {
  background-color: #FFDAE8;
}

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

#side ul {
	margin-left: 10px;
	padding-bottom:5px;
	text-transform:lowercase;
	list-style-type:none;
}

#side li {
	padding-left: 1em;
	text-indent: -1em;
}

#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;
}

#precom {
	margin-left: 8px;
}

#comments {
	margin: 0 0 10px 8px;
}

#comments ul {
	list-style-type:none;
}

#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;
}