/*
Theme Name: Gibbs Law
Author: Kussner Consulting
Description: Custom theme built just for this site.
Version: 1.0
Author URI: http://www.kussner.com/
*/

@import url("reset.css");

/***********************************/
/* Layout and custom classes/ID's */
/***********************************/
body {
	font-family: Helvetica;
	background-color: #fff;
	padding-bottom: 20px;
}
body.home {
	font-family: Helvetica;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #e7e8ea;
	padding-bottom: 20px;
}
#wrapper {
	width: 1006px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#logo {
	background-image:url("images/gibbs-law-firm.png");
	background-repeat:no-repeat;
	cursor:pointer;
	height:127px;
	margin-top:50px;
	width:290px;
}
#logo span {
	display: none;
}
#navigation {
	background-image:url("images/navigation.png");
	background-repeat:no-repeat;
	height:23px;
	margin-left:160px;
	margin-top:20px;
	position:relative;
	width:524px;
	z-index:2;
}
#navigation a:hover {
	color: #1f3f7b;
}
#navigation li {
	display: inline;
	position: relative;
}
#navigation li a {
	color:#FFFFFF;
	display: inline-block;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding-left:1em;
	padding-right:1em;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation li ul {
	background:none repeat scroll 0 0 #e0bd7c;
	float:none;
	left:0;
	margin-top:-2px;
	position:absolute;
	top: 24px;
	visibility:hidden;
	white-space:nowrap;
	z-index:3;
}
#navigation li ul li {
	display: block;
	width: 168px;
}
#navigation li ul li a {
	display: block;
}
#navigation li:hover ul {
	visibility: visible;
}
#content {
	min-height:329px;
	padding-left:90px;
	padding-right:300px;
	padding-top:80px;
}
.left {
	float: left;
}
.home .entry {
	width: 420px;
}
#content .attachment-post-thumbnail {
	position:absolute;
	right:0;
	top:-47px;
	.top: 3px;
	z-index:-1;
}
#news {
	margin-top:-1.3em;
	min-height:200px;
	padding-left:90px;
}
h2.blue {
	font-size: 1.3em;
	color: #537caf;
}
.excerpt {
	background-image:url("images/vr.png");
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
	margin-right:1em;
	margin-top:10px;
	min-height:204px;
	width:31%;
}
#news div.excerpt:last-child {
	background: none;
}
.excerpt h3.small {
	color: #393a3a;
	font-size:0.7em;
	font-weight:bold;
	
}
.excerpt h3.small a {
	text-decoration: none;
}
.excerpt p {
	color:#686969;
	font-size:0.7em;
	line-height:1.7em;
	padding-right:1em;
	text-shadow:1px 1px 1px #FFFFFF;
}
#footer  {
	clear:both;
	margin-top:100px;
	padding-left:90px;
}
#footer ul {
	margin-left: -1em;
}
#footer ul li {
	display:inline;
	padding-left:1em;
}
#footer ul li a {
	color:#182F69;
	font-size:0.7em;
	text-decoration:none;
}
#footer ul li a:after {
	content: "|";
	padding-left: 1em;
}
#sidebar {
	background-image:url("images/sidebar-background.png");
	background-repeat:repeat;
	float:right;
	margin-right:-300px;
	margin-top:-28px;
	position:relative;
	width:272px;
}
#sidebar-padding {
	padding:20px 30px;
}
#sidebar  h3 {
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:0.02em;
	padding-bottom:0.5em;
	text-shadow:1px 1px 2px #000000;
	text-transform:uppercase;
}
#sidebar p {
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:0.02em;
	padding-bottom:0.5em;
}
#sidebar ul {
	padding-bottom: 1em;
}
#sidebar ul li {
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:lighter;
	line-height:1em;
	list-style-image:url("images/bullet.png");
	margin-left:2em;
	padding-bottom:0.5em;
}
#sidebar ul li a {}
#sidebar-bottom {
	background-image:url("images/sidebar-bottom.png");
	height:15px;
}
/***********************************/
/* Typography: Main */
/***********************************/
h1 {
}
h2 {
	color:#182F69;
	font-weight:bold;
	padding-bottom:0.5em;
}
h2 em {
	font-family:Georgia;
	font-size:0.9em;
	font-style:italic;
	font-weight:lighter;
}
h1 {
}
h3 {
	color:#182F69;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.75em;
}
h4 {
}
h5 {
}
h6 {
}
p {
	color:#000000;
	font-size:0.9em;
	line-height:1.5em;
	padding-bottom:1em;
}
a {
	color:inherit;
}
abbr {
}
acronym {
}
address {
}
bdo {
}
blockquote {
}
caption {
}
del {
}
ins {
}
pre {
}
/***********************************/
/* Typography: font-style elements */
/***********************************/
b {
}
big {
}
i {
}
small {
	color:#AAAAAA;
	font-size:0.7em;
	font-style:italic;
	line-height:1.5em;
}
tt {
}
span {
}
sub {
	font-size:0.7em;
}
sup {
	font-size:0.7em;
	vertical-align:top;
}
/***********************************/
/* Typography: phrase elements */
/***********************************/
cite {
}
code {
}
dfn {
}
em {
}
kbd {
}
samp {
}
strong {
}
var {
}
/***********************************/
/* Lists */
/***********************************/
dl {
}
dd {
}
dt {
}
#content ul {
	margin-left: 2em;
	padding-bottom:1em;
}
#content ol {
	list-style-type:decimal;
	margin-left:2em;
	padding-bottom:1em;
}
#content li {
	color:#000000;
	font-size:0.9em;
	line-height:1.5em;
}
/***********************************/
/* Elements */
/***********************************/
area {
}
body {
}
button {
}
div {
}
hr {
	border-color:#FFFFFF;
	border-right:medium none;
	border-style:solid none none;
	border-width:1px medium medium;
}
img {
}
map {
}
noscript {
}
object {
}
/***********************************/
/* Forms */
/***********************************/
fieldset {
}
form {
}
form button {
}
input {
}
label {
}
legend {
}
optgroup {
}
option {
}
select {
}
textarea {
}
/***********************************/
/* Tables */
/***********************************/
col {
}
colgroup {
}
table {
}
tbody {
}
td {
}
tfoot {
}
th {
}
thead {
}
tr {
}
/***********************************/
/* WordPress Classes */
/***********************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.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;
}
.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.children {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.current_page_ancestor {
}
.widget {
}
.widget_text {
}
.blogroll {
}
.linkcat {
}
/***********************************/
/* Fixes */
/***********************************/
.clear {
	clear: both;
}

.shadow {
-webkit-box-shadow:0 0 6px 2px #CCCCCC;
-moz-box-shadow:0 0 6px 2px #CCCCCC;
box-shadow:0 0 6px 2px #CCCCCC;
padding:10px;
}

