/*Elements CSS Framework by Ben Henschel*/
/*Mass Reset*/
/*Thanks to Eric for this reset http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}
/*Elements Developed by Ben Henschel*/
/*Typography.css*/

body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea
{
	font-family:Arial,Verdana,sans-serif;
	line-height:1.6; 
	font-size:12px;
	color:#000000;
}
p{
	margin-top:10px;
	margin-bottom:10px;
	
}
ul {list-style-type:square;}
ol {list-style-type:decimal;}

h1 {font-size:34px; margin-bottom:12px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}
h2 {font-size:26px; margin-bottom:10px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}
h3 {font-size:18px; margin-bottom:8px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}
h4 {font-size:16px; margin-bottom:5px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}
h5 {font-size:14px; margin-bottom:5px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}
h6 {font-size:14px; margin-bottom:5px; font-weight:bold; font-family: Arial,Verdana,sans-serif;}

blockquote  { margin: 0 0 18px 18px; color: #666; font-style: italic; }
strong {font-weight: bold;}
em     {font-style:italic;}
/*Elements developed by Ben Henschel*/
/*Set of Preset Classes*/

/*Paragraph Presets*/
.small, .small p {font-size:10px;}
.large, .large p {font-size:14px;}
.soft, .soft p  {color:#D3D3D3;}
.hidden            { display: none; visibility:hidden; }
p.last           {margin-bottom:0px;}
p img            {float:right; margin-left:10px; margin-bottom:5px;} /*NOTE: Imgs in parag are set to float right*/
.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
textarea.short{
	height:66px;
}
/*Floats*/
.left {float:left;display: inline;}
.right {float:right;display: inline;}
.block {display:block;}
.clearThis  {clear:both;}

a img, :link img, :visited img {border:none;}
.link{
	cursor: pointer;
	cursor: hand;
}
/*Element Widgets*/
/*Photo Showcase*/
/*Just add <div id="showcase"> </div> around your photos*/
.showcase
{
	width:500px;
	padding:15px;
}

.showcase img
{
	float:left;
	margin-bottom:10px;
	margin-left:15px;
	padding:3px;
	border:#ABABAB solid 1px;

}
img.thumb{
	width:120px;
}

/*Navigations*/
.navCol
{
	width:155px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:5px;
	text-decoration:none;
	border:#000000 solid 1px;
	color:#000000;	
}
.navHor{
	margin-left:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	float:left;
	text-decoration:none;
	display:inline;
	color:#000000;
	border:#000000 solid 1px;
}

/*Column Nav give each link a class of navCol*/
.navItem
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	text-decoration:none;
	border:#000000 solid 1px;
	background-color:#F1F1F1;
	color:#000000;
}
.selectedNavItem
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
	text-decoration:none;
	border:#000000 solid 1px;
	color:#F1F1F1;
	background-color:#CCCCCC;
}
.subNavItem{
	padding:0;
	margin-top:5px;
	text-decoration:none;
	border:#000000 solid 1px;
	color:#F1F1F1;
	background-color:#CCCCCC;
}
.navItem .subNavItem{
	display:none;
	visibility:hidden;
}
.navCol .navItem{
	width:130px;
}
/*Horizontal Nav give each link a class of navHor*/
.navHor .navItem{
	margin-left:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	float:left;
	text-decoration:none;
	display:inline;
	background-color:#F1F1F1;
	color:#000000;
	border:#000000 solid 1px;
}
.navHor .selectedNavItem
{
	margin-left:5px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	float:left;
	text-decoration:none;
	display:inline;
	color:#F1F1F1;
	background-color:#CCCCCC;
	border:#000000 solid 1px;
}
.thumb{
	width:120px;
}
.thumb img{
	/*width:120px;*/
}


/*Elements Developed by Ben Henschel*/
/*External Links*/

/*External Link - adds a little external link icon to all of your external links*/
a[href^="http:"] {/*background: url(elementsImages/externalLink.png) no-repeat right top;*/ padding-right:10px;}

/*IMPORTANT: Reset your internal links that use absolute URLS by replacing yoursite.com with your site's URL, below*/
a[href^="http://www.yoursite.com"], a[href^="http://yoursite.com"] {background-image:none !important; padding-right:0px;}

/*Use on external links that are images or have background colors/borders...when ever you dont want an icon to appear*/
.exempt {background-image:none !important; padding:0px;}

