﻿body {
    background: black url(../images/background.jpg) no-repeat top;
    margin: 0;
    padding: 0;
    color: #463b20;
}
.container {
}
#menucontainer {
    background: #033f52 url(../images/navigation/navigation-bg.jpg) no-repeat center top;
    height: 53px;
    margin-bottom: 10px;
}
#headercontainer {
    background: #781500 url(../images/header-bg.jpg) no-repeat center top;
    height: 116px;
    border-bottom: solid 2px #b5a890;
    margin-bottom: 2px;
}

#welcome {
    background: url(../images/welcome-background.jpg) no-repeat;
    margin: 1em auto;
    width: 850px;
    height: 255px;
    position: relative;
}

#welcome-video {
    width: 265px;
    height: 192px;
    position: absolute;
    top: 36px;
    left: 12px;
}

#welcome-content {
    color: #714607;
    font-weight: bold;
    font-size: 110%;
    width: 536px;
    height: 180px;
    position: absolute;
    top: 56px;
    left: 292px;
}

#welcome-content p {
    margin-bottom: 0.5em;
}

#welcome-content a {
    color: #714607;
}

#welcome-content a:hover {
    color: #C62500;
    text-decoration: underline;
}

#welcome-content li.complete {
    color: #999;
}

#welcome-content li.complete a {
    color: #999;
    text-decoration: line-through;
}

#welcome-dismiss {
    display: block;
    width: 156px;
    height: 33px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#tagline {
    z-index: 1000;
    margin: 1em auto -22px;
    width: 866px;
    height: 91px;
}
#tagline.img {
    width: 866px;
    height: 91px;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 18, 2010 */
@font-face {
	font-family: 'MemphisBoldRegular';
	src: url('font/memphis-bold-webfont.eot');
	src: local('☺'), url('font/memphis-bold-webfont.woff') format('woff'), url('font/memphis-bold-webfont.ttf') format('truetype'), url('font/memphis-bold-webfont.svg#webfontLosL3zv2') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Standard */
h1.title {
    font-family: 'MemphisBoldRegular', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    left: -33px;
    position: relative;
    width: 946px;
    padding: 1px 10px 0 50px;
    white-space: nowrap;
    overflow: hidden;
    color: White;
    height: 58px;
    background: url(../images/title-bg.png) no-repeat;    
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited  {
    text-decoration: none;
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: underline;
}

#main h2 {
    font-family: 'MemphisBoldRegular', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #c62500;
}

h2.parent {
	font-size: 36pt;
}

h3.parent {
    font-size: 12pt;
	color: #c62500;
	margin-bottom: 0;
}

#main ol li {
    margin-bottom: 1em;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: none;
}
a:active {
    color: #12eb87;
}

#header {
    padding: 1em 0 0;
}

#social {
    margin-top:7px;
    text-align:right;
}

#social a {
    margin-left: 10px;
}

#logo a {
  	background:url(../images/rackrs-logo.png) no-repeat 0 0;
  	display: block;
	width:246px;
	height:92px;
	text-indent:-9999px;
}

.search-box {
    margin-left: 40px;
    width: 480px;
    height: 30px;
    background: url(../images/search-bg.png) no-repeat 0 0;
    text-align: left;
}

.search-box input.query {
    margin: 0 0 0 15px;
    padding: 0 10px 0 0;
    width: 415px;
    background: transparent;
    border: none;
    margin-left:15px;
    outline:none;
}

.search-box input.submit {
    border: medium;
    text-indent: -9999px;
    padding: 0;
    width: 24px;
    height: 20px;
    background: url(../images/search-button.gif) no-repeat 0 0;
}
.search-result {
    padding-left: 10px;
    margin-bottom: 1em;
}

#main {
    background: #f6e7c4 url(../images/main-bg.jpg);
    border: solid 5px white;
    padding-bottom: 30px;
    min-height: 400px;
}

#main ul, #main ol {
    padding-left: 3em;
}

#main ul.list {
    padding: 0;
    position: relative;
    margin: 0;
}

#main ul.list li {
    display: block;
    list-style: none;
}

#main ul.subnav {
    margin: 8px 2px;
    padding: 0;
    background: white;
    border-bottom: solid 1px #dbdddf;
}

ul.subnav li {
    border-bottom: solid 1px #f6f6f6;
}

