/*
Theme Name: Shatz Law Group Japanese
Theme URI: http://shatzlaw.com/jp/
Description:
Version: 1.0
Author: Shatz Law Group PLLC
Author URI: http://shatzlaw.com/
*/


/* =Structure
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}


html{}

body {
	margin: 0;
	padding: 0 0 0px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#page {
	margin: 0 auto;
}

#wrapper{
	width: 960px;
	margin: 0 auto;	
}
#page-banner{
	width: 950px;
	margin: 0 auto;	
	}

#contents{
	width: 910px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 10px;
	}
#main{
	width:620px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#main-full{
	float: left;
	margin-right: 20px;
	overflow: hidden;
	position:relative;
}

#side{
	width: 210px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
}

.one-second{
	width:400px;
	float: left;
	margin-right: 55px;
}
.two-third{
	width:400px;
	float: left;
	margin-right: 20px;
}
.full-left{
	width:640px;
	float: left;
	margin-right: 30px;
}
.one-third{
	width:200px;
	float: left;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */
#header{
	height: 155px;
	margin-bottom:15px;
	padding-top: 1.2em;
}

#branding {
	height: 90px;
	position: relative;
	display: block;
}

#branding .hgroup {
	width: 640px;
	margin-left: 10px;
	float: left;
}
#site-title {
	font-size: 200%;
	font-weight: bold;
	margin-top: 10px;
}
#site-description {
	font-size: 100%;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

/* =Language
-------------------------------------------------------------- */
#languagenavi {
	float: right;
	font-size: 85%;
	margin-top: 5px;
}
#languagenavi li{
	display:inline;
	line-height:1;
	padding-right: 8px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#languagenavi li.on a{
	color: #B88B79;
}

#languagenavi li.last{
	border-right-width: 0px;
}
#languagenavi li a{
	text-decoration: none;
	color: #848484;
}
#languagenavi li a:hover{
	color:#B88B79;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 840px;
	float: left;
	padding-left: 100px;
	padding-bottom: 16px;
	position: absolute !important;
	top: 106px !important;
	/top: 124px; /* IE6 */
}
	*:first-child+html #access{ margin-top: 17px\9; } /* IE7 */
	
	.admin-bar #access{margin-top:28px;}
	


#access ul {
	list-style: none;
}
#access li {
	float: left;
	position: relative;
}

#access li.on {
	background-image: url(images/nav-on.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 16px;
}
#access li.on a {
	color: #601060;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	color: #270728;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 100%;
}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.9em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1.3em;
	padding: .5em .5em .5em 1em;
	width: 12em;
	height: auto;
	background-color: #EDEDED;
	text-transform: none;
	letter-spacing: 0px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #601060;
	background-color: #DFD7DD;
}
#access ul ul a:hover {
	background-color: #EFE7ED;
}
#access ul li:hover > ul {
	display: block;
}


/* =Top Page
-------------------------------------------------------------- */
#top-full h2{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 25px;
	color: #512327;
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	font-weight:600;
	}
	
.rss{
	margin-left: 5px;
	margin-bottom: -3px;
}
#topnews li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 7px;
	padding-bottom: 7px;
	line-height: 1.5em;
}
#topnews span .date{
	font-size: 95%;
	color: #004650;
	font-family: Arial,Helvetica,sans-serif;
}
#topnews li a{
	text-decoration: none;
}
#topnews li a:hover{color: #B95432;}


/* =News List
-------------------------------------------------------------- */
.newsgroup{
	padding-bottom: 20px;
}

div#newslist {
	padding: 0;
}

div#newslist ul {
	list-style-type: none;
}

div#newslist ul li {
	clear: both;
	overflow: hidden;
}
div#newslist ul li span {
	color: #333333;
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	width: 135px;
	padding-top: 2px;
	height: 38px;
}

p.more {
	text-align:right;
	text-decoration:none;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;*/
}
p.more a {
	color: #B9431B;
}

p.more a:hover {
	color: #B88B79;
}

/* =Main
-------------------------------------------------------------- */
/*** Article info ***/
div#article-info{
	color: #666;
	font-size:95%;
	width: 620px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	}
	div#article-info .cal{
	margin-right: 10px;
	float: left;
}
	div#article-info .cat{
	margin-right: 10px;
	float: left;
}
	div#article-info .cat a{
	color: #B88B79;
}
	div#article-info .tag{
	margin-right: 10px;
	float: left;
}

/*** Contents ***/
img.attachment-post-thumbnail{
	float: left;
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
}
a.more-link{
	font-size:80%;
	text-align:right;
	text-decoration:none;
	display:block;
	color: #A1A9AB;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;*/
	margin-right: 20px;
	}
	a.more-link:hover{}
		
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
	color:#A1A9AB;
	font-size:85%;
	text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			}
			
	.nav-previous a, div.navigation .alignleft a{
	float:left;
	padding-top: 2px;
	padding-bottom: 2px;
		}
	.nav-next a, div.navigation .alignright a{
	float:right;
	text-align:right;
	padding-top: 2px;
	padding-bottom: 2px;
		}

