/*   
Theme Name: Brainiac
Theme URI: http://jenniferzeiglerlaw.com/example/
Description: High contrast content management system for JFZ
Author: Mitchell D. Miller
Version: $Revision: 2.2b $ 
*/

ul { list-style: none; }

body 
{
font-size: 1em;
/* font-size: 13px; */
margin: 0px;
padding: 0px;
text-align: center;
background: #333;
/* color: #FAFFE0; */
color: #eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*********************** Titles **************/
.yname
{ background: transparent;
  color: #faffe0;
  text-align: right;
  right: 20px;
  font-size: 10px;
  font-weight: bold;
  padding-right: 20px;
}

.nice-blue { color: #8bb3df; }

#blogtitle
{
border-bottom: 1px solid #1f1f1f;
display: block;
height: 32px;
/*         top  rt  bot left */
margin: 0 auto 0 auto;
text-align: center;
padding: 0;
width: 100%;
}

#hometitle
{
background: #333 url(img/jh.png) no-repeat top left;
border-bottom: 1px solid #1f1f1f;
display: block;
height: 129px;
margin-top: 0;
margin-bottom: 0;
/* margin: 0 auto 0 auto; */
text-align: center;
padding: 0;
width: 100%;
}

#hometitle img
{
border: 0;
margin: 0;
}

#hometitle a:link {
color: #faffe0;
text-decoration: none;
border: none;
padding: 6px 15px;
margin-left: 0;
}

#hometitle a:visited {
color: #faffe0;
text-decoration: none;
border: none;
font-weight: bold;
padding: 6px 15px;
margin-left: 0;
}

#hometitle a:hover {
color: #8eadcf;
text-decoration: underline;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:link {
color: #37526F;
text-decoration: none;
border: none;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:visited {
color: #37526F;
text-decoration: none;
border: none;
font-weight: bold;
padding: 6px 15px;
margin-left: 0;
}

#blogtitle a:hover {
color: #8EADCF;
text-decoration: none;
padding: 6px 15px;
margin-left: 0;
}

#hometitle h2
{
font-size: 14px;
margin: 12px 0 5px 0;
text-align: center;
}

/* #legal-notice p { font-size: 10px; margin: 4em 0 0 0; } */

/*********************** Container **************/
#container
{
clear: left;
padding: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width: 100%;
overflow: hidden;
background: #1f1f1f;
}

/*********************** Left Sidebar Container *******/
#leftnav
{
font-size: 14px;
float: left;
width: 180px;
margin: 0;
padding-top: 0;
margin-top: 0;
margin-left: 5px;
margin-bottom: 20px;
text-align: left;
}

/*********************** Right Sidebar Container *******/

#rightnav
{
font-size: 14px;
float: right;
width: 180px;
margin: 0;
padding-top: 0;
margin-top: 0;
margin-bottom: 20px;
margin-right: 5px;
text-align: left;
}

/*********************** Content **************/
#content
{
display: block;
/* margin: 0 195px 20px 195px; --- no right sidebar */
/*     top right bottom left   */
margin: 0   10px 20px   10px;
padding: 1em 0 1em 0;
padding-top: 10px;
text-align: left;
}

#content ul { padding-left: 2em; }

#content ul li {
padding: 0.2em;
list-style: square;
}

#content ul ul li {
padding: 0.2em;
list-style: circle;
}

#content ol {
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}

#content img 
{
float: left;
border: none;
padding: 10px;
}

/*********************** POST and Entry ***********/
.post
{
background: #333;
display: block;
overflow: hidden;
width: 98%;
margin: 0 auto 12px auto;
}

.entry
{
overflow: hidden;
margin-bottom: 5px;
}
/*********************** Footer **************/

#the-bottom
{
border-top: 4px solid #37526F;
clear: both;
color: #FAFFE0;
font-size: 10px;
font-weight: bold;
padding: 5px 1em 5px 1em;
}

#the-bottom p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align: center;
}

