/*
Opersys color theme:

Kuller colors:
Dark blue: #061519
Green:     #252d17
Orange:    #ff680d - this is used in the logo
Wheat:     #ffc04d
Yellow:    #fffa6b


Additional colors
Sky blue:    #5f80cb
Button blue: #3259b3
*/


/* Body
-------------------------------------------------------------- */

body {
background: #fff;
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.5em;
}

#legacy-content { 
width: 960px;
margin: 0 auto;
margin-bottom: 1px;
min-height: 100%;
background-color: #fff;
}

#legacy-menu-white { 
width: 200px;
float: left;
background-color: #fff;
}

#legacy-menu-gray { 
width: 200px;
float: left;
background-color: #ccc;
}

#legacy-menu-container { 
margin: 5px;
}

#legacy-inner-content {
width: 735px;
float: left;
margin-top: 20px;
padding-left: 20px;
}

/* Text elements
-------------------------------------------------------------- */

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

a {
text-decoration: none;
}

a:link {
color: #3259b3;
text-decoration: none;
}

a:visited {
color: #3259b3;
text-decoration: none;
}

a:hover {
color: #ffc04d;
}

blockquote {
background: url(images/bq-tl.gif) no-repeat left top;
padding-left: 30px;
margin-left: 10px;
font-style:italic;
}

blockquote p {
background: url(images/bq-br.gif) no-repeat right bottom;
}

cite {
background: url(images/bq-tl.gif) no-repeat left top;
clear: both;
display: block;
font-style: italic;
padding-left: 30px;
margin-left: 10px;
}

code, tt, pre {
background-color:#EDF1F3;
font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",monospace;
font-size:0.9em;
line-height:1.2em;
}

/* Headings
-------------------------------------------------------------- */

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.5em;
  
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
}

h5 {
font-size: 1.1em;
}

h6 {
font-size: 1em;
}

/* Header regions
-------------------------------------------------------------- */

#header {
height: 80px;
position: relative;
width: 960px;
margin: 0 auto;
margin-bottom: 15px;
}

#header-first {
float: left;
}

.logo {
padding-top: 40px;
padding-left: 5px;
}

.logo IMG {
height:50px;
}

#header-middle {
float: left;
padding-top: 25px;
}

.logo-name {
display: inline; 
font-weight: bold;
font-size: 25px;
padding-left: 15px;
position: relative;
font-family: Verdana, Tahoma;
font-style: italic;
}

.logo-text {
display: inline;                       
font-weight: bold;
position: relative;
padding-left: 10px;
font-family: Verdana, Tahoma;
}

#header-wrapper #search-box {
margin: 4px 14px;
position: absolute;
right: 0;
top: 30px;
white-space: nowrap;
visibility: hidden;
}

#header-wrapper #search-box #search input.form-text {
border: 1px solid #D5D5D5;
width: 10em;
visibility: hidden;
}

/* Primary menu + Superfish
-------------------------------------------------------------- */

#menu-splash{ 
width: 960px;
margin: 0 auto;
position: relative;
}

#menu {
z-index: 2;
position: absolute;
}

#menu-wrapper{
width:560px;
margin-left: 400px;
margin-top: 70px;
}

#menu-shadow {
width: 580px;
height: 87px;
background: url(../legacy-images/menu-shadow-white.png) no-repeat right top;
position: absolute;
right: -4px;
top: 52px;
z-index: -1;
}

#menu-sub { 
height: 50px;
background:url(../legacy-images/menu-part-off.png) repeat-x;
margin-right: 0px;
margin-left: 14px;
}

#nav {
height: 50px;
/*background:url(../legacy-images/menu-part-off.png) repeat-x;*/
float:left;
}

#nav li {
float:left;
background:url(../legacy-images/menu-separator.png) no-repeat right top;
height: 50px;
padding:0px 1px 0 0;
top: 10px;
}

#nav li.last {
background: none;
}

#nav li a{
color:#fff;
text-decoration:none;
font-size:18px;
padding:14px 24px 0 24px;
display:inline-block;
font-weight:bold;
height:45px;
/*text-transform:uppercase;*/
}

