﻿/*
Theme Name: UAB Arauta
Theme URI: http://arauta.lt/
Description: Theme specialy created for Arauta.lt
Version: 1.0
Author: Mantas Žilius / www.decode.lt
Author URI: http://decode.lt/
*/

* {
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body {
	background: #ebebeb url('./images/header.png') repeat-x top center;
	font: 13px tahoma, verdana, arial;
	color: #444;
}
a {
	color: #a93b32;
}
a img {
	border: none;
}
input {
	border: 1px solid #ccc;
	color: #444;
	font: 13px tahoma, verdana, arial;
	background-color: #fff;
	padding: 4px 6px;
	-moz-border-radius: 3px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
small {
	font: 11px 'trebuchet ms', tahoma, verdana, arial;
	text-transform: uppercase;
	color: #666;
}

/* ===== HEADER ===== */

#header {
	height: 275px;
}
#header #h_wrap {
	width: 840px;
	margin: 0 auto;
}
#header #logo {
	background: transparent url('./images/logo.png') no-repeat center center;
	width: 330px;
	height: 55px;
	display: block;
	float: left;
	margin: 16px 0 0 0;
}
#header #nav {
	background: transparent url('./images/header-nav.png') no-repeat center center;
	width: 176px;
	height: 55px;
	display: block;
	float: right;
	margin: 16px 5px 0 0;
}
#header #nav #aboutus {
	width: 71px;
	height: 16px;
	float: left;
	display: block;
	margin: 19px 0 0 2px;
}
#header #nav #contacts {
	width: 77px;
	height: 16px;
	float: left;
	display: block;
	margin: 19px 0 0 25px;
}
#header #img {
	background-color: #fff;
	width: 836px;
	height: 180px;
	border: 1px solid #9ea0a7;
	padding: 1px;
	margin: 18px 0 0 0;
}

/* ===== CONTENT ===== */

#content {
	width: 840px;
	margin: 15px auto;
	margin-bottom: 55px;
}
#content h2 {
	list-style: none;
	font: bold 15px 'trebuchet ms', tahoma, verdana, arial;
	color: #a93b32;
	margin: 15px 0 0 0;
}
#content p {
	line-height: 165%;
	margin: 10px 0 0 0;
}
#content .div {
	background-color: #ccc;
	height: 2px;
}
#content #navigation {
	margin-top: 15px;
}

#content #left {
	width: 210px;
	float: left;
	padding: 0 20px;
}
#content #left ul {
	list-style: none;
	font: bold 17px 'trebuchet ms', tahoma, verdana, arial;
}
#content #left ul li {
	margin: 0 0 15px 0;
}
#content #left p {
	margin: 15px 0 0 0;
}
#content #left .post {
	margin-bottom: 15px;
}

#content #right {
	width: 560px;
	float: right;
	padding: 0 20px 0 10px;
}
#content #right h1,#content #right h1 a {
	list-style: none;
	font: bold 17px 'trebuchet ms', tahoma, verdana, arial;
	color: #a93b32;
}
#content #right .fla {
	float: left;
	margin: 15px 15px 0 0;
}
#content #right .fra {
	float: left;
	margin: 15px 0 0 0;
}
#content #right ul {
	list-style: circle inside;
	line-height: 165%;
	margin: 10px 0 0 15px;
}

/* ===== FOOTER ===== */

#grey {
	background-color: #bbb;
	height: 1px;
	margin-bottom: 10px;
}
#footer {
	background-color: #dadada;
	border-top: 1px solid #fff;
	font: 11px 'trebuchet ms', tahoma, verdana, arial;
	text-transform: uppercase;
	color: #666;
	padding: 0 0 10px 0;
	position: fixed;
	left: 0; bottom: 0; right: 0;
}
#footer #f_wrap {
	width: 840px;
	margin: 0 auto;
}