/*  
Theme Name: LLS Custom Theme
Theme URI: Built off of StudioPress- http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Gregg Hogan altering theme by Daily Blog Tips
Author URI: http://www.areyouonnet.com/
Version: 1.0
Tags:blue color, right sidebar, two columns, fixed width
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 945px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #012832 url(images/bgbody.jpg) repeat-x top left;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  font-family: Arial, Helvetica, sans-serif;
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin-top: 10px;
  padding: 0;
  text-align: right;
  color: #000;
  margin-right: 0px;
  
  }
  #header .topleft {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #000;
  width: 266px;
  
  }


#searchform {
  clear:both; width:620px; height: 45px; background-color: #fff; margin-left: 20px;
  }
  #searchform2 {
  clear:both; width:270px; height: 45px; background-color: #fff;
  }
  #navLinks {float:left; height: 54px; width: 500px;}
  #navSearch {float:right; width: 120px; height: 54px;}
.links {padding-right: 15px; border:none;}
*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  padding-left: 6px;
  padding-top: 5px;
  height: 23px;
  width: 189px;
  border: none;
  background: url(images/search.gif) 0px 0px no-repeat;
  float: left;
  margin-top: 14px;
  }

#searchbutton {
	margin-left: -9px;
	margin-top: 11px;
	width: 80px;
	height: 28px;
	border: none;
	background-image: url(images/search_button.gif);
	background-repeat: no-repeat;
	float: right;
	background-position: 0px 3px;
	background-color: #fff;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 20px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

#donate {
	position: relative;
	left: 766px;
	
	height: 110px;
	width: 189px;
	margin-top: -77px;
	margin-bottom: -53px;
	padding-top: 10px;
	
	
}
#donate a {color: #FFF; font-weight: bold; text-decoration: none; font-weight: bold;}
#donate a:hover {color: #ccc; font-weight: bold; font-weight: bold;}
#donate .shadow {position: relative; top: 50px;}
/* Menu */

#nav {
  clear: both;
  position: relative;
  z-index: 10;
  margin: 0px 0 -15px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 0px;
  }

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 52px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: uppercase;
  font-size: 11pt;
  text-decoration: none;
 
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 4px;
  padding-right: 12px;
  line-height: 52px;
  font-weight: bold;
  color: #333333;
  width: 113px;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  text-align:center;
 
  }

#nav li a:hover {

  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {

  color: #ccc;
  }

#nav li.current_page a {
  background-position: left -58px;
  
  }

#nav li.current_page a span {
  background-position: right -58px;
  color: #fff;
  }

/* Main content */

#main {
  clear: both;
  width: 920px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  padding: 0 15px 15px 10px;
  position: relative;
   background-color: #fff;
  }

#contentwrapper {
  float: right;
  width: 650px;
  }

#content {
	padding-left: 15px;
	  border-left-width: thin;
	border-left-style: solid;
	border-left-color: #bdbdbd;
	margin-left: -10px;
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;

  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  border-top: thick #1d1f2c solid;
  padding-top: 25px;
  
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;

  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
	font-size: 14pt;
	
	color: #585148;
	margin-bottom: 15px;
  }

h2.postTitle a {
  font-size: 14pt;
  
  text-decoration: none;
  color: #585148;
  letter-spacing: -1px;
 font-weight:lighter;
	padding-bottom: 10px;
	
  }

h2.postTitle a:hover {
  color: #ccc;;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

.postContent img {
	border: 1px solid #8e8e8e;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
  }
  
.postContent h3 {
  color: #0e98bb;
  size: 14px;
  font-family: Arial, Helvetica, sans-serif;
	  margin-top: 15px;
}

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }
.postContent ul {
  float: left;
  width: 390px;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.postContent li {
  float: left;
  width: 190px;
  margin: 0;
  padding-top: 11px;
  padding-bottom 11px:
} 
.postContent p {
  padding-top: 10px;
} 
p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
	width:260px;
	float:left;
	
	margin-top: 30px;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }
