
/*--------------------------------------
-----------GLOBAL STYLES-------------------
-------------------------------------- */
html{
	background: #5C1800 url(images/html-background.jpg) 50% 0 no-repeat;
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
}	
body {
	background: transparent ;
	color:#ffffff;
     height:100%; 
	margin: 0;
	padding:0;
	font: 100.01%/1.5 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-align:left;
	}
#page{
	 position:relative;
     min-height:100%;
     _height:100%; /* for IE6 as it doesnt understand min-height */	 
}

.center-browser{
	margin:0 auto;
	padding:0;
	width: 760px;
}
	
#footer{
	clear:both;
	background:#000000 url(images/footer.jpg) top center no-repeat;
	text-align:center;
	bottom:0;
	display:block;
	/*width:100%;*/
	height:78px; /*must be the same number as the margin-top below*/
	position: relative;
    margin-top:-78px; /*this number must be the same as the padding-bottom on the content to keep the footer 
	   									stuck to the bottom of the screen without overlapping content*/
	
}

#footer div{
	padding-top:12px;
}
#footer p{
	margin:0;
	padding:0;
	text-align:left;
	font-size:11px;
}	


acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: transparent url(images/quote.gif) top left no-repeat;
	margin: 0 30px 0 10px;
	padding-left: 50px;
	/*border-left: 5px solid #ddd;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}





/* End Global*/

/*headings*/
h1, h2, h3 {
	font: bold 1.4em 'Trebuchet MS', Verdana, Arial, sans-serif;
	/*letter-spacing: .2em;*/
	line-height: 1.2667;
	margin: 0;
	text-transform:uppercase;
	}

h1 {
	font-size: 1.6em;
	}
	
#headerimg h1{	
	margin:0;
	padding:0;
	text-indent: -5000px;	
}

#headerimg h1 a{
	background: url(images/LMR-header.jpg) top left no-repeat;
	display:block;
	height:180px;
	margin:0;
	padding:0;
	text-decoration:none;
	width: 759px;
}


h2 {	
	color: #ef6c4e;		
	/*text-transform:uppercase;*/
	padding:.5em 0;
}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.1em;	
	margin:0;
	padding: 0;
	/*text-transform:capitalize;*/
	}
	
h3#respond, h3#comments {
	padding: 7px 0;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited{
	color: #ffffff;
	text-decoration: none;
	}

h2, h2 a, h2 a:visited {
	color: #ef6c4e; /*orange*/
	}

h3, h3 a, h3 a:visited {
	color: #fdcf94; /*peach*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}
h4 {
	font: bold 1em 'Trebuchet MS', Verdana, Arial, sans-serif;
	/*letter-spacing: .2em;*/
	line-height: 1.2667;
	margin: 0;
	text-transform:uppercase;
	color:#FF9999 ;
	}

/*Typography & Colors*/

.entry {
	line-height: 1.4em;
	}
.entry p{
	margin:0;
	padding: 0 0 .5em 0;
	font-size: 1.05em;
}

.alt, h2.widgettitle {
	color: #ffffff;
	background-color:#491401;
	border-bottom: 1px solid #d0a8ad;
	border-top: 1px solid #d0a8ad;
	}
	


small {
	line-height: 1.5em;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 0.9em;
	}
	
small a, .commentlist li{
	font-weight:bold;
}

/*.entry p a:visited {
	color: #CCCCCC;
	background-color:transparent;
	}*/

.commentlist li, #commentform input, #commentform textarea, #sidebar li {
	font: 0.9em 'Trebuchet MS', Verdana, Arial, sans-serif;
	}


.commentlist cite, .commentlist cite a {
	font-size: 1.1em;	
	font-style: normal;
	font-weight: bold;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	}

#commentform p {
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}


	
.postmetadata{
	background-color:transparent;
	border:0;
	}	
	
.postmetadata small, .post small{
	color: #d0a8ad;
	}		

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover, #footer a:hover {
	background-color: transparent;
	color: #3bebe1;
	text-decoration: none;
	}
a, a:visited {
	/*background-color:#4f4f4f;*/
	color: #f0f0f0;
	text-decoration: underline;
	}

a:hover {
	/*background-color:#4f4f4f;*/
	color: #00CC66;
	text-decoration: underline;
	}
	



/* End Typography & Colors */



/* Begin Structure */

#header{
	margin-bottom:20px;
}
#header p{
	padding:10px 0 0 4px;
}

#content{
	clear:both;
	font-size: .8em;
	/*margin-top: 27px;*/
	padding-bottom:78px; /*this number must be the same as the negative margin-top on the footer to keep the footer 
	   									stuck to the bottom of the screen without overlapping content*/
}

.post {
	margin: 0;
	padding:0 0 1em 0;
	text-align: left;
}

.post hr {
	display: block;
	}
.post h2, h2.pagetitle{
	clear:both;
}
.post h3{
	margin:0;
	padding:0;
}	
	

.attachment {
	margin: 5px 0px;
	text-align: center;
}

.postmetadata {
	clear: left;
}

#search{
	float:right;
	margin:10px 0 0 0;
	padding:0;
}


/* End Structure */






/* Begin Lists */

/*#sidebar{
	width: 230px;
	display:block;
	float:right;
}
#sidebar li{
	display:list-item;
}*/

.entry li {
	margin: 7px 0 8px 10px;
	padding:0
	}


.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
ul.bullet-list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.bullet-list li{
	background:transparent url(images/bullet.jpg) 0 .5em no-repeat;
	padding-left: 1em;
}
.postmetadata ul, .postmetadata li, #nav li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar{
	text-align: center;
	margin:10px 0 0 0;
	padding:0;
	height: 30px;
}	

#sidebar ul{
	margin:0;
	padding:0;
}
ul.secondary-nav li{
	padding: 5px;
	display:inline;
	margin:0;
	padding:0;
}	

ul.secondary-nav li a, ul.secondary-nav li a:visited{
	/*background-color:#FF9900;*/
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
	padding: 0 7px;
	margin:0;
}	

ul.secondary-nav li a:hover{
	/*background-color:#FF0033;*/
	font-size:12px;
	color: #cccccc;
	text-decoration:none;
	padding: 0 7px;
	margin:0;
}	

.current_page_item a{
	background-color:#000000;
	border-bottom: 2px solid #ef4e37;
}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0;
	padding: 0; 
	}

#searchform #s {
	width: 118px;
	margin:0;
	padding: .1em;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

/*.commentlist {
	padding: 0;
	text-align: justify;
	}
*/
.commentlist li {
	/*margin: 15px 0 3px 0;*/
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	padding-bottom: 1em;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/*Extras*/
p.question{
	font-weight:bold;
	color:#FF9900;
}
p.answer{
}

