﻿*{padding:0; margin:0}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 80%;
	color: #555;
	border-top: 3px solid #282828;
	background: #fff url(Images/bg.gif) repeat-x;
}

#wrapper {
	width: 920px;
	margin: 0 auto;	
}

h1 {font-size: 180%;}
h2 {font-size: 170%;}
h3 {font-size: 140%;}
h4 {font-size: 130%;}
h5 {font-size: 120%;}
h6 {font-size: 110%;}

h1, h2, h3, h4, h5, h6 {line-height:1.5em; font-weight:normal; color:#444;}

/* list */
ul {padding-left:22px; margin-bottom:1em; font-size:1em; list-style:square;}
ol {padding-left:26px; margin-bottom:1em; font-size:1em; list-style-type:decimal;}
ol ol {list-style:upper-alpha;}
ol ol ol {list-style:lower-roman;}
ol ol ol ol {list-style:lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom:0;}


/* table */
table {margin: 10px 0 30px 0;}
th {padding:3px; border:1px solid #eee; font-weight:bold; background:#f5f5f5;}
td {padding:3px; border:1px solid #f5f5f5; background:#fff;}

a {color:#09C; text-decoration:none;}

p {text-align:justify; padding-bottom:1em; font-size: 1em;}

blockquote {padding:0 40px;margin:10px 20px;text-align:justify;background: url(Images/blockquote.gif) no-repeat;}


/* Header
-------------------------------------------------------------- */

#header {
	padding-top: 40px;
}

#title h1 {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 0;
	display: inline;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 1px solid #555;
}

#title a {
	color: #333;
}

#title h2 {
	display: inline;
    font-style: italic;
    font-size: 1.75em;
	color: #09C;
	vertical-align: top;
}

/* Navigation */

#nav {
	margin-top: 10px;
	margin-bottom: 0;
	list-style: none;
	float: right;
	font-size: 13px;
}

#nav li {
	float: left;
	background: url(Images/nav_border.gif) no-repeat right top;
}

#nav li a {
	display: block;
	color: #555;
	padding: 0px 10px 10px 10px;
}

#nav li.last {
	background-image: none;
}

#nav li a.activ { 
	color: #09C;
}

#nav li a:hover {
	color: #09C;
	background: url(Images/nav.gif) no-repeat center bottom;
}

/* Teaser */

#teaser {
	clear:both;
	height: 150px;
	background: url(Images/bg_pattern.gif) repeat;
	border: 1px solid #ddd;
	padding: 20px 0 20px 0;
	margin-bottom: 1em;
}

#teaser .more {
	margin-top: 10px;
	font-size: 11px;
	color: #333;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-indent: 12px;	
	display: block;
	background-image: url(Images/more.gif);
	background-position: top left;
}

#teaser .more:hover {
	color: #09C;
	background-position: bottom left;
}

#teaser .teaser_text {
	width: 250px; 
	float: left;
	font-size: 14px;
}

#slides img {
	width: 560px; 
	height: 150px;
	float: left;
	margin-right: 60px;
	border: 1px solid #ddd;
}

#teaser h2 {
	color: #09C;
}

#teaser h3 {
	color: #ccc;
}

#teaser p {
	color: #fff;
	padding-bottom: 0;
	font-size: 0.9em;
}

#controller {
	display: none;
}

#prevNext .jFlowPrev {
	float: left;
	padding: 60px 5px 70px 5px;
}

#prevNext .jFlowNext {
	float: right;
	padding: 60px 5px 70px 5px;
}

#fadeimg {
	list-style: none;
	float: left;
	width: 560px;
	margin-right: 62px;
	padding-left: 17px;
}

#staticimg {
	padding-left: 17px;
}


/* Main
-------------------------------------------------------------- */

/* Content */

#content {
	width: 600px;
	margin-right: 35px;
	margin-bottom: 30px;
	float: left;
}

#content a:hover {
	text-decoration: underline;
}

#content a.more {
	font-size: 0.8em;
}

#content a:hover.more {
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}

#content img.left {
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #ddd;
}

#content img.right {
	float: right;
	margin: 5px 0 0 10px;
	border: 1px solid #ddd;
}

#content a img {
	border: 1px solid #ddd;
	margin-right: 5px;
}

#content a:hover img {
	border: 1px solid #666;	
}

#content .box-left {
	width: 280px;
	float: left;
	margin-right:40px;	
}

#content .box-right {
	width: 280px;
	float: right;
}

#content h2, #sidebar h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ddd;	
}


/* Sidebar */

#sidebar {
	width: 280px;
	float: left;
}

#sidebar .sidebar-entry {

}

#sidebar a.more {
	font-size: 0.8em;
}

#sidebar a:hover.more{
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}

#sidebar .date {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #666;	
}

#sidebar .sidebar-entry img.left {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
}

#sidebar .sidebar-entry img.right {
	float: right;
	margin-left: 10px;
	border: 1px solid #ddd;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;	
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	font-size: 0.8em;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}

#footer ul li a.last {
	border: none;
}

#footer ul li a:hover {
	color: #09C;
}


/* Contact Form
-------------------------------------------------------------- */

#contact {
	margin: 20px 0 30px 0;
}

#contact .nodisplay {
	display: none;
}

#contact label { 
	margin-top: 10px;
	padding: 0 0 3px 3px;
	display: block; 
}

#contact input.text { 
	width: 200px;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc; 
}

#contact textarea {
	border: 1px solid #ccc; 
	height: 150px;
	width: 350px
}

#contact input.button {
	display: block;
	margin-top: 10px;
	background: url(Images/submit.gif); 
	width: 71px; 
	height: 27px; 
	border: none;
}

p#success, p#bademail, p#badserver {
	width: 350px;
	padding: 3px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 10px 0;
	text-align: center;
	display: none;
}

p#success {
	color: #9dbf96;
}

p#bademail, p#badserver {
	color: #ef656b;
}