/* File Name: style.css
 * License Notice: 
 *     This stylesheet is copyrighted material 
 *     intended for personal, non-commercial usage only.
 *
 * © 2004-2011 8bitcollective, Inc.
 * All rights reserved. 
 */

/* --------------------------------------------------
 * [01] STRUCTURE
 * -------------------------------------------------- */

#container {
    max-width:1240px;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
}

.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    /* overflow:hidden; */	/* This chops off any overhanging divs */
}

.colright,
.colmid,
.colleft {
    float:left;
    width:100%;			/* width of page */
    position:relative;
}

.col1,
.col2,
.col3 {
    float:left;
    position:relative;
    padding:0 0 1em 0;
    /* overflow:hidden; */
}

/* --------------------------------------------------
 * [02] 25% 50% 25% (THREECOL)
 * -------------------------------------------------- */

.threecol .colmid {
    right:25%;			/* width of the right column */
    border-right: 1px dotted #ddd;
}

.threecol .colleft {
    right:50%;
    border-right: 1px dotted #ddd;
}

.threecol .col1 {
    width:48%;			/* width of center column content (column width minus padding on either side) */
    left:101%;			/* 100% plus left padding of center column */
}

.threecol .col2 {
    width:23%;			/* Width of left column content (column width minus padding on either side) */
    left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
    width:23%; 
    left:80%;
}

/* --------------------------------------------------
 * [03] 50% 50% (DOUBLEPAGE)
 * -------------------------------------------------- */

.doublepage .colleft {
    right:50%;			/* right column width */
    border-right: 1px dotted #ddd;
}

.doublepage .col1 {
    width:48%;			/* left column content width (column width minus left and right padding) */
    left:51%;			/* right column width plus left column left padding */
}

.doublepage .col2 {
    width:48%;			/* right column content width (column width minus left and right padding) */
    left:53%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* --------------------------------------------------
 * [04] 30% 70% (LEFTMENU)
 * -------------------------------------------------- */

.leftmenu .colleft {
	right: 70%;			/* right column width */
	border-right: 1px dotted #ddd;
}

.leftmenu .col1 {
	width: 68%;			/* right column content width */
	left: 101%;			/* 100% plus left column left padding */
}

.leftmenu .col2 {
	width:28%;			/* left column content width (column width minus left and right padding) */
	left:3%;			/* (right column left and right padding) plus (left column left padding) */
}

/* --------------------------------------------------
 * [05] MAST
 * -------------------------------------------------- */

#header {
    padding: 12px 1% 0 1%;
    height: 65px;
    float: left;
    width: 50%;
}

#header img {
    float: left;
    margin: -12px 8px 0 2px;
}

#nav {
    padding: 11px 1% 0 0;
    text-align: right;
    height: 65px;
}

#nav input.text {
    width: 200px;
}

#nav input.submit {
    margin-bottom: 4px;
    height: 26px;
}

#nav ul {
	list-style: none;
		padding: 1em 0;
	margin: -3px 3px 0 0;
		clear: right;
	float: right;
}

#nav ul li {
	padding: 0 0 0 4px;
	float: left;
	color: #b5b5b5;
}

#nav ul li a {
	color: #272727;
	font-weight: normal;
}

#nav ul li a:hover {
	background-color: #dfdfdf;
}

#nav ul li a.focus {
	font-weight: bold;
}

#user_status {
	display: block;
	margin-top: 0.85em;
	font-size: 1em;
	font-weight: normal;
}

h1 {
	font-size: 2.5em;
	margin-top: 0.35em;
	margin-bottom: 0.4em;
}

h1 a {
	color: #222;
	font-weight: normal;
}

h1 a:hover {
	text-decoration:none;
	background-color: transparent;
}

#header h2 {
	padding-top:.4em;
	font-size:1em;
}

/* --------------------------------------------------
 * [06] FOOTER
 * -------------------------------------------------- */

#footer {
    clear: both;
    border-top: 1px solid #ccc;
        padding-top: 0.8em;
        margin: 1em 1% 0 1%;
}

#footer p {
    float: left;
    text-align: left;
    margin: 0.3em 0.3em 1em 0.3em;
}

#footer #f1 {
    border-right: 1px dotted #bbb;
    padding-right: 13px;
    margin-right: 10px;
}

