/*
Theme Name: WordPress James Flanigan
Description: The default WordPress theme for James Flanigan
Version: 1.6
*/



/* Begin Typography & Colors */

body{
	font-family:tahoma;
	font-size:12px;
	text-align:left;
	cursor:default;
	background:#c8cebb url(images/bg.gif) top center repeat-y;
}
*{
	padding:0;
	margin:0;
	border:0;	
}
ul{
	list-style:none;		
}	
a{
	text-decoration:none;		
	color:#126e85;
}
a:hover{	
	text-decoration:none;		
}

h2{
	font-family:tahoma;
	font-size:22px;
	font-weight:bold;
	color:#4d4e4a;	
}
.hide,a i,h2 i{
     position: absolute;		
     left: -9999px;		
}

/*------------------------------Page Structure
*/

#wrap{
	width:726px;
	margin:20px auto 0;
	border-top:4px solid #2d302a;
}

/*-----------------------------Header
*/

#hdr{
	width:726px;	height:39px;
	margin:0 0 10px;
	border-bottom:1px solid #2d302a;
	overflow:hidden;
}

.logo{
	float:left;
	width:266px;	height:39px;
	display:block;
	background:url(images/logo.gif) no-repeat;
	margin:0 17px 0 0;
}

.topnav{
	float:left;
	width:288px;
	overflow:hidden;
}

.topnav li{
	float:left;
	margin:0 18px 0 0;
}

.topnav a{
	color:#52534f;
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	line-height:39px;	
}

.topnav a:hover{
	text-decoration:underline;
}

#hdr p{
	float:right;
	padding:8px 0 0;	
	overflow:hidden;
	text-align:right;
}

#hdr b{
	float:right;
	width:150px;
	font-family:tahoma;
	font-size:11px;
	color:#2d302a;
	display:block;
}

#hdr span{
	font-family:tahoma;
	font-size:11px;
	color:#2d302a;
	display:block;
}

/*-----------------------------Main body part
*/

#totalCont{
	width:726px;
	/*padding:0 0 50px;*/
	overflow:hidden;
	background:url(images/mainbodyBg.gif) repeat-y right top;
}

/*-----------------------Right column
*/

#rgtpart{
	float:right;
	width:158px;
	padding:0 0 0 5px;
	overflow:hidden;
}

.rgtHolder{
	float:right;
	width:158px;
}

.rgtHolder h2{
	width:138px;
	margin:0 0 10px;	padding:10px;
	background:#919785;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
        line-height:21px;
}

.abt{background:#919785 url(images/about-james-flanigan.gif) no-repeat;}

.aprnc{background:#919785 url(images/appearance-schedule.gif) no-repeat;}

.spkin{background:#919785 url(images/speaking-engagements.gif) no-repeat;}

.textwidget{
	width:140px;
	margin:0 auto 28px;
	display:block;
}

.textwidget p{
	width:140px;
	color:#5e5f5c;
	font-size:12px;
	text-align:left;	
	font-family:tahoma;
	margin:0 0 10px;
}
.textwidget p a{
	text-decoration:underline;
	color:#126e85;
	font-weight:bold;
	font-family:tahoma;
        display:block;
}

.textwidget b{
	color:#2d302a;
	font-size:14px;
	font-family:tahoma;
}

.textwidget strong{
	font-size:11px;
	font-family:tahoma;
	color:#5e5f5c;
	display:block;
}

.rgtHolder .apprncbdy{
	text-align:left;
	margin:0 0 15px;
	font-size:11px;
	font-family:tahoma;
}

.rgtHolder .last{
	text-align:left;
	font-size:11px;
	font-family:tahoma;
}

/*--------------------------Left part
*/

#lftpart{
	float:left;
	width:558px;
}

#lfttop p{
	font-size:9px;
	color:#7f7f7f;
	font-weight:bold;
	font-family:tahoma;
}

#lfttop a{
	text-decoration:underline;
	color:#126e85;
}

#middlepart{
	width:558px;
	margin:20px 0 0;
	overflow:hidden;
}

/*-------------------------Widsets column
*/

#widsetcolumn{
	float:left;
	width:161px;
	padding:0 0 10px;
	background:#f6f7ee;
	overflow:hidden;
}

.srch{
	width:156px;	height:25px;
	padding:4px 0 0 5px;
	background:#52534f;
}

.lftwidset{
	width:141px;
	padding:10px 10px 0px;
	overflow:hidden;
}

.lftwidset h2{
	color:#2d302a;
	font-size:12px;
	font-weight:bold;
	font-family:tahoma;
	margin:0 0 5px;
}

.lftwidset li ul{
	margin:0 0 20px;
}

.lftwidset li ul li{
	width:134px;
	padding:0 0 5px 7px;
	background:url(images/widsetBullet.gif) no-repeat 0 5px;
	color:#126e85;
}

.lftwidset li ul a{
	color:#126e85;
	font-family:tahoma;
	font-size:12px;
}

.lftwidset li ul a:hover{
	text-decoration:underline;
}

/*------------------------Post main part
*/

.narrowcolumn{
	float:right;
	width:380px;
	overflow:hidden;
}

.widecolumn{
	float:left;
	width:558px;
	overflow:hidden;
}

.postCont{
	width:380px;
	margin:0 0 20px;
	overflow:hidden;
}

.postCont blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.posthdr{
	color:#4d4e4a;
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
}

.posthdr a{	
	color:#4d4e4a;
	font-family:tahoma;
	font-size:20px;
	font-weight:bold;
	display:block;
}

.postMeta{
	margin:0 0 10px;
	font-family:tahoma;
	font-size:9px;
	color:#000;
	display:block;
}

.entry{
	width:370px;
	color:#000;
	font-family:tahoma;
	font-size:12px;
	text-align: justify;
	overflow:hidden;
}

.entry p{
	margin:0 0 10px;
}

.entryp{
	margin:0 0 10px;
}

.entry img{
	border:1px solid #969794;
	margin:5px;
}

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;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.navigation{
	width:100%;
	margin:0 0 20px;
}

/*----------------------Footer
*/
#ftr{
	width:726px;	height:28px;
	margin:7px 0 0;	padding:9px 0 0;
	border-top:4px solid #969794;
}

#ftr p{
	font-family:tahoma;
	font-size:9px;
	color:#7f7f7f;
	font-weight:bold;
}

/*-----------------------Search form
*/

.srchForm{
	width:129px;	height:21px;
	overflow:hidden;
	padding:0 0 0 23px;
	background:url(images/srchinput.gif) no-repeat left top;
	display:block;
}

#s{
	float:left;
	width:105px;	height:18px;
	color:#fff;
	font-size:15px;
	background:#383836;
	font-family:tahoma;
}

#btnSubmit{
	float:left;
	width:24px;	height:21px;
	background:url(images/srchBtnSubmit.gif) no-repeat;
	cursor:pointer;
}

/*-----------------------Coment part
*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #000;
	}

#submit{
	margin:5px;
	float:left;
}

.comment{
	margin:10px 0;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #000;
	margin:5px 0;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.contactright input{
	border:1px solid #4d4e4a;	
	width:180px;	
}

.contactright textarea{
	border:1px solid #4d4e4a;	
}

.contactright{
	margin:0 0 10px;
}

/*-------------------------Xtra
*/

#leftpart{
	float:left;
	width:161px;
	overflow:hidden;
}

.lftbotWidget{
	width:161px;
	background:#fff;
	overflow:hidden;
}

.lftsecSidebar{
	padding:10px 0 0;
}

.textwidget .anqr{
        display:inline;
}