﻿/*
Theme Name: Spekto
Theme URI: http://daco.lt/
Version: 1.0
Author: Domas 'mikronaz' Makšimas
Author URI: http://daco.lt/
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
img.aligncenter { display:block; margin:0 auto }
img.alignleft { float:left }
img.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */

/* MAIN LAYOUT */
/* ----------------------------------------- */

a { color: #746129; }

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #4d3a18;
	text-align: center;
}

.wrapper {
	text-align: left;
	width: 933px;
	margin: 0 auto;
}

#header {
	background: #f2f0c9;
	border-bottom: 1px solid #cfca97;
}
#header .wrapper {
	background: url(images/header_light.jpg) repeat-x;
}
#header #slideshow {
	width: 690px;
	height: 309px;
	float: left;
	background: url(images/slideshow_bg.jpg) no-repeat;
	margin: 24px 0 0 14px;
	display: inline;
	padding: 19px 12px 69px;
	position: relative;
}
#header #slideshow img {
	position: absolute;
	top: 19px;
	left: 12px;
	display: none;
}
#header #slideshow img.active {
	display: block;
}
#header #head_right {
	float: right;
	background: url(images/nav_bg.jpg) repeat-y;
}
#header #head_right #logo {
	display: block;
}
#header #head_right #navigation li {
	display: block;
}
#header #head_right #navigation li a {
	display: block;
	text-align: center;
	font-size: 21px;
	color: #82805d;
	font-family: "Times New Roman";
	font-style: italic;
	text-decoration: none;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
}
#header #head_right #navigation li a:hover, #header #head_right #navigation li.current_page_item a {
	background: url(images/nav_hover.jpg) repeat-y;
	color: #bdba8d;
}

#lang_sel_list {
	padding: 15px 0 0 19px; }

#content {
	border-top: 1px solid #faf9dd;
	background: url(images/cont_bg.jpg) repeat;
	position: relative;
}
#content #cam1 {
	position: absolute;
	left: 0;
	bottom: 0;
}
#content .wrapper {
	position: relative;
	overflow: hidden;
}
#content #cam2 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.cont {
	float: left;
	width: 411px;
	background: url(images/h1_light.jpg) no-repeat;
	padding: 25px 0 0 0;
	margin-left: 29px;
	display: inline;
	font-size: 13px;
	color: #746129;
	margin-bottom: 15px;
}
.marg {
	margin-left: 43px;
}
.cont h1 {
	font-size: 20px;
	color: #746129;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman";
	background: url(images/line.jpg) repeat-x bottom;
	padding: 0 0 6px 3px;
	margin-bottom: 15px;
}
.cont h2 {
	font-size: 18px;
	color: #746129;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman";
}
.cont h3 {
	font-size: 17px;
	color: #746129;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman";
}
.cont h4 {
	font-size: 16px;
	color: #746129;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman";
}
.cont h5 {
	font-size: 15px;
	color: #746129;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman";
}
.cont ul li {
	list-style: disc;
	margin-left: 20px;
}
.cont ol li {
	list-style: decimal;
	margin-left: 20px;
}
.cont p {
	margin-bottom: 20px;
}
.cont blockquote {
	padding-left: 20px;
	border-left: 4px solid #746129;
}
.cont .more {
	display: block;
	float: right;
	width: 52px;
	height: 40px;
	text-indent: -9999px;
	background: url(images/more_info.png) no-repeat;
	margin-top: 10px;
}

.full {
	float: none;
	width: auto;
	display: block;
}
.cont input {
	width: 173px;
	height: 16px;
	background: url(images/input.jpg) no-repeat;
	font-size: 13px;
	color: #a19278;
	padding: 9px 12px;
	border: none;
}
.cont textarea {
	width: 281px;
	min-width: 281px;
	max-width: 281px;
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	border: none;
	padding: 14px;
	font-size: 13px;
	color: #a19278;
	background: url(images/textarea.jpg) no-repeat;
	float: left;
	font-family: Tahoma, Verdana;
}
.cont #submit {
	width: 52px;
	height: 40px;
	padding: 0;
	float: left;
	background: url(images/submit.png) no-repeat;
	text-indent: -9999px;
	margin-top: 46px;
}

#side_img {
	float: right;
	width: 388px;
	height: 272px;
	background: url(images/side_img_bg.png) no-repeat;
	padding: 16px 12px;
	margin-top: 34px;
}

#footer {
	background: url(images/footer.jpg) repeat-x;
	height: 64px;
}
#footer p {
	text-align: center;
	line-height: 64px;
	color: #a5916f;
	font-size: 13px;
}
