/*
title: Workspace
author: Raincity Studios (Erik Hermans)
URL: http://www.raincitystudios.com
start date: 04/25/06
last changed: 05/11/06
*/



/* -- Structure --
______________________________________*/

#search {
  color: black;
  background: white;
}

body {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size: 78%;
  padding: 0;
  margin: 0;
  color: #000;
}

a, a:link { color: #777; }
a:visited { color: #222; }
a:hover, a:focus { color: #000;}
a:active { color: #333; }

h1 { font-size: 1.2em; }
h2 { font-size: 1em; }
/*h3 { font-size: .9em; font-weight: normal;} */
h4, h5, h6 { font-size: 0.8em;}
h1, h2, h3, h4, h5, h6 {
   font-family:  Arial, sans-serif;
   font-weight: normal;
}
h3.form-title {
  text-align: left;
}
p, .book .body {
  padding: 0 0 0.5em 0;
  margin: 0;
  text-indent: 0;
  font-size: .9em;
  line-height: 1.6em;
}
pre {
  padding: 0.75em 1.5em;
  font-size: 12px;
}
img { border: 0; }

blockquote {
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}
code {
  font-size: 1em;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}



/* ------ HEADER RULES -including Logo & Slogan ----------*/

#header {
  position: relative;
  padding: 5px 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #000;
  height: 51px;
}

.home-page #header {
  border-bottom: none;
  margin: 0;
}


#header a:visited { color: #333; }
#header a:hover { background: transparent; }
#header img { 
  position: absolute;
  top: 0;
  margin: 0 0 0 6px;
}

#site-name {
  font-size: 2.5em;
  padding: 25px 0 0.2em 0;
  margin: 0;
}
#site-slogan { color: #999; }
#site-slogan {
  display: inline;
  font-weight: bold;
  font-size : 1.2em;
  padding: 0 0 0 1.2em;
  margin: 0;
}



/*--------------- MAIN CONTENT Structural Styles -----------------
________________________________________________________________*/

#content {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.container-inline {
  margin: 0 0 1.6em 0;
}
.container-inline div {
  display: inline;
}


#container {
  width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff url(SubPAge-page-bg.gif) no-repeat top left;
}

.home-page #container {
  background: #fff url(front-page-bg.gif) no-repeat top left;
}


/*--------------- MAIN CONTENT PROPERTIES -----------------
----- Content NOTE: not all rules included here ---*/