#the-bottom a:link {
text-decoration: none;
border: none;
font-weight: bold;
}
#the-bottom a:hover {
text-decoration: underline;
border: none;
}

#the-bottom a:hover {
text-decoration: underline;
border: none;
}

#the-bottom a:visited {
text-decoration: none;
border: none;
font-weight: bold;
}

#the-bottom img {
padding: 0px 5px 0px 5px;
}

/*********************** Left Sidebar **************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft li
{
padding-bottom: 8px;
background: #333 url(img/sidebar.png) repeat-y;
}

#sidebarleft ul li
{
display: block;
margin: 1px 10px 1px 12px;
padding-bottom: 2px;
background: none;
}

#sidebarleft ul li ul li {
padding-bottom: 2px;
background: none;
}

#sidebarleft ul li li {
padding: 4px 3px 2px 2px;
background: none;
}

#sidebarleft a:link {
display: block;
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

#sidebarleft a:hover {
display: block;
color: #FFF;
}

#sidebarleft a:visited {
display: block;
color: #8BB3DF;
text-decoration: none;
}

#sidebarleft h2 {
color: #232D32;
padding: 4px 8px 4px 8px;
margin-top: 14px;
background: #6799CF url(img/h2.png) repeat-x;
border-bottom: 1px solid #1F1F1F;
}

/*********************** Right Sidebar **************/

#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright li
{
padding-bottom: 8px;
background: #333 url(img/sidebar.png) repeat-y;
}

#sidebarright ul li
{
display: block;
margin: 1px 10px 1px 12px;
padding-bottom: 2px;
background: none;
}

#sidebarright ul li ul li {
padding-bottom: 2px;
background: none;
}

#sidebarright ul li li {
padding: 4px 3px 2px 2px;
background: none;
}

#sidebarright a:link {
display: block;
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

#sidebarright a:hover {
display: block;
color: #FFF;
}

#sidebarright a:visited {
display: block;
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

#sidebarright h2 {
color: #232D32;
padding: 4px 8px 4px 8px;
margin-top: 14px;
background: #6799CF url(img/h2.png) repeat-x;
border-bottom: 1px solid #1F1F1F;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
/*                   top  rt  bot left */
#content h2 { margin: .5em    0 .5em 0; }

/*********************** Elements  **************/

h1
{
font-size: 24px;
color: #8bb3df;
}

