/*
 Theme Name:	PsychologyLaw Partners
 Description:	A customized site design by Nielsen Digital.
 Version:		2.0
 Author:		Will Nielsen
 Author URI:	http://nielsendigital.com/
 ============================================================
 Revision Notes (July 29, 2008):
 - Added position:relative to #masthead
 - Added position:absolute to #additionalMastheadInfo
   and #titleBlock
 - Adjusted the font-size on #additionalMastheadInfo
 - Adjusted font-family on body to account for users who
   do not have Garamond installed on their machine.

 Need to adjust Masthead --> Change it to an image...
 - User Image Replacement method to masthead.

 ============================================================
 */
body {
    background: #999999;
    color: #333;
    font: 62.5% Garamond, Palatino, Palatino Linotype, "Times New Roman", serif;
}

* {
    padding: 0;
    margin: 0;
}
/*---:[ global elements dc143c ]:---*/
a {
    color: #dc143c;
    text-decoration: underline;
}
.float-right
{
  float:right;
}
.float-left
{
  float:left;
}
.psyLawBrief
{
  font-family: Lucida Sans, Arial, sans;
  font-style: italic;
  font-size:90%;
}

.seoSlamLeft
{
  position:absolute;
  left:-999999px;
}


a:visited {
    color: #333;
}

a:hover {
    color: #dc143c;
    text-decoration: underline;
}

a img {
    border: none;
}

blockquote {
    font-style: italic;
    font-family: Garamond, "Times New Roman", serif;
    color: #555;
    margin: 0 30px 1.5em 30px;
    padding: 0 0 0 10px;
    border-left: 1px solid #aaa;
}

abbr, acronym {
    border-bottom: 1px dotted #aaa;
    text-transform: uppercase;
    cursor: help;
}

code {
    color: #E06452;
    font-family: Courier, monospace;
}

pre {
    margin: 0 0 1.5em 0;
    overflow: auto;
    font-size: 1.3em;
    clear: both;
}

p.center {
    text-align: center !important;
}

p.bottom {
    margin: 0 !important;
}

p.unstyled {
    font-size: 1.4em;
}

.flickr_blue {
    color: #007ae4;
    text-transform: lowercase;
}

.flickr_pink {
    color: #ff2a96;
    text-transform: lowercase;
}

.fineprint {
    color: #999999;
}
/*---:[ headlines ]:---*/
h1, h2, h3 {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

h1 {
    font-size: 3.6em;
    letter-spacing: -0.03em;
    padding: 0.4em 0 0.2em 0;
    text-align: center;
    clear: both;
}

h1 a, h1 a:visited, h1 a:hover {
    color: #000;
    text-decoration: none;
}

h2 {
    font-size: 2.0em;
}

h2 a {
    color: #000;
    text-decoration: none;
}

h2 a:visited {
    color: #555;
    text-decoration: none;
}

h2 a:hover {
    color: #E06452;
    text-decoration: none;
}

.posts h2 {
    margin: 0 0 0.1em 0;
    line-height: 1.2em;
}

.pages h2, h2.page_header {
    margin: 0 0 0.5em 0;
    padding: 0 0 0 0;
    font-size: 2.4em;
    line-height: 2.4em;
    color: #dc143c;
    text-align: center;
    border-bottom: dotted 2px #999999;
    font-style:normal;
}

h2.noBorder {
    border: 0;
}

h2.archive_head {
    font-weight: bold !important;
    font-size: 1.4em !important;
    text-transform: uppercase !important;
    letter-spacing: normal !important;
    margin: 0 0 1.8em 0 !important;
    padding: 0.4em 2px !important;
    border-top: 3px solid #C27B70 !important;
    border-bottom: 1px dotted #C27B70 !important;
    background: #F7D8D4 !important;
}
.smallCaps
{
  font-variant:small-caps;
}


.searchCriterion {
    color: #E06452;
}

h3 {
    margin: 0 0 0.5em 0;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: none;
    color: #dc143c;
    text-align: left;
}

.entry h3 {
    margin: 1em 0 -.5em 0;
    // margin-bottom:0;
}

.entry h3.top {
    margin: 1.5em 0 0.5em 0 !important;
}

h3.comments_headers {
    font-size: 1.4em;
}

h4 {
    font: italic 1.2em Garamond, "Times New Roman", serif;
    color: #888;
}

h4 a, h4 a:visited {
    color: #888;
    text-decoration: none;
}

h4 a:hover {
    color: #888;
    text-decoration: underline;
}

.posts h4 {
    margin: 0 0 1.25em 0;
    padding: 0 0 1.0em 0;
}
/*---:[ Zoom Font Size Feature ]:---*/
#postFeatures {
    width: 100px;
    float: right;
    text-align: right;
    margin: 0;
}

