/*
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: A theme by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1
Author: Nick La
Author URI: http://www.ndesign-studio.com

*/

/*------------- MAIN.CSS -------------*/

.container {
	position: relative;
	display: block;
	padding: 0;
	margin: auto;
	width: 900px;
	zoom: 1;
	} /*outermost frame, global*/ 


.logo {
	float: left;
	} /*TLM logo, global*/



.login {display: block; float: right; padding: 30px 5px 0px 6px;}

.login ul {
	margin: 0; 
	padding: 0; 
	display: inline;
	}
	
.login li {
	display: inline; 
	padding: 0 10px;
	}


.hidden { display: none; }

#login {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	top: 52px;
	right: 5px;
	width: 200px;
	padding: 17px 15px 0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif; 
	border: 1px solid #d9d3b8;
	background: #fff url('http://www.thelawyermarket.com/images/beta_landpage/get_quote_gradient.png') repeat-x bottom left;
	-moz-border-radius: 6px;	/* Gecko */
	-webkit-border-radius: 6px;	/* Webkit */
	border-radius: 6px;			/* CSS3 */

}

#login fieldset { margin: 0px; padding: 0px; border: none; }
#login fieldset .login_header { margin: 0px 0px 5px; padding: 0px; background: none; line-height: normal; text-transform: none; font-weight: normal; font-size: 1.5em; color: #6d7522; }
#login fieldset label { display: block; padding-top: 5px; font-size: 1em; }
#login fieldset .input_text { width: 180px; height: 15px; margin: 0px; padding: 2px; border: 1px solid #CCCCCC; outline: none; }
#login fieldset .buttons,
#login fieldset .secure { float: left; padding-top: 10px; }
#login fieldset .forgot { clear: left; padding: 10px 0px 15px; font-size: 1em; }
#login .close { position: absolute; top: 6px; right: 6px; width: 23px; height: 23px; }
#login .close a { display: block; overflow: hidden; width: 23px; height: 0px; padding-top: 23px; background: url( 'http://www.thelawyermarket.com/images/beta_landpage/login_close.gif' ) left top no-repeat; }
#login .close a:hover { background-position: left -23px; }
input,select,textarea {
  box-sizing:border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing:border-box;
}


.lawyertab {
	padding-top: 20px;
	float: right;
	text-align: center; 
	}

.lawyertab a {
	color: #c60;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #c60;
	}


.lawyertab:hover a {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #ff6600;
	}

.formbutton{
cursor:pointer;
background:#999;
color:#000;
padding: 5px 2px;
background:url(images/topnav_bg.gif) repeat-x left top;
}

/*------------- BUTTONS ------------*/

.buttons input {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;

	width:auto;
	overflow:visible;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	cursor: pointer;


	}

.buttons input:hover {
	text-decoration: none;
	}

.buttons input:active {
	position: relative;
	top: 1px;
	}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	width:auto;
  	overflow:visible;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	cursor: pointer;
	}

.button:hover {
	text-decoration: none;
}


.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}


.convert {
	font-size: 1.4em;
	padding: .8em 1em .82em .8em;
}

.medium {
	font-size: 12px;
	padding: .7em 1.8em .72em 1.6em;
}
.small {
	font-size: 11px;
	padding: .4em 1em .475em;
}



/* white */
.white {
	color: #606060;
	font-weight: bold;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/*------------- end -------------*/


body {
	background: #dcd9b0 url('http://www.thelawyermarket.com/images/beta_landpage/body_bg.jpg') no-repeat center top;
	margin: 0; 
	padding-top: 20px; 
	width: 100%
	display: table;
	font: 12px normal Arial, Helvetica, sans-serif; 
	text-align: left;
}


a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% Arial;
	color: #c9eefe;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #333;
	letter-spacing: -1px;
	font: normal 190%/100% Trebuchet MS;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}

#page {margin-top: 20px;
	margin: auto;
	width: 900px;
	background-color: #fff;
	display: block
	zoom: 1;
	-moz-border-radius: 15px; 				  
	-webkit-border-radius: 15px; 

}

.masthead {	
	position: relative;
	display: block;
	margin: auto;
	width: 900px;
	height: 100px;
}

#header {background: #fff;
width: 900px;

}


#content {
	padding: 4px 10px 30px 30px;
	float: left;
	width: 600px;
	overflow: hidden;
}

.wrapper {
       min-height: 455px;
	position: relative;
	clear: both;
	padding: 1px 40px 20px 40px;
	background: #fff url('../images/green_top.png') no-repeat top left;
	-moz-border-radius: 15px; 				  
	-webkit-border-radius: 15px; 
	}

.wrapper h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.6em;
	text-shadow: 1px 1px 1px #505711;
}

.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.png) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 545px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #333;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 600px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 10px;
	width: 220px;
}
#searchform {
	background: #bcd67e url(images/searchform-bg.gif) repeat-x;
	width: 220px;
	padding: 10px 10px 10px 10px;
	float:right;
	-moz-border-radius-topright: 15px; 
	-webkit-border-top-right-radius: 15px; 
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #e9facc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #41550e;
}
#sidebar h3 {
	font: normal 140%/100% Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #ccc;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #ccc;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #ccc;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #ccc;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #472f3d;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	-moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px; 
	-webkit-border-bottom-right-radius: 15px;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	}
#footer h4 {
	font: normal 146%/100% Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #999;
	line-height: 120%;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