ul.subnav li.header {
    padding: 4px;
    background: url("../images/navigation/navigation-bg.jpg") no-repeat scroll center top #033F52;
    border: 1px solid #033F52;
    color: white;
    font-weight: bold;
}

ul.subnav li a {
    border-left: 1px solid #dbdddf;
    border-right: 1px solid #dbdddf;
    display: block;
    padding: 2px 2px 2px 5px;
    color: #727041;
    text-decoration: none;
}

ul.subnav li a:hover {
    background: #6b8087;
    border-left: 1px solid #2f6373;
    border-right: 1px solid #2f6373;
    color: white;
    text-decoration: none;
}

#footer {
    padding: 1.5em 0;
    margin-bottom: 1.5em;
    border-top: solid 3px black;
    color: #999999;
}

#footer a {
    color: #999999;
    text-decoration: underline;
}

/* Stats */
div.stats {
    margin-bottom: 20px;
}

div.stats p {
    margin-bottom: 0px;
}

div.stats .label {
    color: #979081;
}

div.stats .value {
}

/* Form Classes */

/* Button styling from http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
.fg-button {
   cursor: pointer !important;
   outline: 0; 
   margin: 6px 4px 0 0; 
   padding: .4em 1em; 
   text-decoration:none !important; 
   cursor:pointer; 
   position: relative; 
   text-align: center; 
   zoom: 1;
   width: 100px;
}

.fg-button.wide {
   width: 150px;
}

.fg-button.indent {
    float: left;
    margin-left: 165px;
}

.fg-button img {
    vertical-align:text-top;
}

.form-link {
    display: inline;
}

.formtitle {
	font-size: 120%;
	font-weight: bold;
	background-color: #f4f4f4;
	color: #666;
	padding: 10px 6px 10px 8px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

.formarea {
	padding: 8px;
	border: solid 1px #E1E1E1;
	border-top-width: 0;
    margin-bottom: 2em;
    background: white;
}

/* Form Layout */
.formarea br {
    clear: left;
}

.formarea p,
label,
textarea, input, label, button, optgroup {
    padding: 6px 10px;
}

input[type="image"] {
    padding: 0;
}

select {
    padding: 2px 4px 2px 6px;
}

label {
    float: left;
    width: 125px;
    display: block;
    clear: left;
    margin-right: 1em;
    text-align: left;
    cursor: hand;
}

label.wide {
    width: 180px;
}

.medium label {
    width: 90px;
}

label.block {
    float: none;
    width: auto;
}

.radioset label, .checkboxes label {
    width: auto;
    clear: none;
}

textarea, input, label, button, optgroup {
    margin-top:5px;
}

select {
    margin-top: 10px;
}

input[type="text"], input[type="password"] {
    width: 150px;
}

input[type="text"].wide {
    width: 400px;
}


input[type="checkbox"], input[type="radio"] {
    clear: left;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    width: auto;
}

textarea {
    width: 600px;
    height: 200px;
}

textarea.short {
    height: auto;
}

textarea.small {
    height:auto;
    width:310px;
}

textarea.tall {
    height: 400px;
}

.buttonset {
    margin-left: 6px;
    float: left;
}
.buttonset label {
    /* Fix just for the jQuery UI buttonset labels. */
    clear: none;
    float: none;
    width: auto;
    font-size: 1em;
}

.cke_skin_kama *, .cke_skin_kama input[type="text"]{
    margin: 0;
    padding: 0;
    clear: none;
    float: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

/* Form Colors */
.formarea {
    color: #777;
    font-size: 15px;
    line-height: 18px;
    font-family: inherit;
}

.formarea p {
    margin-bottom: 4px;
}

input[type="text"], input[type="password"], textarea, select {
    margin-left: 6px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Selectable Lists */
#main ol.selectable .ui-state-default {
    background-position: 0 -200px;
}
#main ol.selectable .ui-selected, #main ol.selectable .ui-selected a {
    background: #F39814;
    color: white;
}
#main ol.selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#main ol.selectable li {
    margin: 0 16px 0 0;
    float: left;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#main ol.selectable li a {
    display: block;
    padding: 10px;
}

/* Tables */
table.list {
	border: solid 1px #C7C7C9;
}

table.list td {
	border-color: #545151;
	vertical-align: middle;
}

table.list td form {
    display: inline;
}

table.list thead tr {
	background: url(../images/table-header.gif) repeat-x top;
	height: 20px;
}

