/*

Theme Name:lisalindsley
Version: 1.0
Description: lisalindsley
Author: Realm Web Design
Author URI: http://www.realmwebdesign.com
Last updated: 2009-05-27

*/



/* default elements */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


body {

	background: #000000 url(img/background.jpg) no-repeat center top;
	color: #000000;
	font: normal 63.5% Arial, Helvetica, sans-serif;
	padding: 0px 0px;
}

a {color: #B50000;}
a:hover {color: #999999;}

big {font-size: 1.1em;}
h1 {color: #000000; padding: 0px 0 5px;}
h2 {color: #000000; padding: 8px 0 5px;}
h3 {color: #000000; padding: 8px 0 5px;}
h1 {font: normal 2.2em Georgia, "Times New Roman", Times, serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}
h2 {font: normal 1.6em Georgia, "Times New Roman", Times, serif;}
h3 {font: bold 1.1em Georgia, "Times New Roman", Times, serif;}

.content h2 a{color:#000000; text-decoration: none;}
.content h2 a:hover{color:#b50000;}

#sidebar h2 {font: bold 1.2em Georgia, "Times New Roman", Times, serif; color: #7F0000; padding: 15px 0 5px;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
        font-decoration: italic;
padding: 0px 0 16px 26px;
margin-top:16px;
border-bottom: 1px dotted #D9D9D9;
}



form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em Arial, Helvetica, sans-serif;}
ul {padding: 0 2em 1.2em; list-style-type: disc;}
ol {padding: 0 2em 1.2em; list-style-type: decimal;}



/* structure */

#wrapper {
	margin: 0 auto;
	width: 812px;
}



#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 800px;
}



/*=== Header ===*/

#header{
	height: 102px;
	position:relative;
        margin:0px;
        padding:0px;
}



#header .spacer{
	float: right
}



/*- Logo -*/

#header h1{
	float: right;
	width: 246px;
        padding:0px 0px 0px 0px;
}



#header h1 a{
	display: block;
	height: 0px;
}



#header h1 a:hover{
	text-decoration: none;
}

/*=== Logo ===*/
* html #logoimage {
  margin-left: 2px
}

#logoimage {
    float: left;
    position: absolute;
    top: 10px;
margin-left:545px;
    cursor: pointer;
    z-index: 500;
}




.top {height:25px;
background:url(img/top.gif) no-repeat; }

.top-full {height:25px;
background:url(img/top-full.gif) no-repeat; }

.bot {height:42px;
background:url(img/bot.jpg) no-repeat; margin-bottom:10px; }

.bot-full {height:42px;
background:url(img/bot-full.jpg) no-repeat; margin-bottom:10px; }



/*=== Navigation ===*/



#navbar{
background:url(img/navbar.jpg) no-repeat top left;
	font-size:14px;
        font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	height:37px;
        width: 800px;
 padding-top:0px;
        padding-left:0px;
        padding-right:0px;
	margin:0px;
}


#nav, #nav ul { 
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
}

#nav a {
  display: block;
  line-height: 36px;
  padding: 0px;
  cursor: pointer;
  text-decoration: none;
}     

#nav li { 
  float: left;
  line-height: 36px;
  margin:0px;
}

#nav li a{    
  color: #FFFFFF;
  padding: 0px 17px 0px 17px;
  text-decoration: none;
  border-right: 1px solid #232323;
}

#nav li a:hover,
#nav li.active a{
  color: #FFD34C;
  cursor: pointer;
  text-decoration: none;
}

/* Style drop down list */

#nav li ul { 
  position: absolute;
  background: #111111;
  width: 160px;
  left: -999em;
}

#nav li ul li {
  border: 1px solid #232323;
  border-width:1px 0px 1px 1px;
  background: #111111;
  float: none;
line-height:25px;
font-size:13px;
  padding: 0 0 0 7px;

}

#nav li ul ul { 
  margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}


