/*
Theme Name: Lorsch Berke & Associates
Theme URI: http://wordpress.org/
Description: WordPress theme for <a href="http://www.lorschberke.com/">Lorsch Berke & Associates</a>.
Version: 1.4
Author: Steve Kozyk
Author URI: http://www.itegritygroup.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Lorsch Berke & Associates Template v1.4
	 http://www.lorschberke.com/

	This theme was designed and built by Steve Kozyk,
	whose website and blog you'll find at http://www.itegritygroup.com/

	The CSS, XHTML and design is released by Steve Kozyk and may not be redistributed, repackaged, or resold
	without written permision from Steve Kozyk: http://www.itegritygroup.com/

*/



body {
	background-image: url(images/site-bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;

}

p {
	line-height: 1.3em;
	font-size: 12px;
}
h1 {
	font-size: 16px;
color: #002953;
}


h2 {
	font-size: 14px;
color: #002953;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a {
	color: #004284;
	text-decoration:none;
}
a:hover {
	color: #2A1F55;
	text-decoration:none;
}

a:visited{


}


/*Start Page Structure*/

#wrapper-main {
	position:absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -493px;
	padding-left: 46px;
	left: 50%;
	background-image: url(images/page-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	top: 12px;
}
#wrapper-main2 {
	width:947px;
	background-image: url(images/page-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	float: left;
}
#wrapper-body {
	background-color: #FFFFFF;
	float: left;
/*	position: relative;*/
	width: 897px;
}

/*----------------------------------------------------header begin------------------------------------------------------*/

#header {
	height: 180px;
	width: 897px;
/*	position: relative;
*/	float: left;
	
}
#header-logo {
/*	position:relative;
*/	width:168px;
	height:138px;
	float: left;
	background-image: url(images/header-logo.png);
}

#header-logo-link{  
display: block;
border-style: none;  /* no black img border for FF */
outline-style: none;
height: 138px;
width: 168px;
margin: 0;
}
#animated-bg {
	position:relative;
	width:518px;
	height:138px;
	float: left;
	background-image: url(/LB&ATemplate/images/footer-left-cap.jpg);
}
#header-contact-box {
	position:relative;
	width:211px;
	height:138px;
	float: left;
	background-image: url(images/header-contact-box.png);
	background-repeat: no-repeat;
}

.contact-box-title {
	color: #112e41;
	font-size: 13px;
	font-weight: bold;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.contact-box-text {
	color: #112e41;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.contact-box-text a {
	color: #66757f;
	font-size: 14px;
/*	font-weight: bold;*/	
	text-decoration: none;
}

/*----------------------------------------------begin navigation---------------------------------------*/

#wrapper-nav {
	float: left;
	height: 42px;
	width: 897px;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
}
#nav-left-cap {
	position:relative;
	width:17px;
	height:42px;
	float: left;
	background-image: url(images/nav-left-cap.jpg);
	background-repeat: no-repeat;
}
#nav-main {
	height: 42px;
	width: 862px;
	float: left;
}

#MenuHolder {
    padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;

}
/*MenuHolder contains Multi-level Dropdown Menu plugin. None of the containing boxes of the plugin can be relatively positioned or it won't dropdown over DIVs in IE7*/

/*Code for Multi-level Dropdown plugin contained in Custom Code box: <li class="homedropdown"><a href="http://www.ssolutions.cc">Home</a></li>*/

/*The drop down IE7 fix is to make sure: (1 the pixopoint code in the header.php isn't contained inside any relatively positioned DIVs and (2 suckerfishnav, suckerfishnav ul has a z-index in this case z-index 111.*/



#nav-right-cap {
	position:relative;
	width:18px;
	height:42px;
	float: left;
	background-image: url(images/nav-right-cap.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------------------------begin content area------------------------*/

#wrapper-content {
	float: left;
	width: 897px;
	position: relative;
	display: inline;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
}
#wrapper-page {
	float: left;
	height: auto;
	width: 603px;
	position: relative;
}

.content-container {
	position:relative;
	width:603px;
	float: left;
	margin-left: 0px;
}

.content-top-cap {
	position:relative;
	width:603px;
	height:11px;
	float: left;
	background-image: url(images/content-top-cap.jpg);
	background-repeat: no-repeat;
}
.content-textbox {
	position:relative;
	width:603px;
	float: left;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
}
.content-bottom-cap {
	position:relative;
	width:603px;
	height:11px;
	float: left;
	background-image: url(images/content-bottom-cap.jpg);
	background-repeat: no-repeat;
}

/*-----------------------------------------------------sidebar begin-------------------------------------------*/

