/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Description: A lightweight colorful design, feels like summer!
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {	font-family: "Monotype Corsiva";
	font: normal 1em "Monotype Corsiva",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #cd1e2f;
}
a:hover, .footer a:hover {
	color: #ea9c9f;
}

.center {
	text-align:center;}

.left {
	float:left;
	margin-right:10px;}

body {	
	background: #c27683 url(img/bg1.jpg) repeat-y center top;
	color: #443;
	font-size: 20px;
	margin: 0;
font-family: "Monotype Corsiva";
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal bold 1.2em "Monotype Corsiva",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 0.6em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

table .sep
{

border-collapse: separate;
padding:5px;
background-color:#b28989
}

td { border:0; text-align:center;}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 790px;
}

/* header */
.header {
	background: #8d5d87 url(img/header3.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 832px;
}
.navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.navigation li {
  float: left; 
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: normal 19px "Monotype Corsiva";
	height: 31px; 
	letter-spacing: 0.5px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 138.5px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content {color: #1b1b1b;
	padding: 18px 0;
	font-weight:bold;
}
.content h1 {
	color: #1b1b1b;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/*contact form*/
fieldset {border: 1px solid #ea9c9f;}
legend {color:#cd1e2f;}

form label.text {display:block;float: left;width: 40%;text-align: right; margin: 5px 0 0 0;padding: 0.1em;}

input.text, textarea.text,input.warning, textarea.warning  { border-color:#ea9c9f; border-style:solid; border-width:1px; margin:5px;width:200px;}


textarea.text  {width:200px;height:80px;}

.button {
	margin-top:5px;

	border: 0px solid #ffffff;
	padding: 0px 10px 0px 10px;	
	color:  #ffffff;
	background-color: #79161b;	
			
}
/* footer */
.footer {
	color: #886;
	
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {font-weight:bold;
	color: #886;
}