/*
Theme Name: Sandy Beach Day
Theme URI: http://www.deques.net/
Description: A Sandy Beach Theme
Version: 1.0.1
Author: Wai Wong
Author URI: http://www.deques.net/
*/
/************************/
/*     Global Design    */
/************************/

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #3366CC;
}

a:hover {
	color: #3366CC;
	text-decoration: underline;
}

a:active {
}

body {
	background-color: #E8E9EE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
}

.clear {
	clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#container {
	width: 750px;
	padding: 0px;
	padding-bottom: 0;
	margin: auto;
	background-color: #000000;
         background: url(images/bg.jpg);;
	color: #000000;
}

#header {
	background-color: #FFFFFF;
         background: url(images/header.jpg) no-repeat left;;
	height: 130px;
	position: relative;
}

#navigation {
	height: 30px;
	margin: 5px auto;
	width: 100%;
	background-color: #E9E8E2;
         background: url(images/bg2b.jpg);;
}

#content {
	margin: 10px 0;
         padding: 3px;
}

#footer {
	margin-top: 5px;
	background-color: #E8E9EE;
         background: url(images/footer.jpg);;
	color: #002F2F;
	padding: 2px;
	text-align: right;
}

.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;

}

#header #searchbar {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#header #searchbar #s {
	padding: 1px;
}

#header #searchbar #searchsubmit {
	border: 1px solid #555;
	background-color: #E9E8E2;
}

#header #searchbar #searchsubmit:hover {
	background-color: #A6A492;
}
#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}
	
#navigation li a {
	float: left;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
	color: #555;
}
	
#navigation li a:hover {
	color: #FFF;
	background: #A6A492;
}
/************************/
/*    Content Global    */
/************************/

.post {
	padding: 10px;
	margin-bottom: 10px;


	color: #333333;
}

.post div.entry a {
	color: #3366CC;
	text-decoration: none;
	background-color: none;
	padding: 0 1px;
}

#more-1 {
	background: none;
}

.post blockquote {
	margin: 10px;
	padding: 5px;
	font-size: 12px;
	color: #000;
	font-style: italic;
}

.post h2 {
	font-family: serif;
	font-size: 180%;
	font-weight: normal;
}

.post ol {
	padding-left: 25px;
	margin-bottom: 5px;
}

.post ul {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post small {
	font-size: 80%;
	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: 15px;
}

.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 blockquote {
    margin: 4px;
    font-style: italic;
}


ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

ol#comments ol {
    padding-left: 25px;
}

ol#comments ul {
    padding-left: 20px;
}

ol#comments ul li, ol#comments ol li {
    margin-bottom: 3px;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
}

h3#respond {
	font-size: 110%;
}

#commentform p {
    margin-bottom: 3px;
}

#commentform input {
	border: 1px solid #A4A5A9;
	background-color: #FAFAF0;
}

#commentform input#submit {
	margin-top: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #A4A5A9;
	background-color: #FAFAF0;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/*     Footer Design    */
/************************/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
