/*WhiteJazz layout */

body {
  margin: 0;
  padding: 0;
  min-width: 750px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#page {
  margin: 0 auto;
  width: 95%;
  background:#fff;
}
.sticky-enabled.tableheader-processed.sticky-table{
  width:100%
}

li.expanded,
li.collapsed,
li.leaf {
  padding-right:0;
}

.item-list ul li,
.block-poll ul.links li  {
  margin:0em 0pt 0.0em 1em;
  padding:0 0 0 0;
  -webkit-margin-start: 1.25em;
}

.book-navigation .menu {
  padding:1em 0 1em 3em;
}

#header,
#content {
  width: 100%;
}

/* added for js button add shortcuts */
#branding .add-or-remove-shortcuts{
  /* padding:0;*/
  margin:3px 0 0 0;
  float:left;
}

#branding h1.title {
/*  color: #000;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1.385em;
  font-weight: normal;*/
  float: left;
}

.sections {
  width: 100%;
  padding: 0;
}

.region-sidebar-first  .block,
.region-sidebar-second .block {
  margin: 5px;
  padding: 5px;
}

div ul.menu {
  padding:0 0 0.25em 0.5em;
  margin:0;
}

.section .block {
  padding: 10px;
}

.section.width49 {
  width: 50%;
}

.section.width33 {
  width: 33%;
}

.sections {
  width: 100%;
}

#middlecontainer {
  margin: 0 auto;
}

#sidebar-left,
#sidebar-right {
  width: 210px;
  float:left;
  z-index: 2;
  position: relative;
}

#main {
  float: left;
  width:100%;
}

body.sidebar-left #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-right #main {
  margin-right: -210px;
  margin-left: 0;
}

body.sidebars #main{
  margin-left: -210px;
  margin-right: -210px;
}

body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 0;
}

body.sidebar-right #squeeze {
  margin-right: 210px;
  margin-left: 0;
}

body.sidebars #squeeze{
  margin-left: 210px;
  margin-right: 210px;
}

body.sidebar-first #main {
  margin-left: -210px;
  margin-right: 0;
}

body.sidebar-second #main {
  margin-right: -210px;
  margin-left: 0;
}

body.two-sidebars #main {
 margin-left: -210px;
 margin-right: -210px;
}

body.sidebar-first #squeeze {
  margin-left: 210px;
  margin-right: 0;
}

body.sidebar-second #squeeze  {
  margin-right: 210px;
  margin-left: 0;
}

body.two-sidebars #squeeze{
  margin-left: 210px;
  margin-right: 210px;
}

#squeeze {
  padding: 10px 10px 15px 10px;
}

/* various overrides */

tbody {
  border: none;
}

/* typography */

body {
  font-size: 82%;
  font-family:  Arial, Verdana, sans-serif;
  line-height: 130%;
  color: #000;
  background-color: #fff;
}

tr.odd td,
tr.even td {
  padding: 0.3em;
}

tr.odd {
  background: #eee;
}

tr.even {
  background: #ccc;
}

h1,
h2,
h3,
h4,
h4 {
  padding-bottom: 5px;
  margin: 10px 0;
  line-height:125%;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size:  100%;
}

#main h2.title {
  font-size: 150%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}

/* links */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* elements */

fieldset {
  margin-top: 1em;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid #ccc;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

table {
  font-size: 1em;
}
/* header elements */

#masthead {
  float: none;
  clear: both;
  line-height: normal;
}

#name-and-slogan {
  float:left;
  padding-bottom:20px;
}

#site-name {
  padding-top: 20px;
  margin: 0;
}

#site-name a,
#site-name a:hover {
  font-weight: normal;
  font-size: 200%;
  margin: 0;
  padding: 0;
}

#site-slogan {
  margin: 0;
  font-size: 125%;
  display: inline;
}

#logo-title {
  float: left
}

img#logo  {
  margin: 0;
}

img#roopletheme {
  width: 100px;
  height: 20px;
}

#search {
  padding-top: 25px;
  padding-right: 20px;
  float: right;
}

