/*  
Theme Name: LankFord
Theme URI: 
Description: LankFord
Version: 1.0
Author: 
Tags: fixed width, two columns, valid XHTML, valid CSS, widget, right sidebar
*/


/* -- Basic Style -- */

h1, h2, h3, h4, h5, h6, form
	{
		margin:0px;
		padding:0px;
	}
h1{font-size:22px;}
h2{font-size:20px;}
h3{font-size:15px; font-weight:normal;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p
	{
		margin:0px;
		padding:0px;
		padding-bottom:12px;
	}
ul, ol, li
	{
		margin:0px;
		padding:0px;
		list-style:none;
	}
a, a:visited
	{
		color:#df842b;
		text-decoration:none;
		outline:none;
	}
a:hover
	{
		text-decoration:underline;
		color:#df842b;
	}
img {border:none;}
img.alignright {float:right; margin:2px 0px 5px 5px; border:solid 1px #595959; padding:2px;}
img.alignleft {float:left; margin:2px 5px 5px 0px; border:solid 1px #595959; padding:2px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:2px 0 2px 5px;}
a img.alignleft {float:left; margin:0px 5px 2px 0px}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote
	{
		padding:7px 0px 0px 30px;
		width:400px;
		font-size:14px;
		font-style:italic;
		border-left:solid 6px;
	}
.storyContent ul, ol
	{
		margin-left:20px;
		padding:5px 5px 15px 5px;
	}
.storyContent ol li
	{
		list-style:decimal;
	}
.storyContent ul li
	{
		list-style:square;
	}
.clear{
	clear:both;
}

/* -- Main Style  -- */	

body
	{
	margin:0px;
	padding:0px;
	font-family:verdana, arial;
	font-size:13px;
	color:#030000;
	background-color: #FDF5E6;
	/*background-image: url(images/lankfordbg.jpg);*/
	background-repeat: repeat;
	background-position: top;
	}
.body_top{
	background:url(images/bg_top.jpg) repeat-x top !important;
}
#main
	{
	margin:0px auto;
	padding:0px;
	width:944px;
	
	}
	
	
	
/* -- Header -- */

.header
	{
		height:320px;
		background:url(images/headernew.png) no-repeat center bottom;
		/*overflow:hidden;*/
	}
.title{
	width:295px;
	float:left;
}
.title h1{
	font-size:1px;
	text-indent:-10000px;		
}
.title a, .title a:visited{
	display:block;
	width:265px;
	height:187px;
	margin:30px 10px 10px 10px;
}
.title a:hover{
	cursor:pointer;
}
.header_img{
	width:645px;
	float:right;
	margin-top:-1px;
}
.header_img img{
	margin:0px;
}
/******************************************/


/* -- Page Navigation -- */
.nav{
	background:url(images/nav_bg.jpg) repeat-x left top;
}
ul#nav{
  border: 0 none;
  padding: 0 14px 0 0;
  list-style: none;
  float:left;
  z-index:1000;
  font-family:"Trebuchet MS";
}
ul#nav li {
  margin: 0;
  border: 0 none;
  padding: 0 0 0 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height:auto;
  background:url(images/nav_border.jpg) no-repeat left top;
}
ul#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 250px;
  list-style: none;
  display: none;
  position: absolute;
  top: 43px;
  left: 0px;
  /*border:solid 1px #c5aa59;*/
  z-index:1000;
}

ul#nav ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#nav ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  background:none;
  background:url(images/nav.jpg) repeat;
}

/* Root Menu */
ul#nav a {
 padding:12px 25px 12px 25px;
  text-align:center;
  /*padding-left:32px;*/
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
 font-size:15px;
 color:#ffffff;
 font-weight:normal;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
    text-transform:capitalize;
}
ul#nav li.current_page_item li a, ul#nav li.current_page_item li a:visited {
	color:#ffffff;
	background:#232323;
}
/* Root Menu Hover Persistence */
ul#nav a:hover,
ul#nav li:hover a,
ul#nav li.iehover a, ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited {
 color:#ffffff;
text-decoration:none; 
}

ul#nav a:active,
ul#nav li:active a,
ul#nav li.ieactive a {
  color:#ffffff;
}

/* 2nd Menu */
ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
  padding:7px 10px;
  width:160px;
  color:#ffffff;
  font-size:13px;
  text-align:left;
  padding-left:20px;
  background:#232323;
}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
  color:#ffffff;
}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
  padding:7px 10px 7px 20px;
  width:160px;
  color:#ffffff;
  font-size:13px;
  text-align:left;
  background:#232323;
}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
/*background:#555;*/
 color:#ffffff;
}

