/*   
Theme Name: saz09
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Lena Thörning
Author URI: http://lena.smuligt.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is Â© Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*boxes*/
#header{
	background:  bottom url('images/bgr1.jpg') repeat-x #feff7b;
}
#container{
	width: 670px;
	margin-top: -20px;
}
#content{
	width: 590px;
}
.main-aside{
	width: 250px;
}
.hentry{
	margin-bottom: 30px;
}
.entry-utility{
	margin-bottom: 20px;
}
.hentry{
	background: bottom url('images/bgr3.jpg') repeat-x;
}
.single .hentry{
	background: none;
}
/*fonts*/
h1.entry-title, h2.entry-title{
	font-size: 1.2em;
	font-weight: bold;
	color: #fc8ebc;
	line-height: 2.5em;
}
.entry-meta, .entry-utility, #comments-list .comment-meta, .navigation, #siteinfo, 
	#comment-notes, #mylastpost{
	font-size: .7em;
}
.entry-content, .comment-author, .comment-content, .comment-reply-link{
	font-size: .8em;
}
.entry-content p{
	text-align: justify;
}
#comments h3{
	font-size: .9em;
	font-weight: bold;
}
.children .comment-content{
	font-size: .7em;
}
.aside h2{
	font-size: .9em;
	text-decoration: underline;
	margin-bottom: .5em;
}
.aside ul li ul{
	font-size: .7em;
}
/*links*/
#blog-title a:hover{
	color: #fc8ebc;
	text-decoration: none;
}
.entry-title a:hover{
	text-decoration: none;
}
.required{
	color: red;
}
/*grey, underlined*/
.entry-meta a, .entry-utility a, .comment-meta a, #siteinfo a{
	color: #666;
	text-decoration: underline;
}
.entry-meta a:hover, .entry-meta a:active, .entry-utility a:hover, .entry-utility a:active,
	.comment-meta a:hover, .comment-meta a:active, #siteinfo a:hover, #siteinfo a:active{
	color: #999;
}
/*grey, pink hover*/
.aside a{
	color: #696969;
}
.aside a:hover, .aside a:active{
	color: #fc8ebc;
	text-decoration: underline;
}
/*lists*/
#comments-list ol{
	border: 1px solid #fc8ebc;
	border-bottom: 0;
}
#comments-list ul li{
	border: 1px solid #fc8ebc;
}
#comments-list li{
	border-bottom: 1px solid #fc8ebc;
}
#comments-list li.bypostauthor{
	background: #fff4f7;
}
.aside ul ul{
	margin: 0 0 20px;
	/*list-style-type: none;*/
	/*list-style-image: none;*/
	padding-bottom: 30px;
	background: bottom url('images/bgr3.jpg') repeat-x;
}
.google{
	margin: 0 0 20px;
	
}
/*forms*/
#commentform #login, .form-section label{
	font-size: .8em;
}
#form-allowed-tags p{
	font-size: .7em;
}
input, textarea{
	font-size: .8em;
}
.form-submit{
	float: right;
}
.bloggis{
	font-size: .7em;
	float: left;
}
/*images*/
.entry-content img{
	border: 1px solid #696969;
	margin: 5px 0;
}
.entry-content img.wp-smiley{
	border: 0;
	margin: 0;
}
