@CHARSET "ISO-8859-1";
/* reminders
order of css shortcuts (no commas):
top right bottom left
<a> stuff: a, a:visited, a:hover, a:active */

/* ******************************************************************* *\
 *                                                                     *
 *    there are lots of colors listed seemingly redundantly. do not    *
 *    remove them. they are still needed for debugging                 *
 *                                                                     *
\* ******************************************************************* */

body {
  background-color: #fff;
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#333;
  padding:0px;
  margin:0px;
}
a:link {
  color: #00c;
}
p, .long-list, .short-list {
  padding: 5px 10px;
  margin:0px;
}
.long-list ul, .short-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.long-list ul li, .short-list ul li {
  height: 20px;
}
.long-list a img, .short-list a img {
  /* icons from: http://sweetie.sublink.ca/preview/icons/Sweetie-BasePack-v3 */
  border:0;
  height:16px;
  width:16px;
}

.long-list-item {
  left:70px;
  position:absolute;
}
.short-list-item {
  left:47px;
  position:absolute;
}

h1 { font-size: 22px; }
h2 { font-size: 17px; }
h3 { font-size: 13px; }
h4 { font-size: 11px; }
h1, h2, h3, h4, h5, h6, h7 {
  padding: 5px 10px;
  color:#db0000;
}
.top-header {
  margin-top:0;
}
.short-button, .long-button {
  border: 0;
  position:relative;
  top:5px;
  height: 20px;
}
.short-button {
  width: 80px;
}
.long-button {
  width: 120px;
}

/* ----------container to center the layout---------- */
#container {
  width: 1000px; /*changing this changes other stuff which is math based on this*/
  padding:0px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
} 

/* ----------outer and inner----------------- */
#outer {
  background-color: #fff; /* color of the content column */
}

/* -------------- left bar ------------- */
#left {
  width:200px;
  float:left;
  position:relative;
  margin-right:0;
}

/* ----------- main content area ----------- */
#content {
  position: relative; 
  margin: 0px;
  width: 800px;
  float: right;
}

/* ----- top strip with news and login stuff ----- */
#top-strip {
  position:relative;
  height:20px; /*match child heights*/
}

#user-info {
  float: right;
  padding-top: 4px;
}

#news, #login-info {
  position:absolute;
  display:inline;
  height:20px; /*match parent height*/
}
#news {
  top:4px;
  color:#999;
}
#login-info {
  right:0;
}

#openid-box {
  border: 1px solid #ccc;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  padding:1px;
  width: 150px;
  position:relative;
  top:0;
  /* add OpenID icon */
  background: #fff url('openid-icon-small.gif') no-repeat scroll 0pt 50%;
  padding-left:18px;
}
#login-button {
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  background:#ccc;
  color:#333;
  border: 1px solid #999;
  padding:0;
  position:relative;
  top:0;
}

/* --------- hover account drop-down menu --------- */
/* http://phoenity.com/newtedge/horizontal_nav/     */
ul.nav, .nav ul {
  margin: 0;
  padding: 0;
  cursor: default;
  list-style-type: none;
  display: inline;
}
ul.nav {
  display: inline;
}
ul.nav>li {
  display: table-cell;
  position: relative;
}
ul.nav li>ul {
  display: none;
  position: absolute;
  max-width: 40ex;
  z-index: 2;
}
ul.nav li:hover>ul {
  display : block;
}
.nav ul li a {
  display: block;
  padding: 2px 10px;
}
/* menu colors */
.nav ul, .nav ul li a {
  background-color: #fff;
  color: #db0000;
}
ul.nav li:hover, .nav ul li a:hover, ul.nav li:active, .nav ul li a:active {
  background-color: #db0000;
  color: #fff;
}
.nav ul {
  border: 1px solid #db0000;
}
.nav a {
  text-decoration: none;
}

/* ---------- header -------------- */
#header {
  background-color: #fff;
  position:relative;
  height:60px; /*match child heights*/
}
#logo {
  background-color: #fff;
  position:absolute;
  width:200px;
  height:60px; /*match parent height*/
  display:block;
}
#logo img {
  position:absolute;
  bottom:15px;
  background: #fff url(logo-full200x26.jpg);
/*  background: #fff url(logo-text200x26.jpg);*/
/*background:#f00;keep this line only for testing*/
  height:26px;
  width:200px;
  border:0;
}

#top-nav {
  background-color: #fff;
  position:absolute;
  left:200px;
  height:60px; /*match parent height*/
  width:800px;/*container width minus logo width*/
}

