/*
Theme Name: Arcz
Description: Dedicated theme for Arcz website
Author: Arcz
Version: 1.0
*/

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,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;
}

ol, ul {
	margin-bottom: 1em;
}

li {
	margin-left: 3em;
}

body {
	text-align: center;
	margin: 0;
	background: #000 url(img/bg.png);
}

body,p,td, th, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	
	color: #000;
}

select {
	font-size: 100%;
}

h1 {
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin-bottom: .75em;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .75em;
}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1, h2, h3 {
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.6em;
	padding: 0;
}

ul li, ol li {
	line-height: 1.6em;
}

img {
	border: 0;
}

hr {
	border: 0;
	border-top: 2px solid #ddd;
	height: 2px;
	margin: 0 0 1em 0;
}

a:link, a:visited {
	color: #b80000;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}

.center {
	text-align: center;
}

.float-right {
	float: right;
}

div.clear-both {
	clear: both;
}

div.page-area {
	width: 930px;
	text-align: left;

	margin: 0 auto;

	position: relative;
}

#top {
	margin-top: 20px;
	height: 102px;

	position: relative;
}

#logo {
	width: 156px;
	height: 82px;

	background: url(img/logo.png) no-repeat;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

div.menu-header ul {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
}

div.menu-header ul li {
	display: block;
	float: left;

	list-style: none;
}

div.menu-header ul li a {
	display: block;
	float: left;

	padding: 20px 20px 30px 20px;
}

div.menu-header ul li a:link, div.menu-header ul li a:visited {
	font-weight: bold;
	color: #fff;
}

div.menu-header ul li a:hover, div.menu-header ul li a:active {
	color: #d4a73b;
	text-decoration: none;
}

div.menu-header ul li.current_page_item a {

	background: url(img/transp.png);
}

div.menu-header ul li.current_page_item a:link, div.menu-header ul li.current_page_item a:visited {
	color: #d4a73b;
}

#content-ext {
	background: url(img/transp.png);
	padding: 5px;

	position: relative;
}

#content {
	background: url(img/content-bg.jpg);
	height: 500px;
	position: relative;
}

#welcome-header {
	width: 200px;
	height: 60px;

	background: url(img/transpb.png);

	position: absolute;
	top: 100px;
	left: 0;
}

#welcome-header h1, #welcome-header p {
	color: #fff;
	margin: 0;
	padding: 0;

	font-weight: normal;
	font-family: Arial, sans-serif;

	margin-left: 30px;
}

#welcome-header h1 {
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#welcome-header p {
	font-size: 12px;
	font-weight: bold;
}

#welcome p.flags {
	position: absolute;
	top: 180px;
	left: 55px;
}

#welcome p.flags img {
	margin-right: 5px;
}

#splash {
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	height: 100%;

	border-left: 5px solid #111;

	width: 630px;
}

#splash img {
	position: absolute;
}

#splash-header {
	width: 400px;
	height: 75px;

	background: url(img/transpb.png);

	position: absolute;
	top: 350px;
	right: 0;
}

#splash-header h1, #splash-header p {
	color: #fff;
	margin: 0;
	padding: 0;

	font-weight: normal;
	font-family: Arial, sans-serif;

	margin-left: 30px;
}

#splash-header h1 {
	font-size: 30px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#splash-header p {
	font-size: 16px;
}

#footer {
	background: url(img/transp.png);
	padding: 0 5px 5px 5px;

	margin-bottom: 20px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.copyright {
	font-weight: bold;
	color: #fff;
	font-size: 10px;
}

#footer p.flags img {
	margin: 3px 5px 0 0;
}

#collection {
	position: absolute;
	right: 0px;
	width: 650px;
	height: 100%;
}

#collection div.collection-image {
	overflow: hidden;
	height: 100%;

	margin-left: 200px;

	background: url(img/collection-image-bg.jpg) no-repeat top right;
}

#collection div.collection-imaga div.cimg {
	width: 333px;
	text-align: center;

	overflow: hidden;
	height: 100%;
}

#collection #next-post, #collection #prev-post {
	position: absolute;
	top: 220px;

	z-index: 1000;
}

#collection #next-post a, #collection #prev-post a {
	display: block;
	width: 100%;
	height: 100%;
}

#collection #next-post {
	width: 51px;
	height: 53px;

	background: url(img/next.png);
	right: 94px;
}

#collection #prev-post {
	width: 51px;
	height: 53px;

	background: url(img/prev.png);
	left: 175px;
}

#collection-image-info {
	height: 100%;
	width: 200px;

	background: url(img/transpb.png);

	position: absolute;
	left: 0;
}

#collection-image-info h4 {
	color: #fff;
	margin: 100px 0 0 20px;
}

#ac-collection-logo {
	width: 180px;
	height: 120px;

	position: absolute;
	left: 40px;
	top: 10px;

	background: url(img/ac-collection.png);
}

div.static-page-container {
	background: url(img/page-bg.jpg) no-repeat top right;

	padding: 10px 590px 10px 10px;
	height: 100%;

	position: relative;
}

div.about-us-page {
	background: url(img/about-page-bg.jpg) no-repeat top right;
}

div.static-page-container-with-a-map {
	background: none;
	padding: 10px;
}

div.static-page-container div.text {
	background: url(img/transpw.png);
	padding: 10px;

	position: relative;
}

div.static-page-container-with-a-map div.text {
	float: left;
	width: 460px;
	margin-right: 10px;
}

div.about-us-page {
	padding-right: 400px;
}

#gmapContainer {
	float: right;
	width: 400px;
	height: 480px;
}

div.static-page-container div.text p {
	line-height: 1.6em;
	text-align: justify;
}

