/*
Theme Name: Klean
Theme URI: http://www.blog.rfquerin.org/
Description: A Clean and Simple Theme
Version: 0.1
Author: rfquerin
Author URI: http://blog.rfquerin.org/
*/


img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


body{
	background: #ffffff;
	color: #474747;
	font-family: "Georgia",serif;
	font-size: 14px;
	padding: 0px 0px 0px 0px;


}

blockquote{
        font-family: "Georgia",serif;
        font-size: 14px;
        font-style: italic;
}

#wrapper{
	margin: 0 auto;
	width: 980px;

}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

img{
	border: none;
}


a {

	text-decoration: none;
	color: #1c77ac;

}

a:hover{

/*	border-bottom: 1px dotted #1c77ac;*/
}

/* Structure and Layout */

#blogtitletext{

	text-indent: -1000em;
}



#headerimage{
	/*outline: 1px solid blue;*/
    height: 200px;
    /*width: 1024px;*/
	background:url(images/header.png) no-repeat top left;
}

#centrepanel{
	/*outline: 1px solid yellow;*/
	margin: 0px 250px 0px 0px;
	padding: 0px 100px 0px 60px;

}

.entry-date{
	/*outline: 1px solid yellow;*/
	margin: 0px 25px 0px 0px;
	float: right;
	font-family: "Georgia",serif;
	font-size: 20px;
	padding: 4px 0px 0px 0px;

}

.entry-title{
	/*outline: 1px solid yellow;*/
	font-family: "Georgia",serif;
	font-size: 24px;
	margin: 0px 140px 0px 0px;
	padding: 0px 0px 0px 0px;

	
}

.postheader{
	/*outline: 1px solid purple;*/
	color: #555753;
	padding: 40px 0px 3px 0px;
	background:url(images/post_title_separator.png) no-repeat bottom center;
}

.postheader a{
	color: #555753;
}

.entry-content{
	/*outline: 1px solid red;*/
	color: #5e5e5e;
	font-family: "Georgia",serif;
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	background:url(images/post_bottom_separator.png) no-repeat bottom center;
}

.entry-content a{
	color: #3465a4;
}

.entry-content a:hover{
	color: #f57900;

}

.entry-meta{
	/*outline: 1px dotted black;*/
	color: #5e5e5e;
	font-family: "Georgia",serif;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	background:url(images/post_bottom_separator.png) no-repeat bottom center;

}

.entry-meta a{
	color: #3465a4;
}

.entry-meta a:hover{
	color: #f57900;
}


#sidebarfull{
	float: right;
	width: 240px;
	/*outline: 1px solid green;*/
	padding: 0px;
	margin: 0px;


}

#sidebarfull ul{

	list-style: none;

}

#sidebarfull li{

	text-align: right;
	font-family: "Georgia", serif;
	font-size: 18px;

}

#sidebarfull h2{
	color:#7e7e7e;
	font-family: "Georgia", serif;
	font-size: 36px;
	font-weight: normal;
}

#sidebarfull a{
	color:#555753;
	text-decoration: none;
}
#sidebarfull a:hover{
	color: #f57900;

}


#mainlinks{

	/*outline: 1px solid red;*/


	height: 200px;
	width: 200px;
	font-family: "Georgia",serif;
	font-size: 36px;

	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;

}

#mainlinks a {

	color: #7e7e7e;
	text-decoration: none;


}

#mainlinks a:hover{
	color: #f57900;
	text-decoration: none;


}



#mainlinks ul {

	list-style: none;
}

#mainlinks li {
	text-align: right;
	font-family: "Georgia", serif;
	font-size: 36px;
}

.navigation{

	/*outline: 1px solid green;*/
	margin: 0px;
	padding: 40px 0px 30px 0px;
	

}

.navigation a{

	font-family: "Georgia",serif;
	font-size: 14px;
	font-weight: normal;

	color: #3465a4;
	text-decoration: none;
}

.navigation a:hover{

	color: #f57900;

}

.navigation .prevlink{
	/*outline: 1px solid red;*/
	float: left;
}

.navigation .nextlink{
	float: right;
} 

#footer{
	text-align: center;
	padding: 40px 0px 6px 0px;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
	clear: both;
	background:url(images/post_bottom_separator.png) no-repeat bottom center;
	
}
#footer a:hover{
	color: #f57900;
}

#comments{
	padding: 40px 0px 20px 0px;
}


