/*
	Theme Name: Ashs.lv simple theme
	Theme URI: http:/www.ashs.lv
	Description: Very Basic Wordpress Theme
	Version: 0.6
	Author: Andris Saudinis
	Author URI: http://ashs.lv
	*/

/* ----------------------------
simple reset from : http://www.maxdesign.com.au/articles/css-reset/
---------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select
{
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}


/* ----------------------------- */
#header {
	font-size: 12px;
	height: 140px;
	margin-bottom: 25px;
}
body {
	background-image: url(images/head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:100%;
}

#twitter-sidebar {
	width: 170px;
	background-color: #DFEEF6;
	float: left;
	padding-right: 5px;
	margin-left: 3px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	min-height:310px;
	margin-bottom: 10px;
   }
#twitter-sidebar ul li {
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	margin-left: 5px;
	line-height: 1.3em;
	font-size: 11px;
}

.twitter {
	color: #39D;
	background-color: #FFF;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 7px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 0px;
	position: relative;
	top: -10px;
}

#blog {
	font-family: Tahoma, Geneva, sans-serif;
	width: 500px;
	background-color: #E5F0E6;
	float: right;
	min-height:300px;
	margin-bottom: 5px;
	color: #666;
	margin-right: 80px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#blog .raksts h2 {
	color: #333;
}
#blog .raksts .saturs {
	text-align: justify;
	padding-left: 7px;
	padding-right: 5px;
}
#blog .raksts {
	margin-bottom: 25px;
}
#footer {
	margin-top: 5px;
	padding: 5px;
	height: 20px;
	clear: both;
	-moz-border-radius-top:5px;
	-webkit-border-top-radius:5px;
	border-top-radius:5px;
}
a {
	color: #282828;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
h2 a {
	text-decoration: none;
	text-shadow: 2px 2px 2px #EEEEEE;
}
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
#menu-footer {
	float: left;
}
#menu-footer li {
	float: left;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	min-width: 30px;
}
.right {
	float:right;
	margin-right: 80px;
}
.apraksts  {
	line-height: 1.3em;
	display: block;
}
.apraksts a {
	float: right;
	margin-left: 6px;
}

/* ----------------------------
input lauki
---------------------------- */
input[type='text'], input[type='password'], textarea {
	padding-right: 2px;
	padding-left: 2px;
	width: 74%;
	margin-bottom: 5px;
	height: 23px;
	font-size: 14px;
}
 textarea {
	height: 180px; 
 }
input[type='text'],input[type='password'], select, textarea {
	border: 1px solid #999;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
 
}

select option
{	
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
	width: 74%;
	margin-bottom: 5px;
	}