/* 

KEL AND JON

URL:		KELANDJON.COM
COPYRIGHT:	2010 - JON WRIGHT

-------- */

/* RESET ALL BROWSER DEFAULTS */

:link,:visited {
	text-decoration: none
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

a img,:link img,:visited img {
	border: none
}

address {
	font-style: normal
}

body {
	font-size: 62.5%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../global_images/body_bg.jpg) repeat scroll center top;
	font-family: "Verdana", Arial, Helvetica, Geneva, sans-serif;
	color: #56361a;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	background: url(../global_images/logo.gif) no-repeat;
	text-indent: -9999px;
}

h2 {
	font-size: 1.8em;
	color: #56361a;
	margin-bottom: 25px;
	text-transform: none;
}

h3 {
	
}

h4 {
	margin: 0;
	font-weight: normal;
}

p, ul, ol {
	margin-top: 0;
	line-height: 1.7em;
	text-align: justify;
}

p {
	margin-bottom: 1.2em;
}

ul, ol {
	
}

a {
	color: #56361a;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
}

a:hover {
	text-decoration: none;
	color: #9b6330;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
	display: none;
}

.list1 {
	
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	text-align: left;
	font-size: 1.2em;
	position: relative;
	padding-top: 50px;
}

#wrapper {
	min-height: 0
}

* html #wrapper {
	height: 1%;
	overflow: visible
}

#header-wrapper {
	height: 50px;
	width: 900px;
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

#header_images {
	position: absolute;
	right: 0px;
	top: -200px;
	height: 200px;
	width: 600px;
	display: block;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 50px;
	background-image: url(../global_images/menu_bg.jpg);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 12px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	margin-right: 3px;
	padding: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #FFFFFF;
	line-height: 50px;
	letter-spacing: 1px;
}

#menu a:hover {
	background: black;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
}

#search-submit {
	margin-left: 12px;
}

/* ---------- PAGE ---------- */

#page {
	width: 839px;
	margin: 5px auto;
	padding: 30px 30px 30px 30px;
	background: url(../global_images/page_bg.jpg) repeat fixed center top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ---------- LOGO ---------- */

#logo {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 21px;
	padding-top: 6px;
	text-transform: lowercase;
	font-size: 1.5em;
	position: absolute;
	left: 170px;
	top: 120px;
	letter-spacing: 1px;
}

#logo h1 {
	height: 55px;
	position: absolute;
	top: 80px;
	left: 5px;
	display: block;
	width: 350px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* ---------- CONTENT ---------- */

#content {
	float: left;
	width: 570px;
	min-height: 550px;
}

* html #content {
	height: 550px;
}

/* ---------- WELCOME MESSAGE ---------- */

#welcome {
	margin-bottom: 25px;
	border-bottom: 1px dashed #b1a295;
}

/* ---------- POST ---------- */

.post {
	margin-bottom: 25px;
	position: relative;
	margin-left: 100px;
}

.post a:link, .post a:visited {
	color: #9b6330;
	border-bottom: 1px dashed #9b6330;
}

.post a:hover, .post a:active {
	color: black;
}

.date_display {
	position: absolute;
	top: 0;
	left: -100px;
	text-align: center;
	width: 75px;
	line-height: 1.7em;
	padding: 7px;
	font-size: .8em;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #56361a;
}

.thumbs {
	position: absolute;
	top: 50px;
	left: -100px;
	text-align: center;
	width: 75px;
	padding: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #b1a295;
}

.thumbs img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid white;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	width: 60px;
	height: 60px;
	margin: 5px 0px 0px 0px!important;
}

.thumbs img:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #56361a!important;
}

.author {
	font-style: italic;
}

blockquote {
	margin: 20px 10px;
	border-left: 5px solid #dbe4eb;
	background-color: #d1c4b4;
	padding: 20px;
	font-size: .8em;
}

.post img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid white;
	margin: 5px 0px 15px 0px;
}

.image_title {
	font-style: italic;
	text-align: right;
	font-size: .9em;
	background-color: white;
	display: inline-block;
	float: right;
	padding: 5px 10px;
	margin: -21px 5px 10px 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post .title {
	height: 30px;
	color: #42423E;
	margin: 0;
	text-transform: none;
	font-size: 1.6em;
}

.post .title a {
	border: none;
}

.post .date {
	
}

.post .meta {
	padding: 2px 30px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .8em;
	color: #56361a;
	border-bottom: 1px dashed #b1a295;
}

.post .meta span {
	display: block;
}

.post .meta a {
	
}

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
	font-size: .8em;
}

.post .links a {
	border: none;
}

.post .links .comments {
	
}

.post .links .permalink {
	padding-left: 17px;
}

.pagination {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	font-size: .95em;
}

#sidebar a {
	color: #9b6330;
}

#sidebar a:hover {
	text-decoration: none;
	color: #56361a;
}

#sidebar p, ul, ol {
	text-align: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 0 5px 0px;
	list-style: none;
}

