/* Basic CSS for all phagesdb pages */
/* CSS for nav bar at top of page is in topnavbar.css */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000000;
  background-color: #333;
  background: url(/static/images/BackgroundPattern3.png) repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%; }

/* Main center column */
#container {
  margin: 0 auto;
  width: 960px;
  background: #FFF;
  text-align: left;
  box-shadow: 0px 0px 24px 12px #000;
  position: relative;
  z-index: 1001; }

/* Header pic at top of page, 960 pixels by 180 pixels */
#header {
  width: 960px;
  height: 180px;
  background: #000;
  padding: 0px;
  background-image: url(/static/images/ActinoDBHeader.png); }

#content-container {
  float: left;
  width: 960px;
  /*border: 1px solid red;*/
  margin: 0;
  background-image: url(/static/images/ContentBackground200.png); }

#messages p {
  color: #348DDB;
  font-weight: bold;
  margin: 24px 64px 24px 16px; }

/* This is the left sidebar for phagesdb pages.
200 total pixels wide (180px + 10px x 2 from left/right padding).
It gets its background color from the background image of content-container, above.
Thus, the color will extend all the way to the bottom of the main content column,
regardless of how much content is in this column. */
#leftColumn {
  float: left;
  width: 180px;
  margin: 0;
  padding: 10px;
  /*background: #CCF;*/
  font-size: 12px;
  /*border: 1px solid deeppink;*/ }

/* Main content div for phagesdb. */
#content {
  float: left;
  width: 745px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 15px; }

/* This is the right sidebar for phagesdb pages.
200 total pixels wide (180px + 10px x 2 from left/right padding).
Its background color is defined in the css below, and thus will only
extend as far as the internal content. */
#rightColumn {
  float: right;
  width: 180px;
  margin: 0 0 0 10px;
  padding: 10px;
  background: #ccc;
  font-size: 12px; }

/* #content-container a {
  text-decoration: none;
  color: #1e5799; }
  #content-container a:visited {
    color: #1e5799; }
  #content-container a:hover {
    color: #2e7cd6; }
*/
a {
  text-decoration: none;
  color: #1e5799; }

a:visited {
  color: #1e5799; }

a:hover {
  color: #2e7cd6; }

/* Search box stlying. */
#siteSearch {
  margin: 0;
  height: 24px; }

#siteSearch form {
  margin: 0; }

#siteSearch input[name=q], #goToPhage input#directToPhage {
  width: 128px;
  padding: 5px 10px;
  background: #fff;
  font-style: italic;
  color: #666;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  float: left;
  display: block; }

#goToPhage input {
  margin-bottom: 4px; }

#siteSearch input[name=sa], #goToPhage input.search_btn {
  background: url(/static/images/GoButton.png) no-repeat;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  float: left;
  display: block;
  margin: 0px 0px 0px 6px; }

/* Styling for admin buttons */
.admin_button a {
  font-size: 11px;
  color: #FFF;
  display: block;
  padding: 6px 10px;
  margin-top: 10px; }

.admin_button a:visited {
  color: #FFF; }

/* Styling for Recently Added, Modified, and Finished phage lists */
#recentPhages {
  font-size: 12px;
  line-height: 16px; }

#recentPhages p {
  display: block;
  color: white;
  background: #666666;
  padding: 4px 4px;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  margin: 6px 0 0 0; }

#recentPhages a {
  display: block;
  color: #333333;
  background: white;
  padding: 4px 16px;
  margin-top: 1px; }

#recentPhages a:visited {
  color: #333333; }

#recentPhages a:hover {
  color: white !important;
  background: #449944;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449944', endColorstr='#255225');
  background: -webkit-gradient(linear, left top, left bottom, from(#449944), to(#255225));
  background: -moz-linear-gradient(top, #449944, #255225); }

/* Account info (sign in/sign out) styling. */
#account {
  font-size: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 3px 8px;
  margin: 12px 0px;
  border: 1px solid #999;
  color: #DDD;
  background: #449944;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449944', endColorstr='#152f15');
  background: -webkit-gradient(linear, left top, left bottom, from(#449944), to(#152f15));
  background: -moz-linear-gradient(top, #449944, #152f15); }

#account p {
  margin: 0; }

#account a {
  font-weight: bold;
  color: #FFF; }

#account a:visited {
  color: #FFF; }

.avatarPic {
  float: left;
  padding: 2px;
  margin-right: 4px; }

.avatarPic img {
  width: 32px; }

/* Footer styling */
#footer {
  clear: left;
  background: #111111;
  color: #FFF;
  text-align: left;
  padding: 3px 6px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#111111');
  background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#111111));
  background: -moz-linear-gradient(top, #777777, #111111); }

#djangoPowered {
  height: 42px;
  width: 140px;
  float: left;
  background-image: url(/static/images/madeWithDjangoSmall2.png);
  background-repeat: no-repeat; }

a#terms_of_use {
  margin-left: 16px;
  color: #AAA;
  line-height: 40px;
  font-size: 14px; }

a#terms_of_use:visited {
  color: #AAA; }

/*# sourceMappingURL=base.css.map */
