/*
Theme Name: Brian Weiss
Theme URI: 
Description: Custom WordPRess theme for Brian Weiss
Version: 1.0
Author: terrywebdesign.com
Author URI: http://www.terrywebdesign.com
*/

/* Body */
* {margin:0px; padding: 0px;}
body {background: #5a95b0 url(img/home-bg.jpg) top left repeat-x; 
color:#595959; 
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;

}

#wrap {
width: 960px;
background-color: #ffffff;
margin:20px auto 0px auto; 
padding: 0px 0px 0px 0px;
border: 1px solid #dddddd;
}

/* Links */
a {color:#5894af; font-weight:normal; text-decoration:underline;}
a:hover {background-color:inherit; color:#000000; font-weight:normal; text-decoration:none;}
a img, img a {border:0;}


/* Header */
#header {
background: #fff url(img/topbar-bg.jpg) top left no-repeat; 
width: 960px;
height: 91px;
margin: 0px auto;
padding: 0px;

}


#logo {
float: left;
width: 715px;
padding: 0px 0px 0px 0px;
}

#newsletter {
float: right;
width: 215px;
margin-top: 10px;
padding-left: 25px;

}

.socialmedia {
text-align: right;
padding-top: 63px;
padding-right: 25px;
}

.socialmedia img {
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.socialmedia img:hover {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* Home Page Boxes */

#home-top {
border-bottom: 2px solid #e9e9e9;

}

#home-top p {
padding: 10px 15px 0px 410px;

}

#home-bottom {
float: left;
width: 645px;
}

#homeboxes {
margin: 20px 25px 0px 25px;
}

#content #homeboxes h3.block-title {
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 20px;
color: #1e1e1e;
text-transform: uppercase;
}

#consider {
clear: both;
	width: 570px;
	min-height: 120px;
background: #5894af url("img/consider-bg.jpg") no-repeat bottom right;
	margin: 0 0 40px 0;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	-ms-transition: background .4s linear;
}

#consider .inner {
	border: solid 1px #fff;
	outline: solid 2px #5894af;	
}

#consider p {
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
font-size: 20px;
color: #ffffff;
font-style: italic;
padding: 20px;
line-height: 24px;
margin: 0px 0px 10px 0px;
}


/* Main menu */
#menu {
width: 960px;
height: 55px;
margin: 0px auto;
border-bottom: 5px solid #548aa3;
}

#menu-main-menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}


ul#menu-main-menu
{
padding-top: 5px;
padding-bottom: 14px;
margin: 10px 0px 0px 10px;

}

#menu-main-menu li
{
	float: left;
list-style-type: none;
text-align: center;
width: 130px;
}

#menu-main-menu a { 
display: block;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
padding: 5px 10px 15px 10px; 
}

#menu-main-menu a:link, #menu-main-menu a:visited
{
color: #747474;
text-decoration: none;
}

#menu-main-menu a:hover
{
display: block;
color: #558ca6;
text-decoration: none;
}

#menu-main-menu li.current-menu-item a, #menu-main-menu li.current-page-ancestor a
{
color: #558ca6;

}

#menu-main-menu li#menu-item-9 {
margin-top: 10px;
width: 40px;
}

#menu-main-menu #menu-item-9 a, #menu-main-menu #menu-item-9 a:link, #menu-main-menu #menu-item-9 a:visited, #menu-main-menu li#menu-item-9.current-menu-item a
{
    color: transparent;
}

#menu-item-9 {background:url('img/home.png') no-repeat top center; width:18px; height:17px; }


/* Sidebars */
#rightside {float:right; line-height:1.5em; margin: 20px 20px 5px 20px; padding:0; width:250px;}

#rightside div.textwidget {font-size:12px; margin:0px;}

#rightside div.widget-box {line-height: 16px;}

#content #rightside ul {
margin: 10px 0px 10px 5px;
}

#rightside div.textwidget li {
list-style: none;
}

#content #rightside .widget-box ul {
margin: 10px 0px 10px 30px;
}

#rightside .widget-box ul li {
list-style-image:url('img/bullet.png');
font-size: 12px;
padding: 0px 10px 10px 0px;
}

.widget-box {
background: #ffffff url("img/widget-bg.jpg") repeat-x top left;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border:2px solid #c2d6df;
-webkit-box-shadow: #e5e5e5 2px 2px 2px;
-moz-box-shadow: #e5e5e5 2px 2px 2px; 
box-shadow: #e5e5e5 2px 2px 2px;
margin-bottom: 30px;
}

.no-box {
background: none;
border:0px solid #c2d6df;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;
-webkit-box-shadow: #fff 0px 0px 0px 0px!important;
-moz-box-shadow: #fff 0px 0px 0px 0px!important;
box-shadow: #fff 0px 0px 0px 0px!important;
margin-bottom: 30px;
}

