/*    
Theme Name: Purple Jam 
Theme URI: http://www.purplejam.fi/ 
Author: Sebastian Hurmerinta
Author URI: http://www.purplejam.fi 
Version: 1.0  
*/ 

/*

grey: f2f2f2
green: b4ffcb
purple: 190018
red: D80036
yellow: feb111

*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object, img {
	padding: 0;
	margin: 0;
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
caption, th {
	text-align: left;
	}

html, #container {
	height: 100%;
}

body {
	height: 100%;
	background: #F8F8F8 no-repeat;
}

img {
	margin: 5px 0 5px 0;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-family: georgia, times new roman, serif; font-size: 1.2em; line-height: 0.9;}
h2 { font-family: georgia, times new roman, serif;font-size: 3em; line-height: 1; }
h3 { font-family: georgia, times new roman, serif;font-size: 1.5em; line-height: 1; }
h4 { font-family: georgia, times new roman, serif;font-size: 1.2em; line-height: 1.25;}
h5 { font-family: georgia, times new roman, serif;font-size: 1em; font-weight: bold; }
h6 { font-family: georgia, times new roman, serif;font-size: 1em; font-weight: bold; }
h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
p           { font-family: georgia, times new roman, serif; font-size: 0.9em; word-spacing:0.15em; color: #000; line-height: 17px;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #909090; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 0.85em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol   	{ margin: 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 0; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd    

.small      { font-family: helvetica, arial, sans-serif; font-size: .8em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

object {
z-index: 4;
}

label       { font-family: helvetica, arial, sans-serif; font-size: 0.85em; font-weight: normal; }
legend      { font-weight: bold; font-size:1.2em; }

input[type=text],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb;
  padding: 3px;
  margin:0.5em 0;
}

input[type=password],
input.text, input.title, 
textarea, select { 
  background-color:#fff; 
  border:1px solid #bbb;
  padding: 3px;
  margin:0.5em 0;
}

input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  	background: #F5F5F5;
}

input.text, 
input.title   { width: 200px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 270px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative;
  margin-bottom: 15px; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

error      { font-family: helvetica, arial, sans-serif; font-size: .75em; color: #D80036;}
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

.button {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	display: block;
	clear: both;
	height: 24px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	margin: 10px 0;
	background: #b4ffcb;
}

.button:hover {
color: #fff;
	background: #DE4052;
}

#panel .lost-pwd {
        font-family: helvetica, arial, sans-serif; font-size: .85em;
	clear: right;
        margin-top: 20px;

}

/***** clearfix *****/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Panel Tab/button */
.tab {
	height: 10px;
	background: #190018;
	margin-left: auto;
    margin-right: auto;
	position: relative;
    z-index: 22;
}

.tab ul.login {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: block;
	position: relative;
  	float: right;
  	clear: right;
	right: 175px;
	background: #190018;
}

.tab ul.login li {
text-align: left;
  	padding: 3px 3px;
  	float: left;
	display: block;
	height: 30px;
}

.tab ul.login li a {
	color: #fff;
}

.tab ul.login li a:hover {
	color: #b4ffcb;
	text-decoration: none;
}


.tab a.open, .tab a.close {
	margin: 0 auto;
	height: 20px;
	font-size: 0.9em;
	line-height: 23px;
	padding-left: 25px;
	cursor: pointer;
	display: block;
	width: 130px;
	position: relative;
	top: 5px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    width: 100%;
    z-index: 900;
    text-align: center;
    margin: 0 auto;
}

#panel {
	width: 100%;
	height: 450px;
	color: #999999;
	background: #190018;
	overflow: hidden;
	position: relative;
	z-index: 999;
	display: none;
}

#panel h1 {
	font-size: 4em;
	color: #b4ffcb;
	padding: 5px 0 10px;
	text-shadow : #000 2px 2px 2px;
}

#panel h3{
	margin-top: 10px;
	color: #f3f3f5;
}
#panel p {
	font-size: 1em;
	color: #fff;
}

