/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color:#000;
  background-color: #fff;
  font: 80% Trebuchet MS, Arial, Helvetica, sans-serif;
  background-image:url(twirlnew.png);
  background-repeat:no-repeat;
  background-position:110% 135%;
}
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: #8e4727;
}
a:visited {
  color: #8e4727;
}
a:hover {
  color: #8e4727;
  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;
}
.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, #ttc, #content {
  width: 971px;
  margin:auto;
  border:0;
}
#ttc{
padding:5px 0;
}
#header {
  background-image: url('logo.png');
  background-repeat: no-repeat;
}
#logo {
  vertical-align: top;
  border: 0;
  height:193px;

}

#logolink{
 position:absolute;
 width:345px;
 height:125px;
 top:45px;
 margin-left:45px;
}
#logo img {
  float: left;
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #000;

}
#navlist a {
  font-weight: bold;
  color: #fff;
  text-align:center;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  /*border-left: 1px solid #9cf;*/
}
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;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  width:650px;
  padding-left:0;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  display:none;
  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: transparent;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
  padding-top: 0;
}
#sidebar-right{
  border-left:2px dashed #d0d0d0;
}
#footer {
  background-color: transparent;
  padding: 0em;
  font-size: 1em;
  width:971px;
  margin:auto;
  margin-bottom:25px;	

}
#footer ul.menu {
  padding-top:15px;
  border-top:4px solid #ecb30e;
  width:820px;
}
#footer ul.menu li {
  list-style-image:url(footerbullet.gif);
  float:left;
  vertical-align:middle;
  margin:0 30px 0 10px;
  text-transform:uppercase;
}
#footer ul.menu li a{
  color:#692b38;
  }
#footer ul.menu li a:hover{
 text-decoration:none;
 }
/*
** 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: normal;
  font-size: 1.0em;
  color: #f58916;
  text-decoration:none;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  display:none;
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block{
  border-bottom: 0px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  display:none;
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  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;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  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;
}
#menu ul#subnavlist {
  width:971px;
}
#menu ul#subnavlist li{
  margin:0;
}
#menu ul#subnavlist li a{
  border-top: 10px solid #ccc;
  padding: 0px 0px;
  margin:0px;
  text-transform:lowercase;
  font-weight: bold;
  font-size:150%;
  display:inline-block;
  color:#000;
  width:145px;
  text-align:center;
  background:transparent;
}
#menu ul#subnavlist li a:hover{
  text-decoration:none;
}
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0px solid #ccc;
}

ul.nice-menu li {
  border: 0px solid #ccc;
  border-top: 0;
  display:inline;
  background-color: transparent;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding:0;
  background-image: none;
  margin-right:10px;

}

/* Overrides for Garland header. */
#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  /* background: #eee;*/
}

ul.nice-menu a {
border-top: 10px solid #ccc;
  padding: 5px 0px;
  margin:0px;
  text-transform:lowercase;
  font-weight: bold;
  font-size:100%;
  display:inline-block;
  color:#000;
  width:118px;
  text-align:center;
  background-color: transparent;
}
ul.nice-menu li:hover{
  background-color:#ccc;
}
ul.nice-menu li#menu-71 a{
  border-color:#fff450;
}
ul.nice-menu li#menu-71:hover{
  background-color:#fff450;
}
ul.nice-menu li#menu-72 a{
  border-color:#f1b60f;
}
ul.nice-menu li#menu-72:hover{
  background-color:#f1b60f;
}
ul.nice-menu li#menu-73 a{
  border-color:#955436;
}
ul.nice-menu li#menu-73:hover{
  background-color:#955436;
}
ul.nice-menu li#menu-74 a{
  border-color:#f7941d;
}
ul.nice-menu li#menu-74:hover{
  background-color:#f7941d;
}
ul.nice-menu li#menu-92 a{
  border-color:#c49b13;
}
ul.nice-menu li#menu-92:hover{
  background-color:#c49b13;
}
ul.nice-menu li#menu-76 a{
  border-color:#ffd400;
}
ul.nice-menu li#menu-76:hover{
  background-color:#ffd400;
}
ul.nice-menu li#menu-77 a{
  border-color:#fff450;
}
ul.nice-menu li#menu-77:hover{
  background-color:#fff450;
}


ul.nice-menu li:hover, ul.nice-menu li a:hover{
  color:#fff;
  text-decoration:none;
}
ul.nice-menu li li:hover, ul.nice-menu li li a:hover{
  color:#000;
}
ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top:36px;                                                                                                                                                                                                                                                                                                                                                                                                
  left: 0px;
  border: 0;
  border-top: 0px solid #ccc;
  margin-right: 0;
  padding:5px;
  width:123px;
}
ul.nice-menu li#menu-76 ul, ul.nice-menu li#menu-71 ul {
top:52px;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.6em;
}