#nav li a:hover {
background:transparent url(../legacy-images/menu-part-on.png) repeat-x;
}

#nav li.active-trail a {
background:transparent url(../legacy-images/menu-part-on.png) repeat-x;
}

#rounded-menu-left {
height: 50px;
background:transparent url(../legacy-images/menu-left.png) no-repeat;
float:left;
width:14px;
line-height:0;
font-size:0;
}

#rounded-menu-right {
height: 50px;
background:url(../legacy-images/menu-right.png) no-repeat;
/*float:right;*/
position: absolute;
right: 0;
width:14px;
line-height:0;
font-size:0;
}

/* Superfish
-------------------------------------------------------------- */

#superfish {
height:50px; 
float:left;
}

#superfish h2 {
height: 0;
overflow: hidden;
position: absolute;
}

#superfish .menu, #superfish .menu * {
margin:0;
padding:0;
list-style:none;
}

#superfish .menu {
line-height:1.0;
}

#superfish .menu ul {
position:absolute;
top:-999em;
width:13em;
}

#superfish .menu ul li {
width:100%;
}

#superfish .menu li:hover {
visibility:inherit;
}

#superfish .menu li {
float:left;
position:relative;
}

#superfish .menu a {
display:block;
position:relative;
}

#superfish .menu li:hover ul,
#superfish .menu li.sfHover ul {
left:0;
top:32px;
z-index:99;
}

#superfish ul.menu li:hover li ul,
#superfish ul.menu li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li:hover ul,
#superfish ul.menu li li.sfHover ul {
left:13em;
top:0;
}

#superfish ul.menu li li:hover li ul,
#superfish ul.menu li li.sfHover li ul {
top:-999em;
}

#superfish ul.menu li li li:hover ul,
#superfish ul.menu li li li.sfHover ul {
left:13em;
top:0;
}

#superfish .menu {
float:left;
margin-bottom:1em;
}

#superfish .menu a {
padding:.75em 1em;
text-decoration:none;
}

#superfish .menu a.sf-with-ul {
padding-right:2.25em;
min-width:1px;
}

#superfish .menu a, #superfish .menu a:visited  {
color:#fff;
text-decoration:none;
font-size:18px;
font-weight:bold;
text-transform:uppercase;
padding-right:15px;
padding-left:15px;
padding-top:15px;
}

#superfish .menu li {
background: transparent;
}

#superfish .menu li li {
background: #3b6999;
}

#superfish .menu li li li {
background: #3b6999;
top: 0px;
}

#superfish .menu li:hover, #superfish .menu li.sfHover,
#superfish .menu a:focus, #superfish .menu a:hover, #superfish .menu a:active {
outline:0;
}

#superfish .menu li:hover, 
#superfish .menu li.sfHover,
#superfish .menu a:focus, 
#superfish .menu a:hover, 
#superfish .menu a:active {
z-index:10;
}

#superfish .menu li:hover {
background:transparent url(images/menu-part-on.png) repeat-x;
}

#superfish .menu li.active-trail {
background:transparent url(images/menu-part-on.png) repeat-x;
}

#superfish .menu li.active-trail li {
background: #3b6999;
}

#superfish .menu li li:hover {
background: #3b6999;
}

#superfish .menu li li li:hover {
background: #3b6999;
}

.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em;
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { 
top:.8em;
background-position: 0 -100px;
}

a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px;
}

#superfish .menu ul .sf-sub-indicator { background-position:  -10px 0; }
#superfish .menu ul a > .sf-sub-indicator { background-position:  0 0; }
#superfish .menu ul a:focus > .sf-sub-indicator,
#superfish .menu ul a:hover > .sf-sub-indicator,
#superfish .menu ul a:active > .sf-sub-indicator,
#superfish .menu ul li:hover > a > .sf-sub-indicator,
#superfish .menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0;
}

#superfish .sf-shadow ul {
background:	url(images/shadow.png) no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}

#superfish .sf-shadow ul.sf-shadow-off {
background: transparent;
}

