
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#dcdcb7;
	font-family:"Century Gothic";
	font-size:14px;
	color:#484847;
}
/*#loading{
	position: absolute;
	top:0;
	left:0;
	background-color:#CCCCCC;
	opacity:40;
	-moz-opacity:.40;
	filter: alpha(opacity=40);
	width:100%;
	height:3000px;
	z-index:100;
}

* html #loading{
	height:3000px;
}

#loading #obj{
	position: absolute;
	margin: 0;
	padding: 0;
	margin-left: -105px;
	height: 210px;
	width: 210px;
	left: 50%;
	margin-top:300px;
	overflow:hidden;
}
*/
.hd{
	color:#FF0000!important;
}

#container{
	margin:0 auto;
	width: 800px;
	overflow:hidden;
}
#wrapper{
	margin:0;
	padding:0;
	background-image:url(images/bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:30px;
	width:800px;
}
h2{
	margin:0;
	padding:0;
	font-size:17px;
	font-weight:bold;
}
input{
	margin-top:6px;
}
label{
	font-size:14px;
	display:block;
}
#header{
	margin:0;
	padding:0;
	width:800px;
	background-image:url(images/imagehosting_01.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	height:230px;
	backgroound-color:#fff;
}

#content{
	padding:5px;
	width:800px;
	background-image:url(images/imagehosting_03.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	background-position:top left;
/*	min-height:500px;
	height:100%;
*/}
* html #content{
	/*height:500px;*/
}
#innerContent{
	margin:0;
	padding:0 60px 0 75px;
}

#intro #word{font-size:25px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#de5426;}

#content_form{
	margin-top:8px;
	font-weight:bold;
/*	background-color:#e9e9e8;
	padding:10px;
*/}

#content_form #file_inputs .browse_files{
	background-color:#f8f9cc;
	border:1px solid #eee;
	margin-top:10px;
	padding:8px;
}

#upload_more{float:right;}
#upload_more_link{padding:0 75px;}
#upload_more a,#intro a, #upload_more_link a{color:#de5426;}
#upload_more a:hover, #intro a:hover, #upload_more_link a:hover{text-decoration:underline;color:#de5426;}
#upload_all{clear:both;margin-bottom:25px;}
#upload_all a{display:block; margin:0 auto;width:170px; height:63px; background-image:url(images/upload_btn.png); background-repeat:no-repeat;}
#upload_all a:hover{background-image:url(images/upload_btn_over.png);}
#upload_all a span{display:none;}

#content_result{
	margin-top:10px;
	/*border:2px dotted #611427;
	padding-left:8px;
	padding-top:8px;*/
}
.img_upload{
	clear:both;
	padding:5px;
	margin-top:10px;
	/*border-bottom:2px solid #d9d8d8;*/
	border:2px solid #f4b92b;
}
.img_upload legend{border:1px solid #eee;background-color:#f4b92b;padding:4px;color:#fff;}

#content_links{
	position:absolute;
	top: 203px;
	left:586px;
	background-image:url(images/link.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:557px;
	width:273px;
	padding:35px;
	font-weight:bold;
	font-size:18px;
	color:#8e4c08;
}

#content_links ul{
	margin:0;
	padding:0;
	list-style:none;
	margin-top:20px;

}
#content_links ul li{margin-right:15px; float:left;}
#content_links ul li a{
	width:100px;
	height:84px;
	display:block;
}
#content_links ul li a span{display:none;}
#content_links ul #forum a{
	background:url(images/forum.jpg) no-repeat top left;
}
#content_links ul #blog a{
	background:url(images/blog.jpg) no-repeat top left;
}
#content_links ul #forum a:hover{
	background:url(images/forum_over.jpg) no-repeat top left;
}
#content_links ul #blog a:hover{
	background:url(images/blog_over.jpg) no-repeat top left;
}


#content_result .thumbnails{
	float:left;
	width:170px;
	height:180px;
}
#content_result .links{
	
}

#content_result .thumbnails img{
	border:1px solid #CCCCCC;
}
#content_result .links .bb, #content_result .links .wp, #content_result .links .xdl{
	margin-bottom:3px;
}

#content .warning{
	padding:0;
	margin:0;
	font-size:11px;
	color:#e45a49;
}

#clipboard{margin-top:15px;	padding:0 75px;}
#clipboard h3{color:#de5426;}
#clipboard textarea{padding:5px;color:#5d5c5c;font-family:"Verdana, Arial, Helvetica, sans-serif"; font-size:12px;}

#footer{
	padding:0;
	padding:5px 0;
	margin:0pt auto;
	background-image:url(images/imagehosting_06.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	width:800px;
	font-size:12px;
	overflow:hidden;
}
#footer h3{font-weight:bold;color:#de5426;margin-bottom:8px;}
#footer p, #footer ul, #footer h3{padding:0 60px 0 75px;}
#footer ul, #footer ul li{list-style-type:none;margin:0;}
#footer ul li a{}
#footer ul li a:hover{text-decoration:underline;}

#copyright{
	text-align:right;
	margin-top:20px;
	font-weight:bold;
/*	padding:1px 0;
	width:100%;
	text-align:center;
*/	
}
a, a:hover, a:visited{
	color:#6a6a61;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

input.highlight{
	background-color:#d3efb9;
}
