/*
Theme Name: Cardiant
Author: Mikko Mänttäri
*/

/* Poista rivi _ kisan jälkeen */

/* Eric Meyer's 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	line-height: 21px;
	margin: 0 0 21px;
}

h1,
h2,
h3 {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

h1 {
	color: #545755;
	font-size: 36px;
	line-height: 48px;
	margin: 0 0 24px;
}


h2 {
	color: #545755;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 24px;
}

h3 {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 24px;
}

h4 {
	color: #545755;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px;
}

a {
	color: #FFF;
	outline: none;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

/* Lomakkeet */
input,
textarea {
	background:url("images/alpha-green.png") repeat scroll 0 0 transparent;
	border: none;
	color: #FFF;
	display: inline;
	font: normal 14px 'Open Sans', Arial, Helvetica, sans-serif;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
	padding: 4px 5px;
}

input:focus,
textarea:focus {
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}

body {
	background: #020202 url("images/background.jpg") repeat center top;
	color: #D9DEDB;
	font: 400 14px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	background: url(images/alpha-black.png) repeat;
	top: 0;
	width: 100%;
}

#header .container {
	margin: 0 auto;
	padding: 0;
	width: 920px;	
}

#header .logo {
	background: url(images/logo.png) no-repeat;
	display: block;
	float: left;
	height: 37px;
	margin: 30px 0 40px;
	text-indent: -9999px;
	width: 175px;
}

#header .menu {
	float: right;
	list-style: none;
}

#header .menu li { float: left; }

#header .menu li a {
	display: block;
	font: 300 16px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	margin: 22px 0 36px 20px;
	padding: 20px 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#header .menu li a:hover,
#header .menu li.current-menu-item a {
	border-bottom: 2px solid #545755;
	padding: 20px 0 8px;
}

#social {
	background: url(images/alpha-black.png) repeat;
	left: 0;
	list-style: none;
	padding: 0 0 5px;
	position: fixed;
	top: 45%;
}

#social a {
	background: url(images/social.jpg) no-repeat;
	display: block;
	height: 28px;
	margin: 10px 10px 5px;
	text-indent: -9999px;
	width: 28px;
}

#social .facebook a { background-position: 0 0; }
#social .facebook a:hover { background-position: -28px 0; }

#social .myspace a { background-position: 0 -28px; }
#social .myspace a:hover { background-position: -28px -28px; }

#social .lastfm a { background-position: 0 -56px; }
#social .lastfm a:hover { background-position: -28px -56px; }

#social .youtube a { background-position: 0 -84px; }
#social .youtube a:hover { background-position: -28px -84px; }

#social .levykauppax a { background-position: 0 -112px; }
#social .levykauppax a:hover { background-position: -28px -112px; }



@media all and (max-width: 1080px) {
	#social {
		background: none;
		left: auto;
		margin: 18px auto 0;
		padding: 0;
		position: relative;
		top: auto;
		width: 280px;
	}
	
	#social li {
		display: inline;
	}
	
	#social a {
		display: block;
		float: left;
	}
	
}

/* Sisältösivut  */

.container {
	margin: 0 auto;
	padding: 30px 0;
	width: 920px;
}

.content {
	background: url(images/alpha-black.png) repeat;
	padding: 30px;
	position: relative;
	text-align: left;
	width: 860px;
}

.two-column .page,
.two-column .posts,
.two-column .single {
	float: left;
	/*width: 620px;*/	
	width: 540px;
}

.sidebar {
	float: right;
	margin: 0 0 0 30px;
	/*width: 210px;*/
	width: 290px;
}

/* Kommentit */

.commentlist,
.commentlist ul { list-style: none; }

ol.commentlist { margin: 0 0 18px; }

ol.commentlist li {
	border-bottom: 1px solid #545755;
	margin: 0 0 18px;
}

ol.commentlist li.last {
	border: none;
	margin: 0;
}

ol.commentlist li li {
	border: none;
	margin: 0;
}

.commentlist .comment-body,
.commentlist .reply { clear: both; }

.commentlist .title {
	color: #545755;
	float: left;
	width: 100px;
}

.commentlist .author,
.commentlist .comment-content {
	float: left;
	width: 750px;
}

#single .commentlist .author,
#single .commentlist .comment-content { width: 450px; }

.commentlist .comment-author-cardiant .comment-content p { font-style: italic; }

.commentlist .comment-date a {
	color: #545755;
	text-decoration: none;
}

#respond { width: 500px; }

#comments h3 { color: #545755; }

#commentform label {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	width: auto;
}

