﻿/* =================================================

	[CSS Screen]
		author:		Aleksandar Kozlica
		contact:	aleksandar.kozlica@gmail.com
		project:	Almazian's Obsession
		version:	2.0
		date:		2010/08/18

	[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 --------------------------------------- */
#container {
	position:relative;
	width:774px;
	height:100%;
	min-height: 100%; /* For Modern Browsers */
	margin:0 auto;
	top: 0;
}
#header {
	top:0px;
	height:162px;
	text-align: right;
}
#nav {
	position: absolute;
	top:18px;
	left:18px;
}
#menu {
	position: absolute;
	width:108px;
	top:162px;
	left:648px;
	margin-right:18px;
	margin-bottom:18px;
	text-align: right;
	float: right;
}
#box {
    position: absolute;
    width:540px;
	top:135px;
	left:117px;
    margin:auto;
}

#content {
	position: relative;
	width:486px;
	/*left: 144px;*/
	margin:0 auto;
	padding-bottom: 90px;
}

#slideshow {
	margin-bottom: 18px;
	border: 1px solid #333333;
}

#footer {
    position: absolute;
	width:100%;
	height:54px;
	left: 0;
	bottom: 18px;
	text-align: center;
	background-color: #000;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding:9px;
}

/* General -------------------------------------- */
body {
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
}

h1 {
	color: #c14;
	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;
}

#nav a {
	color: #fff;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#nav a:hover {
	color: #ccc;
}

#menu a {
	color: #c14;
	font-family: georgia, "times new roman", times, serif;
	font-size: 14px;
}

#menu a:hover {
    color: #fff;
}

#content a {
	color: #999;
	font-size: 1em;
}

#content a:hover {
	color: #fff;
}

#content ul {
	margin-left:1em;
	list-style-position: outside;
	list-style-type: disc;
}

#footer a {
	color: #fff;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

#footer a:hover {
	color: #ccc;
}

/* Classes -------------------------------------- */

.date {
	color: #c14;
	font-family: georgia, "times new roman", times, serif;
}

.thumb {
	border: 1px solid #333;
	text-decoration: none;
	margin-right:18px;
	margin-bottom:18px;
	float:left;
}

.thumb-right {
	border: 1px solid #333;
	text-decoration: none;
	/*margin-right:18px;*/
	margin-bottom:18px;
	float:left;
}

.thumb:hover{
	border: 1px solid #666;
}

.thumb-right:hover{
	border: 1px solid #666;
}

.marginleft {
	margin-left:18px;
}

.label {
	float: left;
	width: 108px;
	text-align: right;
	padding-right: 18px;
	padding-top: 2px;

}

.textfield {
	text-indent: 0.5em;
	width: 234px;
	margin-bottom: 18px;
	border: none;
}

.textarea {
	text-indent: 0.5em;
	width: 358px;
	height: 108px;
	margin-bottom: 18px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.submit {
	color: #ccc;
	background-color: #333;
	margin-left: 126px;
	width: 72px;
	height: 24px;
	border-style: none;
	margin-bottom: 18px;	
}

.submit:hover {
	color: #fff;
	background-color: #666;
}
