/*
THEME NAME: St. Luke
DESCRIPTION: Developed for St. Luke Lutheran Church, Gales Ferry, CT
VERSION: 1.0
AUTHOR URI: http://www.billkracke.com
Developed Using SANDBOX - http://www.plaintxt.org/themes/sandbox/


 @RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead
{
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

/*=Typography */
html
{
	font-size:16px;
}

/* Based on 16px || 94% 15px - 87.5% 14px - 81% 13px - 75% 12px - 69% 11px - 62.5% 10px  */
body
{
	font-size:69%;
	color:#222;
	background:#555;
	font-family:Verdana, Helvetica, Arial, sans-serif;
}

h1,h2
{
	font-family:"Arial Black", Impact, sans-serif;
	color:#382;
}

h3,h4,h5,h6
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:700;
	color:#382;
}

h1
{
	font-size:2.5em;
	line-height:.5em;
	margin-bottom:.5em;
}

h2
{
	font-size:1.8em;
	line-height:.625em;
	margin-bottom:.625em;
}

h3
{
	font-size:1.6em;
	line-height:1em;
	margin:.95em 0 .25em;
}

h4
{
	font-size:1.2em;
	line-height:1em;
	margin-bottom:1em;
}

h5,h6
{
	font-size:1.1em;
	line-height:1.25em;
	margin-bottom:1.25em;
}

/* Standard Elements */
p
{
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom:1.4em;
}

a
{
	color:#382;
	text-decoration:none;
	border-bottom:1px dotted #382;
}

a:hover
{
	color:#823;
}

blockquote
{
	font-style:italic;
	margin:1.5em;
}

sup,sub
{
	line-height:0;
}

abbr,acronym
{
	border-bottom:1px dotted #333;
}

address
{
	font-style:italic;
	margin:0 0 1.5em;
}

del
{
	color:#999;
	text-decoration:line-through;
}

pre,code
{
	white-space:pre;
	margin:1.5em 0;
}

pre,code,tt
{
	font-size:1em;
	line-height:1.5;
}

/* Lists */
ul,ol
{
	margin:0 1.5em 1.5em;
}

ul
{
	list-style-type:disc;
}

ol
{
	list-style-type:decimal;
}

li
{
	font-size:1em;
	line-height:1.55em;
}

li ul,li ol
{
	margin:0 1.5em;
}

dl
{
	margin:0 0 1.5em;
}

dd
{
	margin-left:1.5em;
	font-style:italic;
}

/* Tables */
table
{
	margin-bottom:1.4em;
	width:auto;
}

th,td
{
	padding:5px 8px 5px 5px;
}

/* STRUCTURE */
#wrapper
{
	position:relative;
	width:960px;
	border:1px solid #000;
	background:#fcfcfc;
	margin:15px auto;
}

#header
{
	height:225px;
	background:url(cssimg/banner/rotate.php) no-repeat bottom right;
	position:relative;
}

#container
{
	position:relative;
	z-index:1;
	margin:0 auto;
	padding:0;
}

#primary,#secondary
{
	width:180px;
	background:url(cssimg/columnbg.png) top repeat-x;
	padding:15px 0;
}

#primary
{
	float:left;
	z-index:1;
	position:relative;
}
/*
#secondary
{
	float:left;
	z-index:1;
	position:relative;
	left:600px;
}
*/
#content
{
	width:576px;
	position:relative;
	z-index:1;
	float:right;
	left:-182px;
	top:5px;
	padding:10px;
}

/* Navigation */
div#access div.skip-link
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000px;
}