#rightside .widget-box h3 {
color: #ffffff;
background-color: #5894af;
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
font-size: 18px;
margin: 1px;
-webkit-border-radius: 5px 5px 3px 3px;
-moz-border-radius: 5px 5px 3px 3px;
border-radius: 5px 5px 3px 3px;
text-align: center;
padding: 5px 3px 5px 3px;
}

.widget-box p {
padding: 5px 10px 5px 10px;
font-size: 14px;
margin: 5px 0px 5px 0px;
line-height: 1.25;
}

.eventdate {
color: #5894af;
font-weight: bold;
}


.current_page_item a {
font-weight: bold;
}

/* Content */
#content {width: 960px; line-height:18px; margin: 0px 0px 20px 0px; padding:0; }
#contenthome {width: 620px; float: left; margin:0px 0px 10px 0px; padding: 0px 35px 0px 25px; border-right: 2px solid #e2f0fd;}
#contentinside {width: 600px; float: left; margin: 20px 0px 10px 0px; padding: 0px 35px 0px 25px;}
#contentwide {width: 670px; float: left; margin:0px; padding: 0px 20px 0px 20px; }


#content h2 {color: #48778d; font-size:20px; margin:0px 0px 10px 0px; font-weight: normal; text-transform: uppercase; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }

#content #contentinside h1 {color: #494949; font-size:22px; margin:0px 0px 15px 0px; font-weight: normal; text-transform: none; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
border-bottom: 1px solid #C2D6DF !important;
padding: 0px 0px 5px 0px;
line-height: 24px;
}



.page-title {
float: left;
display: inline;
margin: 0px 10px 35px 10px;
position: relative;
}

#content h3 {color: #48778d; font-size:18px; margin: 0px 0px 10px 0px; font-weight: normal; text-transform: none; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;}

#content #faq-block h3 {color: #48778d; font-size:16px; margin: 0px 0px 20px 0px; font-weight: normal; text-transform: none; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; cursor: pointer;}


#content ul,#contentwide ul {margin:0 0 10px 25px;}
#content li,#contentwide li {padding:0 0 10px 0px;
list-style-image:url('img/bullet.png');
}

#contenthome p {
font-size: 14px;
line-height: 18px;
}

.blue-text {
color: #5894af;
}

.copy-text {
margin-top: 20px;
font-size: 11px;
}

.divider, hr {
clear: both;
float: none;
width: 100%;
height: 1px;
margin: 1.4em 0;
border: none;
background: #DDD;
background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, white), color-stop(0.1, #DDD), color-stop(0.9, #DDD), color-stop(1, white) );
background-image: -moz-linear-gradient( left center, white 0%, #DDD 10%, #DDD 90%, white 100% );
}

/* events page */

.full-events {
padding: 15px 0 15px 0;
margin: 0 0 0 0px;
}

.date-col  {
float: left;
width: 140px;
margin: 0px 10px 0px 0px;
text-transform: none;
}

.desc {
float: left;
width: 445px;
margin: 0px;
}

.eventloc {
text-transform: uppercase;
font-size: 12px;
}

.time {
font-style: italic;
font-size: 12px;
}


/* Footer */
#footer {clear:both; font-weight:normal; margin:0 auto; padding:10px 0; width:960px;}
#footer p {margin:0; padding:0;}
#footer a {color:#f0a913; font-weight:normal; text-decoration:none;border-bottom:0; }
#footer a:hover {text-decoration:underline;border-bottom:0;}
#footer strong a {font-weight:bold;}

#footer #footerboxes {
width: 960px;
border-top: 1px solid #4c8198;
}

#footerbox1 {
float: left;
width: 300px;

}

#footerbox1 .textwidget {
padding: 10px;
color: #ffffff;
font-size: 12px;
line-height: 20px;
}


#footerbox2 {
float: right;
width: 250px;
}

#footerbox2 .textwidget {
padding: 5px;
color: #5a85b0;
font-size: 12px;
line-height: 20px;
text-align: right;
}

.socialmedia-footer {
text-align: right;
padding-right: 5px;
}

.socialmedia-footer img {
opacity:0.8;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.socialmedia-footer img:hover {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


#footermenu {
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#footermenu ul {
padding: 0px;
margin: 0px;
}

#footermenu li
{
display: inline;
list-style-type: none;
padding: 0px 10px 0px 10px;
border-right: 1px solid #e7f3fd;
font-size: 10px;
}

li#menu-item-691 {
border-right: 0px solid #e7f3fd;
}

#footermenu li a {
color: #ffffff;
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}

#footermenu li a:hover {
text-decoration: underline;

}

.copyright {
margin:0 auto; 
width:980px;

}

