/*
Theme Name: LockLawFirm
Theme URI: http://wordpress.org/
Description: Custom design for Lock Law Firm
Version: 1.0
Author: Kim Garza, Jolly Design
Author URI: http://www.jollydesign.com/
Tags: 3 column, custom

	based off of Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The Word Press default 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 {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #63614c;
	}

.entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	margin-top: 4px;
	margin-bottom: 0;
	color: #63614c;
}

.entry p a:link, .entry p a:active, .entry p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ad834b;
}

.entry p a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3f3e29;
}

.postmetadata {
	text-align: center;
	}

.alt {
	background-color: #d3bca3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 150%;
	margin: 0;
	color: #888675;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ad834b;
	letter-spacing: 1px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ad834b;
	letter-spacing: 1px;
}

h2 a:link, h2 a:active, h2 a:visited {
	font-weight: bold;
	color: #ad834b;
	text-decoration: none;
}

h2 a:hover {
	font-weight: bold;
	color: #8d6127;
	text-decoration: none;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:	12px;
	text-transform: uppercase;
	color: #63614c;
	letter-spacing: 1px;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 10px;
	line-height: 175%;		
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3 a:link, h3 a:active, h3 a:visited {
	font-weight: bold;
	color: #63614c;
	text-decoration: none;
}

h3 a:hover {
	font-weight: bold;
	color: #3f3e29;
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}

.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;
	}

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

#commentform p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #888675;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #d3bca3;
}
	
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
} 

#sidebar a:hover {
	text-decoration: none;
	color: #d3cfc8;
	font-weight: normal
}

code {
	font: 10px 'Courier New', Courier, Fixed;
	}

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

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ad834b;	
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #3f3e29;
}
	
#wp-calendar caption, cite {
	text-decoration: none;
}

#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;
	}

#white {
	width: 768px;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

#main_internal {
	width: 512px;
/*	height: 100%;  */
	position: absolute;
	top: 0;
	left: 256px;
	z-index: 3;
	background-color: #ffffff;
	float: left;
}

.bottom_spacer_internal {
	width: 512px;
	height: 45px;
	float: left;
}

.text_internal {
	width: 452px;
	margin-top: 147px;
	margin-left: 30px;
	float: left;
}

#side_nav {
	width: 256px;
	height: 100%;
	background-color: #ffffff;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}

#sidebar {
	width: 256px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 768px;
	background-color: #ad834b;
	z-index: 4;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	color: #d3bca3;
	float: left;
}

.side_content {
	margin-left: 16px;
	width: 240px;
	position: absolute;
	top: 189px;
	float: left;
}

#footer {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	background-color: #ad834b;
}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
	}

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

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

.clear {
	clear: both;
}

/* End Structure */



/* 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 */

.entry ul {
	margin-top: 4px;
}

.entry li {
	list-style-type: disc;
	margin-left: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	color: #63614c;	
}

.entry ol {
	margin-top: 4px;
	}

.entry ol li {
	list-style-type: decimal;
	margin-left: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	color: #63614c;	
	}

.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;
	}

#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;
	}

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

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



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#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;
	}

.hidden {
	display: none;
	}

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;
}
/* End captions */


/* Side Nav */
.logo {
	width: 191px;
	height: 84px;
	margin-left: 36px;
	margin-top: 37px;
	margin-bottom: 68px;
}

.nav {
	width: 191px;
	margin-left: 36px;
}

.contact {
	width: 191px;
	height: 60px;
	position: absolute;
	bottom: 0;
	margin-left: 36px;
}
/* End Side Nav */


