/*   
Theme Name: Assetman
Description: Custom theme for Geekmedia Resource Library
Author: Drew Bertola (dbertola@slashdotmedia.com)
Version: 1.0
*/
@CHARSET "UTF-8";

body {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: #eee url(/wp-content/themes/assetman/images/body_bg.png) repeat fixed;
  padding: 0;
  margin: 0;
}

a {
  color: #198dd5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}

div#super {
  width: 1040px;
  background: transparent url(/wp-content/themes/assetman/images/outer_bg.png) repeat-y fixed center;
  margin: 0 auto;
}

div#outer {
  width: 1000px;
  background: #fff;
  margin: 0 auto;
}

div#header {
  height: 300px;
  background: #333436 url(/wp-content/themes/assetman/images/media-library-header.png) no-repeat;
}

div#header h1,
div#header h2 {
  display: none;
}

div#header-slashmedia,
div#header-sourceforge,
div#header-freecode,
div#header-slashdot {
  position: relative;
  width: 120px;
  height: 64px;
  background: transparent;
}

div#header-slashmedia {
  top: 26px;
  left: 20px;
  width: 324px;
}

div#header-sourceforge {
  top: -38px;
  left: 390px;
  width: 176px;
}

div#header-freecode {
  top: -102px;
  left: 636px;
  width: 122px;
}

div#header-slashdot {
  top: -166px;
  left: 828px;
  width: 146px;
  background-position: -828px 0;
}

div#main {}

div#left-sidebar {
  float: left;
  width: 300px;
}

div#search-box {
  width: 220px;
  margin: 20px auto;
}

div#search-box form input {
  width: 211px;
  padding: 4px;
  border: 1px #aaa solid;
  border-radius: 4px;
  margin: 0 auto;
}

div#left-sidebar div.menu {
  width: 220px;
  padding: 0 0 20px 0;
  border: 1px #aaa solid;
  border-radius: 8px;
  margin: 20px auto;
}

div#left-sidebar h3 {
  margin-left: 20px;
}

div#left-sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

div#left-sidebar ul li {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 0 20px;
}

div#left-sidebar ul li.selected {
  margin: 0 0 0 10px;
}

div#left-sidebar ul li:first-child {
  font-weight: bold;
}

div#content {
  float: right;
  width: 660px;
  min-height: 600px;
  margin: 0 20px;
}

div.post-container {
  padding: 8px 0;
  border-bottom: 1px #aaa solid;
}

div.post-container:first-child {
  margin-top: 20px;
}

div.post-container h4 {
  float: left;
  width: 520px;
  font-size: 16px;
  margin: 8px 0;
}

img.sponsor-logo {
  float: right;
  height: 32px;
  margin: 0;
}

div.post-content {
  clear: both;
}

div.post-content p {
  text-align: justify;
  line-height: 18px;
  margin: 4px 0;
}

div.post-download a {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 12px;
  color: #eee;
  background-color: #198dd5;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 4px 0 2px 0;
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

div.post-download a:hover {
  color: #fff;
}

div.post-download a:active {
  color: #fff;
  background-color: #198dd5;
  margin: 6px 0 0 0;
  box-shadow: none;
}

div#pagination {
  text-align: center;
  margin: 8px 0 12px;
}

div#footer {
  height: 80px;
  background: #333436 url(/wp-content/themes/assetman/images/sdmedia_logo_footer.png) no-repeat scroll 52px 24px;
  padding: 12px;
}

div#footer div {
  color: #bbb;
  margin: 40px 0 0 400px;
}

div#footer div a {
  color: #bbb;
  font-size: 12px;
  padding: 0;
}

object {
  display: none;
}

.clear {
  clear: both;
}