/* search box */

#search .form-text,
#search .form-submit {
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}

#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}

#search #search-block-form,
#search-block-form div,
#search-block-form label,
#search h2.title,
#search .content,
#search div,
#search-block-form div,
#search-block-form label {
  display:inline;
}

/* drupal elements */

#mission {
  font-weight:bold;
  text-align:center;
  padding: .5em 1em;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 85%;
}

.form-item label {
  font-size: 1em;
  color: #222;
}

.item-list .title {
  color: #222;
}

.comment .links {
  margin-bottom: 0;
}

.clr {
  clear: both;
}

/* Primary and Secondary links */

#primary {
  line-height: 30px;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
  border:none;
  margin:0;
  padding:0;
}

#primary a {
  font-weight:bold;
  display:block;
  float:left;
  padding:0px 14px 0px 14px;
  font-size: 95%;
}

#primary a:hover {
  text-decoration: none;
}

#primary a.active {
}

#secondary {
}

#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}

#secondary li {
  border:none;
  display:inline;
  margin:0;
  padding:0;
}

#secondary li a {
  float:left;
  display:block;
  font-size: 90%;
  padding:0px 14px 0px 14px;
}

#secondary a:hover {
  text-decoration: none;
}

#secondary a.active {
  font-weight:bold;
}

ul.links li {
  padding: 0 0.5em 0 0.5em;
  border-left: solid 1px #104a91;
}

ul.links li.first {
  border: none;
}

.block-poll ul.links {
  margin:10px 0 0 0;padding:0;
}

.block-poll ul.links li {
  border:none;
}

.block-poll ul.links a {
  font-weight:normal;
}

a.readon,
a:hover.readon {
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.messages {
  /*if you want this use then you have it set to !important */
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
/*div.messages{
  margin-left:10px;
  margin-right:10px;
}*/

.error {
  border-color: red;
}

#footer-region {
  text-align: center;
}

#header .block {
  text-align: center;
}

#footer-message {
  text-align: center;
  margin:0;
  font-size: 90%;
  padding: 1em;
}
  
#footer-message a {
  font-weight:bold;
}

div#breadcrumb {
  clear: both;
  font-size: 80%;
  padding-top: 3px;
}

.title,
.title a {
  font-weight: bold;
  margin: 0 auto;
}

.submitted {
  font-size: 0.8em;
}

.links a {
  font-weight: bold;
}

.block .title {
  margin-bottom: .25em;
}

.node {
  margin: .5em 0 2em 0;
}

.sticky,
.node-sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

.node .content,
.comment .content {
  margin: .5em 0 .5em 0;
}

.node .taxonomy, .node .field-type-taxonomy-term-reference {
  font-size: 0.8em;
  line-height: 100%;
/*  padding-left: 1.5em; */
}

.node .user-picture {
  float: right;
  margin: 0.5em;
}

.comment {
  padding: .5em;
  margin-bottom: 1em;
}

.comment .title a {
  font-weight: normal;
}

.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}

.comment .user-picture {
  float: right;
  margin: 0.5em;
}

#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}

#aggregator .news-item .categories,
#aggregator .source,
#aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}

#aggregator .title {
  margin-bottom: 0.5em;
}

#aggregator h3 {
  margin-top: 1em;
}

#forum table {
  width: 100%;
}

#forum td {
  padding: 0.5em;
}

#forum td.forum,
#forum td.posts {
  background-color: #eee;
}

#forum td.topics,
#forum td.last-reply {
  background-color: #ddd;
}

#forum td.container {
  background-color: #ccc;
}

#forum td.container a {
  color: #555;
}

#forum td.statistics,
#forum td.settings,
#forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}

#forum td .name {
  margin:3px 0 0 0;
}

#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}

#profile .profile {
  clear: both;
  padding: .5em;
  margin: 1em 0em;
}

#profile .profile .name {
  padding-bottom: 0.5em;
}

.block-forum h3 {
  margin-bottom: .5em;
}