/* Preface top
-------------------------------------------------------------- */

#main-page-splash-wrapper{
height:420px;
top: 45px;
position: relative;
z-index: 1;
margin-bottom: 80px;
}

#node-page-splash-wrapper{
height:85px;
top: 45px;
position: relative;
z-index: 1;
margin-bottom: 46px;
}

#main-page-splash{
width:960px;
margin:0 auto;
height:322px;
position: relative;
}

#node-page-splash{
width:960px;
margin:0 auto;
height:100%;
position: relative;
}

#hello-android{
width:339px;
margin:0 auto;
height:161px;
position: absolute;
top: -45px;
left: 240px;
z-index:-1;
}

#android-callout{ 
width: 263;
height: 128;
margin: 0 auto;
position: absolute;
top: -75px;
left: 405px;
z-index: 1;
}

#android-callout-text{ 
position: absolute;
top: 20px;
left: 30px;
font-size: 18px;
color: #fff;
text-align: center;
width: 200px;
}

#android-callout-text-head{ 
font-size: 20px;
font-weight: bold;
}

#android-callout-text a{ 
color: #fff;
}

#android-callout-text a:hover{ 
color: #000;
}

#node-page-splash-text{ 
width:400px;
margin:0 auto;
height:50px;
position: absolute;
top: 35px;
left: 10px;
z-index:2;
font-size: 30px;
color: #fff;
line-height: normal;
}

#class-announcement{
margin: 0 auto;
position: absolute;
top: 85px;
right: 20px;
z-index: 4;
color: #000000;
width: 600px;
line-height: normal;
}

#class-title{
font-size: 50px;
font-weight: bold;
top: 0px;
float:right;
}

#class-date-location{ 
font-size: 30px;
margin-top: 15px;
float: right;
}

#class-content{ 
font-size: 24px;
margin-top: 15px;
float: right;
}

#class-instructor{
font-size: 24px;
float: right;
}

#register-now{ 
width: 250px;
margin: 0 auto;
height: 65px;
position: absolute;
top: 285px;
left: 575px;
z-index: 3;
}

#register-now-text{ 
position: absolute;
top: 15px;
left: 30px;
color: #ffffff;
font-size: 28px;
font-weight: bold;
cursor: pointer;
line-height: normal;
}

#preface {
padding: 20px;
font-size:1.2em;
color:#fff;
display:block;
float:left;
}

#preface a {
color:#fff;
text-decoration:underline;
}

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

/* Preface first + Preface middle + Preface last regions
-------------------------------------------------------------- */

#preface-wrapper {
width:960px;
margin: 0 auto;
}

#preface-wrapper .column {
float: left;
}

#preface-wrapper.in1 .column {
width: 100%;
}

#preface-wrapper.in2 .column {
width: 50%;
}

#preface-wrapper.in3 .column {
width: 33.3%;
}

#preface-wrapper .block {
padding-left:15px;
padding-right:15px;
}

#mission {
padding: 20px;
font-size:1.6em;
color:#002054;
display:block;
float:right;
}

/* Content regions
-------------------------------------------------------------- */

#wrapper {
width:958px;
/*margin: 15px auto 10px;*/
margin: 0 auto;
margin-bottom: 1px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#content {
width: 100%;
float: left;
background: #ddd;
font-size: 14px;
}

#content-wrapper { 
margin-left: 0px auto;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

/* Sidebar regions
-------------------------------------------------------------- */

#sidebar-side-1 #sidebar-left {
width: 26%;
float: left;
font-size:12px;	
}

#sidebar-side-2 #sidebar-left {
width: 21%;
float: left;
margin-right: 2%;
font-size:12px;	
}

.sidebars-1 #content{
width: 69%;
padding-left: 25px;
float: left;
}

.sidebars-2 #content{
width: 54%;
float: left;
}

#sidebar-side-1 #sidebar-right {
width: 26%;
float: right;
font-size:12px;	      
}

#sidebar-side-2 #sidebar-right {
width: 21%;
float: right;
font-size:12px;	      
}