/*This method does not work for IE6 or IE7 (big surpise) you can add the class .external to a few of your important external links so they work in IE6/7 if you wish. IE will just ignore these rules so there is now worries.*/
.external {background: url(elementsImages/externalLink.png) no-repeat right top; padding-right:10px;}

/*Email Links - adds small email icon to all mailto links*/
a[href^="mailto:"] {background: url(elementsImages/email_link.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*AIM Links - adds small IM icon to all aim:goim?screenname=username links*/
a[href^="aim:"] {background: url(elementsImages/group.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*PDF Links - adds a small PDF icon to all PDF links*/
a[href$=".pdf"] {background: url(elementsImages/page_pdf.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*DOC Links - adds a small word doc icon to all word document links*/
a[href$=".doc"] {background: url(elementsImages/page_word.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}

/*RSS Links - adds a small Feed icon to all RSS feed links*/
a[href$=".rss"], a[href$=".rdf"] {background: url(elementsImages/feed.png) no-repeat right top; padding-right:22px; padding-bottom:5px;}


/* CSS Document */

.siteContent{
	width: 800px; /*Overall site width*/
	/* float: left; */
	padding: 0px;
	margin: 0px auto 0px auto;
}
.siteContent .column{
	width: 300px; 
}
.siteContent .wideColumn{
	width: 500px; 
}
.siteContent .narrowColumn{
	width: 200px; 
}
.mainContent{
	width: 800px; /*Overall site width*/
}
.header{
	width: 800px; /*Overall site width*/
	border:#000000 solid 1px;
	background-color:#F1F1F1;
	padding-top:5px;
	padding-bottom:5px;
}
.footer{
	width: 800px; /*Overall site width*/
	border:#000000 solid 1px;
	background-color:#F1F1F1;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:20px;
}/* CSS Document */

.skyscraperAdd{
	width:120px;
	height:600px;
}
.bannerAdd{
	width:468px;
	height:60px;
}
body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea
{
	font-family:Verdana,sans-serif;
	line-height:1.6; 
	font-size:12px;
	color:#000000;
}
/* CSS Document */
.navHor{
	background:none;
	border:none;
	margin:0;
	padding:0;
	height:22px;
	line-height:22px;
}
.navHor .navItem,
.navHor .selectedNavItem{
	background:none;
	background-image:url(../images/tab.gif);
	width:114px;
	height:21px;
	line-height:21px;
	border:none;
	margin:0;
	padding:0;
}
.navHor .selectedNavItem{
	background-image:url(../images/selected_tab.gif);
}
br.clearThis{
	line-height:1px;
}
.prevButtonDisabled,
.nextButtonDisabled,
.prevButtonDisabled a,
.nextButtonDisabled a{
	color:#CCCCCC;
	text-decoration:none;
}
input.small_button,
input.small_button_over,
#login input.small_button,
#login input.small_button_over,
#searchbar input.small_button,
#searchbar input.small_button_over,
.profileContent input.small_button,
.profileContent input.small_button_over,
.form input.small_button,
.form input.small_button_over,
.bigPicTitle input.small_button,
.bigPicTitle input.small_button_over,
.fileUploadFormSubmit,
.fileUploadFormSubmitMouseOver,
.fileUploadFormReset,
.fileUploadFormResetMouseOver,
.form .fileUploadFormSubmit,
.form .fileUploadFormSubmitMouseOver,
.form .fileUploadFormReset,
.form .fileUploadFormResetMouseOver{
	cursor: pointer;
	cursor: hand;
	color: #5f6981;
	text-transform: uppercase;
	font-family: arial;
	font-size: 8pt;
	border: none;
	border-width:0;
	background-image: url("../images/small_button.gif");
	background-repeat: no-repeat;
	background-position: center left;
	height: 18px;
	line-height: 18px;	
	width: 85px;
	overflow: hidden;
	padding: 0 4px 0 6px;
	margin:0 5px 0 5px;
	position: relative;
}
.fileUploadFormSubmit{
	margin-left:80px;
}

input.small_button_over,
#login input.small_button_over,
.profileContent input.small_button_over,
.bigPicTitle input.small_button_over,
.fileUploadFormSubmitMouseOver,
.fileUploadFormResetMouseOver,
.form input.small_button_over,
#searchbar input.small_button_over{
	background-image: url("../images/small_button_over.gif");

}

.metaText .small_button,
.metaText .small_button_over{
	/*float:left;*/
}
div.standardBox,
div.whiteBox {
	/*position:relative;*/
	border: 1px solid #cecece;
	margin-top: 10px;
	width:100%;
}
div.whiteBox{
	background-color:#FFFFFF;
	/*z-index:0;*/
}
div.standardBox div.boxHeader,
div.whiteBox div.boxHeader {
	background-color: #cbd2e0;
	height: 20px;
	padding-left: 10px;
	font-family:Arial;
}

div.standardBox div.boxHeader div,
div.whiteBox div.boxHeader div{
	line-height: 20px;
	color: #444444;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
div.standardBox div.boxContent,
div.whiteBox div.boxContent{

	margin:10px;
}
div.standardBox hr,
div.whiteBox hr{
	padding:0px;
	margin:10px 0 10px 0;
	border:none;
	border-bottom:#CCCCCC 1px solid;
	
}
.leftcol div.standardBox hr{
	width:465px;
}
div.noTopMargin{
	margin-top: 0px;
}
div.thumbs {
	padding: 0px 0 10px 10px;
}

div.thumbs div.thumbSort {
	white-space: pre;
	font-size: 0.9em;
}

div.thumbcontainer {
	margin-top: 10px;
	margin-left: 20px;
}
div.thumbcontainer .thumb,
.relatedContainer .thumb{
	padding:2px;
	border:1px solid #B2B2B2;
}

div.galleryItem .thumb{
	width:120px;
	height:90px;
        cursor:pointer;
}
div.galleryItem {
	width: 150px;
	/*height: 170px;*/
	float: left;
	margin-top:10px;
}

div.galleryItem div.title{
	color: #444444;
	font-size: 1.05em;
	margin-top: 3px;
}
div.messageEntry div.title,
div.friendEntry div.title{
	color: #444444;
	font-size: 1.2em;
	font-weight:bold;
	margin-top: 3px;
}
div.messageEntry div.title,
div.messageEntry div.date  {
	display:inline;
}
div.messageEntry div.date  {
	padding-left:10px;
	font-size: 0.8em;
}
div.messageEntry div.message{
	width:408px;
}
div.messageEntry div.unreadMessage{
	padding-left:22px;
	background-image:url(../images/newMessageIcon.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
div.friendEntry{
	margin-bottom:10px;
}
div.friendEntry div.thumb{
	margin-right:10px;
	width:120px;
	padding:2px;
	border:1px solid #B2B2B2;
}

div.galleryItem div {
	font-size: 0.85em;
	margin-bottom: 3px;
}

div.galleryItem div.rating {
	margin-top: 3px;
	height:18px;
}

div.galleryItem div.uploader,
div.galleryItem div.stats {
	width:120px;
	height:13px;
	line-height:13px;
	overflow:hidden;
}
div.galleryItem div.uploader a{
	width:80px;
	overflow:hidden;
	float:left;
}
div.galleryItem div.uploader span{
	width:40px;
	overflow:hidden;
	float:left;
	font-size:0.85em;
	line-height:13px;
}
div.galleryItem div.title{
	width:120px;
	height:34px;
	line-height:17px;
	overflow:hidden;
}
.form input,
.form label,
.form select,
.form textarea
{
	width:250px;
	display:block;
	margin:10px 10px 0 10px;
}
.form input.checkbox{
	display:inline;
	width:auto;
}

div.navi {
    padding-top:11px;
    padding-bottom:11px;
    padding-left:21px;
}
div.naviContainer {
    
}
div.naviSortDescription {
    margin-right:15px;
	display:inline;
	font-size: 0.85em;
}
div.naviSortContainer {
	font-size: 0.85em;
}
div.naviButtons {
  
}
div.pageNumbers {
	margin-left:10px;
	margin-right:10px;
}
div.pageNumbers .active a{
	text-decoration:none;
	color:#000000;
}
div.naviButtonContainer div{
    display:inline;
}
div.naviLink,
div.selectedNaviLink {
    margin-right:5px;
    margin-left:5px;
	display:inline;
}
div.selectedNaviLink a{
	text-decoration:none;
	color:#000000;
}
div.profileImage{
	float:left;
	width:176px;
}
div.profileContent{
	float:left;
	width:290px;
}
div.profileContent .profileTitle{
	font-size:1.3em;
	font-weight:bold;
}
div.commentEntry,
div.messageEntry{
	margin-top:10px;
}	
div.commentEntry .thumb,
div.messageEntry .thumb{
	margin-right:10px;
	width:50px;
}
.rightcol div.commentEntry .data{
	width:218px;
}
.leftcol div.commentEntry .data{
	width:405px;
}
.leftcol div.commentEntry{
	margin-top:15px;
	width:465px;
}
.leftcol div.commentEntry .data div{
	margin-bottom:5px;
}
div.bigPicTitle {
	color: #4F6082;
	font-size: 1.1em;
	font-weight:bold;
	height:20px;
	line-height:20px;
}
div.bigPicTitle .metaText,
div.bigPicTitle input
{
	width:395px;
	float:left;
}
div.thisPhotoContainer div,
div.thisVideoContainer div
{
	line-height:1.3em;
}
div.thisPhotoContainer hr,
div.thisVideoContainer hr
{
	margin-top:5px;
	margin-bottom:5px;
}
div.thisPhotoContainer div.description,
div.thisVideoContainer div.description  {
	/*margin-bottom:1em;*/
}
div.thisPhotoContainer .metaText,
div.thisVideoContainer .metaText{
	width:280px;
}
div.thisPhotoContainer .metaText input.small_button,
div.thisVideoContainer .metaText input.small_button,
div.thisPhotoContainer .metaText input.small_button_over,
div.thisVideoContainer .metaText input.small_button_over {
	float:right;
}
div.thisPhotoContainer label,
div.thisVideoContainer label {
	width:60px;
	font-weight:bold;
	color:#4F6082;
	margin-bottom:5px;
}
div.thisPhotoContainer .dataField,
div.thisVideoContainer .dataField {
	width:220px;
	line-height:1em;
	margin-bottom:5px;
}
div.thisPhotoContainer .tags,
div.thisVideoContainer .tags{
	width:280px;
}
div.thisPhotoContainer .tags .editable,
div.thisVideoContainer .tags .editable{
	width:125px;
}
div.thisPhotoContainer .voteCount,
div.thisVideoContainer .voteCount{
	width:85px;
	margin-right:5px;
}
div.thisPhotoContainer .toolPanel,
div.thisVideoContainer .toolPanel {
	background-image:url(../images/toolPanelBg.png);
	background-position:left 16px;
	background-repeat:repeat-x;
	width:280px;
}
div.thisPhotoContainer .toolPanel .title,
div.thisVideoContainer .toolPanel .title{
	width:280px;
	font-weight:bold;
	color:#4F6082;
	border-bottom:#4F6082 2px solid;
	text-transform:uppercase;
}
div.thisPhotoContainer .toolPanel div,
div.thisVideoContainer .toolPanel div{
	clear:left;
	width:180px;
	
}
div.thisPhotoContainer .toolPanel *,
div.thisVideoContainer .toolPanel *{
	margin-bottom:5px;
}
div.relatedContainer {
	margin: 10px;
	font-size: 0.9em;
}

div.bottomSpacer {
	margin-bottom: 7px;
}

div.relatedContainer div {
	line-height: 1.3em;
}

div.relatedPic {
	float: left;
	margin-right: 10px;
}

div.relatedInfo {
	float: left;
	width: 138px;
}

div.relatedInfo div.title {
	color: #444444;
	font-size: 1.1em;
	margin-bottom: 0.2em;
	height:2.6em;
	overflow:hidden;
}

div.relatedInfo div.description {
	height:2.6em;
	width:138px;
	overflow:hidden;
}
.wideTextarea textarea{
	width:460px;
	height:100px;
}
.uploadPageMetaField{
	width:460px
}
.narrowTextarea textarea{
	width:270px;
	height:100px;
}
.profileContent textarea
{
	width:280px;
	height:100px;
}
.profileContent input{
	width:280px;
}
.noNavi .navi{
	display: none; visibility: hidden;
}
.addThisButton{
	float:left;
	height:16px;
	line-height:16px;
	background-image:url(../images/addThis_left_BG.gif);
	overflow:hidden;
	padding-right:0px;
}

.addThisButton span{
	margin-left:5px;
	margin-right:5px;
	height:16px;
	line-height:16px;
}
.addThisButton a,
.addThisButton a.exempt{
	float:left;
	color:#333333;
	font-family:sans-serif;
	font-size:8px;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:0;
	
}
.addThisButton *{
	float:left;
}

.addThisButtonIcons{
	height:16px;
	width:54px;
	background-image:url(../images/addThis_right_BG.gif);
	float:left;
}	
.info{
	border:#CCCCCC 1px solid;
	margin-top:20px;
	background-color:#F1F1F1;
}
.info strong,
.info p{
	margin:10px;
	
}
.highestVoted {
	padding-bottom:10px;
}
.highestVoted .galleryItem{
	width:145px;
}
.friendThumb{
	width:80px;
	float:left;
	margin-right:4px;
	margin-left:3px;
	margin-bottom:7px;
	border:#CCCCCC 1px solid;
	padding:2px;
	overflow:hidden;
}
.featuredProfile{
	display:inline;
	width:90px;
	margin-top:10px;
	margin-left:5px;
}
.featuredProfiles_collapsed{
	display:inline;
	width:300px;
}
.featuredProfiles_expanded{
	display:none;
	visibility:hidden;
}
.expanded .featuredProfiles_expanded{
	display:inline;
	visibility:visible;
	/*height:618px;*/
	width:300px;
	overflow:auto;
}
.featuredProfiles_collapsed .featuredProfile a{
	width:90px;
	overflow:hidden;
	display:block;
	line-height:1.2em;
}
.featuredProfiles_expanded .featuredProfile a{
	float:left;
	line-height:1.2em;
	overflow-x:hidden;
	overflow-y:hidden;
	width:160px;
}
.expanded .featuredProfiles_collapsed{
	display:none;
	visibility:hidden;
}
.featuredProfiles_expanded .featuredProfile{
	width:258px;
}
.featuredProfiles_expanded .thumb,
.featuredProfiles_collapsed .thumb
{
	display:inline;
	width:80px;
	float:left;
	margin-right:4px;
	margin-left:3px;
	margin-bottom:7px;
	border:#CCCCCC 1px solid;
	padding:2px;
	overflow:hidden;	
}
.minimizeLink,
.maximizeLink{
	background-position:top right;
	background-repeat:no-repeat;
	margin:10px 10px 10px 9px;
	padding-right:30px;
	height:24px;
	line-height:24px;
	text-decoration:underline;
}
.minimizeLink{
	background-image:url(../images/arrowUp.png);
}
.maximizeLink{
	background-image:url(../images/arrowDown.png);
}
.selected {
    border: 1px solid #77ceaa;
}
div .intro {
    margin-top:10px;
}
#siteFeedContainer p {
    margin:10px;
}

#siteFeedContainer p img {
    margin-right:5px;
    display:inline;
    float:left;
}

#loginLinkSet a {
    display:inline;
    float:left;
    font-size:12px;
    line-height:1.2em;
}
#loginLinkSet span {
    display:inline;
    float:left;
    font-size:12px;
}

#facebookConnectLink,
.facebookConnectLink {
    background:transparent url(../images/facebook-login-low.gif) no-repeat scroll 0% 45%;
    width:160px;
    height:17px;
    color:#3b5998;
    font-weight:bold;
    text-decoration:none;
    vertical-align:top;
}

.facebookConnectLink span {
    color:#FFFFFF;
    font-weight:normal;
    width:140px;
    height:17px;
    padding:2px 3px 0px 20px;
    font-size:10px;
    vertical-align:top;
    font-size:11px;
}

.loginForm input,
.loginForm label{
    margin:5px;
}

.loginForm .intro {
    margin:10px 5px 5px 5px;
}

.loginForm .facebookConnectButton {
    margin:10px 5px 5px 5px;
}
.busyIndicator{
	position:absolute;
	top:10px;
	right:10px;
	width:57px;
	height:57px;
	padding:5px;
	background-image:url(../images/BusyIndicatorBG.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
body > .busyIndicator{
	position:fixed;	
}
.busyIndicator .label{
	display:block;
	text-align:center;
	color:#999;
	
}/* CSS Document */
body {
	background-color: #ffffff;
	background-image: url("../images/bgrnd.png");
	background-repeat: repeat-x;
	text-align: center;
	font-family: verdana;
}

a {
	color: #444444;
}

.clearThis {
	clear: both;
}

div#container {
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

div#headercontainer {
	width:100%;
	
	height:105px;
	background-image:url(../images/bgrnd.png);
	background-repeat:repeat-x;
}
div#container div#contents {
	padding: 10px 0 0px 0;
}

div#footer {
	background-image: url("../images/footerbg.png");
	background-repeat: repeat-x;
	height: 27px;
	text-align: center;
}

div#footer div {
	width: 800px;
	text-align: left;
	margin: 0 auto;
	line-height: 27px;
	color: #666;
	font-family: verdana;
	font-size: 0.9em;
	white-space: pre;
}
/*IMPORTANT: Reset your internal links that use absolute URLS by replacing yoursite.com with your site's URL, below*/
a[href^="http://www.30Love.net"], a[href^="http://30Love.net"],
a[href^="http://www.addthis.com"], a[href^="http://addthis.com"],
a[href^="http://www.30love.net"], a[href^="http://30love.net"] {background-image:none !important; padding-right:0px;}div#header {
    height: 105px;
    font-size: 0.9em;
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

div#header div#logo {
    float: left;
    width: 200px;
}

div#rightHeader {
    width: 600px;
    float: left;
}

div#login {
    text-align: right;
    height: 50px;
    padding-top: 3px;
    position:relative;
}
div#login fieldset{
    display:inline;
    float:left;
    position:relative;
}
div#login a {
    text-decoration: underline;
}