div.admin-panel .body {
  background: #f4f4f4;
}

div.admin-panel h3 {
  padding: 5px 8px 5px;
  margin: 0;
}

/* new */
.section {
  float: left;
}

#section1,
#section2 {
  padding-top: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

#content-top h2,
#content-top h2.title,
#content-bottom h2,
#content-bottom h2.title {
  font-size:125%;
}

/* custom typography styles */
span.alert,
span.help,
span.info,
span.note,
span.info,
span.errormsg,
span.xfer {
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0 0px;
}

span.alert {
  background-color: #F3CECE;
  border-top: 2px solid #d04040;
  border-bottom: 2px solid #d04040;
}

span.errormsg {
  background-color: #F3CECE;
  border-top: 2px solid #d04040;
  border-bottom: 2px solid #d04040;
}

span.help {
  background-color: #CADAEF;
  border-top: 2px solid #3060a0;
  border-bottom: 2px solid #3060a0;
}

span.note {
  background-color: #F8EFD0;
  border-top: 2px solid #E6CC62;
  border-bottom: 2px solid #E6CC62;
}

span.info {
  background-color: #F8EFD0;
  border-top: 2px solid #E6CC62;
  border-bottom: 2px solid #E6CC62;
}

span.xfer {
  background-color: #DDF8EB;
  border-top: 2px solid #20a060;
  border-bottom: 2px solid #20a060;
}

pre {
  padding:10px;
  background:#F8F8F8 none repeat scroll 0%;
  border:1px solid #C0C0C0;
  margin: 10px 0px 0 0px;
}

blockquote {
  padding: 10px 10px 10px 30px;
  font-style:italic;
  font-size:110%;
  line-height:130%;
  color: #555;
  margin: 15px;
  background: transparent url(images/blockquote.gif) no-repeat scroll 0 5px;
}

/* from blue.css */

body {
  color: #292929;		/* font color */
}

a:link,
a:visited,
.title,
.title a,
.submitted,
.links,
.node .taxonomy,
#aggregator .news-item .categories,
#aggregator .source,
#aggregator .age,
#forum td .name,
div.admin-panel .description {
  color: #104A91;
}

a:hover {
  color: #960B19;
}

/* Menu styles */
#primary {
  background: #104A91;
}

#primary a {
  color: #fff;
  background: #104A91;
  border-right:1px solid #999999;
}

#primary a:hover,
#primary a.active {
  background: #6C8CB5;
}

#secondary {
  background: #6C8CB5;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}

#secondary li a {
  color: #fff;
  background: #6C8CB5;
  border-right:1px solid #999999;
}

#secondary a:hover,
#secondary a.active {
  background: #104A91;
}

#mission {
  border: solid 1px #104A91;
  color: #000;
}

.comment {
  border: 1px solid #104A91;
}

#profile .profile {
  border: 1px solid #104A91;
}

/* another son of suckerfish...
http://www.htmldog.com/articles/suckerfish/dropdowns/
http://www.alistapart.com/articles/horizdropdowns
*/

#suckerfishmenu	.block {
  margin-bottom: 0;
  padding-bottom: 0;
}

#suckerfishmenu	.block,
#suckerfishmenu	.box {
  padding: 0;
}

#suckerfishmenu	h2 {
  display: none;
}

#suckerfishmenu	 {
  line-height: 28px;
  background: #104a91;
}

#suckerfishmenu .block {
  border: none;
  margin: 0;
  padding: 0;
}

#suckerfishmenu	 ul.menu { /* top level ul */
  padding: 0 0 0 0px;
  list-style: none;
  z-index: 3;
  display: inline;
}

#suckerfishmenu	 a {
  background: #104a91;
  color: #fff;
  display: block;
  padding: 0px 14px 0px 14px;/* padding between menu elements */
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  border-right: #999 solid 1px;
}

#suckerfishmenu	 a:active,
#suckerfishmenu	 a:hover {
  background: #6C8CB5;
  text-decoration: none;
  border-right: #999 solid 1px;
}

