/*

Theme Name: Roger Baron
Theme URI: http://www.erisawithprofessorbaron.com/	
Author: Myke Bates


/********************************************************************************************* 

0. CSS Reset 

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}

@font-face {
  font-family: 'DancingScriptWeb';
  src: url(DancingScript_Regular_Web.ttf);
}


/*********************************************************************************************

1. Basic Setup (Body, Fonts, etc.) 

*********************************************************************************************/
body {
width: auto;
height: auto;
background: #495A62;
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
font-size: 12px;
line-height: 20px;
color: #555555;

}

#header h1 { padding-bottom: 40px; }
h1 {font-size: 25px;}
h2 {font-size: 16px;}
h3 {font-size: 16px; font-weight: bold;}

h1, h2, h3, h4, h5, h6 {
letter-spacing: -1px;
}

strong {font-weight: bold;}

a:link, a:visited {
color: #444444;
}

a:hover {
color: #808080;
}

blockquote {
border-left: 1px dotted #EBEBEB;
padding: 0 0 0 15px;
font-style: italic;
}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {
border: 1px solid;
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

caption {
margin-bottom: 8px;
text-align: center;
}

p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}


/*********************************************************************************************

2. Header Styles

*********************************************************************************************/
#header {
background: #495A62;
width: 100%;
float: left;
}

#header-inside {
width: 980px;
margin: 0px auto;
padding: 0 0 230px 0;
}

#header-left { /* For the Logo */
width: 400px;
float: left;
padding: 50px 0 0 0;
}

#header h1 {
font-size: 80px;
font-style: normal;
font-weight: bold;
}

#header h1 a 
{
    color: #fff;
font-family: 'Dancing Script', arial, serif;
/*font-family: 'Dancing Script', 'DancingScriptWeb', arial, serif;*/
/*font-family: arial, serif;*/
}

#header-right { /* For the Menu */
text-align: right;
width: 580px;
float: left;
font-family: 'Droid Sans', arial, serif;
}

#page-text {
width: 580px;
font-size: 16px;
line-height: 25px;
letter-spacing: -1px;
color: #FFFFFF;
float: left;
text-align: right;
}

#page-text p {
width: 500px;
float: right;
padding: 35px 5px 0 0;
}


/*********************************************************************************************

3. Navigation Wrapper and Menu Styles

*********************************************************************************************/
#navigation {
/*background: url(images/navigation-bg.png) top right no-repeat;*/
font-size: 15px;
letter-spacing: -1px;
/*width: 570px;*/
/*height: 44px;*/
float: left;
padding: 30px 0 10px 0;
}

.main-menu, .main-menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
}

.main-menu { 
/*background: url(images/menu-ul-bg-min.png) top left repeat-x;*/
background: #063246; /* old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#063246), color-stop(100%,#042230));
background: -moz-linear-gradient(top, #063246 0%, #042230 100%); /* firefox */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063246', endColorstr='#042230',GradientType=0 ); /* ie */
line-height: 1;
/*height: 44px;*/
float: right;
/*padding: 0 0 0 10px;*/
-moz-border-radius: 10px;
border-radius: 10px;

}

.main-menu a {
display: block;
position: relative;
font-family: 'Droid Sans', arial, serif;
}

.main-menu a, .main-menu a:visited  {
color: #FFFFFF;
}

.main-menu a:hover  {
color: #CCCCCC;
}

.main-menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.main-menu li:hover ul, 
.main-menu li.sfHover ul {
left: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.main-menu li:hover li ul, 
ul.main-menu li.sfHover li ul {
top: -15000px;
}

ul.main-menu li li:hover ul, 
ul.main-menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.main-menu li li:hover li ul, 
ul.main-menu li li.sfHover li ul {
top: -15000px;
}

ul.main-menu li li li:hover ul, 
ul.main-menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.main-menu li 
{
/*max-width: 135px;*/
/*line-height: 1.2em;*/
text-align: center;
background: url(images/menu-li-bg.png) top right repeat-y;
float: left;
padding: 11px 18px 15px 18px;
position: relative;
}

.main-menu li.last
{
   background: none;
   padding-right: 15px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-bottomright: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.main-menu li.first
{
    padding-left: 15px;
   -moz-border-radius-topleft: 10px;
   -moz-border-radius-bottomleft: 10px;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
}

.main-menu li.current-menu-item, .main-menu li.current-menu-parent
{
    background: #597c8c;
}

.main-menu li:hover {
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.main-menu li ul {
background: #FFFFFF;
font-size: 12px;
width: 175px;
margin: 15px 0 0 24px;
padding: 11px 0 10px 0;
text-align: left;
}


.main-menu li ul a:link, .main-menu li ul a:visited {
width: 165px;
color: #525252;
padding: 5px 0 7px 10px;
}

.main-menu li ul li.current_page_item a:link, .main-menu li ul li.current_page_item a:visited { color: #fff; }

.main-menu li ul a:hover {
background: #EBEBEB;
}

.main-menu li ul li.current_page_item a:hover {
background: #597c8c;
}

.main-menu li li {
background: none;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
width: 175px;
margin: -1px 0 0 0;
padding: 0;
}

.main-menu li li ul {
background: #FFFFFF;
font-size: 12px;
width: 175px;
margin: -11px 0 0 -15px;
padding: 11px 0 10px 0;
text-align: left;
}

li.first {
padding-left: 10px;
}

li.last {
background: none;
padding-right: 10px;
}


/*********************************************************************************************

4.  Main Content Styles

*********************************************************************************************/
#content {
background: #FFFFFF;
width: 100%;
float: left;
padding: 20px 0 20px 0;
}

#content-inside {
width: 980px;
margin: 0px auto;
}

.content {
background: #FFFFFF;
width: 100%;
float: left;
padding: 20px 0 20px 0;
}

.content-inside {
width: 980px;
margin: 0px auto;
}


/*********************************************************************************************

5.  Content Column Styles

*********************************************************************************************/
#one-of-three {
width: 420px;
float: left;
padding: 0 15px 0 15px;
}

.widget-one-of-three {
float: left;
margin: 0 0 20px 0;
}

#two-of-three {
width: 270px;
float: left;
padding: 0 15px 0 15px;
}

.widget-two-of-three {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

#three-of-three {
width: 200px;
float: left;
padding: 0 15px 0 15px;
}

#one-of-two {
width: 635px;
float: left;
padding: 0 30px 0 15px;
}

