body, html {
    -webkit-font-smoothing: antialiased;
    background: #ebeae8;
}
body {
    overflow-x: hidden;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

a {
    color: #2C2E30;
    text-decoration: none;
}

a:hover {
    color: #b31919;
    text-decoration: underline;
}

textarea:focus, input:focus {
    outline: 0;
}

.table tr:first-child td {
    border-top: none;
}

.container-fluid {
    padding-right: 2%;
}

.wrapper {
    margin-top: 50px;
    max-width: 2000px;

}

.homepage .well h2 {
    margin-top: 0px;
}

.homepage .well form {
    margin: 0 0 0;
}

.main {
    padding-left: 260px;
    border-right: 1px solid #ccc;
    padding-right: 2.564102564102564%;
    box-shadow: 3px 0px 12px #d0d0d0;
    -moz-box-shadow: 3px 0px 12px #d0d0d0;
    -webkit-box-shadow: 3px 0px 12px #d0d0d0;
    background: #FFF;
}

.main-no-sidebar {
    background: #FFF;
    padding: 0 40px 20px 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 2px 0px rgba(207, 210, 212, 0.5), 0px 0px 6px rgba(166, 171, 175, 0.15);
    -moz-box-shadow: 0px 2px 0px rgba(207, 210, 212, 0.5), 0px 0px 6px rgba(166, 171, 175, 0.15);
    box-shadow: 0px 2px 0px rgba(207, 210, 212, 0.5), 0px 0px 6px rgba(166, 171, 175, 0.15);
}

.text-center { text-align: center; }

/* Nav Stuff - Override*/

.navbar .nav { margin: 0 }

.navbar .btn {
    margin-top: 0px;
}

.navbar .brand {
    border-right: 1px solid #000;
    padding: 10px;
}

.navbar .form-inline {
    margin: 10px;
}

.navbar .listToggle, .navbar .navToggle {
    font-size: 22px;
    cursor: pointer;
}

.navbar .navToggle i {
    float: right;
    display: block;
    padding: 9px 10px 7px 10px;
}

.navbar .listToggle i {
    display: block;
    padding: 9px 10px 7px 10px;
}

.navbar .listToggle i:hover, .navbar .navToggle i:hover {
    color: #fff;
}

.navbar .container-fluid {
    padding-right: 0
}

.navbar:after {
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    background: #861313;
    border-top: 1px solid #b31919;
    border-bottom: 1px solid #590d0d;
    box-shadow: rgba(255,255,255,0.15) 0 1px 0;
}

.navbar-inner {
    background-color: #1e1e1e; /* background color will be black for all browsers */
    /*background-color:#FFF;*/
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    box-shadow:none;
    border: none;
}

.navbar .divider-vertical {
    height: 50px;
    background-color: #ffffff;
    border-right: 1px solid #c6c6c6;
}

.navbar .nav > li > a {
    padding: 15px;
    font-size: 16px;
    color: #727272;
    font-weight: bold;
    text-shadow:none;
    border-left: 1px solid #282828;
    border-right: 1px solid #000;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #727272;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #ccc;
    text-decoration: none;
    background-color: #26272B; /* update this at some point */
}
.navbar .nav .active > a{
    color:#ccc;
    background:none;
    box-shadow:none;
    background-color: #26272B;
}

.navbar .nav .active > a:hover{
    background:none;
    box-shadow:none;
}

.navbar .search-form {
    display: inline-block;
    background: #eeefed;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0 10px 0;
}

.navbar .search-box a {
    color: #b31919;
}

#autosuggest {
    display: none;
    position: absolute;
    top: 70px;
    left: 23px;
    width: 355px;
    background: #eeefed;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
}

#autosuggest ul {
    list-style: none;
    margin: 0 0 0 0;
    text-align: left;
}

#autosuggest ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc
}

#autosuggest ul li:last-child {
    border-bottom: none;
}

.navbar .user-box, .navbar .notification-box,  .navbar .search-box {
    float: right;
    height: 50px;
    width: 50px;
    border-left: 1px solid #282828;
    border-right: 1px solid #000;
    cursor: pointer;
    text-align: center;
}

.navbar .empty-box {
    float: right;
    height: 50px;
    width: 1px;
    border-right: 1px solid #000;

}

.navbar .user-box-hidden, .navbar .search-box-hidden {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    border: 1px solid #000;
    background-color: #1e1e1e;
    padding: 20px 20px 0 20px;
}

.navbar .user-box-hidden {
    width: 200px;
}

.navbar .search-box-hidden {
    width: 370px;
    padding-bottom: 10px;
}

.navbar .user-box .btn {
    margin: 0 0 20px 0;

}

.navbar .user-box i, .navbar .notification-box i,  .navbar .search-box i {
    display: block;
    margin: 15px 17px 15px 17px;
}

