/*
Theme Name: Sandy Beach Day
Theme URI: http://www.deques.net/
Description: A Sandy Beach Theme
Version: 1.0
Author: Wai Wong
Author URI: http://www.deques.net/
*/
/************************/
/*     Global Design    */
/************************/
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #364F45;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #4F7F6B;
}

a:active {
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
	background-color: #fff}

.clear {
	clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#container {
	width: 800px;
	padding-bottom: 0;
	margin: auto;
	background:  url(http://www.sweetness-bakery.com/background-images/body.gif)no-repeat;
	color: #000;
	height:415px;
}

#header {
	background:  url(http://www.sweetness-bakery.com/background-images/top.gif) no-repeat;
	height: 280px;
	margin: auto;
	width: 800px;
}


#navigation {
	margin: 0px auto;
	width: 100%;

}

#content {
	margin: 0px 0;
	
}

#sidebar {
	
	padding: 10px;
	padding-top: 5px;
}

#footer {
	background:url(http://www.sweetness-bakery.com/background-images/foot.gif);
}

.ads {
	margin: 5px auto;
	width: 100%;
}
/************************/
/*     Header Design    */
/************************/
#header #sitename {
	position: absolute;
	left: 1em;
	top: 1em;
}

#header #sitename h1 {
	font-size: 500%;
	font-family: Georgia, sans-serif;
}

#header #sitename h1 a {
	text-decoration: none;
}


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

#navigation li {
	float: left;
}
	
#navigation li a {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	color: #000;
}
	
#navigation li a:hover {
	color: #FFF;
	background: #CC0000;
}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	width: 33%;
}

#sidebar ul li h2 {
	font-size: 2em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
}

#sidebar ul li li {
	float: none;
	display: block;
	width: 100%;
	font-size: 1.3em;
	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
	text-indent: 12px;
	background: url(images/arrow2.png) no-repeat left;;
}
/************************/
/*    Content Global    */
/************************/

.post {
	padding: 5px;
	margin-bottom: 10px;
	
	color: #630;
}

.post div.entry a {
	
	text-decoration: none;
	
	padding:0px;
}

#more-1 {
	background: none;
}

.post div.entry a:hover {
	
	color: #990000;
}

.post blockquote {
	margin: 10px;
	padding: 5px;
	font-size: 10px;
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	background:  url(images/footer.gif) no-repeat;
	color: #000;
	font-style: italic;
}

.post h2 {
	font-size: 180%;
	font-weight: normal;
}
.post b7 {
	font-size: 150%;
	font-weight: normal;
	color:#330000;
	font-family: times;
	letter-spacing: 3px;
}


.post ol {
	padding-left: 25px;
	margin-bottom: 5px;
}

.post ul {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post small {
	font-size: 90%;
	font-weight: bold;
}

/************************/
/*    Content Design    */
/************************/
.post span.cats {
	font-weight: bold;
}

.post div.entry {
	margin: 5px 0;
	font-size: 120%;
}

.post div.entry p {
	margin-bottom: 5px;
}

.postmetadata {
	margin: 10px 0;
	font-size: 110%;
}
/************************/
/*    Comment Design    */
/************************/

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

ol#comments li {
	margin-bottom: 10px;
}

ol#comments cite {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	font-family: Arial, sans-serif;
	color: #364F45;
}

ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
}

h3#respond {
	font-size: 110%;
}

#commentform input {
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}

#commentform input#submit {
	margin-top: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #E6E2AF;
	background-color: #FAFAF0;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/*     Footer Design    */
/************************/
