html {
	background: #fff;
	height: 100%;
}

body {
	height: 100%;
}

a {
	color: #0099cc;
	text-decoration: none;
}

a:hover {
	color: #e17009;
	text-decoration: underline;
}

textarea {
	width: 600px;
	height: 200px;
}

h2,h3,h4 {
	color: #e17009;
	text-transform: uppercase;
}

#main {
	margin-top: 5px;
	margin-bottom: 25px;
}

/* FONT AND LINE HEIGHT DECLARATIONS */
div#banner-nav,h1#title,p#description,h2.post-title,div.post-entry h1,div.post-entry h2,div.post-entry h3,div.post-entry h4,div.post-entry h5,div.post-entry h6,li#search input#s,input#author,input#email,input#url,textarea#comment
	{
	line-height: normal;
}

/* BANNER NAV STUFF */
div#banner-nav-center {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 1em 10px 2em 10px;
}

#banner-nav-center img {
	margin-bottom: -5px;
}

div#banner-nav {
	background: black;
	border-top: 0.4em solid #CFCCBE;
	color: #ccc;
	font-size: 0.8em;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 0.4em solid #0099cc;
}

div#banner-nav ul,div#banner-nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#banner-nav ul li img {
	position: relative;
	top: 0.12em;
}

#banner-nav-center a {
	color: #0099cc;
}

#banner-nav-center a:hover {
	color: #fff;
}

/* CONTAINER OF ALL, MUCH LIKE NEW YORK */
div#container {
	background: #000;
	color: #fff;
	margin: 0 auto;
	padding: 1em;
	width: 950px;
}

#loading,#err {
	display: none;
}

/* FORM */
#uploadTab {
	margin-bottom: 25px;
}

#submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url('../images/signin/bg-btn-blue.png') repeat-x scroll
		0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
	cursor: pointer;
}

#upload-div {
	/*background: transparent url(../images/keywordback.png) no-repeat center;*/
	width: 431px;
	height: 60px;
	top: -20px;
	margin-bottom: 20px;
	position: relative;
}

#upload-div p {
	top: 30px;
	margin-left: 10px;
	position: relative;
}

#form {
	height: 100px;
	margin-bottom: -40px;
}

#submit-div {
	background: url(../images/submit-button.png) no-repeat center;
	width: 114px;
	height: 35px;
	vertical-align: top;
	position: relative;
	top: -42px;
	left: 440px;
}

input#browse {
	height: 35px;
	width: 300px;
	font-size: 20px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 20px;
	left: 10px;
}

input#upload {
	background: url(../images/submit-button.png) no-repeat center;
	height: 35px;
	width: 114px;
	font-size: 22px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 21px;
	left: 405px;
	cursor: pointer;
	z-index: 100;
}

input#upload:hover {
	color: #0099cc;
}

#download-form {
	margin-bottom: -35px;
}

#download {
	background: url(../images/submit-button.png) no-repeat center;
	height: 35px;
	width: 114px;
	font-size: 22px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	top: -58px;
	left: 300px;
	position: relative;
	cursor: pointer;
	z-index: 100;
}

#download:hover {
	color: #0099cc;
}

#downloaded {
	background: url(../images/submit-button.png) no-repeat center;
	height: 35px;
	width: 114px;
	font-size: 22px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	top: -58px;
	left: 300px;
	position: relative;
	cursor: pointer;
	z-index: 100;
}

/* HEADER STUFF */
#logo h3 {
	background: url(../../../images/logo.png) no-repeat left center;
	width: 125px;
	height: 79px;
}

h1#title,p#description {
	margin: 0;
}

h1#title {
	font-size: 2.7em;
}

p#description {
	font-size: 1.2em;
	color: #999999;
}

a#signin-link {
	color: #0099cc;
}

a#signin-link:hover {
	color: #000;
}

/* FOOTER STUFF */
div#footer {
	clear: both;
	color: #637b93;
	margin: 25x 0 10px 0;
	padding: 5px 0 10px 0;
	text-align: left;
}

div#footer p {
	display: inline;
	font-size: 0.9em;
	margin: 0 0.5em;
}

div a:hover {
	color: black;
}

