/*
Theme Name: licorne
Theme URI: http://www.be-infected.de
Description: 2 Spalten, Sidebar links
Version: 1.0
Author: Michael Fitzen
Author URI: http://www.be-infected.de
*/


/*=== START SECTION 1 - Initial Styling ===*/
*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, 'Times New Roman', Courier, sans-serif;
	line-height: 1.5em;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #c8e1f6 url(images/background.png) no-repeat;
	background-position: top-left;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #c8e1f6 url(images/wrapper.png) repeat-y;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
a{
	color: #006699; text-decoration: none;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	width: 760px;
	margin: 0px auto;
	background: #fff url(images/header.png) no-repeat;
	font-size: 1.3em;
	clear: both;
}

#headernav {
	padding: 20px;
	text-decoration: none;
	color: #006699;
}

#headernav a {
	padding: 4px;
}

#headernav a:hover {
	background-color: #fff0a9;
	color: #000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

#headernav ul li {
	list-style-type: none;
	display: inline;
}

.current_page_item a{
	background-color: #fff0a9;
	color: #000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

#logo {
	width: 760px;
	margin: 0px auto;
	background: #fff;
	background-repeat: no-repeat;
	height: 200px;
	background: #fff url(images/logo.jpg);
}

#logo h1 {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding: 20px 30px 0 0;
}

/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 760px;
	clear: both;
	padding: 20px 0;
}
#content {
	font-family: Arial, Verdana, 'Times New Roman', Courier, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1em;
	width: 480px;
	padding: 0 20px 0 20px;
	margin: 0 0 40px 0;
	border-left: 1px solid #f2f2f2;
	float: right;
}

#content a:hover {
	text-decoration: underline;
}

#content p{
	padding: 0 0 20px 0;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 10px 20px 0;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
}

.wp-caption p{
	padding: 4px 0 !important;
}

.post {
	font-family: Arial, Verdana, 'Times New Roman', Courier, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1em;
	padding: 0;
	margin: 0 0 40px 0;
}
.post h2 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}

.post h3 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

.entry-content{
	margin: 0;
	padding: 0;
}

.page h2 {
	font-size: 1.2em;
	font-style: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#content ul li {
	list-style-position: inside;
	list-style-type: square;
}

#content ul{
	padding-bottom: 20px;
}

.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #006699;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region - NOT NEEDED YET ===*/

/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 210px;
	float: left;
	padding: 0 0 40px 0;
	margin: 0 0 0 20px;
}
#sidebar h2 {
	font-size: 1.2em;
	border-top: 2px solid #c8e1f6;
	border-bottom: 2px solid #c8e1f6;
	text-align: center;
	padding: 2px 2px 4px 2px;
	margin: 0 0 10px 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul ul {
  margin: 0 0 0 10px;
}
#sidebar ul ul li {
  margin: 0;
  list-style-type: none;
}

#sidebar li a:hover {
		background-color: #fff0a9;
	color: #000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

#sidebar li, #sidebar li a{
	padding: 4px;
}

#sidebar .pagenav, #sidebar .categories, #sidebar .linkcat {
	padding: 0 0 40px 0;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 50px;
}

#footer a{
	color: #006699; text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */

.clearer{
	clear: both;
}

/* START WP CONTACT FORM 7 */

.wpcf7 input, .wpcf7 textarea {
	font-family: Arial, Verdana, 'Times New Roman', Courier, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1em;
}

.wpcf7-form-control-wrap quiz input{
	width: 20px;
}

/* END WP CONTACT FORM 7 */


/*=== END SECTION 7 - Misc. & Plugins ===*/
