/*
Theme Name:Fry Lake
Theme URI:http://FryLake.com
Description:Custom Fry Lake theme
Version:0.2
Author:Aaron D. Campbell
Author URI:http://xavisys.com/blog/
*/

* {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body {
	background:#555555;
	color:#444;
	font-size:82%;
	margin:20px 0;
}

h1,
h2,
h2 a,
h3,
h4,
h5,
h6 {
	color:#000;
	font-weight:normal;
	text-decoration:none;
}

h2,
h3 {
	border-bottom:1px solid #DDD;
}

h2 {
	font-size:2.2em;
}
#sidebar h2 {
	font-size:1.3em;
	margin-top:.6em;
}
h2 a:visited,
h2 a:active {
	color:#444;
}


h3 {
	font-size:1.3em;
	margin-top:.6em;
}

p,
ol,
ul,
blockquote {
	line-height:1.8em;
}

p {
	margin-top:.7em;
}

ul {
	list-style:none;
}

a {
	color:#E50;
}

a:hover {
	text-decoration:none;
}

a:visited,
a:active {
	color:#E60;
}

img {
	border:none;
}

.editlink,
.small {
	font-size:.8em;
}

.message {
	text-align:center;
}

.validation-advice {
	clear:both;
	color:#E50;
	margin-left:155px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}


/**********
 * Header *
 **********/

#header {
	background:#000 url(images/header.jpg) no-repeat left top;
	height:300px;
	margin:0 auto;
	position:relative;
	width:917px;
}

/*********
 * Title *
 *********/

#title {
	color:#FFF;
	padding:20px;
}

#title * {
	text-decoration:none;
}

#title h1 {
	font-size:2.8em;
}

#title a {
	color:#FFF;
}

#title h1 a span{
	color:#AAA;
	font-weight:bold;
}

#title h2 {
	border:none;
	font-size:1em;
}

/**************
 * Navigation *
 **************/

#nav,
#subnav {
	bottom:0;
	left:5px;
	position:absolute;
}
#subnav {
	bottom:-27px;
}
#nav ul,
#subnav ul {
	list-style:none;
}

#nav li,
#subnav li {
	float:left;
}

#nav a,
#nav a:active,
#nav a:visited,
#subnav a,
#subnav a:active,
#subnav a:visited {
	border-left:1px solid #DBDBDB;
	color:#FFF;
	display:block;
	height:25px;
	line-height:25px;
	padding:0 10px;
	text-align:center;
	text-transform:lowercase;
	text-decoration:none;
}
#subnav a,
#subnav a:active,
#subnav a:visited {
	color:#666;
}
#nav a:hover,
#subnav a:hover {
	background-color:#000;
	color:#FFF;
}
#nav li.current_page_ancestor,
#nav li.current_page_item,
#subnav li.current_page_ancestor,
#subnav li.current_page_item {
	background-color:#000;
}
#subnav li.current_page_ancestor a,
#subnav li.current_page_item a {
	color:#FFF;
}

#nav .first a,
#subnav .first a {
	border:none;
}


/***********
 * Content *
 ***********/

#content {
	background:#FFF url(images/bottom.gif) no-repeat left bottom;
	margin:0 auto;
	padding:30px 35px 0 35px;
	width:847px;
}

#left_col {
	float:left;
	width:620px;
}

#sidebar {
	float:right;
	width:185px;
}

/**********
 * Footer *
 **********/
#footer {
	color:#CCC;
}

#footer p {
	text-align:center;
	line-height:1.5em;
}

#footer a {
	color:#DDD;
}

/*********
 * Posts *
 *********/
.post_content {
	margin-bottom:.5em;
}

.postmetadata {
	background:url(images/bg_40.gif) repeat-x;
	border-bottom:1px solid #DDD;
	clear:both;
	height:33px;
	margin:0 0 30px 0;
	padding:20px 15px 0 15px;
}

.postmetadata p {
	float:left;
}

.postmetadata .comments,
.commentlist .right {
	float:right;
}

.postmetadata a {
	color:#777;
}

span.date {
	float:right;
	margin-top:15px;
	vertical-align:bottom;
}

.commentlist li {
	padding:10px;
}

.commentlist li small {
	line-height:12px;
}

.commentlist .right {

}

.commentlist li p {
	line-height:18px;
	margin:0 0 6px 0;
}

.commentlist li.alt {
	background-color:#F8F8F8;
	border:1px solid #DDD;
	border-width:1px 0;
}

/*********
 * Forms *
 *********/
fieldset {
	color:#777;
	margin-top:15px;
	padding:10px;
}

.message,
fieldset,
input,
button,
fieldset textarea,
fieldset select {
	-moz-border-radius:0.5em;
	-khtml-border-radius:0.5em;
	border:1px solid #F5F5F5;
	border-left-color:#DDD;
	border-top-color:#DDD;
}

legend {
	color:#E50;
	font-weight:bold;
	padding:5px 10px;
}

input,
button,
fieldset textarea,
fieldset select {
	color:#777;
	font:90% Verdana;
	padding:4px;
	width:430px;
}

input.button {
}

option {
	padding:0 10px 0 5px;
}
fieldset label,
fieldset p.label {
	color:#777;
	text-align:right;
	width:145px;
}
fieldset label {
	float:left;
	margin:5px 0;
	margin-right:10px;
}

fieldset p {
	margin:0;
}
fieldset div {
	margin:5px 0;
	position:relative;
}
fieldset div div {
	margin:0;
}
fieldset p.label {
	left:0;
	position:absolute;
}

.radio {
	margin-left:160px;
}
.radio label,
.radio input {
	background:none;
	border:none;
	display:inline;
	float:none;
	vertical-align:middle;
	width:auto;
}
.radio div {
	clear:none;
	white-space:nowrap;
}

.submit,
#sidebar .submit {
	text-align:right;
}
.submit input,
#sidebar .submit input {
	background:#F9F9F9 url(images/bg_23.gif) repeat-x;
	border:1px solid #F5F5F5;
	border-left-color:#DDD;
	border-top-color:#DDD;
	cursor:pointer;
	padding:auto 21px;
	text-transform:lowercase;
	width:auto;
}

#sidebar input {
	border:1px solid #DDD;
	border-bottom-color:#F5F5F5;
	border-right-color:#F5F5F5;
	margin-top:5px;
	width:175px; /* width of sidebar -8 for padding and 2 for border */
}

#commentform textarea {
	width:100%;
}

#commentform fieldset,
#sidebar fieldset {
	border:none;
	margin:0 8px 0 0;
	padding:0;
}
/*****************************/

.album {
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
}

.album h2.name {
	border:none;
	display:inline;
	font-size:1.5em;
}

h2.album_title {
	font-size:1.5em;
}

.thumbs div {
	float:left;
	margin-right:10px;
	text-align:center;
}

.clear { clear: both; }

.prev {
	float: left;
}

.next {
	float: right;
}