.zoomIn, .zoomOut {
    display: inline;
    width: 40px;
    height: 32px;
    margin: 0 0 0 0;
}

.zoomIn img, .zoomOut img {
    width: 24px;
    cursor: pointer;
}
/*
 .postHeading .zoomIn,
 .postHeading .zoomOut {
 position:relative;
 top:-140px;
 }
 .single .zoomIn,
 .single .zoomOut {
 position:relative;
 top:-80px;
 }
 */
/*---:[ core layout elements ]:---*/
#container {
    width: 975px;
    border-bottom: solid .6em #4169E1;
    margin: 1em auto 2em auto;
    padding: 0;
}

#wrap {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    border-top: solid .8em #4169E1;
    background: #ffffff;
}

#container #inside {
    padding: 0;
    margin: 0 0 0 0;
    background: #ffffff;
    clear: both;
}
/* -- PreMasthead ----------------------- */
div#preMasthead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #e4e4e4;
    margin: 0 0 0 0;
    height: 24px;
}

#preMasthead ul {
    list-style-type: none;
    float: right;
}

#preMasthead ul li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline;
}


#preMasthead ul li.first:before {
    content: none;
}

#preMasthead ul li.first {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#preMasthead ul li a {
    color: #ffffff;
    text-decoration: none;
}

#preMasthead ul li a.staffLink {
    font-weight: normal;
    color: #ffffff;
    padding: .2em .4em;
}

#preMasthead ul li a.staffLink:hover {
    color: #CC7E66;
    background: #e4e4e4;
}

#preMasthead ul li.helpDoc img {
    vertical-align: middle;
}

#preMasthead div#searchBox {
    width: 250px;
    text-align: left;
    float: left;
}
/* --- :[ Masthead ]: --- */
#masthead {
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: right;
    background: #FFFFDD;
    color: #334C99;
    z-index: 9;
}


#masthead h1, #masthead h3 {
    text-align: center;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: #334C99;
    width: 100%;
}

#masthead h1 {
    font-family: Garamond, Palatino Linotype, Palatino, "Times New Roman", serif;
    margin-bottom: 0;
}

#masthead h3 {
    font-family: Garamond, Palatino Linotype, Palatino, "Times New Roman", serif;
    font-size: 1.6em;
    letter-spacing: 5px;
    margin: -.8em 0 0 0;
}

span.capital {
    font-size: 125%;
    line-height: 100%;
}
span.allCaps {
    text-transform: uppercase;
    font-size: 80%;
    margin-right:2px;
}
span.smaller {
  font-size:75%;
}


div#titleBlock {
	position: absolute;
    width: 55em;
    margin: 0;
	padding:0;
    top: 0;
	left: 40px;
}

#additionalMastheadInfo {
    margin: 0 0 0 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 425px;
    font-size: 1.8em;
    font-weight: bold;
}

#additionalMastheadInfo span.credentials {
    font-size: 90%;
    font-style: italic;
    font-weight: normal;
    letter-spacing: .1em;
}

#masthead a {
    color: #334C99;
}

#masthead img {
    padding: 0;
    border: none;
    margin: 0;
    width:975px;
}