/* 4th Menu */
ul#nav li:hover li:hover li:hover li a,
ul#nav li.iehover li.iehover li.iehover li a {
  padding:0;
  width:160px;
   padding:7px 10px 7px 20px;
  color:#ffffff;
  font-size:13px;
  text-align:left;
	background:#232323;
}

/* 4th Menu Hover */
ul#nav li:hover li:hover li:hover li a:hover,
ul#nav li.iehover li.iehover li.iehover li a:hover {
/*background:#FD7006;*/
  color:#ffffff;
}

ul#nav ul ul,
ul#nav ul ul ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
}
/*****************************************************************/
.content
	{
	padding:0px 13px 20px 13px;
	background-color: #FDF5E6;
	}
/****************************************************************/
.innerContent{
	float:right;
	width:635px;
	padding-top:10px;
}
.story{
	padding-bottom:30px;
}
.story h2
	{
		font-size:24px;
		padding-bottom:10px;
		font-weight:normal;
		color:#030000 !important;
	}
.story h2 a, .story h2 a:visited
	{
		text-decoration:none;
		color:#030000;
	}
.story h2 a:hover
	{
		color:#030000;
		text-decoration:none;
	}
.storyAuthor
	{
		padding-bottom:10px;
	}
.storyContent
	{
		padding:8px 15px 0px 15px;
		font-size:15px;
	}
.storyContent p
	{
		text-align:justify;
		line-height:22px;
	}
.storyContent h1, .storyContent h2, .storyContent h3, .storyContent h4, .storyContent h5, .storyContent h6
	{
		padding-bottom:10px;
		color:#8a8a8a;
	}
.story_category,.storyTags
	{
		padding-bottom:5px;
	}
/**----------------------------------**/

/****************************************************************/
.sideBar
	{
		float:left;
		width:258px;
		overflow:hidden;
	}
.sideBar ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBar ul ul ul
	{
		padding:0px;
		margin:0px;
	}
.sideBarTitle{
	color:#030000;
	padding:0px 0px 1px 0px;
	margin-bottom:5px;
	overflow:hidden;
}
.sideBarTitle h3{
	font-size:24px;
	font-weight:normal;
}
.sideBar li ul,li
	{	
		list-style:none;
	}
.sideBar ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	background:url(images/sidebar_bg.jpg) repeat-y left top;
}
.sideBar li li{
	padding:0px;
	margin:0px;
	border:none;
	padding:4px 0px 5px 18px;
	background:url(images/bullet.jpg) no-repeat left 8px;
}
.sideBar li li a, .sideBar li li a:visited{
	color:#030000;
	text-decoration:none;
}
.sideBar li li a:hover
	{
		text-decoration:none;
		color:#df842b;
	}
.sideBar li a, .sideBar li a:visited
	{
		color:#030000;
		text-decoration:none;
		padding-right:5px;
	}
.sideBar li a:hover
	{
		text-decoration:none;
		color:#df842b;
	}
.s_links{
	background:#fff; 
	border:1px solid #dadada;
	padding:13px;
}
.s_links span{
	padding-right:15px;
}
/***********************************************/

/* -- Sidebar Search Tool -- */
.search
	{
		text-align:center;
	}
.search_t{
	margin:0px;
	padding:0px;
	width:223px;
	float:left;
	background:url(images/search_txt.jpg) no-repeat left top;
}
.searchText{
	float:left;
	width:208px;
	margin:0px;
	padding:0px;
	padding:8px 10px 8px 10px;
	color:#9b9b9b;
	border:none;
	background:none;
}
.search_btn{
	margin:0px;
	padding:0px;
	float:left;
	width:32px;
	height:31px;
}
/***********************************************/

/* -- Footer -- */
.footer_bg{
	background:url(images/footer.jpg) repeat-x bottom;
}
.footer{
	width:944px;
	margin:0px auto;
	text-align:center;
	padding:15px 0px 10px 0px;
	font-size:11px;
	color:#7b7b7b;
}
.footer p{
	text-align:center;
}
.footer a, .footer a:visited{
	text-decoration:none;
	color:#7b7b7b;
}
.footer a:hover{
	text-decoration:underline;
	color:#7b7b7b;
}
.footer_links{
	padding-bottom:8px;
}
.footer_links ul{
	margin:0px;
	padding:0px;
	display:inline;
}
.footer_links li{
	margin:0px;
	padding:0px;
	display:inline;
}
.footer_links li a,.footer_links li a:visited{
	color:#7b7b7b;
	text-decoration:none;
	padding:0px 15px;
}
.footer_links li a:hover{
	text-decoration:underline;
}
/*****************************************************/