.main-content .node .info, .main-content .node .terms { color: #999; }
.main-content .sticky { border: 1px solid #eee; }

.main-content {
  margin-left: 255px;
  padding: 15px 10px 0 10px;
  _padding: 10px 10px 0 10px;
  text-align: justify;
}

/* ---- Community Page Rules right
        sidebar is activated ------*/


.community .main-content {
  margin-left: 0px;
  margin-right: 285px;
  padding: 10px 10px 0 20px;
  text-align: justify;
}



.main-content .node .content, .comment .content, .book .body {
  line-height: 1.5em;
}

.main-content .node p {
  font-size: 11px !important;
 letter-spacing: .02em;
 margin-bottom: 10px;
}

.main-content .node, .book {
  margin: 0 1em 2em 0;
}

.main-content .node img {
  border: 1px solid #000;
}


.main-content .node h2, .main-content h2, .main-content .content-title {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14px;
  width: 90%;
  text-transform: capitalize !important;
}

.main-content .content-title {
 margin: 0 0 5px 0;
}

.main-content .node .info {
  padding: 0 0 0.2em 0;
  margin: 0;
  font-size: 0.9em;
}
.main-content .node .links, .main-content .node .terms {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  font-weight: bold;
}
.main-content .node .terms {
  font-weight: normal;
  text-align: right;
}
.main-content .sticky { 
  padding: 0.5em;
}
.main-content .node .content {
  padding: 0;
  margin: 0;
}
.main-content .box {
  border: 1px solid #eee;
  margin-bottom: 0.5em;
}  
.main-content .box .content {
  padding: 0.5em;
}
.main-content .box h2 {
  padding: 0;
  margin: 0.5em;
  font-size: 1.2em;
  text-align: left;
}
.main-content .box .content .form-item textarea {
  width: auto;
}
.main-content li {
  padding-bottom: 0.25em;
}


.main-content a:hover {
text-decoration: underline;
}

/* ---- SIDEBAR STRUCTURE -----------------------*/

/*.sidebar .block a, .sidebar .block { color: #777; }*/

.sidebar .block a { color: #333; }

.sidebar .block a:visited, .sidebar .block h2, .sidebar .block h3 { color: #000; }

.sidebar .block a:hover { color: #000; }

.sidebar {
  padding: 0;
  margin-bottom: 10px;
}
#sidebar-left {
  width: 255px;
  float: left;
  text-align: left;
}

#sidebar-right {
  width: 285px;
  float: right;
}
.sidebar .block {
  margin: 0 5px 5px 5px;
  padding: 0 20px 5px 20px;
}
.sidebar .block h2 {
  padding: 3px 0 0 0;
  margin-bottom: 15px;
  font-size: 16px;
}
.sidebar .block h3 {
  margin: 0 0 0.3em 0;
}
.sidebar .block .xml-icon {
  text-align: center;
}
.sidebar .block-search input.form-text {
  width: 100px;
  padding: 1px;
  margin-right: 5px;
}
.sidebar .block-search button.form-submit { 
  width: 60px;
  font-size: 12px;
}


#block-block-8 h2 {
  display: none;
}

#block-block-8 .content h2 {
  display: block;
}





/* ---- FOOTER STRUCTURE -----------------------*/

#footer {
  color: #000;
  border-top: solid 1px #777;
}
#footer {
  clear: both;
  margin-top: 10px;
  padding: 6px 0 10px 0;
  font-size: 11px;
}

#footer p .address {
 text-align: left;
 width: 150px;
}


#footer p {
  text-indent: 0;
  margin-bottom: 1em;
}

.foot-text {
  position: absolute;
  width: 200px;
}


#footer-nav {
  position: absolute;
  margin: 0px 0 0 225px;
  font-size: 11px;
  width: 400px
}

#footer-nav a {
  padding: 0 4px;
}


#footer a, #footer a:link { color: #000; }
#footer a:visited { color: #000; }
#footer a:hover, a:focus { color: #333; }
#footer a:active { color: #333; }



/* ---- NAVIGATION ------------------------------------*/

#top-nav {
  padding: 0;
  top: 38px;
  margin: 0px 0 0 340px;
  position: absolute;
}

#top-nav ul {
  margin: 0;
  padding: 2px 0 2px 0;
}



a { text-decoration: none; }


#primary a { color: #000; }
#primary a:hover { color: #777; }
#primary a.active, #primary a.active:hover, #secondary a.active, #secondary a.active:hover { color: #333; }


#primary li {
/*  margin-left: 2px; 
  padding: 0;  */
  display: block;
  float: left;
  list-style-type: none;
}

#primary a {
  font-size: 11px;
  font-weight: normal;
  display: block;
}

#primary li.link-identity-0, #primary li.link-identity-1,
#primary li.link-identity-2, #primary li.link-identity-3,
#primary li.link-identity-4 {
  padding-right: 11px;
  background: url(nav_bullet.gif) no-repeat 100% 70%;
  _background: url(nav_bullet.gif) no-repeat 100% 30%;
}


#primary li.link-identity-0 a, #primary li.link-identity-1 a,
#primary li.link-identity-2 a, #primary li.link-identity-3 a,
#primary li.link-identity-4 a {
  padding-right: 11px;
  padding-bottom: 2px;
}

#primary li.link-identity-1,
#primary li.link-identity-2, #primary li.link-identity-3,
#primary li.link-identity-4, #primary li.link-identity-5 {
  padding-left:7px;
}