#two-of-two {
width: 270px;
float: left;
padding: 0 15px 0 15px;
}

.widget-two-of-two {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

h2.column-title, h3.column-title {
font-family: 'Droid Sans', serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
color: #ACACAC;
margin: 22px 0 50px 0;
}

#one-of-one {
width: 950px;
float: left;
padding: 0 15px 0 15px;
}

.one-of-one {
width: 950px;
float: left;
padding: 0 15px 0 15px;
}

/*********************************************************************************************

6.  Home Page

*********************************************************************************************/
.content-home {
margin: -180px 0 0 0;
}

#home {
background: url(images/content-three.png) top left no-repeat;
width: 980px;
float: left;
}

.home {
background: url(images/content-three.png) top left no-repeat;
width: 980px;
float: left;
}

.home-container {
margin: -50px 0 0 0;
}

.home-container-featured {
margin: 200px 0 0 0;
}

#one-of-three {
width: 420px;
float: left;
padding: 0 15px 0 15px;
}

.widget-one-of-three {
float: left;
margin: 0 0 20px 0;
}

#two-of-three {
width: 270px;
float: left;
padding: 0 15px 0 15px;
}

.widget-two-of-three {
width: 270px;
float: left;
margin: 0 0 20px 0;
}

#three-of-three {
width: 200px;
float: left;
padding: 0 15px 0 15px;
}


/*********************************************************************************************

7.  Post & Page Content Styles

*********************************************************************************************/
.content-multiple {  /** multiple post pages **/
margin: -30px 0 0 0;
}

#multiple {  /** multiple post pages **/
background: url(images/content-three.png) top left no-repeat;
width: 980px;
float: left;
margin: -52px 0 0 0;
}

.content-single {  /** single post pages **/
margin: -30px 0 0 0;
}

#single {  /** single post pages **/
background: url(images/content-two.png) top left no-repeat;
width: 980px;
float: left;
margin: -52px 0 0 0;
}

#single-full {  /** single post pages (full width) **/
background: url(images/content-one.png) top left no-repeat;
width: 980px;
float: left;
margin: -52px 0 0 0;
}

p img {
max-width: 100%;
}

.post-item {
border-bottom: 1px solid #EBEBEB;
width: 100%;
float: left;
margin: 0 0 20px 0;
}

.post-item-page {
border: none;
}

h2.post-title {
margin: 4px 0 0 0;
}

.post-item img {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
margin: 0 20px 20px 0;
padding: 5px;
}

.post-item img.alignleft, .wp-caption.alignleft {
float: left;
margin: 8px 30px 20px 0;
}

.post-item img.alignright, .wp-caption.alignright  {
float: right;
margin: 8px 0 20px 30px;
}

p.post-meta, .wp-caption-text {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
color: #808080;
font-size: 10px;
margin: 12px 0 12px 0;
padding: 3px 10px 3px 10px;
}