table.list thead th {
	border-bottom: solid 1px #C7C7C9;
	font-weight: bold;
    vertical-align:middle;
    text-align:left;
}

table.list thead th, table.list td {
	padding: 0.3em 0.7em;
}

table.list tbody tr {
	background-color: #FFFFFF;
}

table.list tbody tr.listaltrow {
	background-color: #e5e5e5;
}

/*  Navigation and Facets */
ul#menu, ul#facets {
    padding: 0;
    position: relative;
    margin: 0;
}

ul#menu li, ul#facets li {
    display:block;
    float:left;
    list-style: none;
}

ul#menu li a {
    min-width: 80px;
    text-align: center;
    color: #c8c8c8;
    display:block;
    font-weight:bold;
    height:53px;
    line-height:53px;
    padding:0 20px;
    text-decoration:none;
    text-indent: -9999px;
}

ul#menu li.navigation-thefield a {
    background: url(../images/navigation/thefield-inactive.png) no-repeat center center;
}

ul#menu li.navigation-thefield.active a, ul#menu li.navigation-thefield a:hover  {
    background: url(../images/navigation/thefield-active.png) no-repeat center center;
}

ul#menu li.navigation-yourlocker a {
    background: url(../images/navigation/yourlocker-inactive.png) no-repeat center center;
}

ul#menu li.navigation-yourlocker.active a, ul#menu li.navigation-yourlocker a:hover  {
    background: url(../images/navigation/yourlocker-active.png) no-repeat center center;
}

ul#menu li.navigation-rackrs a {
    background: url(../images/navigation/rackrs-inactive.png) no-repeat center center;
}

ul#menu li.navigation-rackrs.active a, ul#menu li.navigation-rackrs a:hover  {
    background: url(../images/navigation/rackrs-active.png) no-repeat center center;
}

ul#menu li.navigation-store, ul#menu li.navigation-forums {
    float: right;
}

ul#menu li.navigation-store a {
    padding-left: 0;
}

ul#menu li.navigation-forums a {
    padding-right: 0;
}

ul#menu li.navigation-store a {
    background: url(../images/navigation/store-inactive.png) no-repeat center center;
}

ul#menu li.navigation-store.active a, ul#menu li.navigation-store a:hover  {
    background: url(../images/navigation/store-active.png) no-repeat center center;
}

ul#menu li.navigation-forums a {
    background: url(../images/navigation/forums-inactive.png) no-repeat center center;
}

ul#menu li.navigation-forums.active a, ul#menu li.navigation-forums a:hover  {
    background: url(../images/navigation/forums-active.png) no-repeat center center;
}

ul#menu li.active {
    background: url(../images/navigation/active.png) no-repeat center bottom;
}

ul#menu li.navigation-social {
    float: right;
    margin-top:8px;
}

ul#menu li.navigation-social a {
    width: auto;
    height: auto;
    text-indent: none;
    display: inline;
    padding: 0 10px 0 0;
}

ul#facets {
    margin-left: 5px;
}

ul#facets li a {
    display: block;
    color: #714607;
    padding: 2px 0;
    font-weight:bold;
    height:40px;
    line-height:30px;
    padding:0 15px;
    text-decoration:none;
}

ul#facets li a.active {
    color: #c62500;
}

ul#facets li a:hover {
    text-decoration: underline;
    color: #c62500;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color:Red;
}

.tip {
    font-style: italic;
    color: #666;
}

#login {
    font-weight: bold;
    display: block;
    line-height: normal;
    text-align: right;
    margin-top:1em;
    margin-bottom: 1em;
    color: White;
}

#login a:link {
    color: white;
    text-decoration: none;
}

#login a:visited {
    color: white;
    text-decoration: none;
}

#login a:hover {
    color: white;
    text-decoration: underline;
}

.field-validation-error {
    color: #ff0000;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.rounded {
}

.teaser {
    background: #000;
    color: White;
    padding: 20px 20px 0;
}

div.call-to-action {
    background: #81b3d9;
    width: 150px;
    margin-bottom: 1em;
}

div.call-to-action a {
    display: block;
    padding: 15px;
    color: White;
    text-decoration: none;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}

div.detail-type {
    text-align: center;
    margin-bottom: 1em;
}

/* List */
.edit-link {
    font-size: 0.5em;
    margin-left: 1em;
}
.edit-link a {
    text-transform: lowercase;
    text-decoration: none;
    color: #aaa;
    font-weight: normal;
    letter-spacing: normal;
}