#primary li a.active { color: #777 !important;}

/* ------  Secondary Nav Rules --------- */

#secondary {
  margin: 0;
  padding: 10px 0 0 10px;
}

#secondary a { color: #777; }
#secondary a:hover { color: #000; }
#secondary {
  text-align: left;
  font-size: 14px;
}
#secondary li {
  margin: 0; 
  padding: 0 0 5px 0;
  display: inline;
  list-style-type: none;
}
#secondary a {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
#special-links {
  margin: 3px 0 0 10px;
  height: 25px;
  width: 745px !important;
  background: url(hardwood.jpg) no-repeat 0% 0%;
}
*/





.block .more-link a { color: #333; }
.block .more-link a:hover { color: #000; }
.more-link {
  float: none;
  text-align: right;
  font-style: italic;
}
.links a.read-more:hover { color: #000; }
.links a.read-more {
  font-style: italic;
  font-size: 1.2em;
}

/*-------------SEARCH PROPERTIES--------------*/

#search {
  margin: 0;
  padding: 0 10px 0 0;
  float: right;
}
#search .form-text {
  margin-right: 3px;
  padding: 3px;
}
#search .form-submit {
  padding: 2px;
}
.breadcrumb {
  padding: 0.5em 1em 1.5em 0;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}


/*---------------- CALENDAR PROPERTIES ----------------*/