/* ------------------- search -------------------- */
#search {
  background-color: #fff;
  position:absolute;
  width:500px;
  height:22px;
  left:120px;
}
#search-box, #search-select {
  border: 1px solid #ccc;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  position:relative;
}
#search #search-box {
  padding:2px;
  width: 250px;
}
#search #search-select {
  padding:1px;
}
/* -------------- top tabs --------------- */
#tabs {
  background-color: #fff;
  position:absolute;
  bottom:0;
  width:700px;
  height:23px;
  z-index:1;
}
.top-tab-first {
  margin-left:30px;
}
.top-tab, #top-tab-active {
  padding:0px 0 0 0;
  margin-right:5px;
  float:left;
  display:block;
  width:120px;
}
.top-tab, #top-tab-active {
  height:20px;
}
.top-tab {
  background: #fff url(tab-inactive.gif);
}
#top-tab-add {
  background: #fff url(blank-button-long1.gif);
}
#top-tab-add a {
  color: #fff;
}
#top-tab-active {
  background: #fff url(tab-active.gif);
  height:24px;
}
.top-tab a, #top-tab-active a {
  font-weight:bold;
  text-decoration:none;
  width:120px;
  height:20px;
  text-align:center;
  float:left;
  color:#333;
}
.top-tab a {
  padding:3px 0 0 0;
}
#top-tab-active a {
  padding:6px 0 0 0;
}

/* ---------- rounded corner boxes ----------- */

.sidebox_box { margin: 0 10px 10px 0; }
.sidebox_box        { background: url(grey-silver_tl.png) no-repeat top    left; }
.sidebox_top        { background: url(grey-silver_tr.png) no-repeat top    right; }
.sidebox_bottom     { background: url(grey-silver_bl.png) no-repeat bottom left; }
.sidebox_bottom div { background: url(grey-silver_br.png) no-repeat bottom right; }
.sidebox_content    { background: url(grey-silver_r.png) top right repeat-y; }
.sidebox_top div,.sidebox_top,.sidebox_bottom div,.sidebox_bottom
{ width: 100%; height: 15px; font-size: 1px; }
/* .sidebox_content, .sidebox_bottom { margin-top: -19px; } */
.sidebox_content { padding: 0 15px; }

.mainbox_box { margin: 0 0 10px 0; }
.mainbox_box        { background: url(silver-white_tl.png) no-repeat top    left; }
.mainbox_top        { background: url(silver-white_tr.png) no-repeat top    right; }
.mainbox_bottom     { background: url(silver-white_bl.png) no-repeat bottom left; }
.mainbox_bottom div { background: url(silver-white_br.png) no-repeat bottom right; }
.mainbox_content    { background: url(silver-white_r.png) top right repeat-y; }
.mainbox_top div,.mainbox_top,.mainbox_bottom div,.mainbox_bottom
{ width: 100%; height: 15px; font-size: 1px; }
/* .mainbox_content, .mainbox_bottom { margin-top: -19px; } */
.mainbox_content { padding: 0 15px; }


/* ---------- misc ----------- */
.category-col {
  position: relative;
  float:left;
  width: 350px;
}

.nav-links {
	clear:both;
}

#title-warning {
	color: #DB0000;
	font-weight: bold;
}

/* category entry */
#all-labels {
	border: 1px solid #999;
	background: #ccc;
	margin:10px;
	padding:5px;
}
/* DB0000 */
#ac-list {
	border: 1px solid #DB0000;
	background: #fff;
	color: #333;
}
#ac-list div {
	cursor: pointer;
	margin: 1px;
	padding: 0 10px;
}
#ac-list .selected {
	background: #DB0000;
	color: #fff;
}

/* ---------- extra box ----------- */
.extra-box {
  background:#ccc;
  margin: 0 0 15px 15px;
  border: 2px solid;
  border-top-color: #999;
  border-left-color: #999;
  border-bottom-color: #666;
  border-right-color: #666;
  float:right;
}

.extra-box a img {
  /* icons from: http://sweetie.sublink.ca/preview/icons/Sweetie-BasePack-v3 */
  border:0;
  height:16px;
  width:16px;
  vertical-align:middle;
}

/*  ---------------- footer ---------------------- */ 
#footer {
  clear: both;
  padding:10px 0 0 0;
  margin:0 0 20px 0;
  text-align: center;
  border-top: 1px solid #999;
}