/*
Theme Name: Kawata
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: Entheos IT
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

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

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */



body{
margin:0;
background:#283d50;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
    }

img{ border:none;}

#wrapper{

width:911px;
min-height:922px;
margin:0 auto;
        }
#top-bar
{
height:12px;
width:100%;
background:url(images/topbar_back.jpeg) center  right repeat-y #4e6882;
float:left;
}

#banner{
width:100%;
float:left;
height:93px;
}

#banner img{
	margin:25px 10px 15px;
}


#navbar{
width:100%;
height:12px;
float:left;
background:url(images/back_menu.jpg) top left repeat-x #283d50;
 margin-bottom:8px;
}


#menu{  height:40px;float:right; padding:0px; margin:0px;}
#menu ul{ padding:0; margin:0; float:right}

#menu ul li{
display:inline; margin-left:29px;
float:left;
text-indent:-9999px;
}




#menu ul li a{
display:block;
overflow:hidden;
color:#FFFFFF;
text-decoration:none;
padding:7px 0;


 }
 
 #home{ width:51px; background:url(images/menu.jpg) no-repeat; }
 #can_help{ width:109px; background:url(images/menu.jpg) no-repeat -87px 0;  }
 #atty{ width:89px; background:url(images/menu.jpg) no-repeat -235px 0;   }
 #practice{ width:123px; background:url(images/menu.jpg) no-repeat -360px 0;   }
  #resource{ width:44px; background:url(images/menu.jpg) no-repeat -520px 0;   }
  #contact{ width:99px; background:url(images/menu.jpg) no-repeat -598px 0;   }


	/*--- Dropdowns ---*/

	#menu li:hover ul { left: auto;} 
	#menu li li { float: none; position: static; width: 100%;margin:0; }
	#menu li li a, #navbar li li a:hover, #navbar li li a:active {
		background: none;
		height: auto;
		padding: 3px 12%;
		text-indent: 0;
		margin:0;
		width: 120px; font-size:11px;


	}

	#menu li li a:hover { background: #85aac0; color:#fff;}

	#menu li ul {
		margin:0;
		background-color: #3f576e;
		left:-999em;
		line-height: 1.5;
		position: absolute;
		padding: 5px 0;
		top:150px;
		width:158px;
	}


#banner2{
float:left;
background:url(images/background-banner2.jpg) no-repeat top left;
height:145px;
width:100%;
}

#text-call
{

font-size:30px;
float:right;
width:400px;
min-height:59px;
color:#FFFFFF;
margin-right:20px;
margin-top:60px;

}

#content{
background:#ffffff;
width:100%;
float:left;
min-height:589px;
}

#gradient_div{
background:#ffffff url(images/gradient_div.jpg) left top no-repeat;
height:31px;
width:100%;
float:left;
}

#content2{
background:#FFFFFF;
width:100%;
min-height:528px;

float:left;
}

#main-content{
width:638px;
min-height:528px;
float:left;
color:#000000;

}

#main-content ol li{
color:#000000;
list-style:decimal;


}

#main-content p{
font-size:14px;


}

#side-bar{
width:252px;
min-height:528px;
float:left;
}
#side-bar2{
width:100%;
min-height:419px;
float:left;
}

#head_sidebar span{ 

color:#FFFFFF; 
font-weight:bold; 
font-size:20px;
margin-left:8px;
float:left;
margin-top:28px;
}

#head_sidebar{
background:url(images/top_sidebar.png) #FFFFFF no-repeat top left;
width:100%;
min-height:53px;
float:left;
}

#body_sidebar{
background:#4c6477;
min-height:298px;
width:100%;
float:left;
overflow:hidden;

}

#practices li,a{ 
color:#FFFFFF; 
font-size:13px;
text-decoration:none;
font-family:"Arial","Times New Roman", Times, serif;
font-weight:bold;



}

#practices{float:left;width:100%;}

#practices li a:hover{
color:#CCCCCC;

}
#practices{ float:left; 
margin-top:10px;


width:90%;

}


.page_item{ color:#99cc00; margin-top:13px;border-bottom:1px solid #5a7082; }


#footer_sidebar{
background:url(images/footer_sidebar.jpg) repeat-x;
height:67px;
width:100%;
float:left;
margin_bottom:10px;


}

#gradient_div2{
background:#ffffff url(images/gradient_div2.jpg)  left top no-repeat;
height:31px;
width:100%;
float:left;
}

#footer{
width:100%;
height:42px;
padding-top:5px;
background:#4e6882;
float:left;
font-size:12px;
color:#FFFFFF;
     }