#footer #f2 {
    border-right: 1px dotted #bbb;
    padding-right: 13px;
    margin-right: 10px;
}

#footer #f3 {
    border-right: 1px dotted #bbb;
    padding-right: 10px;
    margin-right: 10px;
    width: 30%;
}

#footer #f4 {
    /* border-right: 1px dotted #bbb; */
    padding-right: 5px;
    margin-right: 10px;
}

#footer #f5 {
    float: right;
}

/* No border or padding required on right side of #f5 */

/* --------------------------------------------------
 * [07] BASIC TAGS
 * -------------------------------------------------- */

body {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    font: 0.7em/1em Lucida Grande, Tahoma, sans-serif;
    color: #222;
}

p {
    line-height: 1.65em;
    margin: 1.3em 0;
}

hr {
    border: 0;
    margin: 1.5em 0 0 0;
    border-bottom: 1px dotted #ccc;
}

/* --------------------------------------------------
 * [08] GENERAL CLASSES
 * -------------------------------------------------- */

.success, .error {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 1em;
    margin: 0;
    margin-bottom: 1em;
    font-size: 1.2em;
    text-align: center;
}

.success {
    background-color: #58e28f;
    color: #2c5515;
}

.error {
	background-color: #ffc2ef;
	color: #e200a6;
}

.clearer {
	clear: both;
}

span.browse {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}

span.browse_top {
	margin-top: 0.2em;
	float: right;
}

.long {
	line-height: 1.3em;
	margin-bottom: 0;
}

/* --------------------------------------------------
 * [09] NEW CLASSES
 * -------------------------------------------------- */

.info {
    text-align: left;
    /* text-shadow: 1px 1px 0 #bbb; */
    font-size: 1.25em;
    font-weight: bold;
}

.data {
    text-align: left;
    margin: 2em 0em 0em 0.5em;
    font-size: 1.25em;
}

.options {
    padding: 0 0 1em 2em;
}

/* --------------------------------------------------
 * [10] ANCHORS
 * -------------------------------------------------- */

a {
	text-decoration:none;
	font-weight: bold;
	color: #e200a6;
}

a.checked {
	color: #CC58B3;
}

a em, a.member {
	font-weight: normal;
}

a.media:hover {
	background-color: #ccc;
}

.alt a.media:hover {
	background-color: #bbb;
}

a:hover {
	text-decoration: underline;
} 

a.selected {
	background-color: #ffc2ef;
}

a img {
	border: 0;
}

a.img:hover {
	bacgkround-color: transparent;
}

a.action {
    float:right;
    margin-right: 0.35em;
    margin-top: -22px;
    background-color: #6c9800;
    color: #e1f4b1;
    padding: 3px;
}

/* --------------------------------------------------
 * [11] FORMS
 * -------------------------------------------------- */

label {
    display: block;
    text-align: left;
    float: left;
    width: 220px;
    clear: both;
}

input, textarea, select {
    /* border: 1px solid #ccc; */
    background-color: #eee;
    color: #434837;
    vertical-align: bottom;
    font: 1.2em/1em Lucida Grande, Tahoma, sans-serif;
}

#upload input.file {
    clear: left;
    float: left;
    margin-bottom: 1.4em;
}

input.text, 
input.edit, 
input.file, 
textarea, 
select {
	padding: 4px;
}

input.text {
    width: 95%;
    margin-bottom: 4px;
}

input.file {
	margin-bottom: 4px;
}

#primary input.submit {
    display: block;
    float: left;
}

.checkbox {
    clear: both;
    float: left;
    margin-right: 1em;
}

label.license {
    margin: 0.2em 0 0.6em 0;
    padding: 1em 1em 1.2em 1em;
    width: auto;
}

.edit {
	background-color: #feffcb;
	border-bottom: 1px solid #fdff5b;
	color: #000;
}

textarea#desc.edit {
	height: 80px;
	font-size: 1em;
	float: right;
}

input.submit, input.edit_submit, #qjump input {
	font-weight: bold;
	height: 24px;
	font-size: 1.2em;
	margin-left: 1px;
}

input.edit_submit {
	float: right;
	color: #000;
	background-color: #feffcb;
	border: 1px solid #fdff5b;
}