#sidebar-left .block,
#sidebar-right .block {
margin-bottom: 10px;
}

#sidebar-left h2.block-title,
#sidebar-right h2.block-title {
background: #e6e6e6;
margin:0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
font-size: 1.3em;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
}

#sidebar-left .block-inner,
#sidebar-right .block-inner {
padding-bottom: 5px;
}

#sidebar-left .block-content,
#sidebar-right .block-content {
}

#sidebar-left .block-content-inner,
#sidebar-right .block-content-inner {
margin: 0;
padding: 5px 15px 5px 15px;
}

/* Misc.
-------------------------------------------------------------- */

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

.error {
border-color: red;
}

.terms {
background-repeat: no-repeat;
padding-left: 18px;
padding-bottom: 5px;
}

.book-navigation .menu {
padding-bottom: 15px;
}

#notice {
font-size: 10px;
text-align:center;
margin-bottom: -10px;
}

table {
width:100%;
}

/* Nodes
-------------------------------------------------------------- */

.node {
margin: .5em 0 1em;
padding-bottom: 1em;
border-bottom: 1px solid #bbb;
}

.content-top{
margin: 0 0 1.5em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .1em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;;
}

.content-bottom {
margin: 1.5em 0 1em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .1em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;;
}

.title, .title a {
margin: 0 auto;
line-height: 1.2em;
}

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

.node .taxonomy {
color: #999;
font-size: 0.9em;
padding-left: 1em;
}

.node .picture, .comment .picture {
float: right;
}

.preview .node, .preview .comment{
background-color: #f4f4f4;;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.8em;
}

.submitted {
font-size: 0.9em;
color: #999;
}

.submitted a:hover {
text-decoration: underline;
}

.sticky {
padding: 1em;
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
}

.messages {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.3em;
margin-bottom: 1em;
}

.breadcrumb {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding-top: 0.3em;
padding-bottom: 0.3em;
margin-bottom: 1em;
padding-left: 10px;
padding-right: 10px;
}

/* Comments
-------------------------------------------------------------- */

.comment {
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 1em;
margin-bottom: 1em;
padding-bottom: 1em;
background-color: #f4f4f4;
}

.comment .title {
line-height: 1.2em;
}

.comment .new {
text-align: right;
font-weight: normal;
float: right;
color: red;
margin:.5em;
}

/* Aggregator
-------------------------------------------------------------- */

.feed-item-body {
border-bottom: 1px solid #bbb;
padding-bottom: 1em;
}

#aggregator .feed-source {
background-color: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 0.8em;
}

#aggregator h1 .title{
border-bottom: 1px solid #bbb;
}

#aggregator h2 {
padding-top: 10px;
}

#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
color: #999;
font-style: italic;
  	
}

.feed-item-title {
font-size: 1.4em;
}

#aggregator h3 a:hover {
text-decoration: none;
}

.feed-item-meta .feed-item-source {
font-size: 0.9em;
}

.feed-item-meta .feed-item-date {
font-size: 0.9em;
color: #999;
}

/* Forums
-------------------------------------------------------------- */

#forum table {
width: 100%;
}

#forum td {
padding: 0.5em;
border: 1px solid #bbb;
}

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

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

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

#forum ul.links a {
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 5px;
}

#forum ul.links li.forum a {
background-image:url(images/post.gif);
}

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

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

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

dl dd {
margin: 0 0 .5em 1em;
}

/* Tracker + Profile
-------------------------------------------------------------- */

#tracker table {
width: 100%;
}

#tracker td {
padding: 0.5em;
}

.profile {
clear: both;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: .8em;
margin: 1em 0em;
background-color: #f4f4f4;;
}

/* Admin
-------------------------------------------------------------- */

div.admin-panel .body {
background: #f4f4f4;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
}

div.admin-panel h3 {
background-color: #e6e6e6;;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
padding: 5px 8px 5px;
margin: 0;
}

div.admin {
padding-top: 0;
}

div.admin .left,
div.admin .right {
margin-left: 1%;
margin-right: 1%;
}

/* Poll
-------------------------------------------------------------- */

