
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		Store Dyret
	Based on style:	proSilver (this is the default phpBB 3 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		The guys at Store Dyret
	
	Copyright 2009 Det Store Dyret ( http://www.storedyret.com/ )
    --------------------------------------------------------------
*/

#dyretHeaderMenu {
	font-size: 140%;
	width: 900px;
	height: 30px;
	background-image: url(/forum/dyret_header/gfx/header_menubg.gif);
	clear: both;
	margin-bottom: 10px;
	text-shadow: #3b90d4 1px 1px 2px;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#dyretHeaderMenu a {
	color: #fff;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 20px;

}

#dyretHeaderMenu a:hover {
	color: #fff9bf;
	float: left;
	padding-top: 5px;
	padding-left: 12px;
	padding-right: 20px;
	text-decoration: none;
}

#dyretHeaderThumbnails {
	width: 900px;
	height: 90px;
	margin-bottom: 10px;
}

#dyretHeaderThumb, #dyretHeaderThumbArchive {
	width: 90px;
	height: 90px;
	float: left;
}

#dyretArchiveThumbnails {
	width: 900px;
	margin-bottom: 10px;
}

.brClear {
	clear:  both;
}

#dyretArchiveDeleteBar {
	background-color: #ff5c74;
	padding: 11px;
	font-size: 8pt;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dyretArchiveDeleteBar label {
	padding: 5px;
	color: #fff;
	font-size: 1.1em;
}

#dyretArchiveDeleteBar input {
	margin-bottom: 2px;
}

#dyretHeaderUploadManual {
	background-color: #cadceb;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

#dyretHeaderUploadManual label {
	font-size: 1.1em;
	margin-bottom: 12px;
	float: left;
	clear: left;
	width: 100%;
}

#dyretHeaderUploadManual #submit {
	font-size: 1.5em;
	padding: 46px;
	width: 20%;
	margin-top: 2px;
	margin-bottom: -7px;
}

#dyretHeaderUploadManual #threadurl {
	padding: 2px;
	font-size: 1.1em;
}

.qtip-content img {
	padding-right: 6px;
}

#feedback {
	padding: 20px;
	width: auto;
	color: #000;
	font: 14pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	background-color: #fffbc1;
	border: 1px solid #fbe126;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
BODY #headerPopup {
	margin: 5px;
}
#boxLabel {
	background-color: #ff9900;
}
#boxValue {
	width: 600px;
}
.boxRow {
	clear:both;
	width:100%;
	display:block;
}
.boxCell {
	width: 100px;
	padding: 5px;
	float:left;
	display: block;
	margin-bottom: 2px;
}
.box {
	padding-bottom: 30px;
}

#submitBar {
	width:auto;
	padding:10px;
	background-color: #cadceb;
	margin-bottom: 5px;
	color: #000;
	font: 11pt "Lucida Grande", Lucida, Verdana, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#submitBar input {
	float: left;
	font-size: 1.2em;
	margin-left: 14px;
	margin-top: 0.4em;
	margin-right: 25px;
}

#submitBar img {
	float: left;
}

#submitBarDescription {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	float: left;
	height: 1.5em;
	padding: 6px 25px;
	width: 75%;
}

.postimage, #postimage {
	max-width: 640px;
}