#Sidesearch_box {
   margin-left: -5px;
   
   
}
#Sidesearch_box #addressInputMain {
	float: left;
	background: url(images/zipsearch.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 150px;
	/*height:18px;*/
	
	padding-bottom:0px;
	padding-top:6px;
	margin-top: -2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-right: 0px;
	padding-left: 6px;
	height: 23px;
	color: #666;
	

}
#Sidesearch_box #addressSubmit {
    float: left;
    margin-top: -2px;
	height: 30px;
}

#SideNewletter {
    clear: both;
	background-image: url(images/newletter.jpg);
	background-repeat: no-repeat;
	color: #fff;
	margin-left: -2px;
	width: 300px;
	height: 42px;
	 
}
#SideNewletter #sub {
	float: left;
	color: #fff;
	height: 42px;
	z-index: 0;
	line-height: 37px;
	width: 150px;
	margin: 0;
	padding-top: 0px;
	
	padding-bottom: 0px;
	padding-left: 10px;	
}
#SideNewletter #but {
    float: left;
    position: relative;
	
	z-index: 1;
	font-size: 10px;
	color: #fff;
	background-image: url(images/subscribe.jpg);
	width: 62px;
	height: 23px;
	line-height: 23px;
				text-align: center;	
				margin-top: 7px;
				
				
					
}
#SideNewletter #but a {color: #fff; text-decoration:none;}
#SideNewletter #but a:hover {color: #ccc; text-decoration:none;}
/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #000;
  text-align: center; /* IE Centering Technique */
  background: #fff;
  margin-top: 0px;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #000;
  text-align: center;
  }

#footer a {
  
  }

#footer a:hover {
  color: #ccc;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  font-size: 8px;
  }


/* Extras */

.cleared {
  clear: both;
  padding-bottom: 15px;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }




.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }




