﻿/*   
Theme Name: Jerry & Jerry
Theme URI: 
Description: A custom theme for Jerry & Jerry LLP
Author: Meg Rosner
Author URI: http://strandwebsites.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:1000px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent url('images/bg.gif') repeat-x;
}
html {
     overflow-y: scroll;  /*Prevent jump between pages with and without scrollbar*/
     height: 100%;
}
#header {
    position:relative;
}
#branding {
    width:1000px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:1000px;
    margin:0 auto;
}
#main {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    background: transparent url('images/bg_main.jpg') left top no-repeat;
}
#container {
    width:1000px;
    float:right;
    margin: 0 0 0 -310px;
}
#content {
    width:740px; /*Increase width of main column*/
    overflow:hidden;
    margin: 10px 0px 0px 252px;
}
.hentry {
    width:740px; /*This controls main content area too*/
}
.main-aside {
    width:300px;
    float:left;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary #third {
    width:350px;
}

#subsidiary a:link,
#subsidiary a:visited {
	color:#3290A7;
}

#subsidiary a:active,
#subsidiary a:hover {
	color: #44ACC6;
	text-decoration: underline;
}

#siteinfo {
    display: none; /*Eliminate Thematic Options info, so footer extends to bottom of page*/
    clear:both;
    width:1000px;
    margin:0 auto;
}

/*End layout info from separate style sheet*/

/*Set default link colors*/
a:link {
    color:#3290A7;
}
a:visited {
    color:#3290A7;
}
a:active,
a:hover {
    color: #44ACC6;
}


Increase width of both container and content divs on portfolio page to fill vacated sidebar area
body.slug-portfolio #container {
 width: 947px;
}
body.slug-portfolio #content {
 width: 917px;
}


/*Default text for site*/

body, input, textarea, table, td {
    font-family: Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height:20px;
}

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

/* Hide page titles in page body */
.page .entry-title{display:none;} 

#branding {
    padding:0; /*Set where blog title (or logo) sits in header*/
    background-color: transparent;
}

#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    font-style: italic;
    line-height:40px;
}
/*#blog-title a {
    color:#fff;
    text-decoration:none;
}*/

/*Replace site title with logo*/
#blog-title a {
background:url(images/logo.png) no-repeat top center;
display:block;
float: left;
text-indent:-9000px;
width: 350px;
height: 135px;
text-align: left;
}


#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#ECDAF1;
    font-size:13px;
    font-style: normal;
    display: none;
}

/* Set default background image for header on all unspecified pages*/
#header{
    height: 271px;
    background: transparent url(images/header_unspecified.gif) center top no-repeat;
}

/* Set background image for header on home page*/
body.home #header{
    z-index:2;
    height: 271px;
	background: transparent url('images/header_home.jpg') center top no-repeat;      
}

/* Set background image for header on practice areas page*/
body.page-id-6 #header{
    z-index:2;
    height: 271px;
	background: transparent url('images/header_practice.gif') center top no-repeat;      
}

/* Set background image for header on portfolio page*/
body.page-id-10 #header{
    z-index:2;
    height: 271px;
	background: transparent url('images/header_profiles.gif') center top no-repeat;      
}

/* Set background image for header on contact page*/
body.page-id-12 #header{
    z-index:2;
    height: 271px;
	background: transparent url('images/header_contact.gif') center top no-repeat;      
}

/* Set background image for header on how we work page*/
body.page-id-8 #header{
    z-index:2;
    height: 271px;
	background: transparent url('images/header_howwework.gif') center top no-repeat;      
}

/***Menu section here***/

#access { /*Sets position and characteristics of menu div*/
    border-bottom: 1px solid #fff;
    background-color: #fff; /*Set background color of main menu bar extending full width of screen*/
    height:32px;
    overflow:visible;
    z-index:100;
    float: left;
    width: 650px;
    margin-top: 62px;
    /*padding-left: 25px;*/
}


/*** THEMATIC SKIN ***/

/*style menu font size, color and padding*/
.windows .sf-menu a {
	font-size: 16px;
	padding:5px 15px 5px 15px;
	color: #555555;
	font-weight: normal;
	background-color:#fff;
	text-decoration: none;
	/*border-left: 1px solid #9d9c9c;*/
}

.sf-menu {
    border: 0;
	float:right;
	
}
.sf-menu a:hover, .sf-menu a{ margin-left: 0px;}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text color*/
	color:			#555555; /*Set text color for menu*/
}

.sf-menu .current_page_item a, /*Set text color for menu item of current page*/
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    color:#e36e26;
    background-color: #fff;
	 
}
.sf-menu li {
	background:		#fff;
	border-left: 1px solid #9d9c9c; 
}

.sf-menu li:first-child, .sf-menu li:first-child a:hover {
    border-left: 0px; /*Remove dividing line before first menu item*/
}

.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#fff;
}

.sf-menu li a {
	border: 0;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color:#e36e26;
    background:     #fff;
	outline:		0;
    border-bottom-color:#fff;
	
}


.sf-menu ul {
    /*border-right:1px solid #ccc;*/
    /*border-bottom:1px solid #ccc;*/
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}

.sf-menu ul a:hover {
    color: #ff4b33;
}

/***End Menu section***/


/***Control position of whole main section, including sidebar***/
#main {
    clear:both;
    width: 1000px; /*Decrease width slightly to align to header area and menu*/
    padding:15px 0px 0px 0px;/*Decrease top padding*/
    background-color: #fff; /*Set background color of content area*/
    /*border-left: 1px solid #BCB99F;*/ 
    /*border-right: 1px solid #BCB99F;*/
    /*border-bottom: 1px solid #BCB99F;*/
}