#content_box {
    padding: 10px;
    text-align: left;
    clear: both;
    display: block;
    color: #000000;
}


/* --- :[ Clear Fix Class ]: --- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

	/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix {
	display: block;
}
	/* End hide from IE-mac */


#content {
    width: 600px;
    padding: 0 50px 0 20px;
    margin: 1em auto;
}

#content.posts {
    margin: 1em 2em 1em 28em;
    vertical-align: top;
}

#content span img {
    margin: 10px auto;
}

#sidebar {
    width: 210px;
    margin: 1em 1em;
    padding: 0 0 0 15px;
    float: right;
    text-align: left;
}

#sidebar ul {
    list-style: none;
    display: block;
}

#l_sidebar {
    width: 250px;
    padding: 0 15px 0 0;
    margin: 0 0 0 0;
    float: left;
}

div.orgAddress {
    font-size: 1.4em;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    clear: both;
    display: block;
}

.orgAddress a {
    text-decoration: none;
    color: #495E88;
}

.orgAddress a:hover {
    color: #E06452;
}
/*---:[ header styles ]:---*/
/* - Both NAV BAR and BREADCRUMBS --------------------- */
ul#nav, ul#breadcrumbs {
    width: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul#nav li, ul#breadcrumbs li {
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
    font: 1.4em Helvetica, Arial, sans-serif;
    text-transform: capitalize;
    float: left;
}
/* - NAV BAR ---------------------
 
 */
ul#nav {
    list-style: none;
    height: 32px;
    margin: 0;
    padding: 0 10px 0 40px;
    background: #4169e1 url(images/navbarvertslice.jpg) repeat-x left bottom;
}

ul#nav li {
    text-align: left;
    padding: 8px 8px 8px 8px;
    vertical-align: middle;
    height: 12px;
}

ul#nav li a {
    color: #ffffff;
    text-decoration: none;
}

ul#nav li a:hover {
    color: #333333;
    text-decoration: underline;
}

ul#nav li.current_page_item, ul#nav li.current_page_parent {
    background: #191F59;
}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited, ul#nav li.current_page_parent a, ul#nav li.current_page_parent a:visited {
    color: #ffffff;
}

ul#nav li.current_page_item a:hover {
    text-decoration: underline;
    color: #AFC0F2;
}

ul#nav li.current_page_item:hover a {
    color: #AFC0F2;
}

ul#nav li.page_item:hover {
    background: #667FCC;
    color: #AFC0F2;
}

ul#nav li.page_item:hover a {
    color: #ffffff;
}
/* home page */
li.homePage {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 20px;
    background: #EDBD3E;
}
/* - BREAD CRUMBS --------------------- */
ul#breadcrumbs {
    list-style: none;
    height: 24px;
    font-size: 70%;
    margin: 0 0 25px 0;
    padding: 0 10px;
    background: #D4E0F7;
}

ul#breadcrumbs li {
    padding: 5px 3px;
}
/* - SUBNAVIGATION BOX --------------------- */
ul#subNav {
    list-style: none;
    margin: 0 0 0 0;
}

ul#subNav ul {
    list-style: none;
    margin: 0 0 0 5px;
}

ul#subNav li, ul#subNav ul li {
    margin: 0;
    padding: 0;
}

ul#subNav li {
    padding: 5px 10px;
    margin: 0 -10px;
}

ul#subNav li a, ul#subNav li a:visited {
    color: #E06452;
    text-decoration: none;
}

ul#subNav li:hover {
    background: #D4E0F7;
}

#header_img {
    position: relative;
    margin: 0 0 3.0em 0;
    border-bottom: 1px solid #000;
    float: left;
    clear: both;
}

#header_img img {
    display: block;
} /* this is really just an IE 6 and 7 hack in disguise */
/*---:[ content styles ]:---*/
.entry {
    margin: 1em auto;
    font-size: 12pt;
    line-height: 16pt;
}

.posts .entry {
    border-top: dotted 2px #999999;
    padding-top: 1.4em;
}

