/*
Theme Name: Komitetas
Theme URI: http://daco.lt/
Description: Tema skirta komitetui.
Version: 1.0
Author: Domas 'mikronaz' Makšimas
Author URI: http://daco.lt/
Tags: minimalistic, white, fixed width, 3 columns, widgets
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, 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 */
/* ----------------------------------------- */

body {
	font-family: Arial, Tahoma, sans-serif;
}

.wrapper {
	width: 933px;
	margin: 0 auto;
}

#logo a img {
	margin: 37px 0 20px 362px;
}

#header {
	width: 746px;
	height: 280px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

#header #slogan {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 746px;
	height: 70px;
	background: url(images/slogan.png) repeat;
	padding: 11px 20px 0 7px;
}

#header #slogan h1 {
	color: #fff;
	font-size: 22px;
}

#header #slogan p {
	font-size: 10px;
	color: #fff;
}

#container {
	width: 933px;
}

#left_side {
	margin: 66px 0 0 0;
	float: left;
	width: 200px;
}

#left_side #menu {
	margin: 0 0 0 57px;
}

#left_side #menu li {
	margin-bottom: 15px;
}

#left_side #menu li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

#left_side #menu li a:hover, #left_side #menu li.current_page_item a{
	text-decoration: underline;
	color: #d80000;
}

#content {
	width: 440px;
	float: left;
}
h1.page_name {
	font-size: 18px;
	color: #000;
	margin: 23px 0 22px 0;
}

#page_text {
	border-right: 1px solid #d80000;
	padding-right: 25px;
}

#page_text .new {
	margin-bottom: 11px;
}

#page_text .new h1.title a {
	font-size: 18px;
	color: #ababab;
	text-decoration: none;
	margin: 0 4px 0 0;
	line-height: 15px;
}

#page_text .new h1.title a:hover {
	text-decoration: underline;
}

#page_text img {
	margin: 10px auto;
}
#page_text .new p {
	font-size: 13px;
	color: #000;
}

#page_text .new a {
	color: #d80000;
	text-decoration: none;
}

#page_text .new a:hover {
	text-decoration: underline;
}

#page_text .new ul li {
	margin-left: 25px;
	font-size: 12px;
	list-style: disc;
}

#page_text .new ol li {
	margin-left: 25px;
	font-size: 12px;
	list-style: decimal;
}

#page_text .new blockquote {
	border: 1px solid #d80000;
	margin: 10px;
	padding: 10px;
	color: #000;
	background: #ffeaea;
}

#page_text .new blockquote p {
	font-size: 11px;
}

#page_text .new h1 {
	font-size: 18px;
}
#page_text .new h2 {
	font-size: 17px;
	font-weight: bold;
}
#page_text .new h3 {
	font-size: 16px;
	font-weight: bold;
}
#page_text .new h4 {
	font-size: 15px;
	font-weight: bold;
}
#right_side {
	float: left;
	width: 215px;
}

#right_side .new {
	width: 215px;
	margin: 10px 0 20px 10px;
}

#right_side .new strong {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

#right_side .new h1 {
	margin-bottom: 12px;
}
#right_side .new h1 a {
	font-size: 11px;
	color: #d80000;
	text-decoration: none;
	font-weight: bold;
}

#right_side .new h1 a:hover {
	text-decoration: underline;
}

#right_side .new p {
	font-size: 11px;
	color: #ababab;
}
#right_side .new a {
	font-size: 11px;
	color: #d80000;
	text-decoration: none;
}
#right_side .new a:hover {
	text-decoration: underline;
}