/*
Theme Name: Businness Lawyer
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: Cyber-Duck
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #7b7979;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}
.widecolumn .entry p {
	font-size: 1.0em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.widecolumn {
	line-height: 1.6em;
	}
.narrowcolumn .postmetadata {
	text-align: left;
	font-size: 90%;
	}
.narrowcolumn .postmetadata a
{
	color: #dca929;
    text-decoration:underline;
}
.narrowcolumn .postmetadata a:hover
{
    text-decoration:none;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	font-size: 4em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}

h2 {
	font-size: 2.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.6em;
	color: #6c0c9f;
	}
#sidebar h2.white-centred {font-size: 1.5em;}
h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 220px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 990px;
	}

#header
{
	/** The header */
	margin: 0 auto;
	padding: 0;
	height: 200px;
	width: 990px;
}

#headerimg {
	position: relative;
	margin: 0;
	margin-top: -1px;
	height: 218px;
	width: 100%;
	background: url('images/layout/header/header-background.jpg') no-repeat scroll 90% -2px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 710px;
	}

.widecolumn {
	/*padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;*/
	width: 990px;
	}

.post {
	margin: 0px;
	padding-bottom: 48px;
	text-align: justify;
	border-bottom: solid 1px #e2e2e2;
	font-size: 1.1em;

	}
.narrowcolumn .post{    width:680px;}
.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	clear: both;
	color: #fff;
    font-size:11px;
	}
#footer a {
	color: #fff;
	}
#footer p {
	margin: 0;
	padding: 20px 0 5px 0;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 76px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before /*, #sidebar ul ul li:before */ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

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

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 1.1em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 8px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 0px;
padding: 0px;
text-align: center;

background: #fff url('images/layout/content/search-form-background.jpg') repeat-x scroll 0 100%;
width: 195px;
height: 27px;
position: relative;
margin-top: -5px;
}

#searchform #s,
#sidebar #searchform #s
{
width: 160px;
padding: 0px;
border: none;
background-color: transparent;
}