#wrapper-sidebar {
	float: left;
	position: relative;
	width: 294px;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-y;
}

.sidebar-top-cap {
	position:relative;
	width:294px;
	height:11px;
	float: left;
	background-image: url(images/sidebar-top-cap.jpg);
	background-repeat: no-repeat;
}

/*---------------sidebar buttons begin---------------------*/
.sidebar-box-buttons {
	margin-left: 13px;
	padding-right: 16px;
}

.sidebar-button {
	position:relative;
	width:259px;
	height:68px;
	float: left;
	background-image: url(images/sidebar-button.jpg);
}
.sidebar-button-small {
	position:relative;
	width:259px;
	height:56px;
	float: left;
	background-image: url(images/sidebar-button-small.jpg);
}
.sidebar-bottom-cap {
	position:relative;
	width:294px;
	height:11px;
	float: left;
	background-image: url(images/sidebar-bottom-cap.jpg);
	background-repeat: no-repeat;
}

.sidebar-button-heading {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 24px;
	margin-right: 2px;
}

/*Code for Multi-level Dropdown plugin contained in Custom Code box: <li class="homedropdown"><a href="http://www.ssolutions.cc">Home</a></li>*/

/*The drop down IE7 fix is to make sure: (1 the pixopoint code in the header.php isn't contained inside any relatively positioned DIVs and (2 suckerfishnav, suckerfishnav ul has a z-index in this case z-index 111.*/
.sidebar-button-heading a {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.sidebar-button-heading a:hover {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/*----------------sidebar main begin------------------*/
.sidebar-box {
	margin-left: 17px;
	padding-right: 16px;
}

.sidebar-box a {
	color: #205372;
	text-decoration: none;
}
.sidebar-box a:hover {
	color: #6880A4;
}
/*.sidebar-box h2 {
	color: #344D69;
}
*/.sidebar-box ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 6px;
}

.sidebar-box li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

.widgettitle {
	margin: 8px 0 5px 0;
	color: #022054;
	font-size:14px;
}

.sidebar-box .children a:link, .sidebar-box .children li {
	font-size: 11px;
	color: #205372;
}

.sidebar-box .children a:hover {
	color: #6880A4;
}


/*---------------------------footer begin------------------------------------------*/
#wrapper-footer {
	height: 67px;
	width: 897px;
	position: relative;
	float: left;
}
#footer-left-cap {
	position:relative;
	width:17px;
	height:67px;
	float: left;
	background-image: url(images/footer-left-cap.jpg);
	background-repeat: no-repeat;
}
#footer-main {
	float: left;
	height: 67px;
	position: relative;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	width: 863px;
}
#footer-right-cap {
	position:relative;
	width:17px;
	height:67px;
	float: left;
	background-image: url(images/footer-right-cap.jpg);
	background-repeat: no-repeat;
}

.footer-text {
	color: #FFFFFF;
	font-size: 12px;
	margin: 14px 0 0 0;
	padding: 0px;
	text-align: center;
}


.footer-text-bottom {
	color: #FFFFFF;
	font-size: 12px;
	margin: 8px 0 0 0;
	padding: 0px;
	text-align: center;
}

.footer-text a, .footer-text-bottom a{

	color: #FFFFFF;
}

.footer-text a:hover{
	
	color: #999999;
}

.footer-text-bottom a:hover{
	
	color: #FFFFFF;
}
.footer-text-bottom a:hover span{
	
	color: #B0BAD0;
}

.footer-text-bottom a span{
	
	color: #999999;
}

.footer-itegrity a:hover{
	
	color: #305783;
}

/*.footer-text a:visited{

	color: #FFFFFF;
}*/


/*------------------------------------------content styling--------------------------------------*/

.contentHeading {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 14px;
	margin-left: 17px;
	line-height: 1.3em;
}
.contentHeading  a {
	color: #022054;
}
.contentHeading a:hover {
	color: #6880A4;
}

.contentHeadingEd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 17px;
	line-height: 1.3em;
}
.contentHeadingEd a {
	color: #1B3C94;
}
.contentHeadingEd a:hover {
	color: #6880A4;
}
.contentHeadingPage {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 17px;
	line-height: 1.3em;

}



.contentText {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 17px;
}
.contentTextOverflow {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 17px;
	overflow: hidden;
}


.contentText  a {
	color: #205372;
	text-decoration: none;
}
.contentText a:hover {
	color: #6880A4;
}
.contentTextLinks {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 17px;
}
.contentTextLinks a {
	color: #3B3C94;
	text-decoration: underline;
}


