/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0px auto;
  padding: 0;
  width: 996px;
  color: #000;
  background-color: #fff;
  background-image: url(/sites/default/files/images/nav_grad.jpg);
  background-repeat: repeat-x;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
}
tr.dark td, tr.light td, tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #007f87;
}
a:visited {
  color: #007f87;
}
a:hover {
  color: #300575;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

tbody {
  border:0px;
}

.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

ul.links li {
  /*border-left: 1px solid #9cf; /* LTR */*/
}
ul.links li.first {
  border: none;
}

/* adding style for vertival links */
ul.slinks {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.slinks li {
  list-style-type: none;
  padding: 0 0.5em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  /*width: 100%;*/
}
#header {
/*  background-color: #fff; */
}
#logo {
  vertical-align: top;
  border: 0;
}
#logo img {
  float: right;
  padding: 0em 1.0em 0em 1em;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: left;
  vertical-align: top;
  width:200px;
}
/* seems that primay was renamed to navlist?*/
#primary {
  width: 800px;
  font-size: 1.3em;
  padding: 0em 0.8em 0.5em 0;
  color: #ccc;
}
#primary a {
  font-weight: bold;
  color: #369;
}

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

/*
#secondary {
  padding: 0 0 0 0;
  font-size: 0.9em;
  color: #666;
}
#secondary a {
  font-weight: normal;
  color: #666;
}
*/

#secondary {
	font-size: 1em;
}
#secondary_menu {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ecf5f6;
	border-top: 1px solid #bbb;	 
	border-bottom: 1px solid #bbb;	
	top:-2px;
	width:100%;
	position:relative;
	height:22px;
	color: #666;	
}
#secondary a:link, .site-name a:visited {
  color: #666;
}
#secondary li{
	display: inline;
	list-style: none;
	float: left;
	padding-left:50px;	
	bottom:9px;
	font-size:1.1em;
	position:relative;
}

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

#navlist {
  font-size: 1.3em;
  padding: 0em 0.8em 0.5em 0;
  color: #ccc;
}
#navlist a {
  font-weight: bold;
  color: #369;
}

#navlist a:hover {
  color: #00ad84;
  text-decoration: none;
}

#subnavlist {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #666;
}
#subnavlist a {
  font-weight: normal;
  color: #666;
}

#search {
  position:relative;
  padding: 0px;
  margin: 0px;
  border: 0px solid black;
  overflow: auto;
}

#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font: "Verdana", Arial, Helvetica, sans-serif;
  height: 18px;
  float:left;
  /*font-size: 1.1em;*/
}

#search .form-text {
  width: 130px;
  line-height: 18px;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
}
#search .form-submit {
  line-height: 18px;
  height: 20px;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 3px;
}

#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 1.5em;
}
.site-name a:link, .site-name a:visited {
  color: #369;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  width: 180px;
  color: #369;
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}

.site-slogan a:link, .site-slogan a:visited {
  color: #369;
}
.site-slogan a:hover {
  color: #369;
  text-decoration: none;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

.layout-columns {
  margin: 0 18em;
  background-color: #ffffff;
}

.sidebar-first .layout-columns {
  margin-right: 0; /* LTR */
}

.sidebar-second .layout-columns {
  margin-left: 0; /* LTR */
}

/*.region-sidebar-second {
  width: 400px;
}*/

.layout-columns .column {
  position: relative;
  float: left; /* LTR */
}
.region-sidebar-first,
.region-sidebar-second {
  width: 16em;
  padding: 1em;
  margin-right: -18em; /* LTR */
  position: relative;
  float: left; /* LTR */
}

.region-sidebar-first {
  right: 18em; /* LTR */
}

/*#main {
  width: 100%;
  background-color: #ffffff;
}
#main .inner {
  padding: 1em 1.5em 3em 1.5em;
}*/

#sidebar-left, #sidebar-right {
  background-color: #fff;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
  border-width: 1;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 9px;
  text-align:center;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}

.links {
  color: #999;
}
.links a {
  font-weight: bold;
}

.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  /*border-bottom: 1px solid #bbb;*/
  padding-bottom: 0em;
  margin-bottom: 0em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#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 {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
/* Remove [edit] from the pages exported from wiki */
div.editsection {
  display: none;
}
/* News in the center of the front page  */
#block-views-elphel_news_view-block_1 {
  margin-left:0.75em;
  margin-right:0.75em;
  border: 0px;
}

/* nice-menu customization*/

ul.nice-menu-down li {
  border: 0;
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: none; /* changed non-menus */
}


ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
/*  background: none;*/ /* changed ???*/
  background-image: url(/sites/default/files/images/nav_grad.jpg);
  background-repeat: repeat-x;
  background-attachment:fixed;
  left: 0;
  border: 0;
}

ul.nice-menu-down ul li {
  font-size: 0.8em;
  text-align:left;
  width: 8em; /*Increase here to fit sub-menu? */
  clear: both; 
  /*background: none;*/ /* changed droped-down menues*/
}

ul.nice-menu-down .menuparent a {
/*  padding-right: 15px; */ /*for arrows?*/
  padding-right: 0;
}

ul.nice-menu-down li.menuparent {
/*  background: url(arrow-down.png) right center no-repeat;+/ /* no background here */
  background: none; /* no background here, no arrow */
  border: 0;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over {
/*  background: url(arrow-down.png) right center no-repeat;*/ /* no background here */
  background: none; /* no background here */
}

#block-nice_menus-1 {
  border:0;
}

#nice-menu-1 {
  font-size: 1.3em;
  padding: 0em 0.8em 0.5em 0;
  color: #ccc;
}
#nice-menu-1 a {
  font: 100% Arial, Helvetica, sans-serif;
  /*font-size: 20px;*/
  font-weight: bold;
  color: #369;
}

#nice-menu-1 a:hover {
  color: #00ad84;
  text-decoration: none;
}

/* Hide "Search this site" */
#edit-search-theme-form-1-wrapper label {
  display:none;
}

/* deeper levels  */
ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
/*  left: 12.5em;*/
  left: 9.5em; /* match to width in ul.nice-menu-down ul li */
  top: -1px;
  font-size: 0.8em;
  text-align:left;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
/*  background: #eee url(arrow-right.png) right center no-repeat; */
  background: none;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
/*   background: #ccc url(arrow-right.png) right center no-repeat; */
  background: none;
}
#search {
	position:relative;
	top:120px;
	left:780px;
}
#edit-search-theme-form-1 {
	-moz-border-radius:3px;
}
#edit-submit {
	position:relative;
	top:2px;
	-moz-border-radius:3px;
}
#welcomeframe {
	-moz-border-radius:10px;
	border-radius: 10px;
	border:1px solid #53b9ab;
	margin: 0px;
/*	margin-left:50px;
	margin-right:50px;*/
	margin-top:0px;
	margin-bottom:30px;
	padding:20px;
	background-color:#f1f8f8;	
}

/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}

#image_gallery, #video_gallery, #user_guide{
    position:relative;
    top:-40px;
    left:20px;
    color: white;
    /*font-family: 'Londrina Solid', cursive;*/
    font: 20px 'Londrina Solid','Verdana';
    text-shadow: black 0px 0px 10px;
    /*font-style: italic;*/
    cursor: pointer;
}

#user_guide{
    top:-128px;
    left:70px;	      
}

.views-table {
    width: 100%;
}

.views-field{
    vertical-align:top;
    padding:0px;
    margin:0px;
    background: white;
}

#block-views-elphel-news-view-block{
  width: 450px;
}

#wiki_content {
  width: 800px;
}