/* -- Pagination -- */

.navigation
	{
		padding-bottom:10px;
	}
.alignleft
	{
		float:left;
		padding-left:0px;
		width:300px;
	}
.alignright
	{
		float:right;
		padding-right:0px;
		width:300px;
		text-align:right;
	}
	
	

/* -- search result's title -- */

h2.pagetitle, .article h2, .error, h2.center
	{
		color:#000;
		font-size:22px;
		font-weight:normal;
		font-family:"trebuchet ms";
		padding-top:0px;
		padding-bottom:20px;
		text-align:left;
	}
	
	
	
/* -- Comments Section -- */
#comments,.commenttitle{
	font-weight:bold;
	color:#2a2a2a;
}
#comments{
	padding:10px 0px 20px 0px;
}
#comment, #author, #email, #url
	{
		font-family:arial;
		font-size:14px;
		color:#483d32;
		border:solid 1px #e3ded8;
		width:200px;
		padding:2px;
		background:#ffffff;
	}
#comment
	{
		width:480px;
	}
.commentlist{
	margin:0px;
	padding:0px 0px 20px 0px;
}
.commentlist li{
	margin-bottom:10px;
	border-bottom:1px dashed #d0c5bf;
	padding:10px 0px;
}
.reply
{
	padding-bottom:10px;
}
.reply a,.reply a:visited{
	width:32px;
	padding:3px;
	border:1px solid #CCCCCC;
	background:#fff;
	text-decoration:none;
}
.commentlist li li{ 
	border:none;
	padding-left:20px;
	padding-bottom:5px;
}
.commentlist li ul{
	padding-bottom:0px;
}
.comment-author, .comment-meta{
	padding-bottom:3px;
}
.comment-body p{
	padding:10px 0px;
	color:#000;
	line-height:22px;
}
#commentform{
	padding:0px;
}
#commentform p{
	padding:5px 0px;
}
#commentform #author,#commentform #email,#commentform #url,#commentform #comment{
	border:1px solid #CCCCCC;
}
#submitcomment{
	border:1px solid #CCCCCC;
	background:#fff;
	padding:3px;
	cursor:pointer;
}
.avatar
	{
		width:35px;
		height:35px;
		margin:0px 20px 0px 0px;
		float:left;
	}
.commentmetadata {
	margin: 0px;
	display: block;
	padding:0px 0px 0px 0px;
	font-size:12px;
	}

/**--------------------------------**/

/* Begin Comments*/
.alt {
	/*margin:0px;
	padding:0px;
	border:solid 1px #f3c377;*/
	/*border-left:none !important;
	border-right:none !important;*/
	/*height:1%;*/
	}

.commentlist li cite img
	{
		border:0px;
		vertical-align:middle;
	}
.commentlist em
	{
		padding-left:15px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* -- CALENDER STYLE -- */
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin:0px auto;
	padding: 0px;
	width: 180px;
	font-size:11px;
	font-family:tahoma;
	text-align:center;
	}
#wp-calendar th
	{
		color:#e58a31;
	}
#wp-calendar #today
	{
		color:#fff;
		font-weight:normal;
		background:#000;
	}
#wp-calendar #next a {
	padding-right: 5px;
	color:#e58a31;
	text-align: right;
	background:none;
	text-decoration:none;
	}
#wp-calendar #next a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color:#e58a31;
	background:none;
	text-decoration:none;
	}
#wp-calendar #prev a:hover
	{
		text-decoration:underline;
		background:none;
	}
#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:10px;
	width:180px;
	/*color:#105a82;*/
	/*background:#cfcfd0;*/
	}
	
#wp-calendar td a, #wp-calendar td a:visited {
	border-left: none;
	padding:0px;
	color: #e58a31;
	text-decoration:none;
	font-weight:bold;
	font-size:11px !important;
}
#wp-calendar td a:hover {
	background: none;
	border-left: none;
	font-weight:bold;
	text-decoration: underline;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	/*background-color: #b48625;*/ }
/* End Calendar */




/************************************************/
.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;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/**-------------------------------**/

/**------------------ Home Page Template ------------------**/
.hm_div{
	width:400px;
	margin:0px auto;
	text-align:center;
}
.hm_div p{
	text-align:justify;
}