/* GLOBAL ALIGNMENT AND MISC ELEMENTS */
div.navigation {
	font-size: 0.8em;
	font-weight: bold;
	height: 1.6em;
	margin: -1em 0 2em 0;
	text-transform: uppercase;
	width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clearer {
	clear: both;
	height: 30px;
}

/* LINKS FOR ALL */
.username {
	color: #0099cc;
}

a {
	outline: none;
}

div#banner-nav ul li a,div#banner-nav ul li a:active,div#banner-nav ul li a:link,div#banner-nav ul li a:visited
	{
	background: #f9f7ed;
	color: #666;
	padding: 0 0.6em;
}

div#banner-nav ul li a:hover {
	background: #fff;
	color: #0099cc;
	padding: 0.6em 0.6em 0.8em 0.6em;
}

div#comments div#col1 ul li ul li a,div#comments div#col1 ul li ul li a:hover,div#comments div#col2 ul li ul li a,div#comments div#col2 ul li ul li a:hover
	{
	text-decoration: none;
}

/* Sociable bookmarks*/
div.sociable {
	margin: 3x 0;
}

.sociable span {
	display: block;
}

.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}

.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	margin-right: 2px;
}

.sociable ul li:before {
	content: "";
}

.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

.errors {
	color: #FF0000;
}

ul.errors {
	margin-top: 5px;
	color: #8a1f11;
	border-color: #FBC2C4;
}

ul.errors li {
	margin-top: 5px;
	padding: .8em;
	list-style: none;
	display: block;
	background: #FBE3E4;
}

/*Sharing Style*/
#sociable {
	
}

#sociable span {
	font-size: 90%;
	width: 30px;
}

#share {
	
}

* Panel Tab * /
.tab {
	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
	background: url(../images/tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li.right {
	background: url(../images/tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {
	color: #414141
}

.tab a.open,.tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {
	background: url(../images/bt_open.png) no-repeat left 0;
}

.tab a.close {
	background: url(../images/bt_close.png) no-repeat left 0;
}

.tab a:hover.open {
	background: url(../images/bt_open.png) no-repeat left -19px;
}

.tab a:hover.close {
	background: url(../images/bt_close.png) no-repeat left -19px;
}

/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0
*/ /***** clearfix *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Panel Tab/button */
.tab {
	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 42px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
	color: white;
	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
	background: url(../images/tab_l.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li.right {
	background: url(../images/tab_r.png) no-repeat left 0;
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.tab ul.login li {
	text-align: left;
	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {
	color: #414141
}

.tab a.open,.tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {
	background: url(../images/bt_open.png) no-repeat left 0;
}

.tab a.close {
	background: url(../images/bt_close.png) no-repeat left 0;
}

.tab a:hover.open {
	background: url(../images/bt_open.png) no-repeat left -19px;
}

.tab a:hover.close {
	background: url(../images/bt_close.png) no-repeat left -19px;
}

/* sliding panel */
#toppanel {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */ /* Login and Register buttons */
#panel .content input.bt_login,#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float: left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#swfupload-control p {
	margin: 10px 5px;
}

#log {
	margin: 0;
	padding: 0;
	width: 500px;
}

#log li {
	list-style-position: inside;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
}

#log li .progressbar {
	border: 1px solid #333;
	height: 5px;
	background: #fff;
}

#log li .progress {
	background: #999;
	width: 0%;
	height: 5px;
}

#log li p {
	margin: 0;
	line-height: 18px;
}

#log li.success {
	border: 1px solid #339933;
	background: #ccf9b9;
}

#log li span.cancel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	background: url('../images/cancel.png') no-repeat;
	cursor: pointer;
}

/*Download/Upload Area*/
#uploadTab {
	font-size: 90%;
}

#download-area {
	margin-bottom: 20px;
}

#counter {
	color: red;
}

#intro {
	padding: 5px;
}

#intro h4 {
	margin-bottom: 0px;
}

#intro h5 {
	margin-top: 10px;
}

#intro-non-members .features {
	display: block;
	padding-left: 30px;
	margin: 3px;
	line-height: 24px;
	background: transparent url(../images/tick.png) no-repeat left 0;
}

#intro-members {
	font-size: 110%;
}

#intro-members .features {
	line-height: 36px;
	display: block;
	padding-left: 40px;
	margin: 5px 3px 5px 3px;
}

.small {
	font-size: 70%;
	color: #666;
	font-style: italic;
}