.noWaterMark {
    background: none;
}

.entry blockquote {
    font-size: 1.0em;
}

.entry blockquote.right {
    width: 200px;
    font-style: normal !important;
    font-size: 1.3em !important;
    margin: 0.3em 0 0.3em 15px !important;
    padding: 0.3em 0 !important;
    border: 3px double #aaa;
    border-width: 3px 0;
    text-align: center;
    float: right;
}

.entry blockquote.left {
    width: 200px;
    font-style: normal !important;
    font-size: 1.3em !important;
    margin: 0.3em 15px 0.3em 0 !important;
    padding: 0.3em 0 !important;
    border: 3px double #aaa;
    border-width: 3px 0;
    text-align: center;
    float: left;
}

.entry blockquote.right p, .entry blockquote.left p {
    margin: 0 !important;
    line-height: 1.4em !important;
}

.entry p {
    margin: 0 0 0 0;
    padding: .6em 0 0 0;
    text-align: left;
}

.news .entry {
    margin: 0 0 2.5em 0;
    padding: 10px 0;
    border-bottom: 1px dotted #D4E0F7;
}

.entry ul, .entry ol {
    margin: 0 0 0 40px;
    // margin-top:10px;
    padding: 0 0 0 0;
    display: block;
}

.entry ul:before, .entry ol:before {
    content: ".";
    visibility: hidden;
}

.entry ul {
    list-style-type: disc;
}

.entry li {
    margin: 0 0 0.5em 0;
    line-height: 14pt;
}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
    margin: 0.5em 0 0.5em 30px;
}

.entry dl {
    margin: 0 0 1.5em 0;
}

.entry dt {
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.entry dd {
    margin: 0 0 1.5em 20px;
}

.entry .ad {
    margin: 0 0 0.5em 15px;
    float: right;
}

.entry .ad_left {
    margin: 0 15px 0.5em 0;
    float: left;
}

.entry img {
    margin: 0 20px 10px 0;
    float: left;
    border: #cccccc solid 1px;
    padding: 3px;
}

.entry img.left {
    padding: 3px;
    margin: 0.5em 15px 0.5em 0;
    border: 3px double #bbb;
    float: left;
    clear: left;
}

.entry img.right {
    padding: 3px;
    margin: 0.5em 0 0.5em 15px;
    border: 3px double #bbb;
    float: right;
    clear: right;
}

.entry img.center {
    display: block;
    padding: 3px;
    margin: 0 auto 1.5em auto;
    border: 3px double #bbb;
    float: none;
    clear: both;
}

.entry img.off {
    padding: 0 !important;
    border: none !important;
}

.entry img.stack {
    clear: none !important;
}

.entry img.bordered {
    border: 1px solid #D4E0F7;
    padding: 2px;
}

.entry img.topOfParagraph {
    vertical-align: text-top;
    margin-top: 1.2em;
}

#homeUpper.entry h5 {
    font-size: 16pt;
    padding: 0 0 0 0;
    margin: 30px 0 -12px 0;
    // margin-bottom: 10px; /* for ie */
    color:#334C99;
}
/* recent news (home page) */
#recentNews {
    margin: 1em 0;
    padding: 1em;
    color: #666666;
    border-bottom: #D4E0F7 .1em solid;
}

#recentNews h2 {
    font-size: 1.6em;
    color: #666666;
    margin: 1em 0 .7em 0;
    padding: 0 0 0 0;
    border-bottom: #D4E0F7 .1em solid;
}

#recentNews span.postDate {
    font-weight: bold;
}

#recentNews p {
    color: #666666;
    margin: .5em 0;
    padding: 0 0 0 0;
}

#recentNews img {
    border: 1px solid #666666;
    margin: .3em .7em .3em 0;
}

#recentNews a {
    color: #666666;
    text-decoration: none;
}

#recentNews a:hover {
    color: #E06452;
    text-decoration: underline;
}

#recentNews #currentEvents {
    width: 250px;
    float: left;
}