.copyright p {
font-size: 11px;
color: #666666;
text-align: center;
padding: 10px 75px 10px 75px;
line-height: 14px;
}

/* Tags */
p,ul,ol {margin:0 0 18px;}

label {background-color:inherit; color:#606060; font-size:0.9em; font-weight:bold;}
table#wp-calendar {margin:0 0 20px; width:190px;}
code {font-size:1.2em; display:block; padding:5px 5px 5px 8px; background-color:#f4f4f4; margin:5px 0 15px 0;border-left:4px solid #cccccc;}


.consider-page {
			font-family: Georgia, serif;
width: 520px;
			font-size: 20px;
			font-style: italic;
			margin: 0.25em 0em 0em 0.25em;
			padding: 0.25em 40px;
			line-height: 1.45;
			position: relative;
			color: #383838;
		}

		.consider-page:before {
			display: block;
			content: "\201C";
			font-size: 80px;
			position: absolute;
			left: -10px;
			top: -20px;
			color: #7a7a7a;
		}

blockquote {
			font-family: Georgia, serif;
			font-size: 16px;
			font-style: italic;
			margin: 0.25em 0em 0em 0em;
			padding: 0.25em 40px;
			line-height: 1.45;
			position: relative;
			color: #595959;
		}

		blockquote:before {
			display: block;
			content: "\201C";
			font-size: 50px;
			position: absolute;
			left: 10px;
			top: -10px;
			color: #cccccc;
		}

blockquote .citation {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 14px;
display: block;
margin-top: 5px;
font-style: normal;
}
 


/* Float fix */
.contenttext {overflow:hidden;}
* html .contenttext {height:1px; overflow:visible;}
* html .contenttext p {overflow:hidden; width:99%;}
.clear {
clear: both;
}

/* WP image align classes */
.alignleft {float:left;}
.alignright {float:right;}
img.alignleft {margin:0 10px 10px 0;}
img.alignright {margin:0 0 5px 20px;}
img.aligncenter,.aligncenter {float:none; display:block; margin:0 auto;}
img.alignnone,.alignnone {float:none; margin:0;}

.wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;

}

#homeboxes .wp-caption {
    background: #fff;
    border: 0px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:12px;
color: #48778d;
    line-height:14px;
    margin:0px 0px 30px 0px;
    padding:0 4px 5px;
}

#homecentertop .wp-caption p.wp-caption-text {
    font-size:11px;
color: #666666;
    line-height:14px;
    margin:0px 0px 5px 0px;
    padding:2px;
}

/* Various classes */
.left {border:1px solid #cccccc; float:left; margin:10px 15px 10px 0;}
.right {border:1px solid #cccccc; float:right; margin:10px 0 5px 10px;}
.center {border:1px solid #aaaaaa; margin:5px auto 12px; text-align:center;}
.textright {text-align:right;}
.small {font-size:0.85em; line-height: 14px;}
.bold {font-weight:bold;}
.hide {display:none;}
.post {margin:0 0 25px;}
.postinfo {border-top:1px solid #e7e7e7; font-size:12px; font-weight:normal; line-height:1.5em; margin:1px 0 30px; padding:3px 5px 8px 8px; font-family: arial;}
.comment {background-color:#f4f4f4; border-left:4px solid #cccccc; color:#606060; margin:0 0 10px; padding:8px 5px 0 8px;}
.comment p {font-size:0.9em; line-height:1.3em; margin:0 0 6px; padding-bottom:5px;}
.gravatarside {float:right; width:48px; height:48px; margin:0 5px 5px 5px;}
.navigation {display:block; margin:10px 0 20px 0; padding:0px 0px 20px 0px; text-align:center;}
.navigation p {margin:0; }
.prevlink {margin-right:20px;}
.nextlink {margin-left:20px;}



td {
vertical-align: top;
padding-right: 20px;
}

/*Books Page */
.thumbnailcat
{
float: left;
width: 160px;
margin: 0 40px 25px 0;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-align: center;
line-height: 14px;
}

.thumbnailcat a
{

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

.thumbnailcat img.thumbnail{
padding: 3px;
float: none;
border: 0px solid #e7e7e7;
margin: 5px;
}

/* tables */
table {
border-collapse: collapse;
}
td {
border-top: 1px solid #f7f7f7;
padding: 10px;
min-width: 160px;
}
td.header {
border-top: 0px solid #f7f7f7;
padding: 20px 10px 10px 10px;
}

table.considerhof {
border-collapse: collapse;
}
table.considerhof td {
border-top: 1px solid #f7f7f7;
padding: 10px;
width: 24%;
min-width: 24%; 
}

table.mailing td {
border-top: 0px solid #f7f7f7;
}

table.mailing p {
    margin: 0 0 5px;
}

input.buttonStyle {
font-size: 16px;
}