/* main */
.main {background: #FFF url(img/content_bg.gif) repeat-y;}
.main-full {background: #FFF url(img/content_bg-full.gif) repeat-y;}

#sidebar {
padding-right:0px; padding-left:10px;}


/* posts */

.post {
padding-left:15px;
padding-right:10px;

}


.post .descr {
	color: #424242;
	font-size: 0.9em;
	margin: 2px 0 10px;
        border-bottom: 1px solid #d9d9d9;
}

.post .info{
	border-top: 1px dotted #d9d9d9;
	color: #222;
	font-size: 0.9em;
	font-weight: bold;
	margin: 4px 0 28px;
	padding: 8px 0;
}

.post img {border: 0px solid #CCB; margin: 0px 0;}
.post a img {border: 0px solid #CCB;}
.post a:hover img {border-color: #AA9;}
.entry {padding-top:15px;}


/* footer */

.footer {

	color: #FFFFFF;

        font-size: 12px;

	padding: 0px 5px 10px 5px;

}

.footer .left {width: 74%;}

.footer .right {

	width: 25%;

	text-align: right;

}

.footer a {

	color: #FFF;

	text-decoration: none;

}

.footer a:hover, .footer .right a:hover {

	color: #FFD34C;

	text-decoration: none;

}

.footer .right, .footer .right a {color: #7D7D75;}



/* misc */
.content-sidebar {padding: 5px 5px;}
.content {padding: 18px 20px;}
.right .content {padding: 12px 10px;}
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 71%;}
.col2 .left-full {width: 99%;}
.col2 .right {width: 28%;}



/* block list */

ul.block, .block ul {

	border-top: 1px dotted #FFD34C;

	margin: 4px 0;

	padding: 0;

	width: 89%;

}

.block li {

	border-bottom: 1px dotted #FFD34C;

	list-style: none;

}

.block li a,.block li em {

	color: #000000;

	display: block;

}

.block li em {

	font-size: 0.9em;

	font-style: normal;

}

.block li a {

	padding: 4px 3%;

	text-decoration: none;

	width: 94%;

}

.block li a span {font-weight: bold;}

.block li a:hover {

	color: #B50000;

	background: #FFFFFF;

}



.right .block,.right .block li {border-color: #FFD34C;}

.right .block li a:hover {background: #FFFFFF;}



/* comments */

.comments-block { padding-left:25px;}



#commentlist li {

	margin-bottom: 1.5em;

	padding-bottom: 1em;

	border-bottom: 1px solid #d9d9d9;

}

#commentform {

	margin: 1em 0;

	width: 280px;

}



textarea.styled {width: 280px;}



.styled {

	font-size: 1.1em;

	background: #FCFCFC;

	border: 1px solid #C6C3C3;

	padding: 2px;

}

.styled:hover {

	background: #FFF;

	border: 1px solid #C6C3C3;

}

.styled:focus {

	background: #FFF;

	border: 1px solid #939793;

}

#commentform input {margin-bottom: 3px;}

.commentmetadata a {font-size: 1em; color: #666;}



/* calendar */

#wp-calendar {color: #A0A0A0;}



.col2 .right table caption {border-bottom-color:#000;}

.col2 .right table thead tr {

  border-bottom-color: #000;

  color: #A53512;

}

.col2 .right table th {border-bottom-color:#000;}

.col2 .right table td#today {

  border-color: #000;

  color: #A53512;

}

.col2 .right table td a {

  border-bottom-color: #000;

  background-color: #EDF3DE;

}



.col2 .right table tfoot {border-top-color: #000;}

.col2 .right table tfoot a {background: none;}



/* calendar

--------------------------------------------------*/

#wp-calendar {

  display: inline-table;

  border-collapse: collapse;

  width: 185px;

  margin: 0px 10px 0 10px;

  text-align: center;

}



.col2 .right table caption {

  margin: -5px 10px 0 10px;

  padding-bottom: 5px;

  border-bottom: 1px solid;

  letter-spacing: 0.1em;

}



.col2 .right table thead tr {border-bottom:1px solid;}



.col2 .right table th {border-bottom:1px solid;}



.col2 .right table td {

  width: 225px; /* maximaize width; honestly, I don't know much about tables... */

  padding: 1px;

  font-size: 0.9em;

}



.col2 .right table td#today {

  padding: 0;

  border: 1px solid;

  font-size: 1em;

  font-weight: bold;

}



.col2 .right table td a {

  display: block;

  border-bottom: 1px solid;

  font-weight: bold;

  font-size: 1.15em;

}



.col2 .right table tfoot {border-top:1px solid;}

.col2 .right table tfoot a {
  border: none;
  font-weight: bold;
}

.col2 .right table tfoot #prev a {text-align:left;}
.col2 .right table tfoot #next a {text-align:center;}

#searchform {padding:10px;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.slideshow {height:475px; width:800px;}