#commentform .comment-form-author span,
#commentform .comment-form-email span {
	float: left;
	color: #545755;
}

#commentform input,
#commentform textarea {
	display: block;
	float: right;
	width: 400px;
}

#commentform p {
	clear: both;
	padding: 0 0 18px;
}

#commentform .form-allowed-tags { display: none; }

#commentform #submit {
	clear: both;
	float: none;
	width: auto;
}

#commentform p.comment-notes {
	clear: both;
	padding: 0;
}

#comment { margin: 0 0 18px; }

/* Sivutus */
.pagination span,
.pagination a {
	background: url(images/alpha-green.png) repeat;
	margin: 0 3px 0 0;
	padding: 4px 5px;
	text-decoration: none;
}

.pagination .current {
	color: #545755;
	-moz-opacity: .60;
	filter: alpha(opacity=60);
	opacity: .60;
}

/* Linkeille */
.more-link,
.arrow {
	background: url(images/arrow.png) no-repeat left;
	padding: 0 0 2px 26px;
	text-decoration: none;
}

/* Sisältösivut - Etusivu ja artikkeli */

#home #myGallery { text-align: left; }

#home .withArrows a.open {
    left: 10% !important;
    width: 80% !important;
}

#home .jdGallery a.right,
#home .jdGallery a.left { width: 10% !important; }

#home .jdGallery .slideInfoZone h2 {
	background: url(images/arrow.png) no-repeat right !important;
	padding: 0 26px 0 0 !important;
	position: relative !important;
	z-index: 1 !important;	
}

#home .post { margin-bottom: 32px; }

#home .post h2,
#home .post h2 a,
#single h1,
#single h1 a {
	color: #545755;
	text-decoration: none;
}

#home .post h2 a:hover,
#single h1 a:hover { color: #fff; }

.sidebar .date {
	float: right;
	display: block;
	line-height: 14px;
	margin: -3px 5px 0 0;
	padding: 5px 7px 6px;
	text-align: center;
	background: url(images/alpha-green.png) repeat;
	text-decoration: none;
}

#home .date span,
#single .date span { font-size: 12px; }

#home .entry-content { padding: 0 0 14px; }

.post .meta,
#single .meta {
	border: 1px solid #161817;
	border-width: 1px 0;
	margin-bottom: 21px;	
	padding: 8px;
}

.meta .date,
.meta .comments-link {
	border-right: 1px solid #161817;
	color: #545755;
	font-size: 12px;
	float: left;
	margin: 0 14px 0 0;
	padding: 2px 14px 7px 0px;
}

.meta .comments-link a {
	color: #545755;
}

.meta .comments-link a:hover { color: #fff; }

.meta .fb-like { float: left; }

#single .sidebar .latest-posts li { padding: 0 0 16px; }

#single .sidebar .latest-posts a {
	float: left;
	text-decoration: none;
	width: 160px;
}

/* Levykauppa X */

.sidebar .levykauppax {
	background: url(images/alpha-green.png) repeat;
	margin-bottom: 32px;
	padding: 20px 20px 5px;
}

.sidebar .levykauppax p { font-size: 12px; }

.sidebar .levykauppax .order {
	background: #ffbe00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 3px 6px;
	text-decoration: none;
}

.sidebar .levykauppax img {
	float: left;
	margin-right: 15px;
}	

/* Facebook widget */

#facebook {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px;
	position: relative;	
}

/* Skaba */

#single .skaba {
	height: 380px;
	margin: 0 0 22px;
	position: relative;
}

#single .skaba .kentat {
	background: url(images/alpha-black.png) repeat;
	bottom: 0;
	height: 20px;
	padding: 10px;
	position: absolute;
	width: 600px;
}

#single .select-boxes {
	margin: 0 0 24px;
	width: 100%;
}

#single .select-boxes td {
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 35px;
	width: 20%;
}

#single .select-boxes td.first { background: url(images/skaba-1.png) no-repeat left; }
#single .select-boxes td.second { background: url(images/skaba-2.png) no-repeat left; }
#single .select-boxes td.third { background: url(images/skaba-3.png) no-repeat left; }
#single .select-boxes td.fourth { background: url(images/skaba-4.png) no-repeat left; }
#single .select-boxes td.fifth { background: url(images/skaba-5.png) no-repeat left; }

#single .select-boxes td img { margin: 0 10px 0 0; }

#single .select-boxes select {
	border: none;
	padding: 3px 3px 2px;
}

#single .required { color: #545755; }

#single .contact-info { margin: 0 0 18px; }

#single .contact-info td {
	padding: 5px 0;
	vertical-align: top;
}