.notification-box a:hover {
    text-decoration: none;
    color: #FFF;
}

.new-notification {
    color: #FF0;
}

/* Sidebar stuff */

.sidebar {
    width:250px;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-right: 1px solid #000;
    background: #1e1e1e; /* 363636 */
    color: #CCC;
    height: 100%;
    z-index: 100;
}

.sidebar a { color: #CCC }

#sidebar-button {
    height: 57px;
    width: 57px;
    float: left;
}

#sidebar-button img {
    margin: 14px;
}

.sidebar #sidebar-profile {
    margin-top: 55px;
    padding: 15px;
    border-bottom: 1px solid #000
}

.sidebar #sidebar-about {
    margin: 55px 20px 0 20px;
    padding: 15px 5px 10px 5px;
    border-bottom: 1px solid #000
}

.sidebar #sidebar-about a {
    color: #b31919;
}

.sidebar .sidebar-other {
    margin: 0 20px 0 20px;
    padding: 15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #282828;
}

.sidebar .sidebar-other form {
    margin-bottom: 0px;
}

.sidebar .sidebar-other:last-of-type {
    border-bottom: none;
}

#submit-button-wrapper {
    margin-top: 10px;
}

.avatar {
    text-align: center;
}

.avatar img {
    margin: 0 auto 20px auto;
    border: 1px solid #000;
    padding: 4px;
    background: #861313;
    border-radius: 4px;
    max-height: 65px;
    max-width: 65px;
}

.sidebar h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 3px 0px;
    padding: 0px;
}

.profile-stats {
    width: 100%;
    border-top: 1px solid #282828;
}

.profile-stats a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    border-right: 1px solid #282828
}

.profile-stats a.last {
    border-right: none;
}

.profile-stats strong { display: block; font-size: 16px; }

.follow .btn { width: 110px; margin-top: 10px }
.follow a {
    color: #FFF;
    padding-left: 0px;
    padding-right: 0px;
}

.sidebar #console-list {
    margin: 0px;
    padding: 0
}

.sidebar #console-list:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 1px solid #282828;
}

.sidebar #console-list a {
    text-decoration: none;
    color: #888;

}

.sidebar #console-list li {
    list-style: none;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #282828;
    font-size: 1em;
    color: #888;
    line-height: 1.4em;
}

.sidebar #console-list li:hover {
    background: #202020;
    cursor: pointer;
}

.sidebar #console-list li.console-list-child {
    display: none;
    padding: 0px;
    border-top: none;
    border-bottom: none;
    padding-left: 0px;
}

.sidebar #console-list ul {
    margin: 0 0 0 0;
}

.sidebar #console-list li.console-list-child li {
    background: #1e1e1e;
    width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #000;
    border-top: 1px solid #282828;
}

/* Right column */
.right_column {
    margin-top: 20px;
    margin-bottom: 20px;
}

.right_column .box {
    padding: 5px 15px 15px 15px;
    margin-bottom: 20px;
    background: #FFF;
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 #d0d0d0;
}

.right_column .box h3 {
    font-size: 15px;
    margin: 0 5px 5px 0;
}

.pro {
    font-size: 12px;
    margin: 10px 0 10px 0;
}

.pro a:hover {
    text-decoration: none;
    color: #fff
}

.pro-supporter a {
    color: #861313;
    font-style: italic
}

.right_column .box .forum-name {
    font-size: 12px;
}

.right_column .box .forum-name a {
    color: #b31919;
}

.social.affix {
    position: fixed;
    top: 60px;
}

.right_column .latest .span2, .right_column .social .row-fluid .span4 {
    text-align: center;
}

.social img { background: #ccc }
.social img:hover { background: #000 }

.right_column .latest .row-fluid {
    border-bottom: 1px solid #CCC;
    padding: 10px 0 10px 0;
}

.right_column .latest .row-fluid:first-of-type {
    padding: 0 0 10px 0;
}

.right_column .latest .row-fluid:last-of-type {
    padding: 10px 0 0 0;
    border-bottom: none;
}


.right_column .latest img {
    background: #FFF;
    padding: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.right_column #item-photos {
    text-align: center;
}

.right_column #item-photos img {
    border: 1px solid #ccc;
    margin: 10px 10px 0 10px;
}

.right_column #item-thumbs:hover {
    cursor: pointer
}

/* Item details */

.main_header {
    border-bottom: 1px solid #bbb;
    margin-top: 3%;
    margin-bottom: 15px;
}

.main-no-sidebar .main_header{
    margin-top: 2%;
}

.main_header h2 {
    margin-bottom: 5px
}

.main_header .header-links a {
    color: #bbb;
    display: block;
    float: left;
    padding: 0 0 10px 0;
    margin-right: 20px;
}