#primary textarea, #primary input {
	margin-bottom: 4px;
}

.column form {
	text-align: right;
}

form.admin {
	text-align: left;
}

.rbox {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 1em;
	text-align: left;
}

.rbox label {
	clear: both;
	float: none;
	width: 100%;
}

.rbox input {
	padding: 0;
	margin-right: 1em;
	vertical-align: middle;
}

p.instructions {
	padding-left: 220px;
	font-size: 0.85em;
	margin-top: 0;
	width: 370px;
}

/* --------------------------------------------------
 * [12] TAG BANK
 * -------------------------------------------------- */

p.tagbank {
	padding-left: 220px;
	margin: 0.5em 0 2em 0;
	width: 370px;
	line-height: 2.5em;
}

p.tagbank a {
	padding: 5px;
}

/* --------------------------------------------------
 * [13] RADIO HEADERS
 * -------------------------------------------------- */

div.radio {
	color: #3f3f3f;
	line-height: 1.2em;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-left: 220px;
	width: 370px;
	padding: 0.6em 0.7em 0.5em 0.7em;
	margin-bottom: 1em;
}

div.radio input {
	vertical-align: middle;
	margin: 0.2em 0.3em 0 0;
	padding: 0;
}

/* --------------------------------------------------
 * [14] HEADERS
 * -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	font-family: Gotham Rounded, Trebuchet MS, Tahoma, sans-serif;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	margin: 0.1em 0 0.5em 0;
	font-weight: normal;
}

h3 {
    font-size: 1em;
    font-weight: normal;
}

h2.edit { 
	width: 474px;
	margin: -4px 0 7px 0;
	padding: 3px 6px;
	font: bold 1em Trebuchet MS, Tahoma, sans-serif;
}

h5 {
    font-weight: normal;
        font-size: 1.6em;
        margin: 1.4em 0 1em 0;
    text-align: left;
    clear: left;
}

h5.download { 
    margin: 1.4em 0 1.4em 0;
}

h5.tight {
    margin-bottom: 18px;
}

h5.type {
    clear: none;
    margin-top: 0.2em;
}

h5 a {
    font-weight: normal;
}

.column h5, 
.doublepage h5 { 
    height: 2.55em;
    background-color: #e1f4b1;
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    margin-bottom: 1.1em;
    margin-top: 0;
}

.column h5 span,
.doublepage h5 span {
    display: block;
    float: left;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 1.1em 1.3em 0.1em 1.3em;
    font-family: Lucida Grande, Tahoma, sans-serif;
    font-weight: normal;
    color: #2e3601;
}

.column h5#upload {
	font-weight: bold;
}

.column h5#upload {
	font-weight: bold;
}

h5.submissions {
    background-color: #d3edff;
    border-color: #9cd7ff;
}

h5.submissions span {
    color: #1c73a8;
    border-color: #9cd7ff;
    border-bottom-color: #fff;
}

h5.likes {
   background-color: #ffc7f0;
   border-color: #ff93e2;
}

h5.likes span {
    border-color: #ff93e2;
    border-bottom-color: #fff;
    color: #7e2767;
}

/* --------------------------------------------------
 * [15] TABLES
 * -------------------------------------------------- */

table {
    width: 100%;
    border-spacing: 0px;
    clear: both;
    margin-bottom: 1.6em;
}

td, th {
	border-collapse: collapse;
	padding: 0.5em;
	text-align: center;
}