.poll .bar {
background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
border: solid #f0f0f0;
border-width: 1px 1px 1px;
}

.poll .bar .foreground {
background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

/* Lists + Links + Pager
-------------------------------------------------------------- */

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

ul {
margin: 0.5em 0 1em;
padding: 0;
}

ol {
margin: 0.75em 0 1.25em;
padding: 0;
}

ol li, ul li {
margin: 0.4em 0 0.4em .5em; 
}

ul.menu, .item-list ul {
margin: 0.35em 0 0 -0.5em; 
padding: 0;
}

ul.menu ul, .item-list ul ul {
margin-left: 0em; 
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
margin: 0.15em 0 0.15em .5em; 
}

ul li, ul.menu li, .item-list ul li, li.leaf {
padding: 0 0 .2em 1.5em;
list-style-type: none;
list-style-image: none;
background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; 
}

ol li {
padding: 0 0 .3em;
margin-left: 2em; 
}

ul li.expanded {
background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; 
}

ul li.collapsed {
background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; 
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
display: block;
}

ul.inline li {
background: none;
margin: 0;
padding: 0 1em 0 0; 
}

ol.task-list {
margin-left: 0; 
list-style-type: none;
list-style-image: none;
}

ol.task-list li {
padding: 0.5em 1em 0.5em 2em; 
}

ol.task-list li.active {
background: transparent url(images/task-list.png) no-repeat 3px 50%; 
}

ol.task-list li.done {
background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; 
}

ol.task-list li.active {
margin-right: 1em;
}

fieldset ul.clear-block li {
margin: 0;
padding: 0;
background-image: none;
}

#user-login-form {
text-align: center;
}

#user-login-form ul {
text-align: left;
}

ul.links li, ul.inline li {
background-image: none;
}

.links li {
margin: 0;
padding: 0;
}

.tabs li {
margin: 0;
padding: 0;
background-image: none;
}

div.links ul.links a {
background-repeat: no-repeat;
padding-left: 20px;
padding-bottom: 5px;
}

div.links ul.links li.comment_add a {
background-image: url(images/commentadd.gif);
}

div.links ul.links li.comment_comments a {
background-image: url(images/comments.gif);
}

div.links ul.links li.comment_edit a {
background-image: url(images/commentedit.gif);
}

div.links ul.links li.comment_delete a {
background-image: url(images/commentdelete.gif);
}

div.links ul.links li.comment_reply a {
background-image: url(images/commentadd.gif);
}

div.links ul.links li.node_read_more a {
background-image: url(images/readmore.gif);
}

div.links ul.links li.blog_usernames_blog a {
background-image: url(images/user.gif);
}

div.links ul.links li.comment_forbidden a {
background-image:url(images/lock.gif);
}

div.links ul.links li.upload_attachments a {
background-image: url(images/photo.gif);
}

div.links ul.links li.book_printer a{
background-image:url(images/print.gif);
}

div.links ul.links li.book_add_child a{
background-image:url(images/add.gif);
}

ul.pager li.pager-current {
background-color:#005a8c;
color:#FFFFFF;
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:1px;
}

.item-list .pager li {
padding:0px;
}

.item-list .pager li a{
padding-left:4px;
padding-right:4px;
padding-top:1px;
padding-bottom:1px;
background-color: #f4f4f4;;
}

.item-list .pager li a:hover {
background-color:#005a8c;
color:#FFFFFF;
}

/* Utility Links + Statement
-------------------------------------------------------------- */
#utility {
padding-top: 0px;
right: 10px;
position: absolute;
width: 300px;
}

#utility-links {
position: absolute;
right: 0;
margin-top: 15px;
}

#utility-links-text {
float: left;
font-size: 14px;
margin-top: 1px;
}

#utility-links-images { 
float: left;
margin-left: 10px;
width: 95px;
}

#utility-twitter{
position: absolute;
top: 0px;
}

#utility-separator {
position: absolute;
top: 0px;
right: 55px;
font-size: 14px;
margin-top: 1px;
}

#utility-gplus {
position: absolute;
top: 2px;
right: 10px;
}