.main_header a:hover {
    text-decoration: none;
}

.main_header a.active {
    color: #000;
    border-bottom: 3px solid #bbb;
}

.main_header #avatar {
    width: 65px;
    float: left;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 4px;
    margin: 0 20px 0 0;
    background: #861313
}

.main_header #avatar img {
    height: 65px;
}

.main_header p:first-of-type { margin: 0 }
.main_header .bio {
    font-weight: bold;
    color: #666;
}

.main_header .location {
    font-size: 12px;
    color: #666;
}

#sub_header {
    margin: 10px 0 10px 0;
}

.about-page .main_header {
    margin-top: 25px;
}

.item {
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    min-height: 150px;
}

.notification-item {
    min-height: 0;
}

.notification-item .approved {
    color: #090;
    font-weight: bold;
}

.notification-item .rejected {
    color: #b31919;
    font-weight: bold;
}

.feed-item a, .notification-item a {
    color: #b31919;
}

.item-platform a {
    color: #b31919;
    font-size: 12px;
}

.item .item-date {
    font-size:  12px;
    padding: 0 0 5px 25px;
    color: #999;
}

.item .item-purchased-date, .item .item-cost {
    display: none;
}

.item .item-name {
    font-size:  20px;
    padding: 10px 0 10px 0;
}

.item .item-art img {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 #d0d0d0;
}

.item .item-notes {
    margin-top: 5px;
}

.item .item-controls {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
}

.list-ad h3 {
    font-size: 20px;
    line-height: 20px;
}

.list-ad h4 {
    font-size: 16px;
    text-align: right;

}

.list-ad h4 a {
    color: #ccc
}

.item .item-info-wrap {
    font-size: 13px;
    background: #eeefed;
    padding: 5px;
    border-radius: 3px;
    margin: 0 0 10px 0;
}

.item .item-info {
    padding: 10px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border: 1px solid #CCC;
    border-radius: 3px 0 0 3px;
    background-color:#FFF
}

.item .item-info .row-fluid [class*="span"] {
    min-height: 0px;
}

.item .feed-item {
    padding: 5px;
}


/* Pagination */
.paginate {
    margin: 5px 0 0 0;
}

.paginate a {
    padding: 5px;
}

.paginate a.active {
    background: #ccc;

}

.paginate a:hover {
    text-decoration: none;
    background: #ccc;
}

.paginate .pagination-toggle {
    text-align: right;
    float: right;
}

#browse-wrapper {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('/assets/vgc/images/trans.png') repeat;
    z-index: 1000;
    color: #FFF;
}

#browse-inner {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Action Bar */
#action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    text-align: center;
}

#action-bar button {
    margin: 10px 0 10px 10px;
}

.nano .pane   { background: #888; }
.nano .slider { background: #111; }

.browse-parent {
    font-size: 20px;
    background: #ebeae8;
    padding: 5px 15px 5px 10px;
    margin-top: 15px;
    color: #000;
    border-bottom: 1px solid #666;
}

.browse-child {
    display: block;
    padding: 5px 15px 5px 10px;
    margin: 0px 0px 0px 30px;
    color: #b31919;
    border-bottom: 1px solid #999;
}

.browse-child:hover {

}

.footer {
    font-size: 12px;
    color: #CCC;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

#tutor {
    margin-bottom: 25px;
}

#tutor .row-fluid {
    margin-bottom: 20px;
}

#tutor h4 {
    margin-top: 20px;
}
#tutor img {
    border: 1px solid #ccc;
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
    box-shadow: 1px 1px 2px 0 #d0d0d0;
}

#locked {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
}

#about-badges {
    margin-bottom: 20px;
}

#about-badges img {
    margin: 10px;
}

.gallery_image {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
    text-align: center;

}

.gallery_image:hover {
    border: 1px solid #999;
    cursor: pointer
}

.gallery_image p {
    font-size: 12px;
    margin: 5px
}

.modal-open .modal,.btn:focus{
    outline:none!important
}

#amzn_assoc_search_container_adunit0_1 {
    margin-left: auto;
    margin-right: auto;
}

.your-stuff {
    padding-bottom: 50px;
}

.item_page_top_ad {
    text-align: center;
    margin: 0 0 15px 0;
}

.main-item-page {
  padding: 20px;
  background: #fff;
  border: 1px solid #d9e0e2;
  margin-bottom: 10px;
}

.item-page-photos img {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 10px;
  background-color: #fff;
}

.item-header h2 {
  margin-top: 0px;
  font-size: 22px;
}
@media screen and (max-width: 1416px) {
.main-item-page {
padding-top: 40px;
}
}
@media screen and (max-width: 827px) {
.main-item-page {
padding-top: 120px;
}
}