#sidebar li ul {
	list-style: none;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar ul ul li h2 {
	background-image: none;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #56361a;
	font-size: 1.2em;
	text-transform: uppercase;
}

#sidebar p {
	line-height: 1.7em;
}

#sidebar img {
	border: 3px solid white;
	margin: 0 3px 10px 0;
	width: 40px;
	height: 40px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

#sidebar img:hover {
	border: 3px solid #56361a;
}

/* ---------- CALENDAR ---------- */

.calendarBG {
	background-color: #b1a295;
}

.calendarBlank {
	background-color: #eaeaea;
	text-align: center;
	color: #909090;
}

.calendarHeader {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #56361a;
}

.calendarMonthLinks {
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}

.calendarMonthLinks a {
	color: #fff!important;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #ccc;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #b1a295;
	text-align: center;
	vertical-align: middle;
}

.calendarToday {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #b1a295;
}

.calendarCell {
	font-size: 11px;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #cfc2b2;
}

.calendarCell a {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.calendarCell a:visited {
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.calendarCell a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

/* COMMENT FORM AND RELATED ARTICLES */

#comment-form {
	margin-left: 100px;
}

fieldset#comment-form-field {
	background-color: #d1c4b4;
	border: 1px solid #9b6330;
	margin: 25px 0 25px 0;
	padding: 10px 0 10px 25px;
}

fieldset#comment-form-field label {
	font-size: 12px;
}

form#comment-form-form {
	float: left;
	width: 50%;
	clear: left;
}

/* ---------- COMMENT FORM ---------- */

#comment-form .com_input, #comment-form .com_text_area {
	border: 1px solid #24130f;
	padding: 3px;
	background-color: #ebe2d0;
}

#comment-form .submit_button {
	background-color: #171717;
	color: white;
	padding: 5px 7px;
	border: none;
	text-transform: uppercase;
	font: 11px Georgia, "Times New Roman", Times, serif;
	float: right;
	margin: 0 20px 10px 0;
}

#comment-form .submit_button:hover {
	background-color: #645d55;
}

.odd {
	background-color: #d1c4b4;
	padding: 15px;
	margin-left: 100px;
}

.even {
	background-color: #f6e6d4;
	padding: 15px;
}

.comment_title {
	margin-top: 25px;
}

.comment_posted_by {
	
}

.comment_body {
	margin: 20px;
}

#comment-form h6 {
	margin-bottom: -10px;
	color: #003031;
	border-bottom: 1px solid #CCCCCC;
}

#comments .even {
	background-color: #eee;
}

.contact_details {
	color: #003031;
	float: left;
	width: 80px;
}

.contact_details_name {
	color: #003031;
	float: left;
}

/* ---------- MOVIE INDEX ---------- */

.movies {
	text-align: center;
	margin: 25px 0px;
}

.movies .col1 {
	float: left;
	width: 130px;
	margin-bottom: 15px;
}

.movies .col2 {
	float: left;
	margin-left: 15px;
	width: 130px;
	margin-bottom: 15px;
}

.movies .col3 {
	float: left;
	margin-left: 15px;
	width: 130px;
	margin-bottom: 15px;
}

.movies .col4 {
	float: right;
	width: 130px;
	margin-bottom: 15px;
}

.movies .thumb_title {
	margin-bottom: 0px;
	line-height: 1.7em;
}

.movies .thumb_date {
	font-style: italic;
}

.movies img {
	border: 5px solid white;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

.movies img:hover {
	border: 5px solid #56361a;
}

/* ---------- MOVIE DISPLAY ---------- */

#movie {
	margin-bottom: 25px;
}

.movie_date {
	margin-top: -20px;
	font-style: italic;
}

/* ---------- SLIDESHOW INDEX ---------- */

.slideshows {
	text-align: center;
	margin: 25px 0px;
}

.slideshows .col1 {
	float: left;
	width: 130px;
	margin-bottom: 15px;
	height: 200px;
}

.slideshows .col2 {
	float: left;
	margin-left: 15px;
	width: 130px;
	margin-bottom: 15px;
vertical-align
}

.slideshows .col3 {
	float: left;
	margin-left: 15px;
	width: 130px;
	margin-bottom: 15px;
	height: 200px;
}

.slideshows .col4 {
	float: right;
	width: 130px;
	margin-bottom: 15px;
	height: 200px;
}

#slideshows .thumb_title {
	margin-bottom: 0px;
	line-height: 1.7em;
}

.slideshows .thumb_date {
	font-style: italic;
}

.slideshows img {
	border: 5px solid white;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
}

.slideshows img:hover {
	border: 5px solid #56361a;
}

/* ---------- ALBUM DISPLAY ---------- */

#album {
	margin-bottom: 25px;
}

.album_date {
	margin-top: -20px;
	font-style: italic;
}

#album img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid white;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	width: 60px;
	height: 60px;
	margin: 5px 5px 0px 0px!important;
}

#album img:hover {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-color: #56361a!important;
}

.clear {
	clear: both;
	height: 1px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	color: white;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: .8em;
}

#footer a {
	color: white;
	text-decoration: underline;
}