#searchsubmit,
#sidebar #searchsubmit
{
	padding: 0px;
	background: url('images/layout/content/search-form-button.gif') no-repeat scroll 50% 50%;
	height: 22px;
	width: 22px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	margin-top: 2px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 770px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#newssynd-feed a{margin-top:10px; display:block;}
#newssynd-feed h2{margin-top:10px;}

#rss-home h2 {font-family:'Lucida Grande',Verdana,Sans-Serif;font-size:1.6em;color: #6c0c9f;}



.left
{
	float: left;
}
.right
{
	float: right;
}
.c
{
	clear: both;
}


.header-wrapper
{
	background: url("images/layout/header/navigation-background.png") repeat-x scroll;
	height: 290px;
}
.footer-wrapper
{
	background: #e79c1a url("images/layout/footer/background.png") repeat-x scroll;
	height: 235px;
}



h1 a.logo
{
	width: 575px;
	height: 63px;
	background: url('images/layout/header/logo.png') no-repeat scroll 0 0;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}



.header-top
{
	/*background: url('images/layout/header/navigation-call-us.png') no-repeat scroll 0 50%;*/
	height: 45px;
}
.header-top h2{ font-size:1.6em;margin:0; padding:0; padding-top:12px; width:180px;}
.navigation-menu
{
	width: 707px;
	height: 40px;
}
.navigation-menu ul
{
	padding: 0px;
	margin: 0px;
	height: 45px;
	list-style: none;
}
.navigation-menu ul li
{
	float: left;
}
.navigation-menu ul li + li
{

}
.navigation-menu ul li a
{
	display: block;
	background: url("images/layout/header/navigation-menu.gif") no-repeat scroll;
	height: 42px;
	text-indent: -999px;
	overflow: hidden;
}
.navigation-menu ul li a.about-menu     { background-position:  -0px  0px; width: 79px; }
.navigation-menu ul li a.why-us-menu    { background-position:  -79px 0px; width: 92px; }
.navigation-menu ul li a.buy-legal-menu { background-position: -171px 0px; width: 198px; }
.navigation-menu ul li a.faqs-menu      { background-position: -369px 0px; width: 67px; }
.navigation-menu ul li a.glossary-menu  { background-position: -436px 0px; width: 144px; }
.navigation-menu ul li a.blog-menu      { background-position: -580px 0px; width: 62px; }
.navigation-menu ul li a.contact-menu   { background-position: -642px 0px; width: 65px; }
.navigation-menu ul li a.about-menu:hover     { background-position:   -0px -43px; }
.navigation-menu ul li a.why-us-menu:hover    { background-position:  -79px -43px; }
.navigation-menu ul li a.buy-legal-menu:hover { background-position: -171px -43px; }
.navigation-menu ul li a.faqs-menu:hover      { background-position: -369px -43px; }
.navigation-menu ul li a.glossary-menu:hover  { background-position: -436px -43px; }
.navigation-menu ul li a.blog-menu:hover      { background-position: -580px -43px; }
.navigation-menu ul li a.contact-menu:hover   { background-position: -642px -43px; }
.navigation-menu ul li.selected a.about-menu     { background-position:   -0px -87px; }
.navigation-menu ul li.selected a.why-us-menu    { background-position:  -79px -87px; }
.navigation-menu ul li.selected a.buy-legal-menu { background-position: -171px -87px; }
.navigation-menu ul li.selected a.faqs-menu      { background-position: -369px -87px; }
.navigation-menu ul li.selected a.glossary-menu  { background-position: -436px -87px; }
.navigation-menu ul li.selected a.blog-menu      { background-position: -580px -87px; }
.navigation-menu ul li.selected a.contact-menu   { background-position: -642px -87px; }

.twitter-button, .facebook-button
{
	margin-top: 5px;
	width: 108px;
	height: 43px;
	float: left;
	display: block;
	text-indent: -999px;
	overflow: hidden;
    background: url('images/layout/footer/twitter-facebook.png') no-repeat;
    display:none;
}
.twitter-button
{
	background-position: 0 0;
}
.facebook-button
{
	margin-left: 5px;
	background-position: -115px 0;
}

.box
{
	min-height: 147px;
	background: #e2e2e2 url('images/layout/content/box/sw.png') no-repeat scroll 0 100%;
	text-align: center;
}
.box .n
{
	display: block;
	height: 27px;
	overflow: hidden;
	background: #e2e2e2 url('images/layout/content/box/nw.png') no-repeat scroll 0 0;
}
.box .n tt
{
	height: 27px;
	width: 17px;
	display: block;
	float: right;
	background: url('images/layout/content/box/ne.png') no-repeat scroll 0 0;
}
.box-title
{
	height: 58px;
	min-height: 58px;
	max-height: 58px;
}
.box div.purple
{
	background: url('images/layout/content/box/h-purple.png') repeat-x scroll 0 0;
}
.box div.cyan
{
	background: url('images/layout/content/box/h-cyan.png') repeat-x scroll 0 0;
}
.box div.orange
{
	background: url('images/layout/content/box/h-orange.png') repeat-x scroll 0 0;
}
.box div.blue,.box div.themeColor
{
	background: url('images/layout/content/box/h-blue.png') repeat-x scroll 0 0;
}
.box-title h2.white-centred
{
	text-align: center;
	margin:0 auto;
    width:175px;
	color: #fff;
	padding-top: 5px;
	font-size: 18px;
}
h2.heightFix
{
	height: 37px;
	padding-top: 15px !important;
}
.box-content
{
	min-height: 176px;
	background: url('images/layout/content/box/sm.png') repeat-x scroll 0 100%;
	margin: auto 17px;
	padding: 18px 0px;
}
.box-content-wrapper
{
	min-height: 176px;
	background: url('images/layout/content/box/se.png') no-repeat scroll 100% 100%;
}
.box-content-01,
.box-content-02,
.box-content-03,
.box-content-04
{
	width: 183px;
	height: 167px;
	display: block;
	overflow: hidden;
    background: no-repeat scroll 50% 50%;
}
.box-content-01
{
	background-image: url('images/layout/content/box/content-01.png');
}
.box-content-02
{
	background-image: url('images/layout/content/box/content-02.png');
}
.box-content-03
{
	background-image: url('images/layout/content/box/content-03.png');
}
.box-content-04
{
	background-image: url('images/layout/content/box/content-04.png');
}


.two-column-layout .column
{
	width: 450px;
	float: left;
	padding-left: 35px;
}
.two-column-layout .column + .column
{
	margin-left: 10px;
}

.four-column-layout .column
{
	width: 220px;
	float: left;
	padding-left: 0px;
}
.four-column-layout .column
{
	margin-left: 28px;
}
.four-column-layout .first{margin-left:0;}

.purple, .purple:hover
{
	color: #890fbc;
}
.cyan, .cyan:hover
{
	color: #3397a3;
}
.orange, .orange:hover
{
	color: #d7a00a;
}
.themeColor, .themeColor:hover, .blue, .blue:hover
{
	color: #3c82c1;
}

a.purple,
a.cyan,
a.orange,
a.blue
{
	text-decoration: underline;
}
a.purple:hover,
a.cyan:hover,
a.orange:hover,
a.blue:hover
{
	text-decoration: none;
}

h2.big
{
	font-size: 2.8em;
	margin-bottom: 35px;
}

h1.gray
{
	color: #676666;
	font-size: 2.9em;
	font-style: normal;
	font-weight: normal;
	padding-top: 15px !important;
}

#sidebar a
{
	color: #7b7979;
    text-decoration:underline;
}
#sidebar a:hover{text-decoration:none;}
.feed-button
{
	display: block;
	height: 50px;
	max-height: 50px;
	padding-left: 40px;
	padding-top: 0px;
	font-size: 1.1em;
	background: url('images/layout/content/rss-feed-button.png') no-repeat scroll 0 0;
}
.feed-button, .feed-button:hover
{
	color: #fa7f1e;
}
.newsletter-button
{
	display: block;
	height: 50px;
	max-height: 50px;
	padding-left: 40px;
	padding-top: 0px;
	font-size: 1.1em;
	background: url('images/layout/content/newsletter-button.png') no-repeat scroll 5px 5px;
}
.newsletter-button, .newsletter-button:hover
{
	color: #fa7f1e;
}


.contact-form .field,#recaptcha_response_field
{
	width: 435px;
	height: 30px;
	background: #fff url('images/layout/content/form/input-background.png') repeat-x scroll 0 0;
	border: solid 1px #e3e1e2;
	font-size: 1.2em;
	max-height: 30px;
	padding: 4.5px 20px 0px 8px;
	color: #636162;
}
.contact-form textarea
{
	width: 435px;
	height: 156px;
	max-height: 156px;
	background: #fff url('images/layout/content/form/input-background.png') repeat-x scroll 0 0;
	border: solid 1px #e3e1e2;
	font-size: 1.2em;
	padding: 4.5px 20px 0px 8px;
	color: #636162;
	font-family: Arial, sans-serif;
}
.contact-form td
{
	vertical-align: top;
}
.contact-form label
{
	font-size: 1.25em;
	color: #7b7979;
	height: 30px;
	line-height: 30px;
}
.contact-header
{
	font-size: 2.6em;
}


/*
h2.white-centred
{
	text-align: center;
	font-size: 1.0em;
	color: #fff;
	font-weight: normal;
}*/
#sidebar .post a
{
	color: #9d11d0;
	text-decoration: underline;
}
#sidebar .post a:hover
{
	text-decoration: none;
}

.glossary-alphabet
{
	background: url(images/layout/content/headings/glossary-alphabet.gif) no-repeat;
	width: 690px;
	height: 35px;
}
.glossary-alphabet h3
{
	padding: 7px 0px 0px 10px;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
}
.glossary-title
{
	font-size: 1.5em;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
}
h3.glossary-title + p
{
	margin-top: 0px;
}
.hentry h2
{
	font-size: 1.8em !important;
}