/*
Theme Name: Mados ispardavimas
Theme URI: http://daco.lt/
Description: Tema skirta madoms.
Version: 1.0
Author: Domas 'mikronaz' Makšimas
Author URI: http://daco.lt/
Tags: minimalistic, black, white
*/

/* 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 */
a { color: #000;}

/* MAIN LAYOUT */
/* ----------------------------------------- */

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	background: #fff;
}
.wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
/* ----------------------------------------- */

#header {
	width: 590px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
	height: 132px;
	overflow: hidden;
}
#header img {
	float: left;
	margin: 34px 0 0 0;
}
#header p {
	float: right;
	text-align: right;
	color: #bbbbbb;
	font-size: 12px;
	margin: 120px 0 0 0;
}
#header p a {
	color: #bbbbbb;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#info {
	width: 600px;
	margin: 70px 0 0 0;
}
#info h1 {
	font-size: 45px;
	color: #000;
}
#info h1 span {
	color: #c7c7c7;
}
#info p {
	font-size: 11px;
	color: #000;
}

/* CONTENT */
/* ----------------------------------------- */

#news {
	border-right: 1px solid #ebebeb;
	padding: 60px 184px 40px 0;
}

#news .new {
	margin-bottom: 30px;
}

#news .new .image {
	float: left;
	height: 150px;
	width: 157px;
	border-right: 1px solid #dddddd;
	text-align: center;
}
#news .new .cont {
	float: left;
	width: 425px;
	padding: 35px 0 5px 15px;
}

#news .new .cont.big {
	width: 600px;
}
#news .new .cont h1.title a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#news .new .cont h1.title a:hover {
	text-decoration: underline;
}
#news .new .cont p.grey {
	font-size: 13px;
	color: #bbbbbb;
	margin: 0;
}
#news .new .cont {
	font-size: 11px;
	color: #000;
}
#news .new .cont p {
	margin-bottom: 20px;
}
#news .new .cont h1 {
	font-size: 15px;
	font-weight: bold;
}
#news .new .cont h2 {
	font-size: 14px;
	font-weight: bold;
}
#news .new .cont h3 {
	font-size: 13px;
	font-weight: bold;
}
#news .new .cont h4 {
	font-size: 12px;
	font-weight: bold;
}
#news .new .cont ul li {
	margin-left: 25px;
	list-style: disc;
}
#news .new .cont ol li {
	margin-left: 25px;
	list-style: decimal;
}
#news .new .cont blockquote {
	margin: 10px;
	padding: 10px;
	border: 1px solid #dddddd;
}
#news .new .cont blockquote p {
	margin: 0;
}

.navigation .old {
	width: 300px;
	float: left;
}
.navigation .new {
	width: 300px;
	float: left;
	text-align: right;
}

.navigation a {
	font-size: 14px;
	color: #bbbbbb;
	text-decoration: none;
}

/* FOOTER */
/* ----------------------------------------- */
#footer {
	width: 570px;
	border-top: 1px solid #e9e9e9;
	padding: 5px 0 0 20px;
}
#footer #foot_info {
	float: left;
}
#footer #foot_info p {
	font-size: 12px;
	color: #bbbbbb;
}
#footer #foot_images {
	float: right;
	padding-bottom: 10px;
}