#panel a {
	
	text-decoration: none;
	color: #b4ffcb;
}

#panel a:hover {
	text-decoration: underline;

}

#panel a-lost-pwd {
	display: block;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.95em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px dotted #333;
}

#panel .content .right {
	border-right: 1px dotted #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	color: #fff;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.message {
	width: 270px;
	height: 100px;
}

#mail_response {
-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
background: #b4ffcb;
padding: 10px;
color: #000;
margin-top: 20px

}

#mail_response h3 {
color: #000;
font-size: 1.5em;
}

#mail_response p {
color: #000;
}

#container {
	height: auto; 
	min-height: 100%;
}

#header {
	height: 100px;
}

#logo {
color: #fff;
	height: 70px;
	width: 185px;
	overflow: hidden;
background: #190018;
margin: 0 0 0 20px;
z-index: 999;
}

#logo p{
color:#fff;
font-size:1.5em;
padding:20px;
}

#navigation-block {
	position:fixed;
}

ul#sliding-navigation
{
	padding: 0;
}

ul#sliding-navigation li.sliding-element a
{
display: block;
	width: 130px;
	padding: 5px 20px;
	color: #1c1c1c;
	text-decoration: none;
border-bottom: dotted  #1c1c1c 1px;
}

ul#sliding-navigation li.sliding-element a:hover {

}

#content {
	padding: 0px 0px 300px 185px;
}

/* root element for single scroll */
.scroll {
	position:relative;
	overflow:hidden;
	width: 550px;
	height: 344px;
	float:left;
border: solid #fff 5px;
margin: 0 10px 10px 0;
background: #fff;
}

.scroll: hover {

border: solid #e5e5e5 10px;
}

.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}

.pics a {
	float:left;
	cursor:pointer;
	width:550px;
	display:block;
	overflow:hidden;
	color: #000;	
}


.pics img {
	width:550px;
	height: 344px;
	margin: 0;
}

.info {
	position:absolute;
	background: #fff;
	display:block;
	height: 265px;
	width: 200px;
	padding: 20px 20px;
margin: 20px 0 0 20px;
	z-index: 4;
	overflow: hidden;
}

.info h2 {
	font-size: 1.5em;
	margin-bottom: 5px;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	padding: 10px 5px 5px 5px;	
}

.info p {
	color: #000;
	padding: 5px;
font-size: 0.85em;
}

.scroll.active {

}

#loading {
	font-family: georgia;
	font-size: 0.65em;
	margin-top: 25px;
	position:fixed;
	top:0;
	z-index:1;
	width:90%;
	display:none;
}

#loading div {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	margin:0 auto;
	width:70px;
	color:#000;
	padding:10px 10px;
	text-align:center;
	background-color:#CCFFCC;
}

#instructions{
font-size: 0.85em;

background: #FFFFFF;
float: left;
margin: 0 0 10px;
padding: 5px;
}

#blogwrap {
	background: #fff;
	width: 540px;
	margin: 0 0 10px 0;
	padding: 5px 20px 20px 20px;
	float: left;
}

#blogwrap img {
		margin-bottom: 10px;
}

#blogwrap p {
		clear: left;
margin-bottom: 10px;
}

#blogwrap a {
}

#blogwrap h2 {
	margin-top: 10px;
color: #1c1c1c;

}

#blogwrap h2 a { 
	color: #000;
}

#blogwrap h3 { 
	margin: 10px 0;
	padding: 10px 0;
	color: #000;
}

h2.about {
	padding: 5px 0 0 0;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}
h2.archive{
font-size:1.5em;
	padding: 10px;
color: #fff;
	background: #feb111;
	margin-bottom: 20px;
	
}

.date {
	font-family: courier;
	font-size: 0.65em;
	background: #F1F1F1;
	float: left;
	clear: both;
	padding: 5px;
	margin:10px 0 5px 0;
}

.clearright {
clear: right;
}

.clearleft {
clear: left;
}

.infobox{
-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	font-family: courier;
	font-size: 0.65em;
	background: #b4ffcb;
	float: left;
	clear: both;
	padding: 5px;
	margin: 10px 0 5px 0;
}