#button
{
height:27px; 
border:none;
float:right; 
margin-right:10px;
margin-left:20px;
background:url(images/button.jpg);
width:124px; 


}

#button:hover{
background:url(images/button.jpg) 0 -27px; 
}



	#page_content{
         padding-left:30px;
		 padding-right:30px;
		 font-size:14px;
		 line-height:130%;
	}
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

img.alignleft {
	padding-right:7px;
	padding-bottom:7px;
	
	display: inline;
	

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/*
* dropdown menu
*/

#dropmenudiv{
background:#283d50;
position:absolute;
border:0px solid #A19C5A;
border-bottom-width: 0;
line-height:18px;
z-index:100;
margin-top:5px;
margin-left:0;
text-align:left;

}
#dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 0px solid #A19C5A;
padding: 3px 0px 3px 8px;
text-decoration: none;
color:#fff;
font-size:11PX;
background-color:#3f576e;

}

#dropmenudiv a:hover{ /*hover background color*/
color:#ffffff;
background-color:#85AAC0;
border-bottom:solid 1px #CCCCCC;
}
.dropdownmenubottom{ 
width:205px; 
height:9px; 
background-image:url(images/dropdown-menu-bottom-bg.png);
overflow:hidden;
}

#home-content{
	padding:10px 30px;
}

#home-content p{
	line-height:22px;
	margin-left:30px;
}

#home-content h1{
	color:#663300;
	font-weight:normal;
	font-size:24px;
	
}

#home-content h2{
	font-weight:normal;
	font-size:16px;
}

li {

list-style:square;
color:#3f576e;


   }
.current_page_item a{
color:#c4d6e6;
}
#pic{
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
  }
  
  
  .current_post{
color:#c4d6e6;
}

.title_2{
color:#FFFFFF; 
font-size:14px;
padding-left:15px;
padding-right:20px;
padding-top:10px;
line-height:18px;
}
.title_main{
font-weight:bold;
}
#home-content2{
padding:15px;

}
  .search_a{

	color:#000000;
	font-size:15px;

 }

#search-submit{
	border:none; 
	background:url(images/button-back.jpg) 0 0; 
	width:70px; 
	height:20px;
	text-indent:-9999px;
	float:right;

}

#search-submit:active{
	background:url(images/button-back.jpg) 0 -21px; 
}

.comment-body
{
	border-bottom:1px #999999 solid;	



}
.comment
{

list-style:none;


}
.comment-body a
{

	color:#663300;
	font-size:11px;
	margin-left:10px;

}

.comment-author
{

	font-size:16px;


}

.comment-body:hover
{
	background:#E4F0F3;
}

#respond
{
	display:none;
}

.aligncenter1
{
text-align:center;
width:200px;
min-height:1px;
overflow:hidden;
margin:0 auto;

}

.aligncenter1 a
{

color:#663300;

}

.page-numbers
{
	width:20px;
	height:20px;
	display:block;
	float:left;
	margin-left:2px;
	border:outset gray 1px;
}

.prev
{

margin-right:5px;
border:none;
display:inherit;
}
.prev:hover
{

	color:#333333;
	background:#FFFFFF;


}
.next
{

margin-left:5px;
border:none;
display:inherit;
}

.page-numbers:hover
{

	background:#dddddd;


}

#comments
{
	color:#663300;
	font-size:16px;
	


}

.com
{
	color:#663300;
	float:right;
	cursor:pointer;
	font-weight:bold;
}

.com:hover
{

	text-decoration:underline;


}

#respond
{

margin-left:30px;

}

#st li
{
	color:#99CC00;
	border-bottom:1px solid #5A7082;
	margin-top:5px;
}


#st li span
{
	color:#ffffff;

}

#st
{
	margin-top:5px;


}

.category1
{

	margin-left:15px;
	color:#FFFFFF;
	display:block;


}
.category
{


	color:#FFFFFF;
	margin-left:10px;
	display:block;
}

.post
{

	padding:0 20px 0 15px;
}

.post h3
{
	margin-top:0px;
	margin-bottom:2px;


}
.post h3 a
{

	font-size:16px;


}

.post hr
{
	
	color:#E9EEEE;



}

.post a
{

	color:#663300;	

}

.post
{

	margin-left:5px;


}

.pagetitle
{

	color:#663300;
	margin-left:15px;
}

.post small
{

	font-size:12px;


}

#page_content a
{

color:#663300;



}

#page_content h2.blogtitle{
       font-size:28px;
	color:#663300;  
	font-weight:normal;        
}

.bigger {
	font-size:15px;
}

