@charset "utf-8";
/* CSS Document */

/* CSS reset 
----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 1; }
body {
	line-height: 1;
	color: #050505;
	font-size: 62.5%; /* 1em = 10px */
	font-family: Georgia, "Times New Roman", Times, serif;;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS reset end */

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight:bold;
	color: #333;
	margin-bottom: 1em;
	text-transform: uppercase;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:bold;
	color: #ff3300;
	margin-bottom: 1em;
	text-transform: uppercase;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #333;
	margin-bottom: 0.1em;
}
p,td,ol,ul{
	font-size: 1.2em;
	line-height: 1.6em;
}
ul,ol {
	margin-bottom: 1.5em;
}
li {
	margin: 0.1em 0;
	padding-left: 0.5em;
	list-style:inside;
	list-style-type: disc;
}
b, strong { font-weight: bold; }
.long {
	font: 11px/11px Arial;
	color: #999;
	width: 350px;
	border: 1px solid #ccc;	
}
.center {
	width: 100%;
	text-align: center;
}
a {
	color: #ff3300;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
}
a.link2 {
	color: #006cff;
	text-decoration: none;
}
/* Some basic styles */
.left  { float: left; }
.right { float: right; }
.font1 { font-family: Georgia, "Times New Roman", Times, serif; } /* basic paragraph font with ending */
.font2 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } /* basic title font without ending*/
.dotted { border-top: 1px dashed #ccc; height: 1px; line-height:1; margin: 1em 0; }
/* basics end */

/* Set background images */
html {
	min-height: 100%;
	height: auto;
}
body {
	background: url(../img/bg_bottom2.jpg) bottom center no-repeat;
}
#container {
	background: transparent url(../img/bg_head2.jpg) top center no-repeat;	
}
/* background end */


/* Site wide layout styles
----------------------------------------------------*/
#page { 
	width: 890px;
	height: auto;
	margin: 0 auto;
	border: 0px solid #ddd;
}
#header {
	width: 890px;
	height: 160px;
	clear: both;
	border: 0px solid green;
}
#logo {}
#footer {
	width: 890px;
	height: 240px;
	clear: both;
	border: 0px solid green;
}
#leftCol2 {
	display:inline;
	float: left;
	width: 426px;
	padding-top: 20px;
	padding-right: 15px;
	margin-right: 20px;
	border-right: 1px dashed #ccc;
}
#rightCol2 {
	display:inline;
	float: left;
	width: 426px;
	padding-top: 20px;
}
#leftCol {
	display:inline;
	float: left;
	overflow:hidden;
	width: 426px;
	padding-top: 20px;
	margin-right: 35px; /* 35px */
	border-top: 1px dashed #ccc;
}
#rightCol {
	display:inline;
	float: left;
	overflow:hidden;
	width: 426px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}
#leftCol2 p, #rightCol2 p {
	margin-bottom: 1em;
}
.firstMessage {

}
.replyMessage {
	padding-left: 15px;
}

#wideCol {
	width: 890px;
	text-align: left;
}


/* Frontapage comments */
#comments {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		line-height: 1.3em;
		width: 100%;
}
#comments div.header {
	float: left;
	clear: both;
	width: 100%;
	height: 18px;
	background: #ff3300;
	color: #fff;
}
#comments div.header p {
	font-weight: bold;
	margin: 3px 7px;
}
#comments div.header a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#comments .item {
	float: left;
	clear: both;
	width: 100%;
	margin: 9px 0 12px 6px;
	color: #525151;
	background-color: #fff;
}
#comments .comment {
	float: left;
	clear: both;
	width: 100%;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}
#comments .comment img {
	float: left;
	padding: 1px 5px 40px 5px;
}
#comments .footer {
	float: left;
	clear: both;
}


/* frontpage large spot with an image. */
.largeSpot {
	padding-bottom: 15px;
	margin-bottom: 20px;
	/*border-bottom: 1px dashed #ccc;*/
}
.largeSpot p {
	color:#0184b5;
	background-color: #fff;
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.1em;
}
.largeSpot img {
	float: right;
	margin-left: 5px;
}


/* frontpage news at right col */
.newsItem {
	width: 100%;
	float: left;
	clear: both;
	padding: 6px 0;
	border-bottom: 1px dashed #ccc;
}
.newsItem h2 {
	margin: 6px 0;
}
.newsItem p {
	font-weight:normal;
	font-size: 1.4em;
	color: #7a7979;
	margin: 0 0 1em 0;
	line-height: 1.1em;
}
.newsItem span.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #040404;
}
#newsOrder {
	padding: 15px 0;
	margin: 0;
}
#newsOrder input.long {
	font: 11px/11px Arial;
	color: #999;
	width: 350px;
	border: 1px solid #ccc;
}
#newsArchive {
	margin: 0;
	padding: 15px 0;
}
#newsArchive h2, #newsArchive p {
	display: inline;
	margin-right: 10px;
}
#newsArchive img, #newsOrder .submit {
	margin-bottom: -5px;
}
#newsArchive h2, #newsOrder h2 {
	line-height: 1em;
	margin: 0 12px 6px 0;
	padding: 0;
	color: #020202;
}