/*   
Theme Name: Tillona Law
Theme URI: http://tillonalaw.com/
Description: A Thematic Child Theme developed for Tillona Law LLC. Designed by New Frontiers Design. Programming by FastPipe Media, Inc.
Author: Dennis Whiteman
Author URI: http://www.fastpipe.com/
Template: thematic
Version: 1.0
Tags: Thematic FastPipe
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* -------------------------------------------------------------- 
   
   Default theme styles for Tillona Law LLC
  
-------------------------------------------------------------- */  

/* =Global Elements
-------------------------------------------------------------- */

body {
    font-family:Arial, Helvetica, sans-serif;
    color: #585858;
}
#wrapper {
    background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
    color:#2f0000;
    text-decoration:none;
}
a:hover {
    color:#fb0f14;
}
blockquote {
	margin-left: 0;
    font-style:italic;
    font-size:13px;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family:Arial, Helvetica, sans-serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}

/* =Header
-------------------------------------------------------------- */

#blog-title {
 	background: url("images/logo.png") 0px 15px no-repeat;
	text-indent: -999em;
	min-height: 165px;
	width: 500px;
}
#blog-title a {
	margin: 0;
	height: 135px;
	width: 367px;
	display: block;
}

#blog-description {
    text-transform: uppercase;
    width: 122px;
    float: right;
    color:#fff;
    text-align: right;
    margin: -105px 0 0 0;
    padding-right: 268px;
    font-size: 13px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: url("images/menu.jpg") top center repeat-y;
    font-size:11px;
	overflow:hidden;
    clear:both;
}
.skip-link {
    display:none;
}
.menu {
	width: 490px;
	margin: 0 auto;
	position:relative;
}
.menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
    margin:0 10px 0 0;
    padding:1px 6px;
    color:#fff;
    text-decoration:none;
}
.menu a:hover {
    color:#ffc;
}
.menu .current_page_item a {
    color:#ffc;
}
.sf-menu {
	padding:0;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding: 0;
    margin: 0;
}
#content {
    margin: 0;
}    
.hentry {
    margin: 0;
    border-top:1px solid #e0e0e0;
}
.page-title {
    font-size:14px;
    font-weight:bold;
    padding:18px 0 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
    font-style:italic;
}
.entry-title {
    font-size:16px;
    line-height:18px;
    padding:18px 0 2px 0;
    font-weight:bold;
    color:#000;
}
.entry-title a {
    text-decoration:none;
    color:#000;
}
.entry-title a:hover {
    color:#2f0000;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-content {
    margin: 12px 0 0 0;
    overflow:hidden;
}
.entry-content h1, .entry-content h2, .error404 h1, #content h2.entry-title {
    font-size:18px;
    font-weight:bold;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
#content h2.entry-title {
	color: #585858;
}
.not-singular h2.entry-title {
    margin:0;
}
.not-singular .entry-meta {
    margin: -10px 0 0;
}
.entry-content h3 {
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding:18px 0 0 0;
}
.entry-content h4 {
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    font-weight:bold;
    font-style:italic;
    display:block;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
	margin-bottom: 10px;
    float:left;
    clear:both;
}
.entry-utility {
    font-size:11px;
    color:#787878;
    margin: 4px 0 1em;
}
.entry-utility {
    font-size:11px;
    color:#787878;
    margin: 4px 0 1em;
}
.singular .entry-utility {
    margin: -5px 0 1em;
}
.entry-utility a {
    font-style:italic;
    color:#a00507;
}

#nav-above {
	display:none;
}

abbr.published {
	cursor: auto;
	text-decoration: none;
	border-bottom: none;
}

/* =Comments
-------------------------------------------------------------- */

.comments-closed-link, .meta-sep-tag-links {
	display:none;
}

.comments-link:before {
	content: "\00BB \0020";
}


.s-comments-closed #comments, .s-pings-closed #comments, #comments span.meta-sep {
	display:none;
}
#comments {
    background:#eee;
    color:#2f0000;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    margin:54px 0 20px 0;
    padding:6px 0 0;
    overflow:hidden;
}
#comments .comment-navigation {
    background:#2f0000;
    line-height:36px;
    margin:-18px 20px 18px 20px;
    padding:0 20px;
    overflow:hidden;
}
.comment-navigation a {
    color:#fff;
}
.paginated-comments-links {
    text-align:center;
}
#comments h3 {
    font-weight:bold;
    letter-spacing:1px;
    text-align:left;
    margin:0 0 18px 0;
    padding:0 20px 0 20px;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
}
#comments ol ul {
    list-style:none;
    margin:0;
    padding:0 0 18px 0;
}
#comments li {
    background:#fff;
    margin:0 20px 18px 20px;
    padding:17px 20px 0 20px;
    position:relative;
}
#comments li li {
    border:1px solid #fb0f14;
    margin:0 0 18px 0;
}
#comments a {
}
#comments li.byuser {
    background:#a00507;
    border-color:#a00507;
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:48px;
    height:48px;
    position:absolute;
    top:19px;
    left:20px !important;
    left:0px;
}
#comments .fn {
    font-weight:bold;
    font-size:14px;
    padding:18px 0 0 58px;
    display:block;
}
#comments .fn a {
    color:#fff;
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 58px
}
#comments-list .comment-meta a {
    font-style:italic;
    color:#fff;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
