@charset "UTF-8";

/* CHANGE BODY BACKGROUND (SAND COLOR) TO COORDINATE */

body {
	background-color: #d7c08e;
}

/* HEADER */

div#header{
	height:200px;
	background:url(../images/bg_daywater.png) top repeat-x;
}

div#header_content{
	height:200px;
}

div#waterlayer{
	top:69px;
}

/* WATER */

div#water_container{
	position:relative;
	width:1024px;
	height:162px;
	margin:0px auto;
}

/* SANDY AREA */

div#sand{
	position:absolute;
	top:96px;
	background:url(../images/bg_daysand.png) top center repeat-x;
}

/* AP GRAPHICS */

/* BBQ */ 
div#sanddecor1{
	position:absolute;
	top:-150px;
	right:30px;
	width:345px;
	height:462px;
	background:url(../images/bbq.png) 0 0 no-repeat;
	z-index:1;
}

/* H TITLES */

h1#work{
	display:block;
	margin: 110px 0px 10px 30px;
	width:232px;
	height:26px;
	background:url(../images/h1_work.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
	


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* BLOG COLUMNS */

div#left_column{
	float:left;
	padding:100px 32px 20px 32px;
	width:592px;
}

div#right_column{
	float:right;
	padding:304px 30px 0px 0px;
	width:337px;
}

.post{
	width:592px;
	margin:0;
	padding:10px 0px;
}
	
.post h2 {
	width:552px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16pt;
	font-weight:normal;
	color:#5f8eb5;
	text-align:right;
	padding:10px 20px 0px 20px;
	margin:0;
	background:url(../images/bg_postheader.png) 0 0 no-repeat;
}

.post h2 a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16pt;
	font-weight:normal;
	color:#5f8eb5;
	margin:0;
}

.postfooter{
	clear:both;
	overflow:hidden;
	height:30px;
	width:552px;
	padding:0px 20px;
	margin:0;
	background:url(../images/bg_postheader.png) bottom left no-repeat;
	line-height:30px;
	font-size:10px;
	text-align:right;
}

.postfooter a{
	color:#5f8eb5;
}
.postfooter a:link{
	color:#5f8eb5;
}
.postfooter a:hover{
	color:#5f8eb5;
}
.postfooter a:visited{
	color:#5f8eb5;
}

.entrycontainer{
	width:464px;
	padding:0px 10px 0px 118px;
	margin:0;
	background:#decba1 url(../images/bg_entryicon.png) 20px 15px no-repeat;
}
.entry{
	width:454px;
	font-size:12px;
	overflow:hidden;
}
.entry p{
	line-height:16px;
}
.entry p:first-child{
	margin-top:0px;
	padding-top:0px;
}


/* SIDEBAR */

div#sidebartop{
	background: url(../images/bg_sidebar.png) 0 0 no-repeat;
	width: 337px;
	height: 20px;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#sidebar{
	width:297px;
	padding:0px 20px 10px 20px;
	margin:0;
	overflow:hidden;
	background:#decba1;
}
div#sidebarbottom{
	background: url(../images/bg_sidebar.png) bottom left no-repeat;
	width: 337px;
	height: 20px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#sidebar h2{
	width:297px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#5f8eb5;
	text-align:right;
	padding:10px 0px 0px 0px;
	margin:0;
}

#sidebar form {
	margin: 0;
	}

h2.error404{
	display:block;
	width:743px;
	height:369px;
	background: url(../images/404error.png) 0 0;
	text-indent:-9999px;
	margin:0 auto;
	padding:0px;
}