div#login input,
div#login label {
    display:inline;
    float:left;
    width: 75px;
    border: 1px solid #bdbdbd;
    margin-right: 4px;
    position:relative;
    z-index:499;
}
div#login label {
    overflow:visible;
    position:absolute;
    margin:3px 10px;
    top:0;
    left:0;
    border:none;
    z-index:500;
    cursor:text;
}
div#login input.username,
div#login label.username {
    width: 100px;
}

div#login img.loginButton {
    vertical-align: top;
}

div#login a.forgotlink {
    margin-right: 30px;
}
div#login #facebookConnect {
    display:inline;
    float:right;
    position:absolute;
    right:0;
    top:3px;
}

div#menu {
    height: 26px;
}

div#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

div#menu li {
    float: left;
    height: 26px;
    margin-right: 2px;
    padding-left: 14px;
    background-image: url("../images/menutableft.png");
    background-repeat: no-repeat;
}

div#menu li.active {
    background-image: url("../images/menutableftactive.png");
}
div#menu li.disabled {
    background-image: url("../images/menutableftdisabled.png");
}


div#menu li div {
    background-image: url("../images/menutabright.png");
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 14px;
}

div#menu li.active div {
    background-image: url("../images/menutabrightactive.png");
}
div#menu li.disabled div {
    background-image: url("../images/menutabrightdisabled.png");
}

