/*   
Theme Name: Mark for DA
Theme URI: http://markforda.com/
Description: A Thematic Child Theme developed for Mark Mastroianni for District Attorney Visit Site. 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:Verdana, Helvetica, Arial, sans-serif;
    color: #000;
}
#wrapper {
    background: #fff;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
    color:#002d83;
    text-decoration:none;
}
a:hover {
    color:#3ff0fb;
}
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: 168px;
	width: 500px;
}
#blog-title a {
	margin: 0;
	height: 146px;
	width: 378px;
	display: block;
}

#blog-description {
 	background: url("images/justice.png") right top no-repeat;
	text-indent: -999em;
	width: 373px;
	min-height: 27px;
    float: right;
    color:#fff;
    margin: -124px 30px 0 0;
}

#markforda-donate {
	width: 252px;
    float: right;
    background-color: #c00;
    color:#fff;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
    margin: -56px 15px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing:2px;
    padding: 3px 0 5px;
    border: 2px outset #0442b4;
}

#markforda-donate:active {
    background-color: #f33;
    border: 2px inset #0442b4;
}

#blog-actions a:hover {
    color:#3ff0fb;
}

#markforda-join {
	width: 250px;
    color: #ddebfa;
    margin: -20px 19px 0 0;
    text-align: left;
    font-size: 14px;
    letter-spacing:1px;
    float: right;
}

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

#access {
	background-color: #0442b4;
    font-size:16px;
    font-weight: normal;
    position:relative;
	overflow:hidden;
	padding: 0;
    clear:both;
}

.skip-link {
    display:none;
}
.menu {
    width:650px;
}
.menu ul {
    list-style:none;
    margin-left: 40px;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
    color:#fff;
    text-decoration:none;
    letter-spacing: 1px;
    margin:0 24px 0 0;
}
.menu a:hover {
    color:#3ff0fb;
}
.menu .current_page_item a {
    color:#99c4ef;
}
.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:16px;
    font-weight:bold;
    padding:18px 0 0;
}
.page-title span {
    font-weight:normal;
}
.entry-title {
    font-size:18px;
    line-height:1.5;
    padding:18px 0 2px 0;
    color: #002d83;
    font-weight:bold;
}
h1.entry-title {
    font-family: Impact,Arial, Helvetica, sans-serif;
    font-size:28px;
    color: #002d83;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 0;
}

.entry-title a {
    text-decoration:none;
    color:#002d83;
}
.entry-title a:hover {
    color:#3ff0fb;
}
.entry-meta {
    font-size:11px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
    font-style:italic;
}
.entry-content {
    margin: 12px 0 0 0;
    font-size: 1.15em;
    line-height: 1.5;
    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;
    font-size: 18px;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding: 9px 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 {
	display: none;
    font-size:11px;
    color:#002d83;
    margin: 4px 0 1em;
}
#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; 
	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 #0442b4;
    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; 
	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: #0442b4;
    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)
-------------------------------------------------------------- */

.main-aside {
    background-color: #ddebfa;
}

.main-aside .xoxo ul {
	padding: 10px 10px 0 10px;
}

.main-aside h3 {
    background-color: #99c4ef;
    padding:5px;
}

.main-aside a:link, .main-aside a:visited {
    color:#0442b4;
    text-decoration:none;
}
.main-aside a:hover {
    color:#99c4ef;
}

.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 {
    border-top:none;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#page-top {
    display:none;
}
#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;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

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

#footer {
	background-color: #0442b4;
	padding: 15px 0 1px;
	color:#ddebfa;
    text-align: center;
    clear:both;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    color:#99c4ef;
}
#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-size: 1.3em;
    font-style: normal;
    color:#fff;
    text-decoration:none;
}
#footnav a:hover {
    font-style: normal;
    color:#3ff0fb;
    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: Two-Column
DESCRIPTION: two-column 960px fixed layout with two sidebars on right side of content
*/

body {
    min-width:960px;
}
#header {
 	background: #0b2073 url("images/header.jpg") top left no-repeat;
    position:relative;
}
#branding {
    width:950px;
 	background: transparent url("images/panel.png") bottom right no-repeat;
    min-height: 165px;
/*
    margin:0 auto;
*/
}
#main {
    width:960px;
    overflow:hidden;
    position:relative;
}
#container {
    width:660px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:640px;
    overflow:hidden;
}
.main-aside {
    width:265px;
    float:right;
    position:relative;
	top:10px;
    right:18px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
}

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