.comment-reply-link {
    font-size:10px;
    font-style:italic;
    padding:0 0 18px 0;
}
.comment-reply-link a {
    color:#fff;
}
#cancel-comment-reply {
    /*padding:0 0 18px 0;*/
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
    font-weight:bold;
    color:#fff;
}
#respond {
    background:#ddd;
    color:  #a00507;
    border-top:1px solid #999;
    padding:17px 20px 10px 20px;
	width:auto;
	_width:460px; /* IE6 Hack to display correctly the respond form */
	max-width:460px;
    margin:0 auto;
    z-index:100;
}
#respond h3 {
	margin-left: -20px;
}
#cancel-comment-reply a {
    color:#fff;
    font-style:italic;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:100%;
    float:left;
	margin-right:10px;
}
#respond #form-section-author input {
    width:100%;
}
#respond #form-section-email {
	width:100%;
    float:left;
}
#respond #form-section-email input {
    width:100%;
}
#respond #form-section-url {
	clear:both;
}
#respond #form-section-url input {
    width:100%;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond #submit {
    background: #a00507;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #ffc;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	border-style: none;
    float:right;
}
#respond #submit:hover {
    background: #fb0f14;
    color: #fff;
    cursor:pointer;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}

/* =Author Info
-------------------------------------------------------------- */

#author-info {
	display:none;
    margin:18px 0 36px 0;
}
#author-info p:first-line {
    font-weight:bold;
}
#author-info .avatar {
    float:left;
    width:72px;
    height:72px;
    margin:0 10px 0 0;
    padding:5px;
    background:#ffc;
    position:relative;
    top:4px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 36px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    margin:12px 0 18px 0;
}
.home #nav-above, .single #nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
}

/* =Asides (widgetized areas)
-------------------------------------------------------------- */

.aside ul {
    margin:0;
    list-style:none;
}
.aside h3 {
    font-size:14px;
    font-weight:bold;
}
.aside ul ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.aside ul ul ul {
    margin:0 0 0 1.5em;
}
/* Begin Calendar styles */
.aside table {
    border-top:1px solid #e0e0e0;
    margin:0 0 8px 0;
}
.aside th {
    border-left:1px solid #e0e0e0;
}
.aside tr {
    border-bottom:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    line-height:35px;
}
.aside td {
    border-left:1px solid #e0e0e0;
    padding:0 10px
}
.aside caption { /* Make the caption match h3 styles */
    font-size:14px;
    font-weight:bold;
    text-align:left;
    margin:0 0 9px 0;
}
.aside tfoot tr {
    border:none;
    line-height:36px;
}
.aside tfoot td {
    border:none;
    padding:0;
}
.aside #next {
    text-align:right;
}
/* End Calendar styles */
/* Begin Search styles */
.aside form {
    margin:4px 0 10px 0;
}
/* End Search styles */
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
    font-weight:bold;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {
    padding:17px 0 1px 0;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
 	background: url("images/footer.jpg") bottom center repeat-y;
	padding: 15px 0 1px;
	color:#ffc;
    text-align: center;
    clear:both;
}
#footer a {
    color:#ffcccc;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    font-size:1em;
    clear-both;
}
#siteinfo p {
    clear:both;
}

#footnav {
	width: 875px;
    font-size:1em;
    font-style: normal;
	text-align: center;
    margin: 0 auto;
}
#footnav ul {
    margin:0;
    list-style:none;
    clear:both;
}
#footnav li {
    display:inline;
    float:left;
    margin:0 10px 0;
}
#footnav a {
    font-style: normal;
    color:#ffc;
    text-decoration:none;
}
#footnav a:hover {
    font-style: normal;
    color:#fff;
    text-decoration: none;
}
#footnav .current_page_item a {
    font-style: normal;
    color:#fff;
    text-decoration: none;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color:#2772B3 !important;
    background:transparent !important;
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi a:hover {
    color:#000 !important;	
}
.wp-pagenavi span.pages {
    margin-left:0 !important;
    padding-left:0 !important;
}
.wp-pagenavi span.current {
    border:1px solid #e0e0e0 !important;
}
.wp-pagenavi span.extend {
    margin:0 !important;
}