div#menu li a {
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

div#searchbar {
    margin-top: 3px;
}

div#searchbar div#uploadlinks {
    float: right;
    line-height: 18px;
}

div#searchbar input {
    border: 1px solid #bdbdbd;
    width: 145px;
    margin: 0 5px;
}

div#searchbar select {
    width: 60px;
    margin-right: 5px;
    font-size: 0.8em;
}

div#searchbar img {
    vertical-align: top;
}
span.love {
	color: #444444;
	font-size: 1.5em;
}

div.leftcol {
	float: left;
	width: 490px;
}

div.list {
	margin-top: 23px;
	float: left;
	width: 300px;
}

div.registerText {
	float: left;
	margin-top: 23px;
	width: 190px;
	line-height: 1.2em;
	font-size: 0.9em;
}

div.list ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}

div.list li {
	font-size: 0.9em;
	line-height: 1.2em;
	font-family: verdana;
}

div.list div.listHeader {
	font-weight: bold;
	font-size: 0.95em;
	color: #444444;
	margin-bottom: 4px;
}

div.latestVideos {
	margin-top: 25px;
}

div.fakeHeight {
	height: 100px;
}

div.rightcol {
	float: right;
	clear:right;
	width: 300px;
}

div.videoinfo {
	margin: 10px;
	font-family: arial;
}

