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

/* ==================================================================== */
/* = Layout                                                           = */
/* ==================================================================== */

#wrapper			{
	width: 942px;
	height: 640px;
	padding: 60px 17px 70px 17px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -488px;
	margin-top: -385px;
}

/*	HEADLINE  */

#headline			{ height: 80px; }

a.logo			{
	float: left;
	display: block;
	width: 195px;
	height: 80px;
	background: url(../images/credoart-logo.png) no-repeat;
	text-indent: -9999px;
}

#nav				{
	float: right;
	width: 410px;
	height: 12px;
	margin: 35px -10px 0 0;
	padding: 0;
	list-style-type: none;
}

#nav li			{
	float: left;
	display: block;
	margin: 0 0 0 40px;
	padding: 0;
}

#nav li a			{
	color: #7a7a7a;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 1px black;
}

#nav li a:hover	{ color: #c2c2c2; }
#nav li a.current, #nav li a.current:hover { color: #d91b12; cursor: default; }

#nav li:last-child	{
	margin-left: 15px;
}

/*	MAIN  */

#main-wrapper		{ height: 458px; position: relative; margin: 20px 0 0 -17px; width: 975px; }

#main			{
	position: relative;
	top: 0;
	left: 17px;
	background: #1f1f1f url(../images/main-bg.png) 50px 0 no-repeat;
	-moz-box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}

/*	FOOTER  */

#footer			{
	height: 52px;
	padding-top: 38px;
	margin-top: -8px;
}

#footer p			{
	margin: 0;
	text-align: center;
	display: block;
	font-size: 9px;
	color: #5a5a5a;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
}




/*	NYITÓ OLDAL  */

.main-home		{
	width: 942px;
	height: 450px;
}




/*	BEMUTATKOZÁS  */

.main-introduction	{
	width: 870px;
	height: 350px;
	padding: 50px 22px 50px 50px;
}

.main-introduction img {
	float: left;
	width: 215px;
	height: 350px;
}

#slidecontent		{
	float: right;
	width: 575px;
	height: 350px;
	overflow-y: hidden;
}

.main-introduction ul {
	width: 575px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.main-introduction ul li {
	float: left;
	display: block;
	width: 270px;
	padding: 1px 0 0 15px;
	margin: 0 0 10px 0;
	background: url(../images/listbullet.png) 0 4px no-repeat;
	font-size: 12px;
}

.main-introduction ul li a {
	color: #c0c0c0;
	padding: 3px 0;
	border-bottom: 1px dotted #7c1f1f;
}

.main-introduction ul li a:hover { color: white; }




/*	REFERENCIAK  */

.main-references	{
	width: 842px;
	height: 370px;
	padding: 40px 50px;
	z-index: 60;
}

#ref-categories	{
	width: 852px;
	height: 384px;
	margin: -14px 0 0 -10px;
	padding: 0;
	list-style-type: none;
	display: none;
}

#ref-categories li	{
	float: left;
	width: 416px;
	height: 178px;
	margin: 14px 0 0 10px;
	padding: 0;
}

#ref-categories li a {
	display: block;
	width: 416px;
	height: 178px;
}

#ref-categories li a span {
	display: block;
	width: 416px;
	height: 106px;
	padding-top: 72px;
	background-color: #080808;
	
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #000000;
}

a.slidenav		{
	width: 17px;
	height: 136px;
	display: block;
	position: absolute;
	top: 155px;
	text-indent: -9999px;
}

a.prev			{
	background: url(../images/slidenav-bg.png) left top no-repeat;
	left: 17px;
	z-index: 40;
}

a.next			{
	background: url(../images/slidenav-bg.png) right top no-repeat;
	right: 17px;
	z-index: 50;
}

#ref-slides-wrapper	{
	width: 842px;
	height: 370px;
	overflow: hidden;
	position: relative;
	display: none;
}

#ref-slides 		{
	height: 370px;
	position: absolute;
	top: 0;
	left: 0;
}

.ref-slide		{
	float: left;
	width: 842px;
	height: 370px;
	color: white;
	font-size: 50px;
}

.ref-slide h1		{
	display: block;
	height: 18px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.ref-slide ul		{
	width: 852px;
	height: 340px;
	margin: 16px 0 0 -10px;
	padding: 0 0 0 6px;
	list-style-type: none;
}

.ref-slide ul li	{
	float: left;
	width: 160px;
	height: 160px;
	margin: 4px;
	padding: 0;
	background-color: #191919;
	position: relative;
	padding: 1px;
	background-color: #b4b4b4;
}

.ref-slide ul li span {
	display: block;
	width: 152px;
	height: 152px;
	position: absolute;
	left: 0;
	top: 0;
	border: 4px solid white;
}

.bwWrapper 		{
	position: relative;
	display: block;
	top: 0;
	left: 0;
}

#back2categories	{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b3b3b3;
	position: absolute;
	z-index: 200;
	left: 0;
	top: 40px;
	padding: 8px 8px 8px 65px;
	background: #090909 url(../images/arrowleft-bullet.png) 48px 8px no-repeat;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
	display: none;
}




/*	KAPCSOLAT  */

.main-contact		{
	width: 372px;
	height: 370px;
	padding: 80px 0 0 570px;
}

.main-contact p	{
	font-size: 14px;
	color: #dbdbdb;
	text-transform: uppercase;
	margin: 10px 0;
}

.main-contact a	{
	color: #dbdbdb;
	text-transform: none;
	padding-bottom: 2px;
	border-bottom: 1px dashed #d91b12;
}

.main-contact h3 span { line-height: 20px; }



/*	"OKLEVÉL" OVERLAY  */

#overlay			{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

#overlay .overlay-wrapper	{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, .8);
}

#overlay .overlay-container	{
	width: 575px;
	height: 400px;
	position: absolute;
	padding-left: 28px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}

#overlay .overlay-container img	{
	border: 10px solid #fff;
	opacity: .85;
	float: left;
}

#overlay .overlay-container #close-overlay {
	width: 18px;
	height: 18px;
	background: transparent url(../images/icon-close.png) no-repeat;
	text-indent: -9999px;
	float: right;
}