.wpcf7-form h3 {
	margin: 16px 0 5px;
	padding: 0;
}

.wpcf7-form p {
	margin: 0;
	padding: 0;
}

.wpcf7-form span {
	color: #c00;
	font-weight: bold;
}

.wpcf7-form p input {
	width: 450px;
	border: 1px solid #0442b4;
}

.wpcf7-form p label {
	display: inline-block;
	width: 130px;
}

.wpcf7-form p input {
	width: 450px;
	border: 1px solid #0442b4;
}

.wpcf7-form p span textarea {
	width: 588px;
	height: 100px;
	border: 1px solid #0442b4;
}

span.wpcf7-list-item {
	display: block;
	margin: 5px 0;
}

span.wpcf7-list-item label {
	width: 500px;
}

span.wpcf7-list-item label input {
	width: 1.5em;
}

span.wpcf7-list-item label span {
	width: 300px;
}


#contactsubmit {
	width: 150px;
    background: #0442b4;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	border-style: none;
	float: right;
	margin-right: 35px;
	margin-top: 10px;
}

#contactsubmit:hover {
    background: #99c4ef;
    color: #0442b4;
    cursor:pointer;
}

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

#markforda-ccfb {
	display:inline-block;
    position:relative;
	overflow:hidden;
    width:250px;
    margin-left: 35px;
    margin-top: -3px;
}

#constantcontact {
	float: left;
    width:225px;
    height: 40px;
}

#constantcontact #ccsubmit {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-border-radius: 5px; 
    color: #ddebfa;
    background-color: #579EE5;
	font-size: 12px;
    text-transform: uppercase;
	padding: 2px 6px 1px;
	margin:  1px 1px 0 3px;
    border: 2px outset #0442b4;
}

#constantcontact #ccsubmit:active {
    color: #0442b4;
    background-color: #ddebfa;
    border: 2px inset #0442b4;
}

#constantcontact #ccsubmit:hover {
    color: #0442b4;
    background: #ddebfa;
    cursor:pointer;
    border: 2px inset #0442b4;
}

#constantcontact #ea {
    color: #0442b4;
    background: #ddebfa;
	font-size: 12px;
	padding: 1px 1px 1px 3px;
	width: 150px;
}

#markforda-facebook {
	float: right;
    padding: 0;
    margin: 0;
}

#markforda-facebook img {
    margin: -1px 0 0;
    padding: 0;
}

#markforda-facebook:active, #markforda-facebook:hover {
/*
    border: 2px inset #ddebfa;
*/
}

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

h3.widgettitle a:link, h3.widgettitle a:visited {
	color:#000;
}
h3.widgettitle a:hover {
	color:#000;
	text-decoration: underline;
}
h3.widgettitle a:active {
	color:#002d83;
}
.youtube-widget {
	margin: 0;
}
.youtube-widget h4, .youtube-widget p{
	margin: 0 10px;
}
.youtube-widget p{
	padding:5px 10px;
	background-color: #ddd;
}
.thumbs-widget {
	list-style: none;
}
.thumbs-widget li:first-child {
	list-style: none;
	margin-left: -13px;
}
.thumbs-widget li {
	display: inline;
	float: left;
	padding: 0 5px 10px 0;
}
#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: #0442b4;
}
#wp-calendar a:hover {
	color: #2f0000;
}
#secondary #today {
	font-weight: bold;
	background-color: #ddd;
}
.meta-prep-author, .vcard, .meta-sep-entry-date {
	Display: None;
}

/* =Stuff specifically for issues
-------------------------------------------------------------- */

h3.issue-title {
    font-weight:bold;
    font-size: 18px;
    letter-spacing:1px;
    margin:0 0 18px 0;
    padding: 18px 0 0 0;
}

#issues-nav {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	float:right;
	margin: 0 0 1em 1em;
    border:1px solid #99c4ef;
    width: 225px;
    padding: 0 1em;
}

#issues-nav h3 {
	color: #333;
	font-size: 1em;
	margin-bottom: 0;
}

#issues-nav ul {
	margin: 0 0 10px;
    list-style: none;
}

#issues-nav  ul li:before {
	content: "\00BB \0020";
}
.sociable-widget {
	display:none;
}

div.sociable { margin: 16px 0 12px 16px; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	padding-right: 19px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.youtube-widget h3 a{
 	background: url("images/youtube_logo.png") middle right no-repeat;
}

