/*	
Theme Name: HKW Law
Theme URI: http://www.innoshare.com
Description: Custom theme made by innoshare.com
Author: Innoshare
Author URI: http://www.innoshare.com
Version: 1.0
Tags: Law
*/


/* START FORM STYLE */
.buttons {
	margin: 1em 0;
}

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 0.5em 1em 0.6em 0.7em;
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
}
.buttons button[type] {
	padding: 0.5em 1em;
	line-height: 1.3em;
}
*:first-child+html button[type] {
	padding: 0.5em 1em;
}
.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

button.positive, .buttons a.positive {
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

input,
textarea {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

input.image {
	border: none;
	width: inherit;
}

textarea {
	width: 70%;
	height: 8em;
}

label {
	float: left;
	width: 7em;
	font-size: 0.8em;
	color: #8b8b8b;
	margin: 1em 0 0 0.4em;
}
/* END FORM STYLE */

body {
	font-family: Georgia;
	background-image:url('http://www.hkw-law.com/wp-content/themes/crispp/images/home-bg.gif');
        background-repeat:repeat-x;
	background-position: 0 0;
}
p {
	padding: 0;
	margin: 0;
}


#wrapper {
	margin: 0 auto;
	width: 850px;
}

#header {
	margin: 0;
	height: 125px;
}
#header #logo{
	float: left;
	margin-top: 30px;
}

#header h2 {
	font-size: 2.4em;
	padding: 0.1em 0 0;
	line-height: 1.4em;
}
#header h2 a:hover {
	text-decoration: none;
}

#header #top-nav{
	float: left;
	width: 100%;
	height: 25px;
}

#header #top-nav ul{
	float: right;
}

#header #top-nav ul li{
	display: block;
	float: left;
	margin-top: 8px;
	font-size: 12px;
}

#header #top-nav ul li a{
	color: white;
	padding: 1px 10px;
	border-right: solid white 1px;
}

#header #top-nav ul li a[title="Directions"]{
	border-right: none;
}

#nav {
	float: right;

}
#nav {
	float: right;
	margin-top: 38px;
}
#nav li {
	margin: 0.5em 0 0;
	float: left;
}
#nav a {
	display: block;
	font-size: 1em;
	padding: 0px 10px;
	color: #ffffff;
}
#nav a:hover {
	color: #157bc2;
	text-decoration: none;
}

#intro {
	padding: 50px 50px 0px 50px;
	color: #444;
}
#intro h2 {
	font-size: 3em;
	line-height: 1.4em;
}
#intro h1 {
	font-size: 1.6em;
	line-height: 1.4em;
}
#intro h3 {
	margin: 1em 0 0;
	font-size: 1.2em;
}
#intro h3 a {
	color: #FF6600;
}

#primary {
        display: none;
	padding: 2em;
}

/********** Middle Wrapper **********/

#middle_wrapper{
	float: left;
	width: 850px;
	background-image:url('http://www.hkw-law.com/wp-content/themes/crispp/images/home-middle-bg.gif');
	box-shadow: 0px 0px 7px #000;
	-moz-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	margin-top: 12px;
	height: 230px;
}

#middle_wrapper #slider {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
}
#middle_wrapper #right-text{
	float: left;
	width: 265px;
	font-size: 12px;
	color: white;
	padding: 10px 15px;
}
#middle_wrapper #right-text h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -5px;
}
#middle_wrapper #right-text a{
	color: white;
	text-decoration: underline;
}
#intro {
	display: none;
}
#main {
	float: left;
	width: 590px;
}

#main h1,
#main h2 {
	font-size: 1.8em;
	margin: 0.3em 0;
}
#main h2 a {
	text-decoration: underline;
}
#main h2 a:hover {
	text-decoration: none;
}

#main h3,
#main h4,
#main h5,
#main h6 {
	margin: 0.8em 0;
}
#main h3 {
	font-size: 1.4em;
}
#main h4 {
	font-size: 1.3em;
}
#main h5 {
	font-size: 1.2em;
}
#main h6 {
	font-size: 1.1em;
}

.post {
	padding: 0 0 4em;
}

.postMeta {
	font-size: 0.9em;
	line-height: 2em;
}

.content img {
	padding: 1em;
}
.gallery img {
	padding: 0.5em;
}

.commentCount {
	float: right;
	text-align: center;
}
.commentCount a {
	display: block;
	font-weight: bold;
	width: 44px;
	height: 26px;
	font-size: 0.8em;
	padding: 0.4em 0 0 0;
	background-image: url(images/commentBubble.png);
	background-repeat: no-repeat;
}

.postdate {
	position: absolute;
	text-align: center;
	background: #fff;
	color: #333;
	margin-left: -6em;
	padding: 1em;
}
.day {
	font-size: 1.8em;
}
.month {
}
.year {
	font-size: 0.9em;
}

.content {
	margin: 1em 0;
}

p {
	line-height: 1.7em;
	margin: 1.5em 0;
}

.content ol,
.content ul {
	line-height: 1.7em;
	margin: 1.5em 3em;
}

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

#sidebar {
	margin-left: 650px;
	color: #ccc;
	font-size: 0.9em;
	color: #999;
}
	#sidebar .widget {
		margin: 2em 0;
	}

#sidebar .searchInput {
	width: 170px;
}

.widgettitle {
	font-size: 1.2em;
	margin: 0 0 1em;
}

