/*
Theme Name: EllenRoberts.com
Description: Ellen Roberts Default Wordpress Theme
Author: Matthew Taylor
Author URI: http://www.toschandassociates.com

*/

/* cheers Eric: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}


html, body {
  font-family:Times New Roman, Times, serif;
  color:#000;
}

body {
  background:#8D7E61 url("images/site-background.png") repeat-x scroll 0 0;
}

a, a:link, a:active, a:visited, a:hover {
  color:#333;
  text-decoration:underline;
}

a:hover {
  color:#999;
  text-decoration:none;
}

#container {
  width:981px;
  margin:0 auto;
}

#header {
  position:relative;
  height:355px;
  background:transparent url("images/header-background.png") no-repeat scroll 0 0;
  display:block;
}

#logo {
    display: block;
    float: left;
    height: 215px;
    margin: 97px 0 0 84px;
    width: 358px;
}

#searchForm {
  position:absolute;
  top:162px;
  left:675px;
  display:block;
  overflow:auto;
}

#searchForm input {
  border:1px solid #26245d;
  font-size:14px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height:1em;
}

#searchForm .searchField {
  padding:4px 5px;
  margin-right:10px;
}

#searchForm .searchButton {
  color:#fff;
  font-weight:bold;
  background:#758f5f url("images/tab-selected-left-corner.jpg") no-repeat right top;
  padding:3px 5px;
}

#navigation-wrapper {
  background:url("images/content-background-rpt.png") repeat-y scroll 0 0 transparent;
  padding:0 18px 0 17px;
}

#navigation {
  background:#36511a url("images/top-navigation-background.jpg") repeat-x scroll 0 0;
  padding:12px 25px 0;
  list-style:none;
  height:39px;
  display:block;
  border-bottom:1px solid #26245d;
}

#navigation li {
  float:right;
  position:relative;
  margin-left:10px;
  padding:0 0 0 8px;
  color:#fff;
}

#navigation a {
  float:right;
  display:block;
  padding:8px 8px 15px 0;
  text-decoration:none;
  color:#fff;
  font-size:16px;
}

#navigation > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
  text-decoration:none;
  color:#fff;
}

#navigation li:hover, #navigation li.current_page_item, #navigation li.current_page_parent {
  background:url("images/tab-selected-left-corner.jpg") no-repeat left top;
}

#navigation li:hover a, #navigation li.current_page_item a, #navigation li.current_page_parent a {
  background:url("images/tab-selected-right-corner.jpg") no-repeat right top;
}




#navigation li ul {
  position:absolute;
  top:14px;
  left:3px;
  z-index:99;
  display:none;
  padding:10px 0;
  margin-top:15px;
  background:transparent;
  width:175px;
}

#navigation li ul li {
  display:block;
  padding:5px 7px;
  background:#5d7239 none !important;
  width:164px;
  margin-left:0;
}

#navigation li ul li a {
  display:block;
  padding:7px;
  text-decoration:none;
  color:#fff;
  background:#5d7239 none !important;
}

#navigation li ul li a:hover {
  text-decoration:none;
  color:#fff;
  background:#5d7239 none !important;
}

#navigation li ul li:hover, #navigation li ul li.current_page_item {
  background:#5d7239 none !important;
}

#navigation li ul li:hover a, #navigation li ul li.current_page_item a {
  background:#5d7239 none !important;
}




#content-wrapper {
  background:url("images/content-background-rpt.png") repeat-y scroll 0 0 transparent;
  padding:0 18px 0 17px;
}

#content {
  background:#C2B59B;
  overflow:auto;
  padding:25px;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.5em;
}

#content h2.heading {
  font-size:28px;
  display:block;
  color:#333;
  font-family:Times New Roman, Times, serif;
  border-bottom:4px solid #ccc;
  margin-bottom:25px;
  font-weight:normal;
  line-height:1.1em;
}

#content h2.heading a {
  color:#BF1E2D;
  text-decoration:none;
}

#content h2.heading a:hover {
  color:#BF1E2D;
  text-decoration:underline;
}

#content h2.title {
  font-size:28px;
  display:block;
  color:#333;
  font-family:Times New Roman, Times, serif;
  margin-bottom:15px;
  font-weight:normal;
  line-height:1.1em;
}

#left-column {
  float:left;
  width:588px;
  padding:25px;
  background:#f6f2ec;
  border:1px solid #6b7641;
  min-height:750px;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
}

#left-column p {
  margin:1em 0;
}

#left-column ul, #left-column ol, #left-column dl, #right-column ul, #right-column ol {
  list-style-type:disc;
  list-style-position:outside;
  padding-left:40px;
}

#right-column ul, #right-column ol {
  list-style-type:disc;
  list-style-position:outside;
  padding-left:20px;
}

#left-column ol {
  list-style-type:decimal;
  list-style-position:outside;
  padding-left:40px;
}

#left-column h1 {
  font-size:160%;
}

#left-column h2 {
  font-size:150%;
}

#left-column h3 {
  font-size:140%;
}

#left-column h4 {
  font-size:130%;
}

#left-column h5 {
  font-size:120%;
}

#left-column h6 {
  font-size:110%;
}

#left-column .post {
  
}

#left-column .post small {
  color:#333;
  display:block;
  margin-bottom:5px;
}

#right-column {
  margin-left:640px;
  padding:20px 0 0;
  background:transparent;
}

#right-column .panel {
  padding:25px;
  display:block;
  font-weight:normal;
  background:#f6f6f7 url("images/right-column_panel-background.jpg") repeat-y scroll 0 0;
  border-top:1px solid #6b7641;
  border-right:1px solid #6b7641;
  border-bottom:1px solid #6b7641;
  margin-bottom:15px;
  
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-radius-topright:5px;
  border-radius-bottomright:5px;
}

#right-column .panel div {
  display:block;
  font-weight:normal;
  height:250px;
  overflow-y:scroll;
}

#footer-wrapper {
  background:url("images/content-background-rpt.png") repeat-y scroll 0 0 transparent;
  padding:0 18px 0 17px;
}

#footer {
  text-align:right;
  color:#fff;
  height:12px;
  padding:20px 20px 20px 0;
  background:url("images/top-navigation-background.jpg") repeat-x scroll 0 0 #36511A;
}

#footer a {
        color:#fff;
}

#footer-add {
  background:url("images/content-background-btm.png") no-repeat scroll left bottom transparent;
  height: 14px;
  padding:0 18px 0 17px;
}





#content-scroller-wrapper {
  background:#0d014c url("images/content-scroller-background-rpt.png") repeat-x 0 0;
  border:2px solid #ffde00;
}

#content-scroller {
  background:transparent url("images/content-scroller-panels-background.png") no-repeat -25px -50px;
  padding:15px;
}

#content-scroller-panels {
}

#content-scroller-panels .content-scroller-item {

}

#content-scroller-panels .scroller-item-content-wrapper {
  
}

#content-scroller-panels .slider-title {
  display:block;
  padding-bottom:5px;
}

#content-scroller-panels .content-scroller-item a {

}

#content-scroller-panels a {
  text-decoration:underline;
}

#content-scroller-panels a:hover {
  text-decoration:none;
}

#content-scroller-panels .content-scroller-item a h3 {

}

#content-scroller-panels .content-scroller-item p {

}

#content-scroller-panels .image {
  display:block;
  width:493px;
}

#content-scroller-panels .image img {
  display:block;
  width:493px;
}

#content-scroller-nav {
  padding:5px 0;
  text-align:right;
}

#content-scroller-nav a {
  font-size:125%;
  font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
  padding:0 5px 1px;
}

#content-scroller-nav a:hover, #content-scroller-nav a.activeSlide {
  text-decoration:none;
  color:#1b66af;
  font-weight:bold;
}








.aligncenter,
dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin:0.4em 0 0 !important;
}