div.videoinfo div.videotitle {
	color: #444444;
	font-size: 1.2em;
	margin-bottom: 4px;
}

div.videoinfo div.uploader {
	margin-bottom: 15px;
}

div.videoinfo div.videobuttons img {
	margin-right: 10px;
}

div.banner {
	margin-top: 10px;
}

div.featuredProfiles {
	margin-top: 0;
}

div.profilecontainer {
	margin: 10px 0 10px 10px;
	font-size: 0.9em;
}

div.profile {
	float: left;
	width: 95px;
}

div.profile div.title {
	margin-bottom: 2px;
	margin-top: 6px;
}

div.competitioncontainer {
	margin: 10px;
	font-size: 0.9em;
}

div.competitioncontainer div.imagecontainer {
	float: left;
	margin-right: 6px;
	margin-bottom: 15px;
}
div.competitions{
	float:right;
	width:140px;
}

div.competitions a {
	margin-bottom: 4px;
	display:block;
}

div.usercontainer {
	margin: 10px 0 0 10px;
}

div.usercontainer div.user {

    display:inline;
    float: left;
    width: 95px;
}

div.usercontainer div.user div.username {
	margin-top: 6px;
        margin-right: 8px;
	font-size: 0.9em;
        width:75px;
        overflow:hidden;
}
