
Theme Name: eLaw Theme-austin
Theme URI: http://austin.texascriminalattorneys.com/
Description: Wordpress Theme from eLaw Beta Theme: austin.texascriminalattorneys.com 
Author: Dan Wolfgang, uiNNOVATIONS
Author URI http://uinnovations.com/
Version: 1.0.333
*/

html,
body,
* {
    margin: 0;
    padding: 0;
}
body {
    background: #000 url(images/beta/body-bg.jpg) left top repeat-x;
    font-size: 14px;
    text-align: center;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 0;
    visibility: hidden;
}

/* Link Styles */
a:link,
a:visited {
    color: #071e47;
    text-decoration: none;
}
a:hover {
    color: #071e47;
    text-decoration: underline;
}

/* Text Elements */
p, ul, ol, blockquote { color: #111; }
ol, ul {
    margin: 5px 35px;
    line-height: 16px;
}
blockquote {
    margin: 5px 0px 5px 10px;
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #999;
}
img {
    border: 0px;
    background: none;
}
p {
    padding-bottom: 5px;
    margin: 0 0 10px;
    line-height: 18px;
}

input,
textarea {
    font-size: 12px;
    padding: 1px;
}

textarea { display: block; }
textarea#comment-text { height: 100px; }

/* Header Styles */
h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}
h1 a:link,
h1 a:visited { text-decoration: none; }
h1 a:hover { text-decoration: underline; }

#content h1 { margin-bottom: 5px;}

h2 {
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
    margin: 0px;
/*    text-transform: uppercase;*/
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}
h2#page_title {
    font-size: 24px;
    font-weight: normal;
    padding-top: 10px;
    margin: 0px;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}
h3 { /* This style used as the post titles on homepage/archive */
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
    font-size: 16px;
    padding: 10px 0px 5px 0px;
    margin: 0px;
    color: #666;
    text-decoration: none;
}
h5 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding-top: 7px;
    margin: 0px;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}


#container {
    margin: 0 auto;
    padding: 0 33px;
    width: 904px;
    text-align: left;
}

/* Header Styles */
#header {
    position: relative;
    color: #102e62;
}
#site-title { padding :0; }
#site-title a {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
    text-indent: -9999px;
    padding: 0;
}
#header-data,
#site-description,
#site-firm-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/* Horizontal Navigation Styles */
#menu {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 0px;
    padding: 0;
    height: 70px;
    line-height: 30px;
    display: block;
    background-image: url(images/beta/menu-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #000;
    border: 1px solid #553537;
	width: 610px;
}
#menu ul {
    background: transparent;
    display: block;
    height: 60px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
#menu ul li {
    width: auto;
    display: inline;
    list-style-type: none;
    height: 60px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
/* The hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
    text-decoration: none;
    background-position: left -56px;
    color: #ebdc05;
}
/* This is the style for the top level links */
#menu ul li a {
    display: inline-block;
    line-height: 30px;
    margin: 0px;
    padding: 34px 10px 0;
    text-decoration: none;
    font-weight: normal;
    font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    color: #eee;
    background: #120000 url(images/beta/menu-item-bg.jpg) left top repeat-x;
    border: 1px solid #553537;
    border-top: 0;
}

/* Content Div */
#content {
    float: left;
    margin: 0;
    padding: 10px 12px 20px 17px;
    background: #fff;
    display: block;
    border-left: 8px solid #c4ced6;
    border-right: 8px solid #c4ced6;
    position: relative;
    width: 567px;
}

#lead-photo {
    overflow: hidden;
    position: relative;
    top: -10px;
    left: -25px;
    float: left;
    width: 612px;
}

#lead-photo img {
    border: 1px solid #739cb0;
}

#call-today {
    background-image: url(images/beta/menu-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    border-left: 8px solid #300000;
    border-right: 8px solid #300000;
    padding: 3px 0;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    left: -25px;
    width: 596px;
    float: left;
}

#content-inner {
    float: left;
    width: 100%;
}

.opening,
.entry {
    margin-bottom: 30px;
}

a.more-link {
    display: block;
    clear: both;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-align: right;
}
.content_header {
    font-family: Optima, "Times New Roman";
    font-size: 12.0pt;
    font-weight: normal;
    padding-top: 10px;
    margin: 0px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}
