/*#############################################################
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 */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.footer a:hover   {
	color: #50466B;
	text-decoration: none;
}
.side   a, .footer  a, .content a {
	font-weight: bold;
	text-decoration: none;
	color: #5E3DB2;
}

body {
	color: #333333;
	font-size: 12px;
	margin: 0;
	background-color: #5c3bb0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-bottom: 5px;
}
code {
	background: url(../images/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(../images/quote.gif) no-repeat;
	color: #666666;
	padding-left: 28px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

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

/* structure */
.container {
	font-size: 1em;
	width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
.header {
	border-bottom: 1px solid #CCC;
	height: 250px;
	text-align: center;
	background-color: #8d76c8;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 675px;
}

/* content */
.content {
	margin-left: 210px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}
.vidcontent {
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}


.content h1 {
	color: #333333;
	font-size: 1.4em;
	margin-bottom: 4px;
}
.side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 165px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/Scroll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	height: 850px;
}

/* footer */
.footer {
	color: #333333;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #5E3DB2;
}
.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
}
.merch {
	color: #333333;
	padding-bottom: 5px;
	text-align: left;
}
p.bg   {
	height:auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/arrow_purple.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 16px;
	color: #50466B;
	}
p.question {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C489D;
	font:normal 13px/16px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 10px;
}

