/* weavingspider.co.uk, all rights reserved */

/** HEADINGS */
h1, h2, h3 {
	margin: 0px 0px 6px 0px;
	color: #CCCCCC;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {font-size:large;}
h2 {font-size:medium;}
h3 {font-size:small;}

/** TEXTS */
body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

.footertext	{
	text-align: center;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

.date {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
	margin-bottom:2px;
}

.newsdate	{
	font-size:1em;
	margin-bottom:1px;
	color: #ff6633;
	font-weight:600;
}

.orange	{color:#ff6633;	font-size: medium;}
.normorange	{color: #ff6633;}

.red {color:#fc2802; font-size: medium;}
.normred {color:#fc2802;}

.yellow {
	color:#f2ff00;
	font-size: medium;
}

/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}

/** LINKS */
a {
	color: #999999;
}

a:hover {
	text-decoration: none;
}

a.footer {
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: none;
}

/** quotes */
blockquote {
	color: #FFFFFF;
	background: #353a3d url(images/quote-blue.jpg) no-repeat 2px 4px;
	border: 1px solid #ff6633;
	padding-bottom: 0.4em;
	margin-bottom: 1em;
}

blockquote p {
	font-style: normal;
	background: url(images/quote-blue2.jpg) no-repeat right bottom;
	text-indent: 28px;
	padding-bottom: 0;
	margin: 0.8em 0.8em 0.4em 0.8em;
}

blockquote p.author {
	background-image: none;
	text-align: right;
	color: #CCCCCC;
	font-style: normal;
	padding-bottom: 0;
	margin: 0.8em 0.8em 0.4em 0.8em;
}


/** MISC */
.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

.vidright {
	float: right;
	margin: 3px 0px 0px 15px;
}

/** rule */
.rule {
	background: transparent url(images/rule.gif) repeat-x;
	height: 2px;
	margin: 1.5em 0;
	clear: left;
}