/* Image Borders */
div.border {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.box-grid img {
    display: block;
    margin: 0 auto;
}

.border-top-220 {
    background: url(../images/borders/border-top-220.gif) no-repeat;
    width: 220px;
    height: 5px;
    position: relative;
}

.border-top-220 .shadow, .shadow-left {
    position: absolute;
    background: url(../images/borders/shadow-left.png) no-repeat;
    width: 17px;
    height: 167px;
    left: -17px;
}

.border-middle-220 {
    background: url(../images/borders/border-middle-220.gif) repeat-y;
    width: 220px;
    padding: 2px 7px;
    width: 206px;
    height: 220px;
}

.border-bottom-220 {
    background: url(../images/borders/border-bottom-220.gif) no-repeat;
    width: 220px;
    height: 5px;
    position: relative;
    margin-bottom: 12px;
}

.border-bottom-220 .shadow, .shadow-bottom {
    position: absolute;
    background: url(../images/borders/shadow-bottom.png) no-repeat;
    width: 220px;
    height: 22px;
    bottom: -22px;
    right: 0;
}

.wrapped-border {
    padding: 5px;
    background: #fffaef;
    border: solid 1px #bea980;
    position: relative;
}

/* Rackrs */
.rackr-container {
    padding: 5px 0px;
}

.rackr-details {
    float: left;
    padding-left: 10px;
    padding-top: 7px;
}

.rackr-details a {
    text-decoration: none;
    font-weight: bold;
    color: #c62500;
}

.rackr-details a:hover {
    text-decoration: underline;
}

.rackr-details  .rackr-fullname {
    color: #999;
    font-style: italic;
    padding-left: 10px;
}

.rackr-links a {
    text-decoration: none;
    font-weight: normal;
    color: #463B20;
    padding-right: 2px;
}

.rackr-links a:hover {
    text-decoration: underline;
}

.rackr-stats {
    clear: both;
}

.rackr-container-large .rackr-stats {
    padding-left: 10px;
}

/* Posts */
.post-author {
    float: left;
}

.post-author a {
    background: url(../images/avatar-bg.png) no-repeat;
    width: 40px;
    height: 40px;
    padding: 7px 10px 10px;
    display: block;
}

.post-author-200 {
    float: left;
}

.post-author-200 a {
    background: url(../images/avatar-bg-200.png) no-repeat;
    width: 200px;
    height: 200px;
    padding: 7px 10px 10px;
    display: block;
}

.post-container {
    margin-bottom: 1em;
}

.post-top {
    background: url(../images/post-top.png) no-repeat;
    width: 638px;
    height: 27px;
}

.post-top.activity-top {
    /*height: 54px;*/
}

.post-body {
    background: url(../images/post-body.png) repeat-y;
    width: 623px;
    padding-left: 15px;
}

.post-bottom {
    background: url(../images/post-bottom.png) no-repeat;
    width: 638px;
    height: 19px;
}

.post-meta {
    color: #AAA;
    font-size: 80%;
    padding: 0.5em 0 0 30px;
}

.post-meta a {
    color: #999;
    text-decoration: none;
    font-weight: bold;
}

.post-meta a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a.post-title {
    text-decoration: none;
    color: #C62500;
    display: block;
    font-weight: bold;
}

a.post-title:hover {
    text-decoration: underline;
}

.post-body div.border {
    margin-top: 0;
    margin-bottom: 0;
}

.post-body .border-bottom-220 {
    margin-bottom: 0;
}

.post-buttons {
    float: left;
    margin-left: 12px;
    width: 55px;
}

.post-buttons a {
    display: block;
    width: 55px;
    height: 46px;
    background: url(../images/post-buttons-bg.png) no-repeat;
    position: relative;
    color: #bea980;
    margin-bottom: 5px;
    cursor: pointer;
    text-decoration: none;
}

.post-buttons a:hover {
    background-image: url(../images/post-buttons-bg-hover.png);
}

.post-buttons a.selected {
    background-image: url(../images/post-buttons-bg-selected.png);
    color: #9bbdeb;
}

.post-buttons a span {
    background: no-repeat 17px 5px;
    position: absolute;
    display: block;
    width: 55px;
    height: 46px;
    text-align: center;
    padding-top: 21px;
    font-size: 110%;
    font-weight: bold;
}

.post-buttons a.cheer span, .post-buttons a.cheer-logon span {
    background-image: url(../images/post-buttons-cheer.png);
    background-position: 17px 0px;
    top: -7px;
    padding-top: 28px;
    height: 46px;
}

.post-buttons a.cheer.selected span {
    background-image: url(../images/post-buttons-cheer-selected.png);
}

.post-buttons a.attending span, .post-buttons a.attending-logon span {
    width: 100px;
    height: 26px;
}

.post-buttons a.attending.selected span {
}

.post-buttons a.comment span {
    background-image: url(../images/post-buttons-comment.png);
}

.post-buttons a.comment.selected span {
    background-image: url(../images/post-buttons-comment-selected.png);
}

.post-buttons a.view span {
    background-image: url(../images/post-buttons-view.png);
}

/* Comments */
.comment-container {
    padding: 5px 0;
}

.comment-details {
    float: left;
    padding-left: 10px;
}

/* Grids */
.box-grid {
    color: #51462B;
}

.box-grid a {
    text-decoration: none;
    color: #C62500;
    display: block;
}

.grid-player,
.grid-title {
    font-weight: bold;
    position: relative; /* Allows the links to appear above the absolutely positioned shadow. */
}

.grid-player {
    height: 1.1em;
    width: 220px;
}

.grid-title {
    width: 220px;
    overflow: hidden;
}

.grid-author {
    float: left;
    width: 120px;
}

.grid-author a {
    color: #463B20;
    height: 22px;
}

.grid-meta {
    float: left;
    width: 100px;
    text-align: right;
    height: 22px;
}

.grid-meta span {
    vertical-align: top;
    color: #463B20;
    padding-right: 3px;
}

.grid-meta span img {
    display: inline;
    margin: 0;
}

/* Marketplace */
div.marketplace-cost {
    font-size: 18pt;
    font-weight: bold;
}

div.marketplace-shipping {
    color: #979081;
    margin-bottom: 1em;
}

.post-icon {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    margin-top: 3px;
    padding-right: 5px;
}

.post-forsale {
    background-image: url(../images/post-forsale.png);
}

.post-fortrade {
    background-image: url(../images/post-fortrade.png);
}

.post-icon-tag {
    display: block;
    text-indent: -9999px;
    width: 100px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 5px;
    color: White;
}

.post-forsale-tag {
    background-image: url(../images/post-forsale-tag.png);
    text-indent: 0px;
    width: 70px;
    height: 22px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: center;
}

.post-fortrade-tag {
    background-image: url(../images/post-fortrade-tag.png);
}

/* Marketplace Summary */
.marketplace-thumb {
    float: left;
}

.marketplace-details {
    float: left;
    padding-left: 10px;
    padding-top: 17px;
    width: 280px;
}

.marketplace-details a {
    text-decoration: none;
    color: #463B20;
}

.marketplace-details a:hover {
    text-decoration: underline;
}

.marketplace-remove {
    float: left;
    padding-left: 10px;
    padding-top: 9px;
}

/* Social Buttons */
.social-facebook, .social-twitter {
    float: left;
}

.social-facebook {
    margin-left: 40px;
}

/* jQuery Tools Scrollable */
.scrollable {
    position:relative; 
    overflow:hidden; 
}

.slideshow.scrollable { 
    width: 700px; 
    overflow:hidden;
} 

.scrollable div.items {
    width:20000em;
    position:absolute;
} 
 
.scrollable div.items div.box-grid { 
    width: 700px;
    float:left;
}

.scrollable-narrow-container {
    overflow: hidden;
    cursor: pointer;
}
.slideshow.scrollable-narrow {
    overflow: visible;
    width: 400px;
    margin-left: 150px;
}
.scrollable-narrow div.items div.box-grid { 
    width: 400px;
}

div.slidethumb {
    margin: 1em auto;
    text-align: center;
}

div.slidethumb a {
    margin: 0 8px;
}

div.slidethumb a.active img {
    border-color: Black;
    background: white;
}

div.slidethumb img {
    cursor: pointer;
}

/* jQuery Tools Overlay */
.modal { 
    background-color: #fff; 
    display: none; 
    padding: 15px; 
    text-align: left; 
    border: 2px solid #333; 
    
    width: 640px;
    height: 390px;
    
    opacity: 0.9; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal .close { 
    background-image: url(../images/close.png); 
    position: absolute; 
    right: -15px; 
    top: -15px; 
    cursor: pointer; 
    height: 35px; 
    width: 35px; 
}

/* jQuery TagInput */

div.tags {
    margin-top: 0.5em;
}

div.tags img {
    vertical-align: text-bottom;
}

div.tags a {
    font-weight: bold;
    color: #1d60ff;
    text-decoration: none;
    white-space: nowrap;
}

div.tags a:hover {
    color: #333;
    text-decoration: underline;
}

.tagInput {
  padding:2px;
  padding-left: 24px !important;
  background-image: url("../images/tags.gif");
  background-position: 4px 2px;
  background-repeat: no-repeat;
  width: 594px !important;
}

.tagInputDiv {
  display: none;
  background-color: white;
  position: absolute;
  top: 58px;
  left: 3px;
  overflow: auto;
  border: 1px solid lightgray;
  margin-top:-1px;
  font:13px/15px arial,sans-serif;
  z-index: 10000;
}

.tagInputLine {
  color: black;
  font-weight: normal;
  padding:4px;
}

.tagInputSel {
  background-color: gray;
  color:white;
}


.tagInputLineTag {
  min-width: 150px;
  display: inline-block;
}

.tagInputLineFreq {
  min-width: 50px;
  text-align: right;
  display: inline-block;
  float:right;
}

.tagInputSuggestedTags {
  font-size: 12px;
  background-color:#e0e0e0;
  padding:2px;
  font:13px/15px arial,sans-serif;
  margin-top:5px;
  width:550px;
  color:#303030;
  clear: both;
}

.tagInputSuggestedTags .label{
  font-weight:bolder;
}

.tagInputSuggestedTagList{
}

.tagInputSuggestedTagList .tag{
  padding:2px;
  cursor:pointer;
  display:inline-block;
  margin:1px;
}

.tagInputSuggestedTagList span.tag:hover{
  background-color:#f0f0f0;
}

.tagInputSuggestedTagList .tagUsed{
  background-color: lightgray;
}

/* Order By */
.order-bys {
    margin: 15px 0 5px;
}

div.order-bys a {
    text-decoration: none;
    color: #714607;
}

div.order-bys a:hover {
    color: #c62500;
}

div.order-bys .order-by {
    background: White;
    border: solid 1px #BEA980;
    display: block;
    float: left;
    font-size: 13pt;
    margin-right: 3px;
    padding: 4px 8px 3px;
}

div.order-bys .order-by.active {
    background-color: #CDB683;
    border: solid 1px #BEA980;
    color: White;
    font-weight: bold;
}

/* Site Object Buttons */
.social-object-buttons {
    margin: 15px 0 5px;
}

.social-object-buttons a {
    color: #714607;
    background: White;
    border: solid 1px #BEA980;
    display: block;
    float: left;
    font-size: 13pt;
    margin-right: 3px;
    padding: 4px 8px 3px;
    text-decoration: none;
}

.social-object-buttons a:hover {
    color: #c62500;
}

.social-object-buttons a.active {
    background-color: #CDB683;
    border: solid 1px #BEA980;
    color: White;
    font-weight: bold;
}

#main .sidebar ul {
    margin-bottom: 2em;
}

#main .sidebar ul li {
    list-style-type: none;
    margin: 0px;
    padding-left: 2em;
    background: url(../images/li-plus.gif) no-repeat 5px 2px;
    display: list-item;
}

.sidebar a {
    margin-bottom: 0.25em;
    color: #714607;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

/* Pager */
div.pager {
    margin: 20px 0;
}

div.pager a {
    text-decoration: none;
    color: #714607;
}

div.pager a:hover {
    color: #c62500;
}

div.pager .page-number {
    background: White;
    border: solid 1px #BEA980;
    display: block;
    float: left;
    font-size: 13pt;
    margin-right: 3px;
    padding: 4px 4px 3px;
}

div.pager .page-number.active {
    background-color: #CDB683;
    border: solid 1px #BEA980;
    color: White;
    font-weight: bold;
}

div.pager .page-number.dots, div.pager .page-number.next, div.pager .page-number.prev {
    border: 1px solid transparent;
    background: transparent;
    font-weight: bold;
}

/* jQuery Tipsy styling */
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* Uploadify  v2.1.4 */
.uploadifyQueueItem {
	background-color: #F5F5F5;
	border: 2px solid #E5E5E5;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: 2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	background-color: #E5E5E5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}