.imageFloatRight {
	float: right;
	position: relative;
	margin-top: 0px;

	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	height: 150px;
	width: 205px;
}

/*----------------------------------------General Template Styling-----------------------------------------------------*/

/*.WrapperNews {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 17px;
}
*/
.entry {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 17px;
	color: #000000;
}
.entry h3 {
	color: #003A75;
	margin: 0px 0px -7px 0px;
}
comment {
	margin: 0px;
	padding: 0px;
	width: 700px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
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;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;	
	}

.alignleft {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	}
.post {
	text-align: justify;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 40px;
	margin-left: 17px;
	}
	
	.postmetadata {
	padding-top: 5px;
	margin: 30px 20px 0px 17px;
	clear: both;
	
	}

	
	
	.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.center {
	text-align:center;
	margin: 8px 17px;
	}
/*--------------------------------------------login nav begin----------------------------------------------------*/


.wrapper-login {
	position:relative;
	float: right;
	
	height: 38px;
	margin: 10px 6px 0 0;
	}

.login  {
	
	
	height:38px;
	
	display:inline;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.white {
font-size:13px;
color: #FFFFFF;

margin:0;

	}
	
.white a{
color: #ffffff;
text-decoration:none;
	}
	
.white a:hover {
color:#999999;
	}
	
/*.login & .black style the "Login | Register" widget containd in the Daiko's Text widget.
Code:
          <div class="login">
          <span class="black"> <?php wp_register('', ''); ?> </span>
          </div>
          
          <div class="login">
          <span class="black"> |&nbsp; <?php wp_loginout(); ?></span>
          </div>  <br/><br/>
		  */


/*-------------------------------------------------------multi-level drop down plugin styling begin-------------------------------*/

#suckerfishnav {
    background:none;
    font-size:16px;
    font-family:arial,verdana,sans-serif;
    font-weight:bold;
  

    
    }
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	/*line-height:22px;*/	
	padding:0px;
	/*    border-top:1px solid #0c4160;
    border-right:1px solid #0c4160;
    border-left:1px solid #0c4160;
    border-bottom:1px solid #1c5395;
*/    margin:0;
	overflow: visible;
	z-index: 111; /*IMPORTANT*/
	vertical-align: top;
   }
#suckerfishnav a {
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    padding:11px 10px; /*custom style to position main nav menu items (parents)*/
    }
#suckerfishnav li {
    float:left;
    padding:0;
    overflow: visible;
    display:inline;
    z-index: 113;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:left;

    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:201px; /*width of dropdown box??*/ 
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
	/*border-top:1px solid #666666;*/ 
    overflow: visible;
    }
#suckerfishnav li li {
    width:199px; /*width of dropdown box border*/
	border-bottom:2px solid #666666;
    border-left:2px solid #666666;
    border-right:2px solid #666666;
    font-weight:bold;
    font-family:verdana,sans-serif;
    overflow: visible;
	background-image:none;
    z-index: 112;
    }
#suckerfishnav li li a {
    padding:4px 10px; /*padding around dropdown menu item*/
    width:180px; /*width of dropdown box??*/
    font-size:13px;
    color:#FFFFFF;
    }
#suckerfishnav li ul ul {
    margin:-22px 0 0 100px;
    }

#suckerfishnav li ul {  /*custom code to control dropdown list styling and position*/
    margin:-2px 0 0 0;
    }

/*------------------hover styling-------------------*/
#suckerfishnav li li:hover {
	background:none;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	color: #999999;
    }	/*hover state for dropdown(children)*/
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color: #999999;
    }	/*hover state for main menu items(parents)*/
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color: #FFFFFF;
    }  /*link state for dropdown(children)*/
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#7A1C2A;
    }	/*background for dropdown(children)*/
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:none;
	background-image:url(images/nav-divider.png);
	background-repeat:no-repeat;
	background-position:left;

    }	/*background hover state for main menu items(parents)*/
	
/*----------------------custom code box in WordPress Multi-menu-----------------------------	*/
#suckerfishnav .homedropdown a:link{
	background-image:url(images/nav-bg.jpg);
	background-color:none;
	background-repeat: repeat-x;
	background-position: top;
  
	}
#suckerfishnav .homedropdown a:visited{
	background-image:url(images/nav-bg.jpg);
	background-color:none;
	background-repeat: repeat-x;
	background-position: top;  
	}
#suckerfishnav .homedropdown a:hover{
	background-image:url(images/nav-bg.jpg);
	background-color:none;
	background-repeat: repeat-x;
	background-position: top;  
	color: #999999;
	}