.calendar td, .calendar th { border-color: #eee; }
.calendar .day-normal { background: #fff; }
.calendar .day-future { background: #fff; }
.calendar .day-today { background: #333; color: #fff; }
.calendar .day-today a { color: #fff; }
.calendar .day-selected { background: #555; color: #fff; }
.calendar .day-link { background: #ddd; color: #fff; }


/* ---------------- COMMENT PROPERTIES --------------------*/

.main-content .comment {
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ddd;
}
.main-content .comment {
  padding: 1em;
  margin: 1.5em 0;
}
.comment-new .new { color: #5C2624 }
.comment-new .new {
  float: right;
  font-size: 1.1em;
 /* display: block; */
  padding-bottom: 0.5em;
  width: 30px;
}
.main-content .comment .author, .main-content .comment .links { color: #333; }
.main-content .comment .author {
  font-size: 0.9em;
  padding: 0.1em 0 0.3em 0.75em;
}
.main-content .comment .links {
  padding: 0.75em 0 0 0;
  margin: 0;
}
.main-content .comment-folded {
  padding: 0.5em;
  margin: 1.5em 0;
}
.main-content .comment .content, .main-content .comment .content p {
  padding: 0;
  margin: 0;
  line-height: 1.6em;
  text-indent: 0;
}
.main-content .comment .title, .main-content .comment .title a.active {
  color: #444;
}
.main-content .comment .title {
  font-weight: bold;
  font-size: 1.1em;
  padding: 0;
  margin-bottom: 0.5em;
}


#edit-comment {
 width: 400px;
}


/* ----------------- FORM PROPERTIES -----------------*/

form {
  padding: 0;
  margin: 0;
}
.form-submit {
  margin: 0;
}
.form-item {
  margin: 3px 0;
  padding: 0.3em 0;
}
form .form-item .title  {
  margin-bottom: 0.5em;
  padding: 0.3em 0;
  text-align: left;
}
form .form-item .title  {
  border: 0;
  border-bottom: #ddd solid 1px;
  color: #777;
  background: transparent;
}
.form-radio, .form-checkbox {
  background: transparent;
  border: 0;
}

input.form-text {
  margin: 0;
  padding: 0 5px;
  font-size: 12px;
  max-width: 200px;
}

input, textarea {
  background: transparent;
  color: inherit;
  border: 1px solid #777;
}

textarea {
  width: 400px;
}


input:focus, textarea:focus {
  background: transparent;
  border: 1px solid #666;
}
input.form-text { border: solid 1px #ddd; }

select {
  background: #eee;
  color: #000;
}
select {
  margin: 1px 5px;
}

button.form-submit { border: solid 1px #ddd; }
button.form-submit {
  margin: 0;
  padding: 0;
  font-size: 12px;
}


/* ------------------- ACCESSIBILITY ---------------- */

#accessibility { 
  position: absolute; left: -9999px; 
  display: none;
}


/* ----------------- ITEM LIST ----------------------- */

.item-list {
  margin: 0.25em 0 0 0;
  font-size: 0.9em;
}
.item-list ul {
  list-style: none;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 0;
  padding: 0 0 0 1em;
  line-height: 1.3em;
  list-style: none;
}



/* ----------------- MISC ----------------------- */

.xml-icon {
  text-align: center;
}
#mission {
  color: #000;
  background: #eee;
  border: solid 1px #999;
}
#mission {
  padding: 5px 10px;
  margin: 0 0 1.6em 0;
  font-size: 1.1em;
  text-indent: 0;
  width: auto;
}
#pager {
  text-align: center;
}
#pager div {
  padding: 0.5em;
}

#message {
  border: 1px solid #222;
}
#message {
  padding: 2em;
  margin: 1em 2em;
}
li.leaf {
  list-style-type: square;
}
div.picture { 
  float: left;
  margin: 0 1em 0.3em 0;
}
br.clear {
  clear: both;
}
.center_img {
  display: block; 
  margin: 0 auto;
}

div.clear {
  clear: both;
}


.breadcrumb, .main-content .content-title, .links a.read-more { color: #111; }

.box { border: 1px solid #eee; }
.box h2 { color: #999; }

.marker, .error { color: #f00; }
.ok { color: #080; }
.path a, .path a:visited { color: #777; }

fieldset { border: 1px solid #999; }
.tabs li .active, .tabs li .active:hover  {
  color: #ccc;
}
pre {
  background: #ddd;
  border: 1px solid #aaa;
}
div.picture { border: 0; }

#content .main-content tbody tr th,
.main-content table tbody tr.watchdog-regular td,
.main-content table tbody tr.watchdog-httpd td,
.main-content table tbody tr.watchdog-special td,
.main-content table tbody tr.watchdog-error td,
.main-content table tbody tr.watchdog-access-denied td,
.main-content table tbody tr.watchdog-cron td,
.main-content table tbody tr.watchdog-aggregator td,
.main-content table tbody tr.watchdog-page-not-found td,
.main-content table tbody tr.watchdog-content td,
.main-content table tbody tr.watchdog-user td {
  font-size: 9px;
  max-width: 100px;
  padding: 0 5px 0 0;
}

.comment .title, 
.profile, 
.book .nav, 
.book .nav .links,
.book .nav .titles,
#aggregator .news-item,
#aggregator .news-item .description,
.comment .links {
  clear: none;
}

#edit-edit_file {
  width: 560px;
}

/* ---- SITE SPECIFIC ---
_________________________________________________ */

/* -------------------  home page styles ------------- */


/* -- adujust frontpage width -- */

.home-page .main-content {
  margin-left: 285px;
}


.home-page #sidebar-left {
  width: 285px;
  text-align: justify;
}


/* --- Flash Image Container --- */

#front-flash {
  border: 1px solid #000;
  padding: 0;
}

#slideshow_as2 {
  padding: 0;
}


/* --- title remover --- */

.home-page h2.content-title {
  display: none;
}

.home-page .links {
  display: none;
}


/* --- Front Page side bar style --- */

/* --- Block Rules --- */
#block-block-1 {
  padding-top: 10px;
}

#block-block-1 p {
  font-size: 11px;
  color: #000;
  line-height: 1.5em;
  text-align: left;
}


/* --- Front Page Post styles --- */

.home-page .main-content .node {
  margin-top: -5px;
}


.post-nm-0 {
 padding-bottom: 5px;
 background: url(post-spacer.jpg) no-repeat bottom center;
}

.post-nm-1 {
 padding-top: 2px;
 _padding-top: 10px;
}

#font-post h2 {
  height: 16px;
}

#font-post h2 a {
  padding: 0;
  font-size: 13px !important;
}

#font-post { 
  color: #222;
}

#font-post p{ 
 font-size: 10px !important;
}

