/*
Theme Name: 	JazzMa.hu
Theme URI: 		http://www.jazzma.hu
Description: 	Theme for JazzMa.hu.
Version: 		1.0
Author: 		Kusz Tamás <kusz.tamas@adworks.hu>
Agency:		 	Adworks
Author URI: 	http://www.adworks.hu/
*/

/* ==================================================================== */
/* = Lexicon (listing)                                                = */
/* ==================================================================== */

#artist-listing h3			{ font-style: italic; }

.container-2-columns	{
	width: 700px;
	margin: 0 0 10px -25px;
	background: url(../images/2columns-separator-bg.png) 360px 0 repeat-y;
	position: relative;
	min-height: 36px;
}

ul.column-left			{
	width: 305px;
	margin: 0 0 0 25px;
	float: left;
}

ul.column-right			{
	width: 305px;
	float: right;
	margin: 0;
}

ul.column-left li, ul.column-right li {
	width: 305px;
	padding: 4px 0;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #7f7f7f;
	text-shadow: 1px 1px 0 white;
}

ul.column-left li:first-child, ul.column-right li:first-child { padding-top: 0; }

ul.column-left li a, ul.column-right li a {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #565656;
	font-weight: bold;
	text-decoration: none;
}

ul.column-left li a:hover, ul.column-right li a:hover {	text-decoration: underline; }

.loading-large			{
	margin: 0;
	top: 0;
	left: 25px;
}

/* ==================================================================== */
/* = Lexicon (artist)                                                 = */
/* ==================================================================== */

h2 span					{
	display: block;
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #8a8a8a;
	margin-top: 8px;
}

/*	Photo Gallery  */

#artist-photos			{
	float: left;
	width: 170px;
}

#artist-photos .photo-nav {
	height: 16px;
	position: relative;
	margin-top: 12px;
}

#artist-photos .photo-nav a {
	width: 8px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	text-indent: -9999px;
	display: none;
}

#artist-photos .photo-nav a.photo-prev {
	left: 0;
	background: url(../images/icons_arrows.png) -545px -18px no-repeat;
}

#artist-photos .photo-nav a.photo-next {
	right: 0;
	background: url(../images/icons_arrows.png) -689px -18px no-repeat;
}

#artist-photos .photo-nav p	{
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #8a8a8a;
	margin: 0;
}

#artist-photos ul		{ position: relative; }

#artist-photos ul li	{ position: absolute; top: 0; left: 0; display: none; }

/*	Artist Details  */

#artist-details			{
	width: 460px;
	float: right;
	margin-top: -20px;
}

#artist-details h2		{
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #505050;
	margin: 20px 0 10px 0;
}

#artist-details p		{
	font-size: 12px;
	margin: 12px 0;
}

#artist-details ul li	{
	font-family: Georgia;
	font-size: 12px;
	line-height: 18px;
}

#artist-details a		{
	color: #b6291f;
	text-decoration: none;
}

#artist-details a:hover	{ text-decoration: underline; }

.article				{ margin-bottom: 20px; }

.article h2, .article h2 a { font-size: 18px; }

.article p				{ font-size: 12px; line-height: 16px; font-style: italic; }

p.article-details		{ font-size: 10px; font-style: normal; }









