/*
Theme Name: Luke Wesley
Theme URI: http://lukewesley.com
Description: Theme developed for LukeWesley.com by Jupitercow
Author: Jake Snyder
Author URI: http://Jupitercow.com/ 
Version: 1.1
*/

/*
----------------------------------------------------------------------------- 
SETUP
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; } /* Override defaults for all tags. */
html,body { width: 100%; height: 100%; } /* makes sure your canvas fills the window */
body {
	background: #E9E9E9 url(images/bg.gif) repeat-x center top;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	color: #4f4f51;
	}
img { border: none; }
a {
	color: #A24849;
	text-decoration: none;
	}
a:hover { text-decoration: underline; }
p {
	margin-bottom: 16px;
	}
h2.center {
	text-align: center;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}
/*
----------------------------------------------------------------------------- 
STAGE
-----------------------------------------------------------------------------*/
#wrap {
    width: 1024px;
	margin: 0 auto;
	}

#content, #sbContent {
	background-color: #E9E9E9;
	border-color: #4F4F51;
	border-style: solid;
	border-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
	}
#content, #houseleft, #houseright {
	float: left;
	}
#content {
    width: 440px; /*448*/
	}
#content_wrap {
    width: 448px; /*448*/
	margin: 0 -4px;
	}
#houseleft, #houseright {
	width: 288px;
	height: auto !important;
	height: 736px;
	min-height: 736px;
	}
#houseleft {
	background: url(images/decor_lt.gif) no-repeat right 336px;
	}
#houseright {
	background: url(images/decor_rt.gif) no-repeat left top;
	}
#logo {
	float: right;
	width: 240px;
	height: 152px;
	background: url(images/logo.jpg) no-repeat top right;
	}
#page_icon {
	position: absolute;
	top: 480px;
	width: 224px;
	height: 192px;
	}
#header_photo {
	width: 440px;
	height: 130px;
	background-image: url(images/banner_photos/rotate.php);
	}	
#main_event {
	height: auto !important;
	height: 512px;
	min-height: 512px;
	
	background-image: url(images/content_bg_bm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
	padding: 0px 32px 32px;
	}
#main_event_top {
	background-image: url(images/content_bg_tp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#credits {
	width: 100%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #4F4F51;
	}
#credits a.designby {
	color: #E6C6C6;
	}
#credits, #credits a {
	color: #E9E9E9;
	}
/*
----------------------------------------------------------------------------- 
MENU
-----------------------------------------------------------------------------*/			
#menu, #menu a { background-color: #4f4f51; height: 35px; }		
#menu {
	width: 100%;
	}
#menu ul, #menu li {
	display: inline;
	list-style: none;
	}
#menu a {
	float: left;
	display: block;
	font: bold 14px Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: .025em;
	text-decoration: none;
	padding: 0 2px;
	color: #E9E9E9;
	margin-left: 21px; /* << adjust this if you add menu items */
	line-height: 32px;
	}
html #menu a.left { margin-left: 4px; }
#menu a:hover, #menu a#current {
	color: #4f4f51;
	background-color: #D39D9D;
	}
/*
----------------------------------------------------------------------------- 
SUB MENU
-----------------------------------------------------------------------------*/
ul.submenu, ul.submenu li {
	list-style: none;
	}
ul.submenu {
	display: table;
	white-space:nowrap;
	border: #4f4f51 1px solid;
	border-top: none;
	margin: 0 auto;
	}
ul.submenu li {
	display: inline;
	}
ul.submenu a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: 2px;
	font: bold 10px Arial, Verdana, Helvetica, sans-serif;
	color: #4f4f51;
	padding: 0 2px 0 4px;
	margin: 0 4px;
	}
ul.submenu a:hover, ul.submenu .current_page_item { background-color: #D39D9D; }
/*
----------------------------------------------------------------------------- 
POSTS
-----------------------------------------------------------------------------*/
.post { padding-top: 24px; }
.post h2 {
	margin-bottom: 12px;
	font: bold 20px Verdana, Helvetica, Arial, sans-serif;
	}
.post h2 a {
	color: #4f4f51;
	}
.post h2 a:hover {
	color: #A24849;
	text-decoration: none;
	}
.post h3 {
	margin-bottom: 12px;
	font: bold 15px Arial, Verdana, Helvetica, sans-serif;
	}	
/*
----------------------------------------------------------------------------- 
CONTACT
-----------------------------------------------------------------------------*/
input {
	border: #4f4f51 1px solid;
	background-color: #FFF;
	color: #000;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	}
textarea {
	border: #4f4f51 1px solid;
	color: #000;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	}
textarea#comment { width: 380px; }
input#submit, input#cs {
	width: 118px;
	height: 20px;
	padding: 0px 1px 2px 0px;
	color: #4f4f51;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	}
input.submitbutton:hover, input#searchButton:hover { background-color: #E6C6C6; }
/*
----------------------------------------------------------------------------- 
SIDEBAR
-----------------------------------------------------------------------------*/
#sb {
	margin: 32px 0 0 46px;
	width: 104px;
	}
#sbTop {
	width: 104px;
	height: 40px;
	background: url(images/sb_top.gif) no-repeat left top;
	}
#sbContent {
	width: 88px;
	/* background and border set with #content above */
	padding: 0px 4px;
	}
