/*  
Theme Name: Aro Blogas
Theme URI: http://aras-p.info/blogas
Description: Aro Blogo Tema
Version: 0.1
Author: Aras Pranckevicius
Author URI: http://aras-p.info
*/

/* ---------------- Layout */

#container {
	padding-right: 150px;
}

#center {
	padding-right: 150px;
	width: 100%;
	margin-bottom: 10px;
}

#footer {
	clear: both;
}

#left {
	background-color: #e0e8ff;
	margin: 0;
	border-right: 5px solid black;
}

/* ---------------- Styling */

body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 85%;
	color: #202020;
}

table {
	font-size: 100%;
}

#headtitle {
	font-size: 120%;
	font-weight: normal;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
	background-color: #e0e8ff;
	color: #000020;
	padding: 10px 20px 10px 0px;
	text-align: right;
	border-right: 5px solid black;
}

#headdesc {
	padding: 0 10px 0 10px;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
	color: #808080;
}

#navlist
{
	padding: 0 10px 0 10px;
	margin-left: 0;
	font-weight: normal;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 0.25em 0.75em 0.25em 0.75em;
	border-bottom: 1px solid #A3BAFF;
	text-decoration: none;
	color: #606060;
}

#navlist li a:hover
{
	background-color: #FFF7E0;
}

#navlist li.current_page_item a
{
	border-color: #000000;
	color: #000000;
}

#footer {
	font-size: 75%;
	color: #404040;
	text-align: right;
	margin: 10px 160px 10px 40%;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #c0c0c0;
}

/* ---- links */

a, a:link, a:visited {
	text-decoration: underline;
	color: #101010;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

/* ---- headings */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-top: 5px;
}

h2 {
	color: #000000;
	border-top: 2px solid #000000;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
	font-weight: normal;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 {
	color: #000000;
	border-top: 1px solid #000000;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
	font-weight: normal;
	font-size: 100%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h4 {
	border-top: 1px solid #A3BAFF;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
	font-weight: normal;
	font-size: 80%;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h2 a, h2 a:link, h2 a:hover, h2 a:visited, h3 a, h3 a:link, h3 a:hover, h3 a:visited, h4 a, h4 a:link, h4 a:hover, h4 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: underline;
}
h4 a:hover {
	text-decoration: underline;
}

/* ---- WP specific ---- */

#description {
	color: #404040;
	font-size: 75%;
}


.alt {
	background-color: #FFF7E0;
	border-top: 1px solid #FFE8A3;
	border-bottom: 1px solid #FFE8A3;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

#wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	padding: 0px 20px 0px 20px;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
.commentmetadata a {
	color: #808080;
}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #808080;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* -------- Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.entry {
	padding: 0px 20px 0px 20px;
}

.entry p {
	clear: both;
}

.postmetadata {
	clear: both;
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 80%;
	padding: 0px 20px 0px 20px;
}

.postmetadata a {
	color: #808080;
}


h2.pagetitle {
	margin-top: 15px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	clear: both;
	padding: 4px;
	margin: 0 0 2px 7px;
	border: 1px solid #808080;
	display: inline;
	}

img.alignleft {
	clear: both;
	padding: 4px;
	margin: 0 7px 2px 0;
	border: 1px solid #808080;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.clearme {
	clear: both;
}

img.alignrightnoclear {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	border: 1px solid #808080;
	display: inline;
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
/* ---- WP sidebar */

#sidebar {
	width: 240px;
	text-align: right;
	padding: 0px 0px 0px 5px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Sans-Serif;
}

#sidebar h2 {
	float: right;
	position: relative;
	left: 10px;
	width: 80%;
	border: none;
	border-top: 1px solid #a0a0ff;
	color: #404040;
	background-color: transparent;
	padding: 2px 5px 2px 0px;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
	white-space: nowrap;
	font-family: "Monaco", "Lucida Console", "Courier New", "Courier";
}
#sidebar h2 a {
	color: #404040;
}
#sidebar h2 a:visited {
	color: #404040;
}
#sidebar h2 a:hover {
	color: #000000;
	background-color: transparent;
}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	padding-right: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px 0 0 10px;
	clear: both;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}


/* ---- WP Form elements */

#searchform {
	position: absolute;
	right: 150px;
	top: 15px;
}

#searchform #s {
	width: 100px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 130px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: left;
}

/* ---- WP Comments */

.alt {
	margin: 0;
	padding: 3px 10px 3px 10px;
}

.commentlist {
	padding: 0px 20px 0px 20px;
	text-align: justify;
}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p {
	margin: 5px 5px 5px 0px;
}

#commentform p {
	margin: 5px 0;
	font-size: 0.9em;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* ---- WP Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


/* ---- WP various tags & classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 10px 30px 0 10px;
	padding-left: 15px;
	border-left: 5px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #404040;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
	}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation .alignright {
	padding-bottom: 5px;
}

.navigation .alignleft {
	padding-bottom: 5px;
}

