@font-face 
{
	font-family: "Lubalin";
	src: local('Lubalin'), url('/graphics/fonts/itc_lubalin_graph.ttf') format("truetype");
}

body {
	font-family: Verdana;
	color: #000;
	background: #FFF;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

h1
{
	font-family: "Lubalin", Verdana, Tahoma;
	padding-left: 5px;
}

h2
{
	font-family: "Lubalin", Verdana, Tahoma;
}

p
{
	font-family: "Lubalin", Verdana, Tahoma;
	padding-left: 5px;
}

#middle_wrapper
{
	width: 500px;
	padding: 20px;
	border: 1px solid #b9bebc;
	margin: 20px auto 0px;
	border-radius: 8px;
}

#header
{
	width: 500px;
	text-align: right;
	margin: 10% auto 0px;
}

#header_floating
{
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 5px 5px;
	background: #CCC;
	border-bottom: 1px solid #666;
}

#footer
{
	text-align: center;
	margin-bottom: 10px;
}

/* Forms */
.small_text
{
	padding: 7px;
}

#search_field
{
	width: 99%;
	height: 30px;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid #666;
	margin: 3px;
	font-size: 16px;
	padding: 3px;
}

/**
 * AJAX Uploader Style
 */

.qq-upload-button
{
	display: block;
	padding: 5px;
	margin: 5px 0px 15px 0px;
	text-align:center;
	border:1px solid #ddd;
	border-radius: 4px;
	color: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(#FFF, #CCC);
	background: linear-gradient(#FFF, #CCC);
}

.qq-upload-button:hover
{
	text-decoration: underline;
}

.qq-upload-button-focus
{
	outline:1px dotted black;
}

.qq-upload-drop-area
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-height: 70px;
    z-index:2;
    background:#FF9797;
    text-align:center; 
}

.qq-upload-drop-area span
{
    display:block;
    position:absolute;
    top: 50%;
    width:100%;
    margin-top:-8px;
    font-size:16px;
}

.qq-upload-drop-area-active
{
	background:#FF7171;
}

.qq-upload-cancel
{
	float: right;
	cursor: pointer;
	color: #F00;
}

.file-queue
{
	display: inline-block;
	background: url("/graphics/img/file-queue.png");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.file-uploading
{
	display: inline-block;
	background: url("/graphics/img/file-uploading.gif");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.file-done
{
	display: inline-block;
	background: url("/graphics/img/file-done.png");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

.file-error
{
	display: inline-block;
	background: url("/graphics/img/file-error.png");
	width: 15px;
	height: 15px;
	vertical-align: text-bottom;
}

table#search_results
{
	color: #FFF;
	border: 1px solid #CCC;
	background: #CCC;
	width: 1000px;
	margin: 20px auto;
}

table#search_results td
{
	padding: 3px;
}

table#search_results tr:nth-child(2n)
{
	color: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(#FFF, #CCC);
	background: linear-gradient(#FFF, #CCC);
}

table#search_results tr:nth-child(2n+1)
{
	color: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFF), to(#CCC));
	background: -moz-linear-gradient(#FFF, #CCC);
	background: linear-gradient(#FFF, #CCC);
}

table#search_results tr:hover
{
	background: #CCC;
}

#image_holder
{
	margin: auto;
	text-align: center;
}

#image
{
	max-width: 95%;
	margin: auto;
	border: 2px solid #CCC;
}

.bottom_box
{
	width: 500px;
	border: 1px solid #CCC;
	margin: 10px auto 10px;
	padding: 5px;
}

.bottom_box table
{
	width: 100%;
	background: none;
}

.bottom_box table tr
{
	background: none;
}

.bottom_box table th
{
	width: 100px;
	text-align: left;
}

#like_box
{
	width: 200px;
	margin: auto;
	text-align: center;
	clear: both;
}

.like_button
{
	float: left; 
	width: 165px;
	text-align: center;
	margin: 5px 0px;
}

.paging_holder
{
	text-align: center;
	width: 500px;
	margin: 15px auto 0px;
	padding: 10px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}

/* admin */

.adm_stats
{
	width: 500px;
}

.adm_stats th
{
	text-align: left;
	border-bottom: 1px solid #CCC;
}