/*

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: #333333;
}



a:visited {

	text-decoration: underline;

}



a:hover {
	color: #4969a1;
}



a:active {

}



body {

	background-color: #EFECCA;

	font-family: Verdana, Arial, sans-serif;

	font-size: 68%;

}



.clear {

	clear: both;

}



/************************/

/*     Layout Design    */

/************************/

#container {
	width: 750px;
	padding: 10px;
	margin: auto;
	background-color: #FFF;
	color: #000;
}



#header {
	height: 160px;
	position: relative;
	background-image: url(images/header_logo3.png);
	background-repeat: no-repeat;
}



#navigation {

	margin: 5px auto;

	width: 100%;

	background-color: #E9E8E2;

	border-top: 1px solid #555;

	border-bottom: 1px solid #555;

}



#content {

	margin: 10px 0;

}



#sidebar {

	background-color: #adb1be;

	padding: 10px;


}

#ffanbox {

       padding-top: 10px;

}

#footer {
	margin-top: 5px;
	background-color: #002951;
	color: #FFFFFF;
	padding: 2px;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #FFFFFF;
}



/************************/

/*     Footer Design    */

/************************/

#footer a:hover {
	font-weight: bold;
	color: #fafaf0;
}



.ads {

	margin: 5px auto;

	width: 100%;

}

/************************/

/*     Header Design    */

/************************/

#header #sitename {

	position: absolute;

	left: 1em;

	top: 2em;

}



#header #sitename h1 {

	font-size: 1000%;

	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: 120%;

	font-weight: bold;

	text-decoration: none;

	padding: 5px 9px;

	color: #555;

}

	

#navigation li a:hover {

	color: #FFF;

	background: #A6A492;

}

/************************/

/*    Sidebar Design    */

/************************/

#sidebar ul {

	list-style-type: none;

}



#sidebar ul li {

	float: left;

	width: 33%;

}



#sidebar ul li h2 {
	font-size: 180%;
	font-weight: normal;
}



#sidebar ul li li {

	float: none;

	display: block;

	width: 100%;

}



#sidebar ul li li a {

	font-size: 1.3em;

	font-family: "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;

	padding-left: 12px;

	background: url(images/arrow2.png) no-repeat left;

}

/************************/

/*    Content Global    */

/************************/



.post {
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #adb1be;
	border-bottom: 1px solid #adb1be;
	background-color: #fffae9;
	color: #002951;
	line-height: 180%;
}



.post div.entry a {
	color: #a78200;
	text-decoration: none;
	padding: 0 1px;
	font-weight: bold;
}



#more-1 {

	background: none;

}



.post div.entry a:hover {
	color: #002951;
	font-weight: bold;
}



.post blockquote {
	margin: 10px;
	border-top: 1px solid #A6A492;
	border-bottom: 1px solid #A6A492;
	background-color: #FFF;
	color: #a78200;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
}



.post h2 {

	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: 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: 12px;
}

.post div.entry h3 {
	background-color: #E9E8E2;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	margin-bottom: 5px;
	margin-top: 20px;
}



.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 #adb1be;

	background-color: #fffae9;

}



#commentform input#submit {

	margin-top: 2px;

}



#commentform textarea#comment {

	width: 98%;

	border: 1px solid #adb1be;

	background-color: #fffae9;

}

/************************/

/*  Navigation Design   */

/************************/

.navigation {

	display: block;

	font-size: 130%;

	margin: 5px 0;

}



.navigation .alignleft {

	float: left;

}



.navigation .alignright {

	float: right;

}
#content   h3  {
	padding-right: 15px;
	padding-left: 10px;
	text-align: justify;
	font-size: 11px;
	line-height: 180%;
	margin-top: 20px;
	margin-bottom: 8px;
}

#sk2-footer {
	color:#002951;
	background-color:#FFFFFF;
	width: 770px;
	padding: 3px 2px 3px 2px;
	background-position: center center;
	text-align: center;
}