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

/*
** HTML elements
*/
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: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #69c;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
#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;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  background-color: #eee;
  padding: 1em;
  font-size: 0.8em;
}

/*
** 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: #000;
  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: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node { margin: 0; padding-bottom:15px; border-bottom:1px dashed #ccc; margin-bottom:10px;}
.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;}
.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;
}

ul { list-style-position:inside; }
.feed-icon { float:right; }
#last_node-block ul { list-style-position:outside; margin-left:5px; }
#block-block-1 p { margin-bottom:2px; }
#footer .block { border:none; float:left; color:#fff; font-size:9px; font-style:italic; }

body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; background:#07122E url(images/background.jpg) no-repeat center top; }
body,li,ul,img { padding:0; margin:0; border:none; }
.fright { float:right !important; width:auto; }
.fleft { float:left !important; width:auto; }
.clear { clear:both; overflow:hidden; font-size:1px; height:1px; background:#fff; }
.tcen { text-align:center; }
.shrink { width:10%; }
.inPostImg { float:left; margin:0 8px 8px 0; }

table.content-table { border-collapse:separate;border-spacing:1px;border:1px solid #ccc; margin:10px auto;}
table.content-table td, table.content-table th { padding:4px; border:1px solid #ccc;}
table.content-table th { background:url(images/thgrad.png) top repeat-x; }
table.content-table tfoot { text-align:right; font-style:italic; font-size:10px; }
table.content-table tfoot td { background:url(images/ftgrad.png) bottom repeat-x; }

h1 { font-size:20px; margin-bottom:30px; }
h2 { font-size:15px; margin:10px 0 4px 0; }
h3 { font-size:13px; margin:10px 0 4px 0; }
h4 { font-size:12px; margin:10px 0 4px 0; }
p { margin:10px 0; }

#container { width:883px; margin:0 auto; padding-top:105px; position:relative;}
#footer-holder { padding:10px 10px 5px 10px; }
#footer { height:88px; background:url(images/footer.png) repeat-x; padding:10px; }
#copy-note { padding:13px 0 0 5px; font-size:10px; font-style:italic; color:#333; float:left; width:auto; }
#validators { float:left; margin-top:5px; width:auto; }
#breadcrumbs { list-style-type:none; margin-bottom:15px; }
#breadcrumbs li { float:left; width:auto; padding:0 10px 0 5px; background:url(images/breadseparator.png) right 5px no-repeat; }
#breadcrumbs li.last { background:none; }
#breadcrumbs li a:link, #breadcrumbs li a:visited, #breadcrumbs li a:hover { color:#333; }

#logo { text-indent:-1000px; overflow:hidden; display:block; width:340px; height:36px; position:absolute; top:40px; left:0px; }
#top-nav { background:url(images/topnav.png) no-repeat; width:100%; list-style-type:none; height:38px; }
#top-nav li { float:left; width:auto; }
#top-nav li a:link, #top-nav li a:visited, #top-nav li a:hover { background:transparent; padding:11px 10px 12px 10px; display:block; color:#fff; text-decoration:none; }
#top-nav li a:hover { background:#316298; }
#top-nav li.first a:hover  { background:url(images/tabends.png) top left no-repeat; position:relative; }
#top-nav li.last a:hover  { padding:11px 10px 12px 10px; float:right; background:url(images/tabends.png) top right no-repeat; }
#top-nav li.last { float:right; }
#top-nav li.menu-144 { border-bottom:2px solid #0088c7; }
#top-nav li.menu-145 { border-bottom:2px solid #70b100; }
#top-nav li.menu-147 { border-bottom:2px solid #ffae12; }
#top-nav li.menu-148 { border-bottom:2px solid #FF00FF; }
#top-nav li.menu-156 { border-bottom:2px solid #E0000B; }
#top-nav li.menu-146 { border-bottom:2px solid #c800e0; width:80px; }

.tax-title { float:left; font-size:13px; border:1px solid #000; padding:5px; margin:5px 5px 0 0;}
.tax-title2 { color:#70B100; border-color:#70B100; }
.tax-title3 { color:#FFAE12; border-color:#FFAE12; }
.tax-title4 { color:#FF00FF; border-color:#FF00FF; }
.tax-title5 { color:#E0000B; border-color:#E0000B; }

#top-nav li.active-trail a:link, #top-nav li.active-trail a:visited, 
#top-nav li.active-trail a:hover { background:#fff url(images/fgrad.png) top repeat-x; color:#000; border:none; font-weight:bold; }
#top-nav li.active-trail  { border:none; }

#center { background:#fff; }
#content { background:#fff; padding:15px 5px 5px 20px; width:615px; float:left; }
#right-nav { float:right; width:200px; border:1px solid #f1f1f1; padding:8px; list-style-position:inside; margin:10px 10px 0 0; }


span.code-snippet { font-family:"Courier New"; }
.see-also { background:#CDE5FD url(images/icons/cite.png) no-repeat 3px 4px; padding:4px 4px 4px 25px; margin:8px 0; border:1px solid #0099cc; font-size:10px; }
div.code-snippet { background:#FDFDC3 url(images/icons/code.png) no-repeat 3px 3px; padding:4px 4px 4px 25px; margin:8px 0; border:1px solid #ffcc00; font-size:12px; }
div.code-snippet pre { margin:0; }
img.contact-button { margin-top:10px; float:right; }

#article-publish { text-align:right; float:right; margin-top:40px; width:auto; }
#article-publish ul { list-style-type:none; margin-top:5px;}
#article-publish ul li { float:right; width:auto; }
.dos { font-family:monospace; background:#000; color:#fff; padding:10px; white-space: pre;}

/* css for examples */
img.pngFix { display:none; }
img[class=pngFix] { display:block; }
div.pngFix { display:block; }
div[class=pngFix] { display:none; }
.example-pngtransparencybox { width:160px; height:160px; background:url(images/examples/gridbg.png); padding:0 !important; text-align:center; }


.myTable { width:200px; border-collapse:separate; border-spacing:2px; }
.myTable td { border:1px solid red !important; }
.myTable { border:1px solid blue; }

#myMenu { list-style-type:none; }
#myMenu a { height:41px; display:block; float:left; overflow:hidden; text-indent:-1000px; }
#myMenu .tab-home { background:url(/examples/home-tab.png); width:88px; }
#myMenu .tab-music { background:url(/examples/music-tab.png); width:89px; }
#myMenu .tab-sport { background:url(/examples/sport-tab.png); width:89px; }


/* CV page */
#cvdiv * { margin:0; padding:0; }
#cvdiv ul { list-style-position:outside; margin:5px 0 0 18px; }
#cvdiv p { margin:8px 0; line-height:130%; }
#cvdiv h1, #cvdiv h3 { text-align:center; padding:6px;  }
#cvdiv h4 { display:inline; font-size:13px; margin:0; }
#cvdiv h1 { font-size:25px; }
#cvdiv h3 { font-size:16px; }
#cvdiv #top-info { float:right; width:200px; }
#cvdiv .date { font-weight:bold; float:left; width:100px; padding:10px; }
#cvdiv .content { float:left; width:470px; padding:10px; }
#cvdiv .slot { border-bottom:1px dashed #ccc; }
#cvdiv .intro { padding:10px; }
#cvdiv .item-position { font-style:italic; margin-bottom:5px; }
#cvdiv .item-header { font-weight:bold; padding-bottom:4px; font-size:14px;}

#conway-options #reset, #conway-options #start { padding:8px 16px; margin:3px; background:#fff; border:1px solid #ccc; font-weight:bold; cursor:pointer; }
