﻿/* =================================================

	[CSS Screen]
		author:		Aleksandar Kozlica
		contact:	aleksandar.kozlica@gmail.com
		project:	Antiquinarium
		version:	1.0
		date:		2008/09/22

	[Layout]


	[Content]
		Reset
		Layout
		General
		Classes

================================================= */

/* Reset ---------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, strike, strong, sub, sup, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Layout --------------------------------------- */
#bg {
	width: 360px;
	height: 540px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/bg-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#container {
	position:relative;
	width: 666px;
	height: 666px;
	border: 9px solid #333;
	background-color: #000;
	margin: 0 auto;
	top: 45px;
}

#language {
	position:absolute;
	width: 648px;
	height: 18px;
	margin-top: 18px;
	margin-right: 18px;
	text-align: right;
}

#language a {
	color: #ca6;
	font-size: 1em;
}

#language a:hover {
	color: #fff;
}

#header {
	width: 666px;
	height: 126px;
}

#menu {
	top: 162px;
	left: 18px;
	width: 90px;
	position: absolute;
}

#content {
	top: 126px;
	left: 126px;
	width: 414px;
	height: 450px;
	position: absolute;
	background-image: url(../img/grb.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#content ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 18px;
}

#right {
	top: 162px;
	right: 18px;
	width: 90px;
	height: 414px;
	position: absolute;
}

#footer {
	top: 612px;
	right: 18px;
	width: 630px;
	height: 53px;
	position: absolute;
	border-top: 1px solid #ca6;
	text-align: center;
}

#footer p {
	padding: 18px;
}

/* General -------------------------------------- */

body {
	background-color: #000;
	background-image: url(../img/bg-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fec;
}

h1 {
	color: #ca6;
	font-family: georgia, "times new roman", times, serif;
	font-size: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: normal;
}

h2 { 
	color: #fff;
	font-family: georgia, "times new roman", times, serif;
    font-size: 1em; 
}

p, ul, ol {
	font-size: 1em;
	/*margin-top: 1.5em;*/	
    margin-bottom: 1.5em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
	margin-bottom: 1.5em;
}

#menu a {
	color: #666;
	font-family: georgia, "times new roman", times, serif;
	font-size: 14px;
}

#menu a:hover {
    color: #ca6;
}

#content a {
	color: #ca6;
	font-size: 1em;
}

#content a:hover {
	color: #fff;
}

#content ul {
	margin-left: 18px;
	list-style-position: outside;
	list-style-type: disc;
}

#footer a {
	color: #ca6;
	font-size: 1em;
}

#footer a:hover {
	color: #fff;
}

/* Classes -------------------------------------- */

.thumb {
	border: 1px solid #666;
	text-decoration: none;
	margin-bottom:18px;
}

.thumb:hover{
	border: 1px solid #ca6;
}

.marginleft {
	margin-left:18px;
}

.label {
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 18px;
	padding-top: 2px;

}

.textfield {
	text-indent: 0.5em;
	width: 216px;
	margin-bottom: 18px;
	border: none;
}

.textarea {
	text-indent: 0.5em;
	width: 304px;
	height: 108px;
	margin-bottom: 18px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.submit {
	color: #ca6;
	background-color: #333;
	margin-left: 108px;
	width: 72px;
	height: 24px;
	border-style: none;
	margin-bottom: 18px;	
}

.submit:hover {
	color: #fff;
	background-color: #666;
}