.tagged {
    padding: 0.4em 0 0 0;
    background: url('images/hr_tag_sep.gif') no-repeat;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #888;
    clear: both;
}

.tagged a, .tagged a:visited {
    padding: 0.25em;
    color: #333;
    text-decoration: none;
}

.tagged a:hover {
    color: #fff;
    background: #C27B70;
    text-decoration: none;
}

.add_comment {
    display: block;
    padding: 0 0 0 20px;
    font-weight: bold;
    float: right;
}

.navigation {
    font-size: 1.4em;
    margin: 1em auto;
    padding: 5px 0;
    text-align: center;
    background: #e7e7e7;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.previous {
    padding: 0 20px 0 0;
}

.next {
    padding: 0 0 0 20px;
}

.clear {
    width: 500px;
    height: 1px;
    margin: 0 0 5.0em 0;
    clear: both;
}

.rule {
    background: url('images/hr_tag_sep.gif') no-repeat;
}

.flat {
    margin: 0 0 2.0em 0 !important;
}

.whitespace {
    margin: 0 0 3.5em 0 !important;
}
/*---:[ sidebar styles ]:---*/
ul.sidebar_list {
    list-style: none;
}

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
    width: 210px;
    padding: 10px;
    margin: 0 0 2.5em 0;
    font-size: 1.3em;
    line-height: 1.4em;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.entry li.linkcat {
    list-style: none;
    margin: 0 0 1em .5em;
}

li.widget h2, li.linkcat h2 {
    font-weight: bold;
    font-size: 1.077em;
    color: #667FCC;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: -10px -10px 0.8em -10px;
    padding: 0.4em 5px;
}

.entry li.linkcat h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

li.widget p {
    margin: 0 0 1.5em 0;
    padding: 0 10px;
}

li.widget ul, li.linkcat ul {
    margin: 0 0 0.5em 20px;
    padding: 0 0 0 0;
    list-style: disc;
}

li.widget ol, li.linkcat ol {
    margin: 0 0 0.5em 20px;
}

li.widget li, li.linkcat li {
    margin: 0 0 0.3em 0;
    padding: 0 0 0 0;
}

li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
    text-decoration: none;
}

li.widget li a:hover, li.linkcat li a:hover {
    text-decoration: underline;
}

li.widget li .recent_date {
    padding: 0 0 0 8px;
    font-weight: bold;
    color: #888;
}

li.widget ul.flickr_stream {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

li.widget ul.flickr_stream li {
    margin: 0;
    padding: 0 5px 5px 0;
    display: inline;
}

li.widget ul.flickr_stream li a img {
    padding: 3px;
}

li.widget ul.flickr_stream li a:hover img {
    background: #ff2a96;
}
/*---< FlickrRSS styles for the widget only >---*/
li.widget_flickrrss a img {
    margin: 0 5px 5px 0;
    padding: 3px;
}

li.widget_flickrrss a:hover img {
    background: #ff2a96;
}
/*---< Calendar widget styles >---*/
#calendar_wrap {
    font-size: 1.3em;
}
/*---:[ comment styles ]:---*/
#comments {
    width: 500px;
    float: left;
    clear: both;
}

ul#comment_list {
    list-style: none;
    margin: 0 0 4.0em 0;
    border-top: 1px solid #bbb;
    float: left;
}

ul#comment_list li.comment {
    width: 500px;
    padding: 1.2em 0 0 0;
    border-bottom: 1px dotted #bbb;
    float: left;
}

ul#comment_list li.trackback {
    width: 470px;
    padding: 1.2em 15px 0 15px;
    background: url('images/trackback_bg.gif');
}

.comment_meta {
    margin: 0 0 1.2em 0;
}

.comment_num {
    padding: 0 15px 0 20px;
    font-weight: bold;
    font-size: 1.4em;
    float: right;
}

.trackback .comment_num {
    padding: 0 0 0 20px;
}

.comment_num a, .comment_num a:visited {
    color: #888;
    text-decoration: none;
}