#suckerfishmenu	 li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  height: 1%;
}

/* second-level lists */
#suckerfishmenu	 ul.menu ul {
  padding: 0;
  margin-left: -1px;
  list-style: none;
  background: #999;
}

#suckerfishmenu	 ul.menu li ul {
  position: absolute;
  width: 200px;
  left: -999em;/* to hide menus because display: none isn't read by screen readers */
}

#suckerfishmenu	 ul.menu li li {
  /* height: auto;*/
  float: left;
  width: 200px;
  margin-bottom: 1px;
}

#suckerfishmenu	 ul.menu li li a:link,
#suckerfishmenu	 ul.menu li li a:visited {
  color: #fff;
  background: #104a91;
  width: 170px;
  border-bottom: 1px #104a91 solid;
  border-left: 1px #999 solid;
  font-weight: normal;
}

#suckerfishmenu	 ul.menu li li.expanded a {
  background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded a:hover {
  background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  background: #6C8CB5;
  text-decoration: none;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a {
  background: #104a91;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu a:hover {
  background: #6C8CB5;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a {
  background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:active,
#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded a:hover {
  background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li {
}

#suckerfishmenu	 ul.menu li ul a {
  color: #fff;
  width: 200px;
  line-height: 24px;
  font-size: 95%;
}

#suckerfishmenu	 ul.menu li ul a:active,
#suckerfishmenu	 ul.menu li ul a:hover {
  color: #fff;
  background: #6C8CB5;
  text-decoration: none;
}

/* margin for pullouts */
#suckerfishmenu	 ul.menu li ul ul {
  margin: -25px 0px 0px 199px;
}

#suckerfishmenu	 ul.menu li:hover ul ul,
#suckerfishmenu	 ul.menu li:hover ul ul ul,
#suckerfishmenu	 ul.menu li.sfhover ul ul,
#suckerfishmenu	 ul.menu li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu li:hover ul,
#suckerfishmenu	 ul.menu li li:hover ul,
#suckerfishmenu	 ul.menu li li li:hover ul,
#suckerfishmenu	 ul.menu li.sfhover ul,
#suckerfishmenu	 ul.menu li li.sfhover ul,
#suckerfishmenu	 ul.menu li li li.sfhover ul {
  left: auto;
}

/* third level menus */

#suckerfishmenu	 ul.menu li ul ul ul{
  margin: -25px 0 0 199px;
}

#suckerfishmenu	 ul.menu ul li:hover ul ul,
#suckerfishmenu	 ul.menu ul li:hover ul ul ul,
#suckerfishmenu	 ul.menu ul li.sfhover ul ul,
#suckerfishmenu	 ul.menu ul li.sfhover ul ul ul {
  left: -999em;
}

#suckerfishmenu	 ul.menu ul li:hover ul,
#suckerfishmenu	 ul.menu ul li li:hover ul,
#suckerfishmenu	 ul.menu ul li li li:hover ul,
#suckerfishmenu	 ul.menu ul li.sfhover ul,
#suckerfishmenu	 ul.menu ul li li.sfhover ul,
#suckerfishmenu	 ul.menu ul li li li.sfhover ul {
  left: auto;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a {
  background: #104a91;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li.expanded ul.menu li a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li.expanded ul.menu li a:hover {
  background: #6C8CB5;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a {
  background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded a:hover {
  background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a {
  background: #104a91;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu a:hover {
  background: #8D1019;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a {
  background: #104a91 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li.expanded li ul.menu li.expanded a:hover {
  background: #6C8CB5 url(images/menu_arrow.png) 100% 50% no-repeat;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a {
  background: #104a91;
}

#suckerfishmenu	 ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:active,
#suckerfishmenu ul.menu li li.expanded ul.menu li ul.menu li ul.menu a:hover {
  background: #6C8CB5;
}  

#suckerfishmenu div .contextual-links-wrapper {
  display:none;
}

#block-node-recent table {
  width:100%;
}

.rooplelogo {
  padding-top:15px;
}