.read_more {
    font-size: 11px;
    text-transform: uppercase;
}
.read_more a:link,
.read_more a:visited {
    color: #000;
    text-decoration: none;
}
.read_more a:hover {
    text-decoration: underline;
}

/* Post Meta Styles */
.meta-top {
    clear: both; /* we need this so floats in the post are cleared */
    margin: 0 0 10px 0;
}
.meta-top h2 { margin-bottom: 5px; }
.meta-top p { line-height: 12px; }
.meta-bottom {
    clear: both; /* we need this so floats in the post are cleared */
    margin-top: 5px;
    margin-bottom: 15px;
}

/* Previous/Next Page Navigation */
.page-nav {
    clear: both; /* To clear any floats */
    margin: 10px 0px;
    padding: 10px 0px;
}
.nav-previous {
    width: 249px;
    float: left;
    text-align: left;
}
.nav-next {
    width: 249px;
    float: right;
    text-align: right;
}


/* Right Sidebar */
#sidebar {
    width: 282px;
    float: left;
    margin: -82px 0 0 10px;
    padding: 0;
    display: block; /* floats are handled as block elements, this is to fix 
                        a margin collapsing bug in IE */
}
#sidebar-inner {
    margin: 0;
    padding: 10px 0 20px 0;
    border: 1px solid #739cb0;
    background: #102e62;
}
#sidebar h2 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: none;
}
#sidebar h3,
#sidebar h4,
#sidebar h5 {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    margin: 0px -20px 0px -20px;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:hover { color: #fff; }
#sidebar a:hover { text-decoration: underline; }

#sidebar p {
    padding: 0 5px 5px 0;
    color: #fff;
}
#sidebar img { text-align: center; }
#sidebar form {
    padding: 0px;
    margin: 5px;
}
#sidebar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#sidebar ul li { padding: 0px 0px 10px 0px; }

.widget {
    margin: 1px 20px 0 20px;
    color: #fff;
}

#sidebar .widget-header {
    text-align: center;
    vertical-align: center;
    height: 40px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.widget #comments {
    padding: 0;
}

#sidebar form { margin: 0; }
.widget .ti {
    width: 180px;
    display: block;
}

.widget-contact-form label {display: none;}
.widget-contact-form #comments-open-data div { margin-bottom: 5px; }
#sidebar textarea#comment-text { width: 185px; }

#sidebar .widget li {
    list-style-type: square;
    margin-left: 15px;
    color: #fff;
}
#sidebar .widget-recent-posts li {
    list-style-type: none;
    margin-left: 0;
}

.widget-phone-number {
    position: relative;
    top: -11px;
    margin: 0 -1px -2px -1px;
    background: #061c43;
    border-bottom: 1px solid #739cb0;
}

.widget-phone-number .widget-content {
    width: auto;
    height: 70px;
    margin: 0;
    margin-bottom: 9px;
    background: url(images/beta/menu-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #553537;
}

.widget-contact-form #comments-form {
    margin-top: 15px;
}

#sidebar .widget-case-results.widget li {
    margin: 0;
    list-style-type: none;
    font-size: 14px;
}

#sidebar .widget .gform_body { margin-top: 10px; }
#sidebar .widget .gform_body li { margin: 0; }
#sidebar .widget .gform_body label {
    float: left;
    width: 75px;
}



/* Comment Styles */
#comments { padding: 8px; }
#comments .even {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    background: #FFF;
    overflow: hidden;
    border-bottom: 1px dotted #B7B7B7;
}
/* Breadcrumbs for WordPress SEO by Yoast */
#breadcrumbs_wordpress_seo {
    margin: 0 auto;
    padding: 0;
    width: 904px;
    margin-top: 15px;
    clear: both;
    float: none;
    text-align: left;
}
/* Footer Styles */
#footer {
    margin: 10px auto;
    padding: 0;
    width: 904px;
    clear: both;
    float: none;
    text-align: center;
}
#footer_secondary {
    margin: 0 auto;
    padding: 0;
    width: 904px;
    margin-top: 30px;
    clear: both;
    float: none;
    text-align: left;
}
#footer a:link,
#footer a:visited,
#footer_secondary a:link,
#footer_secondary a:visited {
    color: #fff;
    text-decoration: none;
}
#footer a:hover,
#footer_secondary a:hover {
    text-decoration: underline;
}
#footer p,
#footer_secondary p,
address {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0 0 5px;
}

