/*
Theme Name: Pixmenage Blog
Theme URI: http://www.pixmeanage.com/blog
Description: Pixmenage Blog Theme for Wordpress
Version: 1.0
Author: Thiemo Gillissen
Author URI: http://thiemogillissen.com
*/ 

/* style.css  */

/* 
// Copyright 2007 by Thiemo Gillissen.
// License: creative commons. More Info: http://creativecommons.org/licenses/by/2.0/uk/
// e-mail: thiemo.gillissen@gmail.com
// web: www.thiemogillissen.com
*/

/*
//-------------------- Basic -------------------- //
*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: left;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(images/background.png) left top repeat-y #fff;
}

h1, h2, h3{
	color: #333333;
	margin-bottom: 10px;
	letter-spacing: 0px;
	padding-bottom: 2px;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 140%;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	color: #929F6D;
}

p, ul, ol {
	line-height: 1.8em;
	margin-bottom: 20px;
}

ul, ol {
	margin-left: 14px;
}

blockquote {
	background: transparent url(images/content/blockquote.png) no-repeat left top;
	font-style: italic;
	padding-left: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}

img{
	border: none;
}

a:link, a:visited , a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #666;
}

a:hover, a:focus {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #666;
}

#sidebar a:link, #sidebar a:visited , #sidebar a:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
}

#sidebar a:hover, #sidebar a:focus {
	text-decoration: underline;
	font-weight: bold;
	outline: none;
	color: #000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
}


/*
//-------------------- Layout / Structure-------------------- //
*/

div#container{

}

div#header{
	background: url(images/header-background.png) left top repeat-x;
	width: 100%;
}

div#headline{
	background: url(images/headline-background.png) left top repeat-x;
	width: 100%;
}

div#backtomainpage{
	position: absolute;
	padding-top: 50px;
	padding-left: 200px;
}

/*
//-------------------- Blog -------------------- //
*/

div#blog{
	margin-left: 220px;
	margin-top: 20px;
	width: 50%;
	float: left;
}

div#sidebar{
	width: 17%;
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}

div#sidebar li{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}

div#sidebar li ul li{
	list-style-type: square;
	border-bottom: 1px solid #ccc;
	margin-left: 0;
	padding-left: 0;
	color: #999;	
}

div#sidebar li ul li a{
	display: block;
	margin-left: 0;
	padding-left: 0;
}


.post .post-content{
	font-family: Arial,Tahoma,Verdana,sans-serif;
}

.post .posttitle a:link, .post .posttitle a:visited{
	font-family: georgia, times, serif;
	font-size: 1.20em;
	color: #205B82;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	border-bottom: 1px dotted #9A8E51;
	padding: 0px;
	outline: none;
}

.post .posttitle a:hover, .post .posttitle a:focus, .post .posttitle a:active{
	font-family: georgia, times, serif;
	font-size: 1.15em;
	color: #333;
	letter-spacing: 1px;
	background: #fff;
	border-bottom: 1px solid #9A8E51;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	outline: none;
}

span.post-date{
	font-size: 80%;
}

div.post-meta{
	padding-bottom: 15px;
}


/*
//-------------------- Navigation -------------------- //
*/




/*
//-------------------- Others -------------------- //
*/


input, textarea{
	background: #fff;
	padding: 2px;
	color: #929F6D;
	border: 1px solid #929F6D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input:hover,input:active, input:focus,
textarea:hover, textarea:active, textarea:focus{
	background: #fff;
	padding: 2px;
	color: #333;
	border: 1px solid #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}

@media print{

a[href]:after{
	content: "[" attr(href) "] ";
	font-size: 85%;
	color: #aaa;
}

}