/* $Id: $

/**
*  Tweaks
*
*  This file holds all the odds-and-ends CSS to make Drupal look like
*  the original Tiki site.
*/

/* Make the main menu block special */
#block-menu-73 h2 {
  display: none;
}
#block-menu-73 ul {
  padding: 0em;
}

/* Style the search button to match Tiki */
input.blue_button {
  background:#033495 none repeat scroll 0%;
  border:1px solid black;
  color:#FFFFFF;
  font-family:Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0px;
  padding:0px 0px 2px;
}

hr {
  border:1px dashed #000000;
}

.blue_button {
  background:#033495 none repeat scroll 0% 50%;
  border:1px solid black;
  color:#FFFFFF;
  font-family:Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin:0px;
  padding:0px 0px 2px;
}

#sidebar-left .block-menu ul.menu li ul.menu,
#sidebar-left .block-menu ul.menu li ul.menu li {
  display: none;
}

div#sidebar-right h2.title {
  margin: 0px -5px 5px -5px;
}

div#left_blockquote {
  background:#E3E3E3 url(images/leftquote.jpg) no-repeat scroll left top;
  margin-left:50px;
  margin-right:50px;
  padding-left:50px;
  padding-top:10px;
}

div#right_blockquote {
  background:#E3E3E3 url(images/rightquote.jpg) no-repeat scroll right bottom;
  padding-right:50px;
}

div.simplebox {
  background:#ECE6E5 none repeat scroll 0%;
  border:1px solid black;
  font-family:Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
  font-size:13px;
  margin:5px 1px;
  padding:2px;
}

table#attachments {
  width: 100%;
  margin-top: 1em;
}

.field-label {
  font-size: 125%;
  margin-top: 1em;
  margin-bottom: .25em;
}

#edit-homepage-wrapper {
  display: none;
}

/* move screenshot image on portfolio view */
.field-field-screenshot {
  float: right;
  padding-left: 19px;
  padding-bottom: 10px;
  margin-top: 1em;
}