#u-manage {
	background: transparent url(../images/members/manage-32x32.png)
		no-repeat left 0;
}

#u-delete {
	background: transparent url(../images/members/delete-32x32.png)
		no-repeat left 0;
}

#u-statistics {
	background: transparent url(../images/members/statistics-32x32.png)
		no-repeat left 0;
}

#u-privacy {
	background: transparent url(../images/members/privacy-32x32.png)
		no-repeat left 0;
}

#u-folder {
	background: transparent url(../images/members/folder-32x32.png)
		no-repeat left 0;
}

#u-more {
	background: transparent url(../images/members/more-32x32.png) no-repeat
		left 0;
}

#u-sort {
	background: transparent url(../images/members/sort-32x32.png) no-repeat
		left 0;
}

#u-time {
	background: transparent url(../images/members/clock-32x32.png) no-repeat
		left 0;
}

/*Download Page*/
#report a {
	color: #0099cc;
}

#report a:hover {
	color: #e17009;
	text-decoration: underline
}

#report_form {
	padding: 5px 10px 15px;
	background-color: #F4F4F8;
}

#fileTools {
	font-size: 90%;
}

/*Auth forms*/
#auth-form {
	padding: 10px 10px 10px 25px;
}

#topnav {
	text-align: right;
}

#topnav {
	text-align: right;
}

#topnav a.signin {
	background: #88bbd4;
	padding: 4px 6px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; *
	background: transparent url("../images/signin/signin-nav-bg-ie.png")
		no-repeat 0 0; *
	padding: 4px 12px 6px;
}

#topnav a.signin:hover {
	background: #59B; *
	background: transparent
		url("../images/signin/signin-nav-bg-hover-ie.png") no-repeat 0 0; *
	padding: 4px 12px 6px;
}

#topnav a.signin,#topnav a.signin:hover { *
	background-position: 0 3px !important;
}

a.signin {
	position: relative;
	margin-left: 3px;
}

a.signin span {
	background-image: url("../images/signin/toggle_down_light.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 4px 16px 6px 0;
}

#topnav a.menu-open {
	background: #ddeef6 !important;
	color: #666 !important;
	outline: none;
}

#small_signup {
	display: inline;
	float: none;
	line-height: 23px;
	margin: 25px 0 0;
	width: 170px;
}

a.signin.menu-open span {
	background-image: url("../images/signin/toggle_up_dark.png");
	color: #789;
}

#signin_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: #ddeef6;
	position: absolute;
	width: 210px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 15px;
	right: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-right: -1px;
	color: #789;
	font-size: 11px;
}

#signin_menu input[type=text],#signin_menu input[type=password] {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ACE;
	font-size: 13px;
	margin: 5px 0 10px;
	padding: 5px;
	width: 203px;
}

#signin_menu p {
	margin: 0;
}

#signin_menu a {
	color: #6AC;
}

#signin_menu label {
	font-weight: normal;
}

#signin_menu p.remember {
	padding: 10px 0;
}

#signin_menu p.forgot,#signin_menu p.complete {
	clear: both;
	margin: 5px 0;
}

#signin_menu p a {
	color: #27B !important;
}

#signin_submit {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #39d url('../images/signin/bg-btn-blue.png') repeat-x scroll
		0 0;
	border: 1px solid #39D;
	color: #fff;
	text-shadow: 0 -1px 0 #39d;
	padding: 4px 10px 5px;
	font-size: 11px;
	margin: 0 5px 0 0;
	font-weight: bold;
}

#signin_submit::-moz-focus-inner {
	padding: 0;
	border: 0;
}

#signin_submit:hover,#signin_submit:focus {
	background-position: 0 -5px;
	cursor: pointer;
}

/*Dashboard*/
#lastfiles .lastupload {
	display: block;
	padding-left: 20px;
	margin: 3px;
	line-height: 20px;
	font-size: 90%;
	background: transparent url(../images/upload.png) no-repeat left 0;
}

#lastfiles a {
	color: #0099cc;
	text-decoration: none;
}

#lastfiles a:hover {
	color: #000;
	text-decoration: underline;
}

/*Users menu*/
#user_menu h4 {
	font-size: 100%;
	color: black;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#user_menu a h4 {
	color: #e17009;
}

#user_menu a:hover {
	color: #0099cc;
}