#menu
{
	background:url(cssimg/navbg.png) repeat-x;
	width:100%;
	height:30px;
	position:relative;
	z-index:100;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

#menu > ul
{
	width:960px;
	list-style:none;
	margin:0 auto;
}

#menu ul ul,#menu ul li
{
	list-style:none;
	height:30px;
	position:relative;
	margin:0;
	padding:0;
}

#menu ul a
{
	color:#fff;
	font-weight:700;
	text-decoration:none;
	font-size:13px;
	line-height:30px;
	border-right:1px solid #050;
	border-bottom:none;
	padding:7px;
}

#menu ul li
{
	float:left;
	position:relative;
}

#menu ul ul li
{
	float:none;
}

#menu ul ul li a
{
	margin:0;
	padding:0;
}

#menu a:hover
{
	color:#ff6;
	background:url(cssimg/navbg_up.png) repeat-x;
}

#menu ul li:hover ul,#menu ul li a:hover ul
{
	display:block;
	position:absolute;
	left:0;
	top:30px;
	z-index:100;
}

#menu ul li:hover ul li a
{
	background:#5a4;
	border:none;
	display:block;
	padding-left:5px;
	font-size:.9em;
	width:18em;
}

.entry-title
{
	clear:both;
}

.entry-title a
{
	color:#382;
	text-decoration:none;
}

#blog-title
{
	text-indent:-10000px;
	background:url(cssimg/stluke_logo.png) top left no-repeat;
	width:540px;
	height:60px;
	float:left;
}

#header #blog-description
{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-style:italic;
	font-weight:700;
	top:43px;
	left:75px;
	letter-spacing:1px;
}

#addressblock
{
	position:absolute;
	top:10px;
	right:10px;
}

#addressblock p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:700;
	line-height:1.35em;
	text-align:right;
}

form#commentform .form-label
{
	margin:1em 0 0;
}

form#commentform span.required
{
	background:#fff;
	color:red;
}

form#commentform,form#commentform p
{
	padding:0;
}

input#author,input#email,input#url
{
	width:50%;
}

input#author,input#email,input#url,textarea#comment
{
	padding:.2em;
}

div.comments ol li
{
	margin:0 0 3.5em;
}

textarea#comment
{
	height:13em;
	overflow:auto;
	width:66%;
	margin:0 0 .5em;
}

div.sidebar input#s
{
	width:7em;
}

div.sidebar li
{
	list-style:none;
	margin:0 0 1em;
}

div.sidebar li form
{
	margin:.2em 0 0;
	padding:0;
}

div.sidebar ul ul
{
	margin:0 0 0 1em;
}

div.sidebar ul ul li
{
	list-style:none;
	margin:0;
}

div.sidebar ul ul ul
{
	margin:0 0 0 .5em;
}

div.sidebar ul ul ul li
{
	list-style:disc;
}

div#footer
{
	text-align:center;
	clear:both;
}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery
{
	clear:both;
	float:left;
	width:100%;
}

div.gallery a {
      border:none;
}

div.gallery dl
{
	float:left;
	text-align:center;
}

div.gallery dl dt
{
	margin:0;
}

div.gallery dl dd
{
	margin-left:0;
}

div.entry-attachment,div.entry-caption
{
	text-align:center;
}

div.entry-attachment img,div#nav-images div img
{
	overflow:hidden;
}

.entry-attachment a {
        border:none;
}

.entry-content img
{
        margin: 10px;
}

body.attachment div#nav-images
{
	clear:both;
	width:100%;
}

body.attachment div#nav-images div
{
	width:50%;
	padding:1em 0;
}

body.attachment div#nav-images div.nav-previous
{
	text-align:left;
}

body.attachment div#nav-images div.nav-next
{
	text-align:right;
}

div.entry-meta,div#comments
{
	color:#6b5;
	clear:both;
	padding:5px 0;
}

.post
{
	border-bottom:1px solid #444;
	margin:0 15px 25px;
	padding:15px 0;
}

hr
{
	clear:both;
	margin:10px auto 5px;
}

.aligncenter,div.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption
{
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}

.wp-caption img
{
	border:1px #999 solid;
	margin:1px;
}

.wp-caption p.wp-caption-text
{
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:0 4px 5px;
}

div.alignleft *
{
	display:inline;
}

.widget
{
	padding-bottom:5px;
}

.widget p 
{
        line-height:1.3em;
}

h1 a,h2 a,h3 a,h4 a,.wp-caption a
{
	border:none;
}

strong,dfn,dl dt,th
{
	font-weight:700;
}

em,dfn,tfoot
{
	font-style:italic;
}

#menu ul ul,#menu ul li ul li ul li,#nav-above
{
	display:none;
}

.alignleft,div.nav-previous,.alignleft
{
	float:left;
}

.alignright,div.nav-next,.alignright
{
	float:right;
}
#footer span, #footer img {vertical-align:middle;}

.postform
{
width:150px;
font-size:11px;
}

tr, tr td
{
 border: 1px solid #000;
}

.sermon-browser tr, .sermon-browser tr td
{
 border:none;
}


li.widget ul.sermon-widget li
{
  margin-bottom: 5px;
}

/* EDIT */
#secondary {position:absolute;top:257;right:0;float:none;}
.addthis_container a { border:none;}