th {
	background-color: #000;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

td.icon, th.icon {
    width: 23px;
    padding: 0;
}

th.date, 
td.date {
    width: 31px;
    text-align: center;
}

td.date {
    font-size: 0.85em;
}

th.views { background: black url(/eye.gif) no-repeat center center; }
th.comments { background: black url(/cmmt.gif) no-repeat center center; }
th.favorites { background: black url(/fav.gif) no-repeat center center; }

th.div, 
td.div,
td.icon,
th.icon {	
    border-right: 1px solid #fff;
}

th.author, 
td.author {
    text-align: left;
}

th.title, 
td.title {
    text-align: left;
}

th a {
    color: #fff;
}

th a:hover {
    color: #e200a6;
    background-color: transparent;
}

th.favorites, 
th.comments, 
th.views {
    width: 20px;
}

tr td {
	background-color: #eee;
	border-bottom: 1px solid #fff;
}

tr.alt td {
    background-color: #ddd;
}

/* --------------------------------------------------
 * [16] COLUMN
 * -------------------------------------------------- */

.column ul.alt {
	border: 1px dashed #ddd;
	background-color: #eee;
	padding: 0.5em 1em 1em 1em;
	list-style-type: disc;
	line-height: 1.4em;
}

.column ul.alt li {
	margin: 0.5em 0 0 1em;
}

.column input.submit {
    margin-right: 4px;
    margin-left: 2px;
    float: left;
}

.column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.column ul ul {
	margin: 1em 1.2em;
	list-style: disc;
	font-style: italic;
}

.column ul ul li {
	padding-bottom: 0.5em;
}

.column ul ul li a {
	font-weight: normal;
}

.column select.rating {
	height: 22px;
	width: 40px;
}

ul.comments,
ol.most-liked {
    list-style: none;
    margin: 0 0 1.6em;
    padding: 0;
}

ul.comments li small, 
ul.likes li small, 
ol.most-liked li small {
    color: #888;
    padding-left: 0.2em;
}

ul.comments li a.avatar, 
ul.likes li a.avatar, 
ol.most-liked li a.avatar {
	float: left;
	width: 30px;
	height: 30px;
    text-align: center;
    line-height: 45px;
    margin-right: 0.6em;
    margin-top: 0em;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

ul.comments,
ol.most-liked {
    list-style: none;
    margin: 0 0 1.6em;
    padding: 0;
}

ul.comments li, 
ol.most-liked li {
    border-bottom: 1px solid #ddd;
    padding: 1em 0.7em;
    display: block;
    line-height: 1.65em;
    clear: both;
}

ul.comments li.likes {
    border-left: 8px solid #FFC7F0;
}
ul.comments li.owner{
    background: url('/images/greenstripe.png');
    border-top: 1px solid #D0E58F;
    border-bottom: 1px solid #D0E58F;
    border-right: 0;
    margin-top: -1px;
}

ul.comments li small, 
ul.likes li small, 
ol.most-liked li small {
    color: #888;
    padding-left: 0.2em;
}

ul.comments li a.avatar, 
ul.likes li a.avatar, 
ol.most-liked li a.avatar {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 45px;
    margin-right: 0.6em;
    margin-top: 0em;
    border: 1px solid #ddd;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

ul.likes {
    margin: 0;
    padding: 1.5em 1em 1em 2em;
    list-style: none;
}

ul.likes li {
    float: left;
    width: 33%;
    height: 60px;
    line-height: 1.3em;
}


ol.most-liked li.place-1 {
    padding-left: 40px;
    background: url(/first.gif) 9px center no-repeat;
}

ol.most-liked li.place-2 {
    padding-left: 40px;
    background: url(/second.gif) 9px center no-repeat;
}

ol.most-liked li.place-3 {
    padding-left: 40px;
    background: url(/third.gif) 9px center no-repeat;
}


ul.comments li:last-child,
ol.most-liked li:last-child {
    border-bottom: 0;
}

ul.comments li.alt, 
ol.most-liked li.alt {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
}

/* --------------------------------------------------
 * [18] ADVERTISEMENT
 * -------------------------------------------------- */

.ad {
    /* border: 1px dashed #666; */
    color: #666;
    padding: 5px;
    margin-bottom: 1.5em;
}

.ad.half {
    width: 100%; 
    height: 60px;
    padding-right: 5px;
    margin-right: 5px;
}

.ad.half form {
    text-align: left;
}

.ad.tall {
    width: 222px;
    height: 120px;
}

.ad.grand {
    width: 222px;
    height: 250px;we
}

/* --------------------------------------------------
 * [19] PAGE - INDEX
 * -------------------------------------------------- */

#announce {
    background-color: #feffcb;
    border: 1px solid #fdff5b;
    line-height: 1.4em;
    padding: 0.8em 1em 1em 1em;
    margin-bottom: 1.5em;
    text-align: center;
}

/* --------------------------------------------------
 * [20] PAGE - MEDIA
 * -------------------------------------------------- */

#media_actions .button {
    display:inline;
}

p#seek {
    padding: 0.5em 1em;
    border: 1px dotted #ccc;
    text-align: right;
}