#sbBtm {
	width: 104px;
	height: 39px;
	background: url(images/sb_btm.gif) no-repeat left top;
	}
.sbModule { padding-bottom: 10px; }
#sbContent a { color: #4f4f51; }
#sbContent ul, #sbContent li {
	list-style: none;
	list-style-position: outside;
	}
#sbTitle, #sbTitleSearch, #sbTitleArchives, #sbTitleSubscribe {
	width: 82px;
	height: 16px;
	margin-bottom: 1px;
	}
#sbTitleSearch { background: url(images/sb_title_search.gif) no-repeat left top; }
#sbTitleArchives { background: url(images/sb_title_archives.gif) no-repeat left top; }
#sbTitleSubscribe { background: url(images/sb_title_subscribe.gif) no-repeat left top; }

#calendarWrap {
	margin-left: -2px;
	text-align: center;
	}
/*
----------------------------------------------------------------------------- 
SEARCH
-----------------------------------------------------------------------------*/	
input#s{
	border: #4f4f51 1px solid;
	width: 84px;
	height: 15px;
	padding: 0px 1px;
	}
input#searchButton {
	left: 60px;
	width: 28px;
	height: 18px;
	padding: 0px 0px 1px;
	margin: 4px 0;
	color: #4f4f51;
	font: 10px Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	}
input#searchButton:hover { /* set above with contact submitbutton */ }
/*
----------------------------------------------------------------------------- 
CALENDAR
-----------------------------------------------------------------------------*/	
#wp-calendar th {
	text-transform: lowercase;
	font: 900 sans-serif;
	}
#wp-calendar td {
	font: normal 10px sans-serif;
	letter-spacing: -1px;
	text-align: center;
	}
#wp-calendar td prev { margin-top: -2px; }
#wp-calendar a { text-decoration: underline; }
#wp-calendar {
	empty-cells: show;
	font-size: 10px;
	}
#wp-calendar caption {
	font-size: 0px;
	color: #FFF;
	}
#wp-calendar #today { background: #EAC8C1; }
#wp-calendar tfoot td ,#wp-calendar tfoot a {
	font-size: 0px;
	color: #FFF;
	}
/*
----------------------------------------------------------------------------- 
LYRICS PAGE
-----------------------------------------------------------------------------*/
ul.lyrics, ul.lyrics li {
	list-style: none;
	text-align: center;
	}
ul.lyrics li {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0;
	}
ul.lyricmenu, ul.lyricmenu li {
	list-style: none;
	text-align: left;
	}
ul.lyricmenu li {
	font-size: 10px;
	}
/*
----------------------------------------------------------------------------- 
LEFT MODULES
-----------------------------------------------------------------------------*/
#ltmodules {
	margin-top: 162px;
	margin-left: 94px;
	}
.ltmodule {
	}

.ltmodule_tp, .ltmodule_cnt, .ltmodule_bm {
	width: 154px;
	background-position: left top;
	}
.ltmodule_cnt {
	height: auto !important;
	height: 30px;
	min-height: 30px;
	background: url(images/ltmodule_bg.gif) repeat-y left top;
	}
.ltmodule_cnt_wrap {
	padding: 0 10px;
	}
.ltmodule_tp { height: 12px; background: url(images/ltmodule_tp.gif) no-repeat left top; }
.ltmodule_bm { height: 16px; background: url(images/ltmodule_bm.gif) no-repeat left top; }

.lmtitle {
	width: 120px;
	height: 12px;
	}
#nextshow .lmtitle {
	background: url(images/lmtitle_nextshow.gif) no-repeat left top;
	}
#mail .lmtitle {
	background: url(images/lmtitle_mail.gif) no-repeat left top;
	}
.ltmodule_cnt_wrap p {
	padding: 6px 8px;
	margin: 0;
	}
/*
----------------------------------------------------------------------------- 
EVENT CALENDAR
-----------------------------------------------------------------------------*/
.ec3_events, .ec3_list ul {
	list-style: none;
	}
.ec3_list {
	padding-left: 15px;
	}
.ec3_list li {
	padding-left: 8px;
	}