.comment_num a:hover {
    color: #df0000;
    text-decoration: none;
}

.comment_meta strong {
    font-size: 1.6em;
}

.comment_time {
    font: normal 1.1em Verdana, Helvetica, Arial, sans-serif;
    color: #888;
}

.comment .entry {
    padding: 0 15px;
    min-height: 5px;
}

.comment .entry p {
    margin: 0 0 1.0em 0;
}
/*---:[ comment form styles ]:---*/
#comment_form {
    width: 500px;
    padding: 1.0em 0 0 0;
    float: left;
}

#comment_form p {
    padding: 0.6em 0;
}

#comment_form label {
    padding: 0 0 0 10px;
    font-size: 1.2em;
}

#comment_form .text_input {
    width: 191px;
    padding: 3px;
    color: #444;
    font: normal 1.4em Garamond, "Times New Roman", serif;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#comment_form .text_area {
    width: 321px !important;
}

#comment_form .text_input:focus {
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#comment_form .form_submit {
    padding: 0.4em 4px;
    background: url('images/submit_bg.gif');
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    font: bold 1.4em Garamond, "Times New Roman", serif;
    cursor: pointer;
}

#comment_form p.subscribe-to-comments {
    font-size: 1.4em;
}

#comment_form p.subscribe-to-comments label {
    font-size: 1.0em;
}
/*---:[ search form styles ]:---*/
#search_form .search_input {
    width: 201px;
    padding: 3px;
    color: #E06452;
    font: normal 1.0em Garamond, "Times New Roman", serif;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

li.widget .search_input {
    font-size: 1.1em !important;
}

#search_form .search_input:focus {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#eventCalendar {
    width: 900px;
    background: #ffcc00;
    margin: 0 auto 50px auto;
}
/*---:[ footer styles ]:---*/
#footer {
    width: 100%;
    margin: 0 0 0 0;
    padding: 2em 0 2em 0;
    clear: both;
    border-top: solid #161D55 .2em;
    text-align: center;
    background: #4169E1 url(images/bg.jpg) repeat-x bottom left;
    color: #AFC0F2;
}

#footer p {
    margin: 0 0 0.923em 0;
    font-size: 1.5em;
}

#footer a, #footer a:visited {
    color: #AFC0F2;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

#footer p.credits {
    text-align: center;
    margin: 0;
    font-size: 1.2em;
}
/* --------- site map  --------------- */
div.ddsg-wrapper h2 {
    border: none;
    background: none;
    color: #666;
    font-size: 14pt;
    margin: 50px 0 0 0;
    display: none;
}

div.ddsg-wrapper ul li {
    list-style-type: none;
    font-weight: bold;
}

div.ddsg-wrapper ul li ul li {
    font-weight: normal;
}
/* --------- site map  --------------- */
div#GoogleMapWrap label {
    font-weight: bold;
    margin: 0 5px 0 0;
}

div#GoogleMapWrap input.text {
    width: 450px;
}

div#GoogleMapWrap div.orgAddress {
    margin: 0 0 20px 0;
    font-size: 2em;
    width: 300px;
    float: left;
}

div#GoogleMapWrap div.orgPhone {
    margin: 0 0 20px 0;
    font-size: 1.4em;
    width: 300px;
    float: left;
}

div#map {
    width: 950px;
    height: 600px;
    margin: 10px auto;
}


/* --- :[ Book Column ]: --- */
#bookCol {
    width: 150px;
    height: 400px;
    display:block;
    margin:0 0 50px 20px;
    float:right;
    display:none;
}
#bookCol img {
    margin: 0 16px 10px 16px;
    width:118px;
}
#bookCol h2 {
    font-size: 14pt;
    line-height: 100%;
    margin: 10px 5px;
    color:#334C99;
    text-align: center;

}
#bookCol .entry{
    font-size: 10pt;
    margin: 5px 0 20px 0;
    padding:0 10px 0 0;
    width: 100%;
}

