/*
	Theme Name: Credo-Art
	Theme URI: http://www.credoart.hu/
	Description: Theme for www.credoart.hu
	Version: 1.0
	Author: Kusz Tamás
*/

@import url(clearfix.css);
@import url(facebook.css);

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

html, body		{ padding: 0; margin: 0; height: 100%; }

body				{
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 12px;
	background: #080808 url(../images/body-bg.jpg) center center no-repeat;
}

/*	Typography  */

h1				{
	font-size: 24px;
	color: #d91b12;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #161616;
}

h2				{
	font-size: 18px;
	color: #d91b12;
	margin: 12px 0 8px 0;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #161616;
}

h3				{
	font-size: 18px;
	font-weight: normal;
	color: #d91b12;
	text-transform: uppercase;
	margin: 0;
}

h3 span			{
	font-size: 14px;
	display: block;
	color: #dbdbdb;
}

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

p				{
	color: #c0c0c0;
	line-height: 16px;
	margin: 8px 0;
	text-shadow: 0 1px 1px #161616;
}

/*	Others  */

img				{ border: none; }