/*
Theme Name: Neat!
Theme URI: http://www.aamukaste.org/wpthemes/
Description: Just another stylish dark blue theme.
Version: 0.01
Author: Topi Peltonen
Author URI: http://www.aamukaste.org/
*/

/* ************** STRUCTURE ************** */

body {
	font-size: 67%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f5f5f5;
	color: #61636a;
	text-align: left;
	margin: 0;
	padding: 0;
}

#header {
	margin: 0 0 25px;
	padding: 0;
        width: 900px;
	height: 270px;
}
#header img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	/* background-color: #f5f5f5; */
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#content {
	float: left;
	/* background-color: #f5f5f5; */
	margin: 0;
	/* padding: 20px 0 0 25px; */
	width: 675px;
}

#sidebar {
	background-color: #f5f5f5;
	margin: 0 0 0 700px;
	padding: 10px 24px 20px 25px;
	width: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer {
	text-align: right;
	clear: both;
	margin: 0;
	padding: 20px 15px 0 0;
	height: 50px;
	width: 675px;
	color: #eee;
}
#footer a { color: #C5E7FF; }

/* **************** LINKS **************** */

a {
	color: #3333FF;
	text-decoration: none;
}
a img { border: 2px solid #fff !important; }
a:hover img { border-color: #3333ff !important; }

/* *************** HEADERS *************** */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #f5f5f5;
	color: #f5f5f5;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

/* Next's that image before the post title */

img.lefth2img {
	margin: 0;
	padding: 0 5px 0 0;
}

/* And next's that image under the titles in sidebar */

img.righth2img {
	margin: 0 0 -12px 0;
	padding: 0;
}

#sidebar h2 {
	color: #36769C;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.post h2 {
	display: inline;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post small { display: block; }

.post h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */

.post {
	font-size: 1.1em;
	text-align: justify;
	background-color: #f5f5f5;
	padding: 25px;
	margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.postmetadata {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: 1px solid #454C67;
}

.entry iframe {
	margin: 0 15px 15px 0;
}
.entry img,
.entrytext img {
	max-width: 100%;
}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #454C67;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed;
	background-color: #eeeeee;
	color: black;
}

.navigation {
	margin-bottom: 15px; 
	padding: 15px;
	background: #f5f5f5;
	height: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' � ' front of the list-items
   in the sidebar, with moder browsers only :| */

#sidebar ul ul li:before { content: "\00BB \0020"; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#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;
}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: auto 0;
	padding: 5px 3px; 
	text-align: left;
}

form#searchform input:focus {
	border: 2px solid #454C67;
	margin: 1px;
}

#searchform input { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #399CC6;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

#comments-wrapper {
	background: #f5f5f5;
	padding: 5px 25px 25px;
	margin-top: -30px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* Form */

#respond { margin-top: 30px; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

#commentform p { margin: 5px 0; }


/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #136284;
	border-bottom: 1px solid #136284;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
img.centered, img.aligncenter {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#cat { width: 150px; }
#sidebar ul li { margin-bottom: 0px; }
.title { font-size: 1.7em; font-weight: bold; margin: .83em 0; color: #454C67; font-family: 'Lucida Grande', Verdana, Sans-Serif; border-bottom: 1px solid #454C67; }