#utility-statement { 
position: absolute;
right: 0;
margin-top: 85px;
width: 100%;
}

#utility-statement-a { 
font-size: 22px;
position: absolute;
right: 75px;
/*left: 0;*/
bottom: 1px;
}

#utility-statement-b { 
font-size: 14px;
position: absolute;
right: 0;
/*top: -23px;*/
bottom: 0;
}

#utility-underline {
position: absolute;
right: 0;
margin-top: 90px;
width: 93%;
border-top: 1px solid #888;
/*visibility: hidden;*/
}

#utility-next-class { 
font-size: 14px;
font-weight: bold;
position: absolute;
/*margin-left: 25px;*/
right: 0;
margin-top: 105px;
width: 90%;
color: #fff;
text-align: center;
border: 1px solid #000;
background-color: #3259b3;
height: 23px;
padding-top: 2px;
visibility: hidden;
}

/* Login + Register + RSS
-------------------------------------------------------------- */

#authorize { 
float: right;
padding-top: 5px;
visibility: hidden;
}

#authorize ul { 
display: inline;
}

#authorize ul li { 
margin: 0 10px 0 0; 
padding: 0 0 0 10px; 
display: inline; 
list-style: none;  
border-left: 1px #5a5a5a solid;
background-image: none;
}

#authorize ul li.first { 
border: 0;
}

#authorize ul li, #authorize ul li a { 
font-size: 12px; 
line-height: 13px; 
}

#authorize a.feed-icon { 
padding-right: 20px;
}

/* Bottom teaser
-------------------------------------------------------------- */

#bottom-teaser {
width:960px;
margin: 10px auto 10px;
}

#bottom-teaser .column {
float: left;
}

#bottom-teaser.in1 .column {
width: 100%;
}

#bottom-teaser.in2 .column {
width: 50%;
}

#bottom-teaser.in3 .column {
width: 33.3%;
}

#bottom-teaser .block {
padding-left:15px;
padding-right:15px;
}


/* Bottom region
-------------------------------------------------------------- */

#bottom-wrapper {
background-color: #f4f4f4;;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
margin: 10px auto 0;
text-align: left;
width: 960px;
position: relative;
}

#bottom-wrapper h2 {
font-size: 1.3em;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: -5px;
}

#bottom-wrapper .column {
float: left;
padding-bottom: 15px;
padding-top: 5px;
}

#bottom-wrapper.in1 .column {
width: 100%;
}

#bottom-wrapper.in2 .column {
width: 50%;
}

#bottom-wrapper.in3 .column {
width: 33.3%;
}

#bottom-wrapper.in4 .column {
width: 25%;
}

#bottom-wrapper .block {
padding-left:15px;
padding-right:15px;
}

/* Footer region
-------------------------------------------------------------- */

#footer-wrapper {
width: 960px;
margin: 0 auto;
position: relative;
}

#node-bottom { 
margin: 0 auto;
}

#footer{
width: 90%;
margin: 0 auto;
font-size: 12px;
border-top: 1px solid #bbb;
padding-top:5px;
text-align: center;
}

#node-footer{
margin: 0 auto;
font-size: 12px;
text-align: center;
}

/* Secondary menu
-------------------------------------------------------------- */

#subnav {
font-size: 12px;
}

#subnav li {
}

#subnav li a {
font-weight:normal;
}

#subnav li a:hover {
color: #cc6600;
}

#subnav-wrapper {
text-align:right;
padding-bottom:5px;
}

#subnav-wrapper ul { 
display: inline;
}

#subnav-wrapper ul li {  
display: inline; 
list-style: none;  
background-image: none;
padding-left: 5px;
}

#subnav-wrapper ul li,#subnav-wrapper ul li a { 
font-size: 12px; 
line-height: 13px; 
}

/* Printing specifics
-------------------------------------------------------------- */
@media print {
  #hello-android { visibility: hidden; }
  #android-callout { visibility: hidden; }
  #node-page-splash { visibility: hidden; }
  #node-bottom { visibility: hidden; }
}