.wp-caption-text {
width: 100%;
padding: 3px 0 3px 0;
text-align: center;
margin: 0;
}

p.post-meta a {
color: #808080;
}

p.post-meta a:hover {
color: #B0B0B0;
}

.post-content {
float: left;
clear: left;
}

.post-content ul {
margin: 0 0 20px 0;
list-style: disc;
}

.post-content ul li {
margin: 0 0 5px 16px;
list-style: disc;
}

.post-content ol {
margin: 0 0 20px 0;
}

.post-content ol li {
margin: 0 0 5px 19px;
}

.post-content h1 { margin-bottom: 1em; font-weight: bold; }
.post-content h2 { font-weight: bold; }


/*********************************************************************************************

8.  Pagination Styles

*********************************************************************************************/
#paginate p {
margin: 0 10px 0 0;
float: left;
}

#paginate a {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
margin: 0 5px 0 0;
padding: 2px 6px 4px 6px;
text-align: center;
font-size: 11px;
line-height: 1.0;
color: #808080;
}

a.current-page {
background: #FFFFFF;
}


/*********************************************************************************************

9.  Post Comment Styles

*********************************************************************************************/
#comments, #comments h2 {
width: 100%;
float: left;
}

#comments-meta {
width: 100%;
float: left;
}

#comments-meta p {
background: #EBEBEB;
border: 1px solid #EBEBEB;
float: left;
color: #808080;
font-size: 10px;
margin: 12px 0 20px 0;
padding: 3px 10px 3px 10px;
}

#comments-meta a {
color: #808080;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #EBEBEB;
}

ol.commentlist li.alt {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
border-bottom: 1px solid #EBEBEB;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {
border-left: 1px dotted #EBEBEB;
border-bottom: none;
padding: 20px 0 0 20px;
}

ol.commentlist li ul.children li.alt {
border-left: 1px dotted #EBEBEB;
border-bottom: none;
padding: 20px 0 0 20px;
}

ol.commentlist li ul.children li.depth-2 {margin: 0;}
ol.commentlist li ul.children li.depth-3 {margin: 0;}
ol.commentlist li ul.children li.depth-4 {margin: 0;}
ol.commentlist li ul.children li.depth-5 {margin: 0;}

ol.commentlist li div.reply {
background: #EBEBEB;
border: 1px solid #CCCCCC;
cursor: pointer;
font-size: 9px;
width: 40px;
height: 20px;
text-align: center;
}

.avatar {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
margin: 0 20px 20px 0;
padding: 5px;
}

.comment-author {
width: 100%;
float: left;
font-size: 16px;
font-weight: normal;
letter-spacing: -1px;
}

.comment-author cite {
float: left;
margin-top: 3px;
}

.says {
display: none;
}

.comment-meta {
background: #EBEBEB;
border: 1px solid #CCCCCC;
float: left;
color: #808080;
font-size: 10px;
margin: -54px 0 12px 88px;
padding: 3px 10px 3px 10px;
}

.comment-meta a {
color: #808080;
}

.comment-meta a:hover {
color: #B0B0B0;
}

#respond {
width: 100%;
padding: 20px 0 0 0;
}

.cancel-comment-reply a {
background: #EBEBEB;
border: 1px solid #CCCCCC;
cursor: pointer;
font-size: 9px;
padding: 4px 8px 5px 8px;
text-align: center;
color: #808080;
}

#author, #email, #url, #comment {
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 6px 4px 6px 4px;
width: 250px;
color: #555555;
font-size: 12px;
line-height: 20px;
}

#comment {
width: 98%;
max-width: 100%;
}

input#submit {
border: 1px solid #CCCCCC;
background: #EBEBEB;
cursor: pointer;
padding: 8px 15px 10px 15px;
text-align: center;
color: #808080;
}

input#submit:hover {
background: #CCCCCC;
}


/*********************************************************************************************

10. Widget Styles

*********************************************************************************************/
.tweet {
background: url(images/tweet.png) top left no-repeat;
border-bottom: 1px solid #EBEBEB;
width: 100%;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

.tweet img {
background: #EBEBEB;
border: 1px solid #CCCCCC;
width: 40px;
height: 40px;
float: left;
margin: 0 10px 0 0;
padding: 5px;
}

.username {
display: none;
}

p.text {
float: left;
overflow: hidden;
margin: 0;
padding: 0 0 0 30px;
}

.time {
display: none;
}

#s {
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
background: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 6px 4px 6px 4px;
width: 97%;
color: #555555;
font-size: 12px;
line-height: 20px;
}