.widget_style {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	
}
.widget_style h2 {font-size:16px; line-height:1.01em; color:#585148; padding:0 0 10px 0; font-weight:lighter;}
.widget_style h2 a {color:#000; text-decoration:none; font-weight:lighter;}
.widget_style h2 a:hover {text-decoration:none;}


.widget_style#archives h2 {font-size:1.54em; line-height:1.01em; color:#A8A809; border-bottom:1px solid #C34600; padding:0 0 9px 19px;}
.widget_style#meta h2 {font-size:1.54em; line-height:1.01em; color:#A8A809; border-bottom:1px solid #C34600; padding:0 0 9px 19px;}



.inside_widget_style { padding:0 0 0 0; width: 250px; overflow: hidden;}
.widget_style ul { margin:0 0 0 0; color: #e26f01;}
.inside_widget_style li {margin-left: 30px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none url(images/3row.gif) outside;}
.inside_widget_style li a{margin-left: 30px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none url(images/3row.gif) outside;}
.inside_widget_style li a:hover{margin-left: 30px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none url(images/3row.gif) outside;}
.inside_widget_style ul li li a {margin-left: 0px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none url(images/1row.gif) outside;}



/**********************************************/

.widget_style#categories ul { margin:0 0 0 0;}
.widget_style#categories li { font-size:1.18em; line-height:1.18em; color:#3F3F3F; padding:6px 0 0 0;}
.widget_style#categories li a { font-size:1.01em; line-height:1.18em; color:#3F3F3F; text-decoration:underline; background:url(images/arr.gif) no-repeat 0px 6px; padding:0 0 0 23px;}
.widget_style#categories li a:hover { text-decoration:none;}
/**********************************************/


.widget_style#links_with_style ul {margin:0 0 0 0; background:none;}
.widget_style#links_with_style ul ul h2{ margin:0 0 0 0; background:none;}
.widget_style#links_with_style ul li h2 { font-size:17px; line-height:14px; list-style:none; color:#C34600; padding:0 0 12px 16px; margin:0 0 0 0;}
.widget_style#links_with_style ul li ul { margin:0 0 0 0;}
.widget_style#links_with_style ul li ul li { font-size:1.01em; color:#000000;  padding:8px 0 0 0;}
.widget_style#links_with_style ul li ul li a{ font-size:13px; padding:0 0 0 17px;}


.widget_style_dy {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	
}
.widget_style_dy h2 {font-size:16px; line-height:1.01em; color:#585148; padding:0 0 10px 0; font-weight:lighter;}
.widget_style_dy h2 a {color:#000; text-decoration:none; color:#585148; font-weight:lighter;}
.widget_style_dy h2 a:hover {text-decoration:underline; color:#585148;}


.widget_style_dy#archives h2 {font-size:1.54em; line-height:1.01em; color:#A8A809; border-bottom:1px solid #C34600; padding:0 0 9px 19px;}
.widget_style_dy#meta h2 {font-size:1.54em; line-height:1.01em; color:#A8A809; border-bottom:1px solid #C34600; padding:0 0 9px 19px;}



.inside_widget_style_dy { padding:0 0 0 0; width: 250px; overflow: hidden;}
.widget_style_dy ul { margin:0 0 0 0; color: #e26f01;}
.inside_widget_style_dy li {margin-left: 0px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none; }
.inside_widget_style_dy li a{margin-left: 0px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none; }
.inside_widget_style_dy li a:hover{margin-left: 0px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none; }
.inside_widget_style_dy ul li ul {margin-left: 0px; font-size:12px; line-height:1.18em; color:#e26f01; padding:0 0 0 0; list-style: none;}
/**********************************************/

.widget_style_dy#categories ul { margin:0 0 0 0;}
.widget_style_dy#categories li { font-size:1.18em; line-height:1.18em; color:#3F3F3F; padding:6px 0 0 0;}
.widget_style_dy#categories li a { font-size:1.01em; line-height:1.18em; color:#3F3F3F; text-decoration:underline; background:url(images/arr.gif) no-repeat 0px 6px; padding:0 0 0 23px;}
.widget_style_dy#categories li a:hover { text-decoration:none;}
/**********************************************/


.widget_style_dy#links_with_style ul {margin:0 0 0 0; background:none;}
.widget_style_dy#links_with_style ul ul h2{ margin:0 0 0 0; background:none;}
.widget_style_dy#links_with_style ul li h2 { font-size:17px; line-height:14px; list-style:none; color:#C34600; padding:0 0 12px 16px; margin:0 0 0 0;}
.widget_style_dy#links_with_style ul li ul { margin:0 0 0 0;}
.widget_style_dy#links_with_style ul li ul li { font-size:1.01em; color:#000000;  padding:8px 0 0 0;}
.widget_style_dy#links_with_style ul li ul li a{ font-size:13px; padding:0 0 0 17px;}

.menutitle{
margin-left: 0px; font-size:14px; line-height:1.18em; color:#e26f01; padding-left: 25px; background-image: url(images/3row.gif); background-repeat:no-repeat; background-position:left; cursor:pointer; padding-bottom: 5px; padding-top: 5px;
}
.menutitle a {color:#e26f01; text-decoration: none;}
.menutitle a:hover {color:#e26f01; text-decoration: underline;}
.submenu{
margin-bottom: 0.5em;
color: #3d3c3d;
margin-left: 25px;
}

.submenu li a {padding-left: 10px; color: #3d3c3d; text-decoration: none; background-image: url(images/1row.gif); background-position:left; background-repeat:no-repeat;}
.submenu li a:hover {color: #3d3c3d; text-decoration: underline; padding-left: 10px; }

.submenu li {
	margin-left: 0px;
	font-size:12px;
	line-height:1.18em;
	color:#3d3c3d;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: block;
}
.submenu li li {padding-left: 18px;}