/* =Page Layout
-------------------------------------------------------------- */


/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

#header {
 	background: #fb0f14 url("images/header.jpg") top center repeat-y;
    position:relative;
}
#branding {
    width:940px;
 	background: url("images/header-image.jpg") top right no-repeat;
    min-height: 165px;
    margin:0 auto;
}

.widget_pages h3.widgettitle {
	display: none;
}

/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

body {
    min-width:960px;
}

#main {
    width:960px;
    margin:0 auto -5px;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin: 0 275px 0 230px;
    overflow:hidden;
}
#primary {
    width:220px;
    float:left;
	margin: 25px 0 0 -940px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    float:left;
 	width: 258px;
	margin: 0 0 0 -258px;
}
#secondary ul {
	margin: 0;
	padding: 0;
}
#vcard_contact, #practice_areas, #maryanne {
	margin: 1em 0;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
.error404 {
	padding-top: ;
}

/* =Contact Form
-------------------------------------------------------------- */

.wpcf7-form p {
	margin-bottom: 7px;
}

.your-name input, .your-email input, .your-company input, .your-phone input, .your-message textarea {
    font-family:Arial, Helvetica, sans-serif;
	width: 425px;
	border: 1px solid #a00507;
}

.your-message textarea {
	height: 100px;
}

#contactsubmit {
    background: #a00507;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #ffc;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	border-style: none;
}

#contactsubmit:hover {
    background: #fb0f14;
    color: #fff;
    cursor:pointer;
}

/* =Constant Contact Signup Form
-------------------------------------------------------------- */

#constantcontact {
    background: #a00507;
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #fff;	
	padding: 0 6px 6px 10px;
}

#constantcontact .ccsubmit {
	-moz-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    color: #a00507;
    background: #ffc;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 6px;
	border-style: none;
}

#constantcontact .ccsubmit:hover {
    color: #fb0f14;
    background: #fff;
    cursor:pointer;
}

#constantcontact #ea {
    font-family:Arial, Helvetica, sans-serif;
    color: #2f0000;
    background: #fff;
    cursor:pointer;
}

#constantcontact a:link {
    color: #ffc;	
}

#constantcontact a:hover {
    color: #fff;	
}

#constantcontact h3 {
    font-size: 1.5em;
    text-align: center;
}

#constantcontact p {
    padding: 0 8px 0 ;
    text-align: left;
}
#constantcontact form {
    text-align: center;
}

#constantcontact .ccTag {
    text-align: center;
}

#constantcontact .ccTag, #constantcontact form, #constantcontact p, #constantcontact h3  {
    margin: 8px auto;
}

/* =Left navigation located in the primary sidebar
-------------------------------------------------------------- */

li.widget_tillonalaw_pages {
	font-size: 1em;
	font-weight: bold;
	margin-left: -1.5em;
}

.widget_tillonalaw_pages ul li, .widget_tillonalaw_pages ul ul {
    list-style:none;
}

.widget_tillonalaw_pages ul li:before {
	color: #2f0000;
	content: "\25B6  ";
	}

.widget_tillonalaw_pages ul li.current_page_item a { 
	color: #fb0f14;
}

.widget_tillonalaw_pages ul li.current_page_item ul li a { 
	color: #2f0000;
}

/* =Right side widgets, including images and newsletter widgets
-------------------------------------------------------------- */

#secondary .page-images-widget {
	margin: 0;
	padding: 0;
 	min-height: 485px;
 	width: 258px;
}
#secondary .page-images-widget {
	margin: 0;
	padding: 0;
 	min-height: 490px;
 	width: 258px;
}
#secondary ul {
	list-style: none;
}
#secondary ul li ul li:before {
	content: "\00BB \0020";
}
.widget_calendar h3 {
	margin-top: 0;
	padding: 0;
}
#wp-calendar caption {
	margin-top -10px;
	color: #a00507;
	text-align:center;
}
#wp-calendar th {
	background-color: #a00507;
	color: #ffc;
}
#wp-calendar a {
	font-weight: bold;
	color: #fb0f14;
}
#wp-calendar a:hover {
	color: #2f0000;
}
#secondary #today {
	font-weight: bold;
	background-color: #ddd;
}
.meta-prep-author, .vcard, .meta-sep-entry-date {
	Display: None;
}