#search-submit-wrapper {
width: 100%;
display: block;
text-align: right;
margin: -33px 0 0 0;
}

#search-submit {
border: 1px solid #CCCCCC;
background: #EBEBEB;
border: none;
cursor: pointer;
/*padding: 9px 15px 10px 15px;*/
padding: 7px 15px 10px 15px;
text-align: center;
color: #808080;
}


/*********************************************************************************************

11. Footer Styles

*********************************************************************************************/
#footer {
background: #495A62;
color: #FFFFFF;
width: 100%;
float: left;
padding-bottom: 20px;
}

#footer-inside {
width: 960px;
margin: 0px auto;
padding: 20px 10px 40px 10px;
}

#footer a {
color: #CCCCCC;
}

#footer a:hover {
color: #FFFFFF;
}

#footer h3 {
font-weight: normal;
font-size: 14px;
}

#footer p {
color: #CCCCCC;
}

#custom-menus {
border-bottom: 1px solid #999999;
width: 960px;
float: left;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
}

.custom-menu {
width: 192px;
float: left;
}


/*********************************************************************************************

12. Contact

*********************************************************************************************/

#jigowatt_form { clear: both; }
#jigowatt_form h1 { margin: 10px 0 10px; color: #333333; }
#jigowatt_form hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#jigowatt_form, #jigowatt_form form { margin: 0; padding: 0; border: 0; }

#jigowatt_form div {
	overflow: hidden;
	zoom: 1;
}

/* Form style */

#jigowatt_form label { display: inline-block; float: left; line-height: 28px; width: 155px; -moz-border-radius:5px; -webkit-border-radius:5px; margin: 5px 0; padding: 0 10px 0 0; }
#jigowatt_form input, #jigowatt_form textarea { width: 280px; margin: 0; padding: 7px 4px 8px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; clear: none; font-size: 14px; line-height: 14px; }
#jigowatt_form textarea {
	height: 125px;
	line-height: 22px;
	padding: 4px;
}
#jigowatt_form select {
	width: 290px;
	color: #666;
	margin: 10px 0;
	background: #f5f5f5; 
	border: 1px solid #ccc;
	font-size: 14px;
}
#jigowatt_form input.captcha {	
	width: 188px;
	float: left;
	margin-left: 8px;
} 
#jigowatt_form .captcha_image {
	vertical-align: middle;
	margin: 5px 0px;
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
}
#jigowatt_form input:focus, #jigowatt_form textarea:focus, #jigowatt_form select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#jigowatt_form input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; width: auto; padding: 8px 12px; }
#jigowatt_form input.submit:hover { background:#444; }
#jigowatt_form input[type="submit"][disabled] { background:#888; cursor: default; }
#jigowatt_form fieldset { padding:20px; /*border:1px solid #eee; moz-border-radius:5px; -webkit-border-radius:5px;*/ }
#jigowatt_form legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#jigowatt_form span.required{ font-size: 13px; color: #ff0000; float: right; } /* Select the colour of the * if the field is required. */

#jigowatt_form #message { margin: 0; padding: 0; }

#jigowatt_form .error_message { display: block; line-height: 22px; background: #FBE3E4 url('http://erisawithprofessorbaron.com/wp-content/themes/assets/error.gif') no-repeat 10px 10px; padding: 8px 10px 8px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; margin: 10px 0; }

#jigowatt_form ul.error_messages { margin: 0 0 0 15px; padding: 0; }
#jigowatt_form ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

#jigowatt_form .loader { padding: 0 10px; }

#jigowatt_form #success_page h1 { background: url('http://erisawithprofessorbaron.com/wp-content/themes/assets/success.gif') left no-repeat; padding-left:22px; }

#jigowatt_form acronym { border-bottom:1px dotted #ccc; }

/*********************************************************************************************

13. Extras

*********************************************************************************************/

.speaking-engagements .post-content ul li {  }
.speaking-engagements .post-content ul li.listHead { margin-left: 0px; font-size: 16px; font-weight: bold; text-shadow: 1px 1px 2px #CCC; list-style: none;  }
.post-content a{ text-decoration: underline; }
.imgCenter { text-align: center; }
.post-item .imgCenter img { float: none; }
iframe.youtube { margin: 1.5em 0; }
.home.homeTop { margin-top: 200px; background: url(images/content-one.png) top left no-repeat; }
.home.homeBottom { margin-top: 20px; background: url(images/content-one.png) top left no-repeat; }
.home a { text-decoration: underline; }
.home h1 a, .home h2 a, .home h3 a, .home h4 a { text-decoration: none; font-weight: bold; }
#copyright { width: 40%; float: left; }
.widget-footer { width: 40%; float: right;  }