#sidebar li {
	border-bottom: 0.1em solid #ddd;
}
	#sidebar li a {
		display: block;
		padding: 0.4em;
		line-height: 1.2em;
	}
	#sidebar li a:hover {
		background: #f9f9f9;
	}
	#sidebar li ul a {
		padding: 0.4em 0.4em 0.4em 1em;
	}
	#sidebar li ul li {
		border-bottom: none;
	}

#sidebar .rss-date {
	font-size: 0.9em;
	color: #aaa;
}

#sidebar .rssSummary {
	padding: 0.5em 0 1em 1em;
}

#sidebar #recentcomments li {
	padding: 0.4em;
}

#sidebar .widget_calendar {
	margin: 2em auto;
	text-align: center;
}
	.widget_calendar table {
		width: 80%;
	}
	.widget_calendar caption {
		font-weight: bold;
		margin: 0 0 0.5em;
	}
	.widget_calendar thead {
		background: #999;
		color: #fff;
	}
	.widget_calendar th,
	.widget_calendar td {
		padding: 0.2em;
	}
		.widget_calendar tbody a {
			display: block;
			font-weight: bold;
		}

.commentlist li {
	background: #f7f7f7;
	margin: 0 0 2em;
	padding: 1em;
}
	.commentlist li.author {
		background: #feffcb;
	}
.commentlist .name {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
	.commentlist .name a {
		color: #0082ff;
	}
	.commentlist .date {
		font-size: 0.8em;
		color: #aaa;
	}
	.commentlist .comment-text {
		margin: 1em 0 0;
	}
.authorAvatar {
	float: left;
}
.avatar {
	padding: 0.3em;
	border: 0.2em solid #EBEBE4;
}
.comment {
	margin: 0 0 1.4em 100px;
}
.comment-no-avatar {
	margin: 0 0 1.4em 0;
}
	.comment code {
		background: #fff;
		padding: 0.4em;
	}
.actions {
	float: right;
	color: #ddd;
}
	.actions a {
		 font-size: 0.8em;
		 font-style: italic;
	}
.cancel-comment-reply {
	float: right;
}
	.cancel-comment-reply a {
		 font-size: 0.8em;
	}
		.comment-text p {
			font-size: 0.9em;
		}
		.children li {
			border-left: 0.2em solid #ddd;

		}

	.loggedIn {

		font-size: 0.8em;
		margin: 0 0 1em;
		color: #444;
	}
/********** Footer Content Area **********/
#footer {
	margin: 1em 0;
	color: #777;
	font-size: 0.9em;
}
#footer a {
	color: #157BC2;
}
#footer h2 {
	color: #157BC2;
}
#footer .widget {
	float: left;
	width: 240px;
	padding: 2em;
}

}
#footer p.byline {
	display:none
}
#footer h2.post-title {
	display:none
}

#credits {
	text-align: center;
	color: #777;
	font-size: .8em;
        border-top: 1px solid #157BC2;
        height: 30px;
	padding: .8em 0;
}

#credits a {
	color: #0082FF;
}

#credits #copyright{
	float: left;
	margin-left: 10px;
}


/********** Homepage Content Area **********/

#footer{
	float: left;
}
#footer .widget{
	float: left;
	width: 250px;
	padding: 15px;
	color: #444;
}
#footer .widget p{
	font-size: 12px;
	line-height: 18px;
}
#footer .widget h2{
	font-size: 18px;
	margin-bottom: 10px;
}
#footer .widget a{
	font-size: 12px;
}

/********** Homepage Footer Left **********/

#footer #footer-left img{
	margin-right: 10px;
}


/********** Homepage Footer Middle **********/

#footer #footer-mid ul li a{
	float: left;
	color: #444444;
	margin-bottom: 10px;
}
#footer #footer-mid ul li a:hover{
	color: #157BC2;
	text-decoration: none;
}
#footer #footer-mid ul li .date{
	float: left;
	color: #157BC2;
}


/********** Homepage Footer Right **********/

#footer #footer-right li a {
	display: block;
	padding:5px 20px;
	background:url('http://www.hkw-law.com/wp-content/themes/crispp/images/bullet-blue.gif') no-repeat 0px 9px;
	line-height: 16px;
	font-size: 14px;
	color: #404040;
	text-decoration: underline;
	font-size: 12px;
	text-decoration: none;
}
#footer #footer-right li a:hover {
	color: #13527e;
	text-decoration: underline;
}
#footer #footer-right ul li{
	margin-left: 5px;
}


blockquote {
	margin: 0 2em;
	padding: 0 0 0 1em;
	border-left: 0.2em solid #ccc;
	color: #333;
}

cite {
	font-size: 0.9em;
	font-style: italic;
}
	cite a {
		font-style: italic;
	}

pre {
	margin: 1em 3em;
	background: #f9f9f9;
	padding: 1em;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #FF0E3F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.edit {
	float: right;
	font-size: 0.8em;
}

.success {
	margin: 1em;
	padding: 1em 1em 1em 3em;
	color: #4f8a10;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #dff2bf url(images/tick.png) no-repeat 1em 1em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 0.1em solid #ddd;
	text-align: center;
	background: #efefef;
	padding-top: 0.4em;
	margin: 1em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 0.4em 0.5em;
	margin: 0;
}

/* PoweredBy tweaks */
ul.powered ul {
bottom: 13px;
}
#footer-left .byline {
display: none;
}