#front-more a {
  border: none !important;
  float: right;
}



.no-border a {
  border: none !important;
}



/* --- community page rules --- */


.community .main-content .content-title {
  font-size: 40px;
  margin-bottom: 10px;
  height: 75px;
  width: 99%;
  _font-size: 35px;
  _width: 95%;
/*  
  _height: 40px;
   */
}

.community .node {
 padding-bottom: 10px;
 background: url(post-spacer.jpg) no-repeat bottom center;
}

.community .sticky {
 padding-bottom: 5px;
 background: none;
}


.community .node h2 a {
  font-size: 14px;
}


.links, .links p a{
  font-weight: normal !important;
}


.xml-icon {
 position: relative;
 width: 35px;
 height: 35px;
 overflow: hidden; 
 background: url(rss_grey.jpg) no-repeat;
}

.xml-icon a {
  position: relative;
  display: block;
  padding: 15px;
}

.xml-icon a img {
  display: block;
  margin-left: -3000px;  
}


.community .info {
  height: 15px;
  padding-left: 15px !important;
  background: url(USER.GIF) no-repeat 0% 50%;
  _background: url(USER.GIF) no-repeat 0% 15% !important;
}

.blog .info {
  height: 15px;
  padding-left: 15px !important;
  background: url(USER.GIF) no-repeat 0% 50%;
  _background: url(USER.GIF) no-repeat 0% 15% !important;
}

#block-block-4 h2{
  display: none;
}


#block-block-4 .community_user .picture img {
 position: absolute !important;
 _position: relative !important; 
border: 1px solid #000;
 /*_margin-left: -90px !important; */
 float: none !important;

} 

.community_user {
  min-height: 80px;
}


#block-block-4 .community_user {
  width: 245px;
  padding: 10px 5px;
  margin: 0 0 20px 0;
  border: 1px solid #555; 
  background: #F6F6F6;
}



#block-block-4 .community_user .user_industry {
  clear: left;
}

.clear-left {
  clear: left;
}

.user_name, .user_name, .user_organization, .user_industry {
  padding-bottom: 5px !important;
}


.bio-info {
 position: relative;
 margin-left: 90px;
}

.bio-info ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}


.bio-info ul li {
 font-size: 11px;
 margin: 3px 0;
}



/* ---- Profile Styles ---- */
.user .picture {
  position: absolute;
  margin-left: 350px !important;
}

.user .picture a img {
  border: 1px solid #000;
}


.home-page #node-type h2 {
  margin-top: 10px;
}







/* -- hide book links -- */

.book {
  display: none;
}

/* -- membershp table rules -- */
table p {
  text-align: left !important;
}


#membership-table, #membership-table tr, #membership-table tr td {
  border: 1px solid #000;
}

#membership-table tr td {
 padding: 3px;
}

#membership-table tr th {
  margin-left: 30px;
}

.membership .node img {
  border: none !important;
}



/* -- removes page titles -- */

.faq .main-content .content-title, .page-node-8 .main-content .content-title , .page-node-9 .main-content .content-title, .user-login .main-content .content-title, .contact .main-content .content-title  {
  display: none;
}


/* --- contact page styles --- */

#block-block-9 a img {
  margin-top: 10px;
  border: 1px solid #000;
}



#edit-field-1, #edit-field-2, #edit-field-3 {
  width: 250px;
}

#edit-field-4 {
  width: 375px;
}





/* --- END contact page styles --- */


.content h3 {
  padding: 0 !important;
  margin-bottom: 3px;
  height: 16px;
  font-size: 13px !important;
  
}