h2
{
display: block;
font-size: 16px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
display: block;
font-size: 14px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h4
{
margin-top: 15px;
font-size: 13px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

/* this is already in comments.php */
/* h4.respond { margin-left: 5%; } */

h5
{
margin-top: 15px;
font-size: 12px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

acronym, abbr, dfn, cite
{
cursor: help;
border-bottom: 1px dotted;
letter-spacing: .05em;
}

p
{
margin-bottom: 12px;
margin-top: 12px;
}

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #cfe6ff;
border-left: 4px solid #8BB3DF;
}

code
{
display: block;
margin: 10px 30px 32px 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #8BB3DF;
color: #FFF;
background: #4F4F4F;
/* font: normal 14px Georgia, serif; */
font-size: 14px;
}

img { border: none; }

a:link
{
color: #8BB3DF;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #8BB3DF;
text-decoration: none;
font-weight: normal;
}

a:hover
{
text-decoration: underline;
}

a img 
{
border: none;
background: none;
padding: 5px;
}

samp { color: #999999; }

/****** tables ******/
.bordered table { border: 2px solid #8BB3DF; margin-top: 16px; margin-bottom: 16px; }

th { vertical-align: top; padding: 8px; }

td { padding: 8px; }

.nested table { border-style: none;
                margin-top: 16px;
                margin-bottom: 16px; }
.nested td { vertical-align: top; }
.nested th { text-align: left;
             vertical-align: top; }
.heading th { text-align: center;
              margin-bottom: 24px; }
.sign   th { text-align: right;
             vertical-align: top; }

.law th { border-style: solid dotted;
          text-align: left;
          font-family: Georgia, serif ! important; }

.law td { border-style: solid dotted;
          text-align: center;
          font-family: Georgia, serif; }

caption { caption-side: top; 
          font-family: Georgia, serif;
          font-weight: bold;
          text-align: center; }

/*********************** Post Metadata ****************/

.postmetadata
{
font-size: 11px;
display: block;
margin: 25px auto 0 auto;
padding: 2px 8px 2px 35px;
text-align: left;
background: #4F4F4F;
color: #fff;
border-left: 8px solid #8BB3DF;
}

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #CFE6FF;
font-weight: normal;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}

/*********************** Comments ********************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #333;
color: #EAEFD1;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #4f4f4f;
margin-bottom: 2px;
border-left: 4px solid #8BB3DF;
}

li.alt
{
background: #1f1f1f;
border-left: 4px solid #8BB3DF;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #8BB3DF;
}

.commentnumber {
/* font: italic normal 14px 'Times New Roman', Times, serif; */
font: italic normal 14px Georgia, serif;
margin-top: 2px;
float: right;
color: #8BB3DF;
/* font-size: 28pt; */
}

#comment
{
margin-left: 5%;
width: 80%;
}

h2.posttitle   
{
font-size: 22px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
margin-top: 12px;
margin-bottom: 5px;
background: #6799CF url(img/posttitle.png) repeat-x;
border-bottom: 2px solid #8EADCF;
}

.posttitle a:link
{
font-size: 22px;
color: #333;
font-weight: bold;
}

.posttitle a:visited
{
font-size: 22px;
color: #333;
font-weight: bold;
}

.posttitle a:hover
{
font-size: 22px;
color: #1f1f1f;
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited
{
text-decoration: none;
}

/*********************** date ********************/
/* --- was 28px then 24 */
.date
{
font-size: 20px;
float: right;
text-transform: uppercase;
padding: 30px 5px 55px 0;
margin-top: 5px;
margin-right: 10px;
text-align: center;
color: #8BB3DF;
background: url(img/date.png) -2px 0 no-repeat;
width: 90px;
}

/************ Navigation (based on Blix)**************/
#navigation {
margin-left: auto;
margin-right: auto;
width: 100%;
overflow: hidden;
height: 2.7em;
line-height: 2.7em;
background: #6799CF url(img/navigation.png) repeat-x;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
}

#navigation li a {
  display: block;
  padding: 0 18px;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

* html #navigation a {width: 1%;}
/* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float: right;
  height: 100%;
  width: 164px;
  padding: 0 15px;
  line-height: 0;
}

#navigation form fieldset {
  margin-top: 7px;
  border: 0 solid; /* Opera */
}

/* * html #navigation form fieldset {margin-top: 7px;} */
#navigation form fieldset { margin-top: 7px; }

#navigation #s {
  height: 1.5em;
  width: 115px;
  margin: 0 5px 0 0;
  padding: 0;
  font-size: 0.8em;
  vertical-align: middle;
}

#navigation #searchbutton {
  height: 2em;
  width: auto;
  padding: 0 1px;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}


#navigation a {
color: #333333; }

#navigation .selected,
#navigation a:hover
{
background: #8EADCF url(img/active.png) repeat-x;
}

#navigation form {
background: #6799CF url(img/navigation.png) repeat-x;
}

#navigation #s {border-color: #FFF9EA;}

#navigation #searchbutton {
  color: #333333;
  background: #C2D36C;
}

.button
{
margin-bottom: -4px;
}

/*********************** Credits********************/

.credits
{
margin-top: -20px;
margin-bottom: 5px;
padding: 0 4px 8px 4px;
float: right;
}

/*********************** Calendar ********************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}


/***************** Previous and Next Posts************/

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin: 10px;
}

/*********************** Smileys ********************/

.wp-smiley
{
padding: 0;
}

/************** Contained Float fix for date************/

.postwrap
{
overflow: hidden;
width: 100%
}