ul.nice-menu ul li {
  width: 120px;
}
ul.nice-menu-down ul a{
  border-top:0px;
  padding:3px;
  margin:0;
  text-transform:none;
  font-weight:normal;
  font-size:90%;
  color:#000;
  width:none;
  text-align:left;
  background-color:transparent;	

}

ul.nice-menu-down {
  float: left;
  border: 0;
  width:971px;
  margin-bottom:20px;

}

ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

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

ul.nice-menu-down ul {
  left: 0;
  background-color:#e7e3a3;
  
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 125px;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px;
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: transparent ;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: transparent;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: transparent url(arrow-right.png) right center no-repeat;
}
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: transparent url(arrow-right.png) right center no-repeat;

}
#flossembed{
width:630px !important;
border:0 !important;
font-family: Century Gothic, Arial, Verdana, Sans Serif;
}
#flossembed body li{
font-size:10pt;
}
#flosstopics {
font-size:90%;
width:170px;
/*position:absolute;
**z-index:5;
*/right:150px;
float:right;
padding:0;
margin-top:-76px;
margin-right: 0px;
display:none;
}

#flosstopics ul {
list-style:none;
margin:0;
padding:0;
}
#flosstopics li{
padding:0;
margin:0;
}
#flosstopics li a{
text-transform:none;
padding:3px 0px 3px 15px;
display:block;
margin:0px;
border:1px dashed #D6C7AC;
border-width: 0;
background-color:transparent;
background-image:url(link_off.html);
background-repeat:no-repeat;
background-position:3px 5px;
color:#454545;
}
#flosstopics li a:hover{
color:#ec3929;
background-color:transparent;
}
#flosstopics .heading{
color: #ec3929;
font-weight:bold;
display:block;
padding:2px 10px 3px 10px;
/*font-size:1.2em;*/
line-height:1em;
letter-spacing:0px;
margin:0;
background-color:transparent;
border:0;
background-image:none;
text-transform:none;
margin:0 0 1px 0;
}
#clicktext {
width:170px;
margin:-10px 0 0 0;
background-image:url('down.html');
background-repeat:no-repeat;
background-position:90% 50%;
}
#flossframe {
border:0;
margin:0;
padding:0;
width:635px;
margin-right:-20px;
height:650px;
}
#flossframe body{
font-family: Century Gothic, Arial, Verdana, Sans Serif;
font-size:80%;
}
#flossframe li{
font-size:10pt;
}
#toolview{
width:600px;
padding:10px;
font-size:10pt                                                                           
}
#toolview p{
font-size:1em;
}
#toolview h1{
margin-left:10px;
}
.tool{
border:1px dashed #DFC6C4;
border-top:5px solid #DFC6C4;
border-bottom:5px solid #DFC6C4;
margin:10px 0;
margin-top:5px;
padding:10px;
clear:left;
font-size:100%;
}
.toollogoname{
display:block;
}
.toolname{
padding:0px 5px;
color:#66B266;
border-bottom:1px; dashed #D6C7AC;
font-size:1.7em;
margin-bottom:5px;
}
.tooldescription{
color: #666666;
padding:0 5px;
}
.toollogo{
float:left;
width:75px;
height:75px;
margin:0 10px 0px 0;
}
.tool li{
font-size:10pt;
}
.sitelogo{
float:left;
height:100px !important;
width:130px !important;
margin:0 5px 0px 0;
}
.item-list{
padding-top:5px;
}
div.item-list ul li{
list-style:none;
margin:0px;
}
div.item-list ul li li{
list-style:disc;
margin-left:10px;
}
.content li {
list-style:disc;
margin-left:20px;
}
.manual-link{
margin-right:50px;
border:0;
float:right;
clear:right;
margin-top:5px;
}
.os{
border:1px solid #FDE4E4;
margin:5px 0 0 50px;
clear:left;
}
.os .label{
padding:3px 5px;
background-color:#FDE4E4;
color: #333333;  
border: 1px solid #FDE4E4;
vertical-align:top;
}
.os .icons{
vertical-align:top;
text-align:center;
padding:8px 15px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
.levels{
border:1px solid #FDE4E4;
border-bottom:0;
margin:5px 0;
}
.levels .label{
padding:3px 5px;
background-color:#FDE4E4;
color: #333333;  
border-right: 1px solid #FDE4E4;
vertical-align:top;
border-bottom:1px solid #FDE4E4;

}
.levels .icons{
vertical-align:top;
padding:3px 5px;
border-bottom:1px solid #EFEFEF;
}

#sidebar-right p, #sidebar-right .content{
  margin-top:0;

}
#sidebar-right img {
  margin-bottom:10px;
}
h1.title, h2.title {
  color:#f58916;
  font-weight: bold;
  line-height:150%;
  font-size:150%;
}
h1.title {
  font-size:200%;
}
a, a:active,a:link .view-data-title a{
 color:#8c4827;
 margin-bottom:10px;
 font-weight:normal;
}
.view-data-title a{
font-weight:bold;
}