.graphic-spacer {
  margin: 3px 0 8px 0;
  width: 98%;
  height: 15px;
  background: url(post-spacer.jpg) no-repeat center;
}


.page-node-9 .graphic-spacer {
  margin: 20px 0 25px 0;
  width: 100%;
  height: 15px;
  background: url(post-spacer.jpg) no-repeat center;
}


/* --- download/join workspace link --*/
#block-block-5 {
  margin-top: 20px;
}

#block-block-5 h2{
  display: none;
}

/* -- #block-block-5 h3{
  font-size: 16px;
  height: 35px !important;
} -- 
*/


/* -- FAQ links -- */

#block-block-7 ul {
  padding: 0;
  margin-left: 0;
}

#block-block-7 ul, #block-block-7 ul li {
 list-style-type: none;
}

#block-block-7 ul li{
  margin: 8px 0 8px 0;
  padding-left: 15px;
  background: url(nav_bullet.gif) no-repeat 0% 50%;
}


#block-block-7 ul li a{
  font-size: 11px !important;
}

/* override default drupal styling for book nav */

#block-block-14 ul li.leaf, #block-block-15 ul li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding-left: 15px;
  background: url(nav_bullet.gif) no-repeat 0% 50%;
}


#block-block-14 h2, #block-block-15 h2 {
  display: none;
}


#block-block-14 .content h2, #block-block-15 .content h2 {
  display: block !important;
  padding: 3px 0 0 0;
  margin-bottom: 15px;
  font-size: 13px;
}
}

.sidebar .menu ul li.leaf a{
 color: #888 !important;
 font-size: 12px;
}

.sidebar .menu ul li.leaf a:hover{
 color: #000 !important;
}

.user_list, .user_list li {
  list-style-type: none;
}


.user_list li { 
  padding-left: 15px;
  background: url(nav_bullet.gif) no-repeat 0% 60%;
}


/* -- user login rules -- */

.page-user-login .main-content, 
.recover-password .main-content{
  height: 300px;
  padding-top: 60px;
}

 
.page-user-login .main-content .content-title, 
.recover-password .main-content .content-title  {
  margin-bottom: 20px;
}



.page-user-login .sidebar, 
.recover-password .sidebar {
  display: none;
}

.page-user-login .main-content,
.recover-password .main-content {
  margin: 0 auto;
  width: 280px;
}


.phone-number {
  padding-left: 10px;
}

.sidebar h3{
  font-size: 11px;
}

.sidebar h3 a {
 color: #000 !important;
 font-size: 11px;
}

.sidebar h3 a:hover{
 color: #777 !important;
}


#block-block-10 h2, 
#block-block-11 h2, 
#block-block-12 h2,
#block-block-13 h2,
#block-block-16 h2 {
 display: none;
}


/* communitynav block */


#block-block-16 .content h2 {
  display: block !important;
}


#block-block-10 {
 margin: -9px 0 0 24px !important;
}

#block-block-10  h3 a{
 color: #888 !important;
 padding-left: 15px !important;
 background: url(nav_bullet.gif) no-repeat 0% 60%;
}

#block-block-10  h3 a:hover{
 color: #000 !important;
}


#block-block-13 {
 margin: -9px 0 0 24px !important;
}

#block-block-13  h3 a{
 color: #888 !important;
 padding-left: 15px !important;
 background: url(nav_bullet.gif) no-repeat 0% 60%;
}

#block-block-13  h3 a:hover{
 color: #000 !important;
}


/* -- remove book info and page reads -- */
.about .links, .membership .links, .contact .links, .faq .links, .community-members .links  {
  display: none;
}






/* --- for whitespace error 
   on community member blog pages -- */


.node-form .standard {
  clear: none;
}

.node-form .admin .authored, .node-form .admin .options, .node-form .admin .extra {
  float: none;
}


/* recent post bug fix for IE */

#tracker table {
  width: 95%;
}


#remove {
  display: none;
}