@charset "UTF-8";

/*
Theme Name: Hara CPA
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Richard Vernetti
Author URI: http://vernettiarts.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Richard Vernetti,
	whose blog you will find at http://vernettiarts.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


body  {
	font: 13px Tahoma, Geneva, sans-serif;
	line-height:1.5em;
	background: #666666 url(../../../images/home-bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
}
a {color:#663300}
a:hover {color:330000#}
a:visited {color:#552200}
h1 {
	margin:0;
	font: 20px Tahoma, Geneva, sans-serif;
	color:#660000;
	font-weight:normal;
	line-height:1.3em
}
h1 a{
	color:#663300	;
	text-decoration:none
}
h1 a:hover{
	text-decoration:underline
}
h2 {
	font: 20px Tahoma, Geneva, sans-serif;
	color:#660000;
	font-weight:normal;
	list-style-type:none;
	line-height:20px;
}
h3 {
	font: 16px Tahoma, Geneva, sans-serif;
	color:#333333;
	font-weight:normal
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/home-image.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
} 
.homeFlash {
	height:125px;
	float:right;
	padding:0;
	margin:0;
}

#header { 
	background:#000000 url(/images/header-bg.jpg) no-repeat; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:125px;
	overflow:hidden;
} 
div {border:0px red solid}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainNav {
	height:38px;
	background: #2e3636;
}
#phoneNumber {
	margin:0;
	padding:3px 0 0 0;
	float:right;
	color:white;
	font: 20px Tahoma, Geneva, sans-serif;
	font-weight:normal;
	width:310px;
	
}
#sidebar1 {

	float: right; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:15px 0 0 0;
	
	
}

#mainContent { 
	margin: 0px 340px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	padding: 15px 20px; 
	min-height:430px;
    height:auto !important;
    height:430px;
} 
#homeBullets {
	line-height:1em;
	list-style-type:none;
	list-style-image: url(../../../images/aro.gif)
}
#footer { 
	margin:0 auto;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding: 26px  0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#686868 url(../../../images/footer-bar.jpg) no-repeat; 
} 
#footer p {
	font:12px;
	color:#dedede;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
	color:#dedede;
	text-decoration:none;
	margin-right:25px
}
#footer a:hover{
	color:white;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#suckerfishnav {
    background:#2e3636 repeat-x;
    font-size:12px;
	font: Tahoma, Geneva, sans-serif;
    font-weight:normal;
    width:570px;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:38px;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:570px;
    }
#suckerfishnav a {
    display:block;
    color:#dedede;
    text-decoration:none;
    padding:0px 15px;
	background:url(../../../images/button-rt.gif) no-repeat top right;
	
    }
#suckerfishnav li {
    float:left;
    padding:0;
	background:url(../../../images/button-lf.gif);
	
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:140px;
    font-weight:normal;
    margin:0;
	margin-left:20px;
    line-height:1;
    border:0;
    border-top:1px solid #999;
	
    }
#suckerfishnav li li {
    width:138px;
    border-bottom:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #999;
    font-weight:normal;
    font-family:helvetica,sans-serif;
	background:none;

    }
#suckerfishnav li li a {
    padding:8px 10px;
    width:140px;
    font-size:12px;
    color:#dedede;
	
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
	color:#dedede;
    background:#666666;
    }
#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:#ffffff;
	
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#ffffff;
	background:url(../../../images/button-rt-on.gif) no-repeat top right;
    }

#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:#dedede;
	background:none
    }
#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:#660000;

    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:url(../../../images/button-lf-on.gif);
    }
	#suckerfishnav li a:hover, #suckerfishnav li.sfhover {
    
    }
	
	    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

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

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

    .alignright {
    float: right;
    }
	   .alignleft {
    float: left;
    }