p#seek span.previous {
    float: left;
}

#primary div.comment {
    padding: 0 1em;
    clear: both;
}

#primary div.comment a.avatar {
    margin-top: 1.4em;
    line-height: 45px;
    clear: both;
}

#primary div.comment.avatar p {
    float: right;
    width: 417px;
}

.license {
    float: none;
    background-color: #feffcb;
    border: 1px solid #fdff5b;
    line-height: 1.4em;
    padding: 1em;
    text-align: left;
}

input#author.text {
     margin-bottom: -9px;
     width: 50%;
}

textarea#comment {
    width: 97.5%;
    margin-bottom: 6px;
}

/* --------------------------------------------------
 * [21] PAGE - PROFILE
 * -------------------------------------------------- */

ul.user_meta {
    width: 100%;
    padding-left: 0px;
    margin: 0px;
}

ul.user_meta li {
    list-style-type: none;
    list-style-position: inside;
    margin-top: 4px;
    margin-left: 0px;
    margin-bottom: 4px;
    color: #000;
    /* width: 50%; */
}

#avatar {
    height: 64px;
    line-height: 60px;
    width: 64px;
    text-align: center;
    float: right;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    color: #eee;
}

/* --------------------------------------------------
 * [22] PAGE - MEMBERS
 * -------------------------------------------------- */

.members span.browse {
    margin-top: 0em;
}

#avatar img {
    vertical-align: middle;
}

.username {
    font-size: 1.1em;
}

.first {
    margin-top: 0.2em;
}

p.member, p.member_center {
	clear: right;
	width: 234px;
	float: left;
	padding: 0 7px 7px 2px;
	height: 78px;
	margin: 0;
	margin-bottom: 4px;
}

.member_center {
	margin: 0 4px 4px 4px;
}

.member a.avatar, .member_center a.avatar {
	float: left;
	display: block;
	margin-right: 0.7em;
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ccc;
	line-height: 57px;
}

/* --------------------------------------------------
 * [23] PAGE - FAQ
 * -------------------------------------------------- */

#primary ul {
	list-style-type: disc;
	line-height: 1.6em;
}

/* --------------------------------------------------
 * [24] FORUMS
 * -------------------------------------------------- */

ul.searchlinks {
	line-height: 1.8em;
	margin-bottom: 1.3em;
}

ul.searchlinks a {
	font-weight: normal;
}

ul.searchlinks a.focus {
	font-weight: bold;
}


/* --------------------------------------------------
 * [25] MISC.
 * -------------------------------------------------- */

#popup {
      border: 1px solid #E20EA9;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      background-color: #FFDEEB;
      width: 230px;
      height: 100px;
      padding: 0.5em;
      position: absolute;
      display: none;
      text-align: left;
}

.anchor h2
{
        background-image: url('/images/greenstripe.png');
}

.anchor.blockpost{
        border: solid black 2px;
}

.faq .anchor
{
        background-image: url('/images/greenstripe.png');
        border: solid black 1px;
}

.smallertext{
        font-size: 0.8em;
}

/* --------------------------------------------------
 * CONTENTS
 * [01] STRUCTURE
 * [02] 25% 50% 25% (THREECOL)
 * [03] 50% 50% (DOUBLEPAGE)
 * [04] 30% 70% (LEFTMENU)
 * [05] MAST
 * [06] FOOTER
 * [07] BASIC TAGS
 * [08] GENERAL CLASSES
 * [09] NEW CLASSES
 * [10] ANCHORS
 * [11] FORMS
 * [12] TAG BANK
 * [13] RADIO HEADERS
 * [14] HEADERS
 * [15] TABLES
 * [16] COLUMN
 * [17] MOST LIKED STYLING 1ST, 2ND, 3RD
 * [18] ADVERTISEMENT
 * [19] PAGE - INDEX
 * [20] PAGE - MEDIA
 * [21] PAGE - PROFILE
 * [22] PAGE - MEMBERS
 * [23] PAGE - FAQ
 * [24] FORUMS
 * [25] MISC.
 * -------------------------------------------------- */