/*** Control post titles etc. ***/

.entry-title {
    font-family:Arial,sans-serif;
    font-size:22px;
    font-weight:bold;
    color:#566F46;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a,
.entry-tile a:visited {
    color:#566F46;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #718862;
}
.entry-meta {
    display: none;
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {  /*Suppress display of author and date*/

    display: none;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}

.category, .entry-utility, .meta-sep { /*Suppress display of category and comments*/
	display: none;
}

.nav-next, .nav-previous { /*Suppress display of previous and next links*/
	
}

/*** End Control post titles etc. ***/

/******Control content area and subheads*/
.entry-content {
    padding:5px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6B0D18;
    font-size:18px;
    font-style:normal;
    font-weight: normal;
    padding:10px 0 5px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
/******End main content area and subheads*/


.emphasize {
	font-family:Calibri, Helvetica, sans-serif;
	font-size: 24px;
	color: #CB2528;
	font-weight: normal;
}

/*Create div with a border around it*/
.bordered {
	border: 3px solid #B8B8B8;
	padding: 6px;
	margin-top: 40px;
}

/*Latest project div*/
#latestproject {
	margin-top: 40px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    /*font-family: Verdana, Helvetica, sans-serif;Controls font type of post lists, etc. in sidebar*/
    font-size:14px; /*Controls font size of post lists, etc. in sidebar*/
    line-height:16px; 
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#607675; /*Control color of posts in sidebar*/
}
.aside a {
    color:#607675; /*Control color of posts in sidebar*/
    text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #608e41; /*Control hover color of posts in sidebar*/

}
/*Control primary sidebar titles*/
.aside h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color: #000; 
    font-style:normal; 
    font-weight: bold;
    margin-bottom: 5px; 
    /*background-color: #A2413F;*/
    /*background: transparent url('images/fromtheblog.gif') left top no-repeat;*/
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none; /*Remove bullets from listing of posts*/
    margin:0 0 22px 2px; /*Remove indent from listing of posts*/
}
.aside ul ul li {
    padding:1px 0;
    margin-bottom: 8px; /*Set spacing between post titles in sidebar*/
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul { /*control sidebar titles*/
    padding:0;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary { /*Define primary sidebar*/
    width: 197px; /*Set width of primary sidebar*/
    text-align: left;
    border: 0; /*Remove border from primary sidebar*/
    margin-top: 60px;
    margin-left: 3px;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}

/*Reduce space between main contents and footer*/
.page .hentry {
  padding-bottom: 0;
  margin-bottom: 0;
}

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

#footer { 
   width:100%;
   height:200px;   /* Height of the footer */
   background:#dfe7de;
   margin-top: 0;
   padding-top:0;
}

#siteinfo {
    display: none; /*Eliminate Thematic Options info, so footer extends to bottom of page*/
}

/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}

/* = End Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

/* =Site Specific Styles
-------------------------------------------------------------- */

table#services { /*Format services table on home page*/
	border:0;
	padding:10px;
}

table#services tr {
	padding: 0;
	border:0;
}

table#services td {
	padding: 0px 100px 10px 0px;
	border:0;
}

/*#articles { Determine where Articles sits in sidebar*/
/*	margin-top: 60px;*/
/*}*/

.articlestitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    color: #000; 
    font-style:normal; 
    font-weight: normal;
}


#address p {
    font-size:14px; /*Controls font size of post lists, etc. in sidebar*/
    line-height:18px; 
}

.orange {
	color: #e26e25;
}

.attorney {
	margin-bottom: 40px;
}

.attorneyname {
	margin-bottom: 5px;
}

/*My custom styles for Contact Form 7*/

.wpcf7-form p{
font-family:cursive;
font-size:small;
text-align:left;

}
.wpcf7-form p input, .wpcf7-form p textarea{

font-size:larger;
background-color:#dfe7de;
color:#000055;
border-left-color:#4283B9;
border-top-color :#4283B9;
border-bottom-color:#bbbbff;
border-right-color:#bbbbff;
padding:2px;
}

.wpcf7-form input.wpcf7-submit, div.mc_form_inside div.mc_signup_submit input#mc_signup_submit.button {
display: block;
width: 107px;
background-color: #405931;
color: #fff;
}

table#contact {
	width: 740px;
	border: 0;
	margin: 0;
	padding: 0;
}

table#contact td {
	width: 360px;
	border: 0;
	text-align: left;
	vertical-align: top;
}

table#contact tr{
	border:0;
}

/*Standard WordPress CSS for image alignment*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
/*Add one with no margins*/
img.alignleft2 {float:left; margin:0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*Blog Styles*/
 div.postdate{font-weight: bold;}
 
a.read-more{color: #E36E26; text-decoration: none; }
a.read-more:hover{color: #333; text-decoration: none; }

div.entry-content p{margin-bottom: 10px;}

.navigation {
    color: #666666;
    margin: 0 0 22px;
	font-size: 18px;
	line-height: 18px;
    overflow: hidden;
}

/*Mailchimp login form*/
div.mc_form_inside div.mc_merge_var {
    margin-bottom: 0em;
}
.aside, .aside input {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0;
	
}

div.mc_form_inside div.mc_merge_var input{background-color:#dfe7de;
color:#000055;
border-left-color:#4283B9;
border-top-color :#4283B9;
border-bottom-color:#bbbbff;
border-right-color:#bbbbff;}