/* 
Author: Retro_X
*/

@import 'liststyle.css';
@import 'fieldsets.css';

body {
	background: #fff;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
}
#wrap {
	width: 912px;
	margin: auto;
}
#maincontent {
	float: right;
	width: 675px;
}
#sidebar {
	margin-top: 34px;
	width: 230px;
}
#tools {
	font-size: 14px;
	color: #7b7b7b;
	text-align:justify;
}
#tools a:link {
	color: #42688f;
	text-decoration:none;
}
#tools a:hover {
	color: #78a954;
	border-bottom: thin solid #78a954;
}
#tools a:visited {
	color: #96be36;
	text-decoration:none;
}
#tool_diggfx {
	border: thin solid #e4ebf2;
	background: #edf2f7 url(img/tools/diggfx.jpg)no-repeat left center;
	height: 98px;
	padding-left: 100px;
	padding-right: 5px;
}
#conttop h1 {
	margin: 2px;
	font-size:20px;
}
#diggsig {
	float: right;
	width: 415px;
}
#welcome {
	width: 400px;
	font-size: 14px;
	color: #7b7b7b;
	text-align:justify;
}
#welcome_sb {
	font-size: 14px;
	color: #7b7b7b;
	text-align:justify;
}
#nouser {
	background: #e7def6 url(img/no_user.gif)no-repeat left;
	border: thin solid #d3c3ee;
	padding:12px;
	padding-left: 50px;
	width: 452px;
	color: #6a3db5;
}
#nouser a {
	border-bottom: thin dashed #59309f;
	text-decoration: none;
	color: #6a3db5;
}
#footer {
	background: #eaf3fa;
	border: thin solid #d0dbe6;
	padding: 5px;
	text-align:center;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 12px;
	color: #3f75ab;
}
#footer a {
	color: #42688f; 
	text-decoration:none; 
}
#footer a:hover {
	color: #42688f; 
	text-decoration:none; 
	border-bottom:dashed thin #42688f;
}
#getquery {
	padding-left: 10px;
}
#latestdiggs {
	padding-left: 10px;
}
fieldset #url {
	width: 500px;
	display: inline;
}

.form-error {
	position: relative;
	top: -0.8em;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, #topic-default1, #topic-default2, #topic-default3, .form-large select, .form-large .form-brief {
	font-size: 126%;
	background: #FFFADB url(img/form-back.gif) repeat-x;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input {
	font-size: 126%;
	padding: 3px 7px !important;
}

.form-large div {
	padding-bottom: 1em;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 135%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button2 {
	color: #777;
}

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 10px 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

.form-large label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}
.about a:link {
	color: #42688f;
	text-decoration:none;
}
.about a:hover {
	color: #78a954;
	border-bottom: thin solid #78a954;
}
.about a:visited {
	color: #96be36;
	text-decoration:none;
}