address {
    font-style: normal;
    margin: 10px 0;
}

.footerleft {
    width: 45%;
    float: left;
    margin: 0px;
    padding: 10px 10px 10px 0;
    text-align: left;
}
.footerright {
    width: 45%;
    float: right;
    margin: 0px;
    padding: 10px 0 10px 10px;
    text-align: right;
}

form p { margin: 0; }

#comments-open-footer { margin-top: 5px; }


/* Blog Archives */

.right-column {
    width: 250px;
    float: right;
    margin: 0 0 20px 30px;
}

.right-column h2 {
    padding-top: 0;
}


h1,
h1 a:link,
h2,
h2#page_title,
h3,
h4,
.content_header { 
    font-family: Arial, Helvetica, sans-serif;
}

body,
input,
textarea,
h5,
#menu,
#footer p,
#footer_secondary p,
address {
    font-family: Arial, Helvetica, sans-serif;
}

ul#attorney-bio-links {
    margin-left: 0;
    list-style-type: none;
}
ul#attorney-bio-links ul {
    list-style-type: disc;
}

/* Custom CSS File for Theme */

.sub_heading { /* This style used as the post titles on homepage/archive */
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
    text-decoration: none;
    letter-spacing: 0px;
    display: block;
    clear: both;
}


/* iPad in portrait and landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	
}


/* Jail Releae Mobile CSS  - Android */
@media only screen and (max-device-width: 360px) {
	body.page-template-page-jailrelease-php { background: white; width: auto; }
	.page-template-page-jailrelease-php #container { width: 100%; padding: 0; }
	.page-template-page-jailrelease-php #header, #lead-photo, #call-today { display: none }
	.page-template-page-jailrelease-php #menu, .page-template-page-jailrelease-php #menu-main-container { display: none; }
	.page-template-page-jailrelease-php #content { width: 100%; border: none; padding: 0; }
	
	.page-template-page-jailrelease-php img { height: auto; max-width: auto; }
	
	.page-template-page-jailrelease-php img.alignright { float:right; margin:0 0 1em 1em }
	.page-template-page-jailrelease-php img.alignleft { float:left; margin:0 1em 1em 0 }
	.page-template-page-jailrelease-php img.aligncenter { display: block; margin-left: auto; margin-right: auto }
	.page-template-page-jailrelease-php a img.alignright { float:right; margin:0 0 1em 1em }
	.page-template-page-jailrelease-php a img.alignleft { float:left; margin:0 1em 1em 0 }
	.page-template-page-jailrelease-php a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
	.page-template-page-jailrelease-php #footer, #footerleft, #footerright, #footer_secondary { display: none; }
}

/* Jail Releae Mobile CSS - iPhone */
@media only screen and (max-device-width: 320px) {
	body.page-template-page-jailrelease-php { background: white; width: auto; }
	.page-template-page-jailrelease-php #container { width: 100%; padding: 0; }
	.page-template-page-jailrelease-php #header, #lead-photo, #call-today { display: none }
	.page-template-page-jailrelease-php #menu, .page-template-page-jailrelease-php #menu-main-container { display: none; }
	.page-template-page-jailrelease-php #content { width: 100%; border: none; padding: 0; }
	
	.page-template-page-jailrelease-php img { height: auto; max-width: auto; }
	
	.page-template-page-jailrelease-php img.alignright { float:right; margin:0 0 1em 1em }
	.page-template-page-jailrelease-php img.alignleft { float:left; margin:0 1em 1em 0 }
	.page-template-page-jailrelease-php img.aligncenter { display: block; margin-left: auto; margin-right: auto }
	.page-template-page-jailrelease-php a img.alignright { float:right; margin:0 0 1em 1em }
	.page-template-page-jailrelease-php a img.alignleft { float:left; margin:0 1em 1em 0 }
	.page-template-page-jailrelease-php a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
	.page-template-page-jailrelease-php #footer, #footerleft, #footerright, #footer_secondary { display: none; }
}