.view-data-body, .view-data-field-summary-value {
 font-size:100%;
 margin-bottom:15px;
 line-height:130%;

}
.view-data-body p, view-data-field-summary-value p{
}
.panel-col-top .panel-col-first{
 width:335px;
}
.panel-col-first{
  border-right:2px dashed #b8b8ba;

}
.tactics-right{
 width:285px;
 float:right; 
 padding-right:10px;
 margin-right:20px;
 
}
#strategy .tactics-left{
 width:100%;
  border-bottom:4px solid #ecb30e;
  margin-bottom:15px;
  padding-bottom:20px;
}
div.spacerline{
  border-top:4px solid #ecb30e;
  display:block;
  width:275px;
}
.view-content-Tool, .view-content-Tool-sectioned {

}

.view-content-Tool li, .view-content-Tool-sectioned li{
 background-color:#dbe3ee;
 margin-right:15px;
 padding-right:20px;
 padding-top:10px !important;
 width:285px;
}
.view-content-Tool .view-data-field-summary-value, .view-content-Tool-sectioned .view-data-field-summary-value{
 padding:0 15px 10px 10px;
 margin-right:15px;
}

.tactics-left{
  border-bottom:2px dashed #b8b8ba;
  padding-top:10px;
}
.view-MiniProjects li, .view-MiniProjects-sectioned li, .view-content-MiniProjects .node{
 width:285px;
 /*float:left;*/
 padding-right:0px;
}

.view-MiniProjects .view-data-title, .view-MiniProjects-sectioned .view-data-title {
 padding-top:10px;
}
.view-MiniProjects a, .view-MiniProjects-sectioned a{
 color:#8e4727;
 font-weight:bold;
 background-image:url(arrow.gif);
 background-position:left 50%;
 background-repeat:no-repeat;
 padding-left:23px;
}
div#block-submenutree-1, div#block-submenutree-0 {
 background-color: #e4e4a9;
 margin-top:10px;
 font-size:90%;
 margin-left:-10px;
 border-right:2px solid #e4e4a9;
}
div#block-submenutree-1 ul, div#block-submenutree-1 ul li a, div#block-submenutree-0 ul li ul, div#block-submenutree-0 ul, li, ul, li a{
 padding:0;
 margin:0;
 list-style:none;
}
div#block-submenutree-1 ul li a, div#block-submenutree-0 ul li ul li a{
 display:block;
 padding:5px 10px;
 line-height:110%;
 margin-bottom:2px;
}
div#block-submenutree-1 ul li a:hover, div#block-submenutree-1 ul li a.active{
 background-color:#FFFFFF;
  border-left:2px solid white;
 margin-left:-2px;
 font-weight:bold;
 color:#000;
}
.node a {
 
}

.view-content-toolist .view-data-node-title, .node h2.title{
 font-size:130%;
}
.view-item-toolist, .node{
  border-bottom:2px dashed #b8b8ba;
  padding-bottom:5px;
  margin-bottom:10px;
}
#home_intro {
  border-bottom:4px solid #ecb30e;
  margin-bottom: 20px;
  padding:0 10px 15px 0px;

}
#home_into strong {
  color:#8e4727;
  font-weight: bold;
  line-height:150%;
  font-size:150%;
}
#block-views-related_tactics, #block-views-related_tools, #block-views-related_howtos, #block-views-related{
  margin-left:-11px;
  background-color:#e4e4a9;
}
.view-item-related{
margin-bottom:5px;
}
#sidebar-right .title{
  padding-left:10px;
}
tbody{
border-top:0;

}
.panel-2col-bricks .panel-col-first { 
  float: left; 
  width: 48%; 
}
.panel-2col-bricks .panel-col-last { 
  width: 45%; 
  padding-left:15px;
}
.view-item-related-tools, view-item-related-howtos, view-item-related-tactics{
margin-bottom:10px;
}
#webform-client-form-113 legend{
 width:100%;
 diplay:block;
 font-size:125%;
 font-weight:bold;
 background-color:#ddd;
 text-transform:uppercase;
 border:1px solid #ccc;
padding:10px;

}
#webform-client-form-113 td div.form-item{
 text-align:center;
}

