/*
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/
*/

@import url(reset.css);
@import url(fonts.css);

/* ==================================================================== */
/* = Base                                                             = */
/* ==================================================================== */

body			{ background: url(../images/body-bg.png) center center repeat-y; color: #505050; }

/* ==================================================================== */
/* = Typography                                                       = */
/* ==================================================================== */

h1				{
	font-family: 'FontinSmallCaps';
	font-size: 30px;
	color: #111111;
	font-weight: normal;
	margin: 0;
}

h2				{
	font-family: Georgia;
	font-size: 25px;
	font-weight: normal;
	color: #646464;
	margin: 15px 0;
}

h3				{
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #646464;
	margin: 15px 0;
}

h2 span, h3 span { color: #ae160c; }

h4				{
	font-family: 'Fontin';
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #686767;
	text-align: center;
	margin: 20px 0;
	text-shadow: 1px 1px 0 white;
}

h4.h4-black		{ color: black; }

h5				{
	font-family: 'FontinSmallCaps';
	font-size: 25px;
	font-weight: normal;
	color: #525252;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 white;
	margin: 0 0 15px 0;
}

p				{
	font-family: Georgia;
	font-size: 13px;
	line-height: 18px;
	color: #505050;
	margin: 10px 0;
}

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

a:hover			{ text-decoration: underline; }

/* ==================================================================== */
/* = Form elements                                                    = */
/* ==================================================================== */

fieldset		{
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
}

legend			{
	font-family: 'FontinSmallCaps';
	font-size: 16px;
	font-weight: normal;
	color: #63605a;
}

label			{
	font-family: 'Fontin';
	font-size: 13px;
	font-weight: normal;
	vertical-align: middle;
	color: #505050;
}

input[type=text] {
	width: 280px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	padding: 4px 10px;
	background-color: white;
	border: 1px solid #c7c5c0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 8px;
}

input[type=submit] { cursor: pointer; }

/* ==================================================================== */
/* = Design elements                                                  = */
/* ==================================================================== */

hr				{
	margin: 20px 0;
	height: 1px;
	border: none;
	background: url(../images/hr-bg.png) center center no-repeat;
}

img		{
	padding: 1px;
	background-color: white;
	border: 1px solid #c7c5c0;
}