/*
Theme Name: DealLawyers
Author: Morgan Kay, modified by Real Technology
Author URI: http://wpalchemists.com
*/

@import "css/reset.css";
@import "editor-style.css";



/* GENERAL */
/* ----------------------------------------- */

body {
min-width: 770px;
}

#content {
position: relative;

margin-left: 15px;
margin-right: 25px;
margin-top: 15px;
margin-bottom: 20px;
}

#content nav {
margin-bottom: 25px;
}

#content h1 {
display: none;
}

/* HEADER */
/* ----------------------------------------- */

#top {
height: 79px;
background-image:url('images/Header_filler.gif');
position: relative;
}

#top h1 a {
position: absolute;
height: 79px;
width: 514px;
background: url('images/Header_title.gif') no-repeat;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
position: absolute;
top: 0px;
left: 0px;
}

#top h2 {
height: 80px;
width: 100px;
background: url('images/Header_end.gif') no-repeat;
background-color: #ffffff;
margin-top: 0px;
float: right;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
position: relative;
margin-right: 0px;
}


/* NAVIGATION */
/* ----------------------------------------- */

#top nav{
position: relative;
font-size: 16px;
text-align: top;
line-height: 80px;
margin-top: 0px;
float: right;
margin-right: -70px;
}

#top nav ul li{
list-style-type: none;
}

/* BLOG */
/* ----------------------------------------- */

#main nav {
display: none;
}


#content {
 max-width: 1400px;
}
#content header h2 a {
text-decoration: none;
font-weight: bold;
color: #333333;
font-size: 14pt;
}

#content header h2 {
margin-bottom: 12px;
}

#content header p.date {
font-size: 14pt;
font-weight: bold;
color: #333333;
margin-bottom: 10px;
margin-top: 5px;
border-bottom: 1px solid #999;
line-height: 22px;
}


#content article p {
font-size: 12pt;
line-height: 1.25em;
}
blockquote {
margin-left: 30px;
margin-bottom: 5px;
padding: 5px;
font-style: normal;
background-color: #ECF0FF;
}

#content article footer {
font-size: 10pt;
margin-top: 25px;
margin-bottom: 20px;
}

#content article footer p {
font-size: 10pt;
margin-bottom: 0px;
}

article header h2 {
font-size: 14pt;
font-weight: bold;
color: #333;
margin-bottom: .25em;
}
article header h2 a {
 text-decoration: underline !important;
}
/* SIDEBAR */
/* ----------------------------------------- */

#main {
margin-left: 220px;
padding-left: 15px;
margin-top: 30px;
}

aside {
width: 200px;
padding: 0px;
position: absolute;
top: 0;
left: 0;
}
aside h1 {
display: block !important;
font-size: 1.2em;
margin-bottom: .25em;
font-weight: bold;
}
aside h1 a {
text-decoration: none;
}

/* Broc wants the blog title in black. */
aside h1 a:link, aside h1 a:visited{
    color: #000;
}
div.widget_black_studio_tinymce {
margin-bottom: 25px;
}

div.widget_black_studio_tinymce h3 {
color: #333333;
font-size: 20px;
margin-bottom: 10px;
font-family:Arial, Helvetica, sans-serif;
line-height: 1.25em;
font-weight: normal;
text-transform: none;
letter-spacing: 0px;
margin-top: 5px;
}

div.widget_black_studio_tinymce a {
font-size: 13px;
}

div.widget_black_studio_tinymce h5 a {
font-size: 10px;
font-weight: normal;
}

aside h3 {
font-size: 13px;
letter-spacing:3px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 0px;
font-weight: normal;
color: #666600;
}

div.widget_search {
margin-top: 20px;
}

div.s2_form_widget h3, div.widget_search h3, div.widget-subscribe h3 {
font-size: 10px;
color: #333333;
margin-bottom: 0px;
text-transform: none;
letter-spacing: 0px;
line-height: 1.1em;
}

#searchform .screen-reader-text {
display: none;
}

#searchsubmit {
display: block;
margin-bottom: 20px;
margin-top: 0px;
}

input#s {
width: 135px
}

div.subscribe {
font-size: 10px;
line-height: 10px;
margin-bottom: 30px;
}

/*div.s2_form_widget h3 {
display: none;
}*/

div.subscribe p label {
display: none;
}

div.subscribe p {
margin: 0px;
}

div.subscribe form {
margin-top: -10px;
}

div.subscribe input {
width: 200px;
}

div.subscribe input[name='subscribe'] {
width: 75px;
}

.textwidget li a {
font-size: 10px;
color: #003366;
text-decoration: underline;
margin-bottom: 20px;
}

aside ul li {
line-height: 1.25em;
list-style-type: none;
font-size: 10px;
margin-left: 0px;
color: #003366;
text-decoration: underline;
}
aside ul li a {
line-height: 1.5em;
}

aside ul li a:hover {
color: #999999;
}

.widget_archive {
margin-bottom: 20px;
margin-top: 15px;
}

aside .textwidget p
{
	font-size: 10pt;
}
aside .textwidget p a
{
	font-size: 8pt;
}

/* FOOTER */
/* ----------------------------------------- */

#bottom {
clear: both;
}