#single .contact-info .title { width: 120px; }

#single .contact-info .your-zip input,
#single .captcha-389 input { width: 120px; }

/* Sisältösivut - Bio */
#biography .band {
	float: left;
	height: 258px;
	margin: 10px 0 0;
	position: relative;
	width: 172px;
}

#biography .band h4 {
	background: url(images/alpha-black.png) repeat;
	bottom: 0;
	color: #FFF;
	font: bold 14px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 172px;
}

/* Sisältösivut - Levyt */

#releases .albums {
	float: left;
	width: 620px;
}

#releases .album { margin: 0 0 40px; }

#releases .cover {
	float: left;
	margin-right: 30px;
}

#releases .cover img { margin: 0 0 10px; }

#releases .cover .links { text-align: center; }

#releases .details {
	float: left;
	width: 300px;
}

#releases .details h3 { margin: 0; }

#releases .details .info {
	border: 1px solid #161817;
	border-width: 1px 0;
	padding: 14px 0;	
}

#releases .details .release { color: #545755; }

#releases .details ol {
	list-style: decimal-leading-zero;
	margin: 0 0 0 23px
}

#releases .details li {
	color: #545755;
	font-size: 12px;
}

#releases .details span {
	color: #FFF;
	font-size: 14px;
}

#releases .sidebar ul {
	list-style: none;
	margin: 0 0 22px;
}

/* Sisältösivut - Live */

#live table {
	margin: 0 0 22px;
	width: 100%;
}

#live table th {
	border-bottom: 1px solid #545755;
	color: #545755;
	padding: 0 0 6px;
}

#live table td { padding: 6px 0 0; }

#live .date { width: 20%; }

#live .location { width: 30%; }

#live .venue { width: 50%; }

/* Sisältösivut - Galleria */

#TB_window {
	background: url(images/alpha-green.png) repeat !important;
	border: none !important;
}

#TB_window img#TB_Image { border: none !important; }

#gallery .ngg-galleryoverview { margin: 0 0 10px; }

#gallery .ngg-gallery-thumbnail { margin: 0; }

#gallery .ngg-gallery-thumbnail img {
	background-color: transparent;
	border: none;
	margin: 0 15px 15px 0;
	padding: 3px;
}

#gallery .ngg-gallery-thumbnail a:hover img {
	border: 3px solid #161817;
	padding: 0;
}

#gallery .photos-by { margin: 0 0 22px; }

/* Sisältösivut - Guestbook */

#guestbook ol.commentlist {
	float: left;
	margin: 0 30px 0 0;
	width: 470px;
}

#guestbook .commentlist .author,
#guestbook .commentlist .comment-content {
	width: 370px;
}

#guestbook #respond {
	float: right;
	width: 360px;
}

#guestbook #commentform input,
#guestbook #commentform textarea { width: 260px; }

#guestbook #commentform #submit {
	float: none;
	width: auto;
}


/* Sivupalkki */

.sidebar h3,
.sidebar h3 a {
	color: #545755;
	text-decoration: none;
}

.sidebar h4 {
	font-size: 14px;
	margin: 0 0 14px;
}

.sidebar ul { list-style: none; }

.sidebar li { list-style: none; }

.sidebar li.widget-container { padding: 0 0 18px; }

.sidebar li.widget_em_widget {
	border: 1px solid #161817;
	border-width: 1px 0;
	padding-top: 24px;
	margin-bottom: 32px;
}

/* Sivupalkki > Keikat */

.sidebar .widget_em_widget li { margin: 0 0 18px; }

.sidebar .widget_em_widget li a { text-decoration: none; }

/* Sivupalkki > Facebook */

#home .sidebar .fb-feed li {
	border-bottom: 1px solid #545755;
	margin: 0 0 14px;
	padding: 0 0 14px;
}

#home .sidebar .fb-feed li.last { border: none; }

#home .sidebar .fb-feed li a { text-decoration: none; }

#home .sidebar .fb-feed li .caps { text-transform: uppercase; }

#home .sidebar .fb-feed li .date { margin: -3px 5px 5px 0; }

/* Sivupalkki > Yhteys */
#contact .widget_text { padding: 0; }

#contact .widget_text .textwidget ul { margin: 0 0 10px; }

#contact .widget_text .textwidget li { padding: 0 0 6px; }

.sidebar .ngg_images h3 { display: none; }

.sidebar .ngg-widget {
	margin: 0 -5px 0 0;
	padding: 0;
}

.sidebar .ngg-widget img {
	border: none;
	margin: 0 0 3px 0;
	padding: 0;
}