/* --- :[ Home page specific ]: --- */
#homeUpper img#homePortrait
{
  height:200px;
}
#homeLower {
    padding: 0 0 10px 0;
    margin: 20px 20px 10px 50px;
    width:850px;
    display:block;
}

#homeLower #left {
    width: 500px;
    height: 400px;
    float: left;
    display:inline;
    margin:0;
}

#homeLower #left img {
    margin: 0 0 10px 0;
}
#homeLower h5,
h5.goArchive
{
    font-size: 16pt;
    padding: 0 0 0 0;
    margin: 0 0 -12px 0;
    // margin-bottom: 10px; /* for ie */
    color:#334C99;
}

h5.goArchive
{
  margin:25px 0 10px 0;
}
h5.goArchive a span.psyLawBrief
{
   color:#dc143c;
}

.widget h5.psyLawBrief
{
  color:#dc143c;
  text-align:center;
  font-size:14px;
}
.psyLawBlue
{
  color:#334c99;
  font-style:normal;
}


h5.goArchive a {
  color:#334c99;
}


/*#homeLower h5.smaller
{
  font-size:100%;
}*/
#homeLower .preCheck .psyLawBrief
{
  font-size:14pt;
}


#homeLower .preCheck
{
  background: url(images/checkmark_32.png) top left no-repeat;
  padding: 0 0 0 40px;
  height:36px;
  font-style: italic;
  font-weight:bold;
}
.script
{
  font-family: "Freestyle Script", "Comic Sans", sans;
  font-weight:normal;
}


#homeLower h5 a
{
  color:#dc143c;
}
#homeLower h5 a:hover
{
  text-decoration: none;
}


#homeLower #left h2, #homeLower #right h2 {
    font-size: 14pt;
    line-height: 100%;
    margin: 10px 5px;
    padding:3px;
}

#homeLower #left .entry, #homeLower #right .entry {
    font-size: 12pt;
    margin: 5px 0;
    width: 100%;
}

#homeLower #left .entry {
    margin-bottom: 20px;
    padding-right: 10px;
}

#homeLower #right {
    margin:-10px 0 0 20px;
    width: 300px;
    float: right;
    display:inline;
}
#homeLower #right p {
    line-height:100%;
}


#homeLower #right p.bookSubTitle {
    font-weight:bold;
    font-size:98%;
    margin:10px 0 20px 0;
}

#homeLower #right h3 {
  margin:-10px 0 10px 0;
  /* Hide from IE5-mac. Only IE-win sees this. \*/
    margin-top:0;
  /* End hide from IE-Win */
  text-transform: uppercase;
  text-align: center;
  color:#dc143c;
  font-weight:bold;
}


/* --- :[ Contact Information ]: --- */
table.contactInfo {
    width: 100%;
}

table.contactInfo th,
table.contactInfo td {
    vertical-align: top;
    text-align: left;
    padding: 10px 5px;
}

table.contactInfo th {
    font-weight: bold;
    width: 150px;
    padding-left: 0;
}

table.contactInfo td {
    font-weight: normal;
}



/* --- :[ Typography ]: --- */
.wideWordSpace {
  word-spacing: 10px;
}



/* --- :[ mailChimp Form ]: --- */

h4.psyLawBrief
{
  text-align:center;
}

#plbForm
{
  width:180px;
  margin:0 auto;
  padding:0;
}

#plbForm .instructions
{
  background-color: #FFFFFF;
  padding:20px 0;
  font-family: Arial;
  font-size: 12px;
  line-height: 150%;
  color:#333333;
  text-align:left;
  vertical-align: middle;
}
#plbForm .requiredFields
{
  line-height: 150%;
  font-family: Arial;
  font-size:12px;
  color: #333333;
}
#plbForm input
{
  padding:2px;
}


#content.plb
{
  float:left;
  margin:1em 1em 1em 3em;
}

#content.plb div.terms
{
  margin:20px 0;
  font-size:14px;
}
div.terms .psyLawBrief
{
  font-size:13px;
}