.entry {
}

.more {
	font-family: helvetica, arial, sans-serif;
	margin: 20px 0;	
	font-size: 0.75em;
	padding: 5px;	
	color: #000;
	background: #b4ffcb;
	clear: both;
}

.more a {
}

.more a:hover {
	background: #D0D0D0;
}

span.red {
	color: #DE4052;
}

.postmetadata {
	font-family: courier;
	font-size: 0.70em;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px 0;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
	clear: both;
}

span.yellow {
color: #fff;
background: #feb111;
padding: 3px;
}


span.yellow a{
color: #fff;
}
span.yellow a:hover{
color: #000;
}

.navigation {
	font-family: helvetica, arial, sans-serif;
	margin: 20px 0;	
}

.navigation a {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	font-size: 0.75em;
	padding: 5px;	
	color: #000;
	background: #D0D0D0;
	clear: both;
}

.navigation a:hover {
	background: #feb111;
}

ol.commentlist { list-style:none; margin:0 0 1em; padding:10px 0 0 0; text-indent:0; border-top:1px dotted #000;}
ol.commentlist li { margin-bottom: 10px;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom: 1px dotted #000;}
ol.commentlist li div.comment-author {font-size: 1em;}
ol.commentlist li div.vcard {}
ol.commentlist li div.vcard cite.fn {font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar {}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata { font-family: courier;font-size: 0.65em; background: #F1F1F1; clear: right; padding: 5px; margin: 5px 0; }
ol.commentlist li div.comment-meta a { color:#000; }
ol.commentlist li p { font-size: 0.75em; margin: 10px; }
ol.commentlist li ul { margin:0 0 1em 2em; }
ol.commentlist li div.reply {}
ol.commentlist li div.reply a {}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent {}
ol.commentlist li.pingback { border-bottom:1px dotted #000; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.sidebar {

	background: #fff;
	width: 235px;
	padding:10px 20px 20px 20px;
	margin: 0 0 0 20px;
	float: left;
		
}

.sidebar ul {

	list-style-type: none;
	margin: 0;
line-height: 20px
	
}

.sidebar ul li h2 {

	display: block;
	margin: 10px 0;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

.sidebar ul ul li {
	padding: 0;
	color: #000;
}

#searchsubmit {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	cursor: pointer;
	background: #b4ffcb;
	padding: 3px;
}

#searchsubmit:hover {
color: #fff;
	background: #DE4052;
}

.submit {padding: 5px; clear: both;}

.archive_info {
	font-family: helvetica, arial, sans-serif;
color: #fff;
font-size:0.8em;
	display: block;
	background: #feb111;
	margin: 10px 0;
	padding: 5px;
}

#accordion {
	margin-top: 10px;
	border-top: dotted 1px #000;
}

#accordion h2 {
font-size: 1.5em;
	cursor:pointer;
	display: block;
	border-bottom: dotted 1px #000;
	padding:5px 5px;
}

#accordion h2.current {
	cursor:default;
	background-color:#fff;
}

/* accordion pane */
#accordion div.pane {
	display:none;
	padding:15px;
}

#footer {
	position: relative;
	height: 150px;
	margin-top: -170px;        
	clear: both;
	background: #190018;
	padding: 30px 100px 0px 195px;
}

#footer p {
	color: #e1e1e1;
}

#footer h3 {
font-size: 1em;
	margin: 0 0 10px 0;
	color: #b4ffcb;
}

#footer ul { 
	margin-left: 0; 
}

#footer ul li a {
padding: 5px 10px;
	color: #e1e1e1;
border-bottom: dotted #e1e1e1 1px;
display: block;
}

#footer ul li a:hover {
color: #b4ffcb;
}

#copyright {
	font-size: 0.85em;
	float: right;
	text-align: right;  
	width: 30%; 
}

#links {
	float: left; 
	width: 35%;
	dispaly: block;
}


#feeds {
	float: left; 
	width: 35%; 
}