/*** wp-pagenavi style ***/
.wp-pagenavi {
    clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
	font-size: 80%;
	color: #A1A9AB;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
}
.wp-pagenavi span.current {
	color: #005F6C;
}


/* =Post Entry
-------------------------------------------------------------- */
.title{
	font-size:110% !important;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: both;
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{text-decoration:none;}
		.title a:hover{
}
		
.post p{font-size:100%;margin-bottom:20px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	border:1px #ccc solid;
	background: #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	

	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}

	
	.post ul li{
	list-style-type: disc;
	margin-left: 20px;
		}
	.post ol li{
	list-style: decimal;
	margin-left: 20px;
}

.pagetitle{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	font-weight:600;
	color: #512327;
	margin-bottom:20px;
}

.newscategorytitle {
	margin-bottom:10px;
	font-weight: 600;
	}
.newscategorytitle a{
	color: #B9431B;
	}

/* =Comment
-------------------------------------------------------------- */
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}
	
.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}
			
#respond input#submit {
	color: #eee;
	border: none;
	margin: 0;
	font-size: 11px;
	margin: 20px 0;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	cursor: pointer;
	padding: 5px 12px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	border: 1px solid #00414A;
	-webkit-font-smoothing: antialiased;
	background-color: #00343B;
}
#respond input#submit:active {
	text-shadow: 0 -1px 0 #000;
	color: #FFF;
	background-color: #333333;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/* =Side Menu
-------------------------------------------------------------- */
.sidetitle{
	background-color: #CFDCDE;
	height: 68px;
	width: 190px;
	color: #00343B;
	text-align: center;
	padding-top: 47px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing:1px;
	}
#side h3{
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 90%;
	}
	#side li:first-child h3{margin-top:30px;}
	
#sidemenu{
	}
.sidemenu a{text-decoration:none;}
	
.sidemenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size: 90%;
	/*font-family: Verdana, Geneva, sans-serif;*/
	line-height: 1.7em;
	}

/* =widget
-------------------------------------------------------------- */
.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	}


/* =Practice Areas
-------------------------------------------------------------- */
#practice h6{
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #005F6C;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	}
#practice ul li{
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 3px;
	}
	

/* =Profile Info
-------------------------------------------------------------- */
#profile-info ul li{
	font-size: 90%;
	list-style-type: none;
	margin-left: 0px;
	}
	
#profile-info li{
	margin-bottom: 15px;
	}
#profile-info p{
	margin-bottom: 5px;
	}
#profile-info p a{
	color: #B9431B;
	font-size: 90%;
	}
.profilenamelist{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	color: #004953;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:15px;
	margin-left:20px;
	}
	
	
.profilenamelist a{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	}
		
.profilename{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	color: #004953;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:15px;
	}
	
	
.profilename a{
	font-family: "ヒラギノ明朝 Pro W6","HiraMinPro-W6","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho","ヒラギノ明朝 ProN W6","HiraMinProN-W6";
	}
#profile {
	font-size: 97%;
	margin-top: 20px;
}
#profile ul li {
	margin-left: 0px;
	list-style-type: none;
}
#publication {
	margin-top: 15px;
}
#publication ul {
	margin-top: 10px;
}

#publication ul li {
	margin-left: 20px;
	list-style-image: url(images/doc.gif);
	font-size: 97%;
}
#activity {
	margin-top: 5px;
}
#activity ul {
	margin-top: 0px;
}

#activity ul li {
	margin-left: 20px;
	list-style-image: url(images/leftarrow.png);
	font-size: 97%;
	line-height: 1.5em;
}
.thinline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/* =Form
-------------------------------------------------------------- */

#searchform {
	margin-top: 0px;
}


input[type="text"], textarea{
	border:1px solid #CCCCCC;
	padding: 5px;
	color: #666;
	margin-right: 3px;
	background-color: #F7F7F7;
	width: 60%;
	}
	
input[type="submit"]{
	border:1px solid #00343B;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	background-color: #00343B;
	font-size: 9px;
	padding: 4px;
	}


input[type="text"]:hover,
input[type="text"]:focus {
	background: #fff;
	color: #444;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

footer#colophon {
	width: 960px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	font-family: Arial, Tahoma, Verdana, FreeSans, sans-serif;
}
#colophon a {
	text-decoration: none;
}
#colophon:hover {
}
#colophon a:hover {
}
#colophon p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #666;
	line-height: 1.5em;
}
#colophon #office {
	color: #666;
	margin-bottom: 20px;
}
#colophon #office a {
	color: #B88B79;
}

#colophon #copyright {
	font-size: 11px;
	color: #666;
	margin-bottom: 15px;
	margin-top: 15px;
}
#colophon #credit {
	font-size: 10px;
	color: #999;
}
#colophon #credit a {
	color: #999;
}

#footer-bg {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	position: relative;
	display: block;
	float:left;
	width: 100%;
	padding-bottom: 0;
	min-height: 170px;
	background-position: left top;
	margin-top: 30px;
}

.gotop a {
	font-size: 80%;
	clear: both;
	float: right;
	color: #005F6C;
}

.goprofessionals a {
	font-size: 80%;
	clear: both;
	float: right;
	color: #005F6C;
}


