@charset "utf-8";
/* CSS Document */

/*
Theme Name: WordPress Default Modified 4 Wispa
Theme URI:
Description: The default WordPress theme Modified 4 Wispa.
Version: 1.6
Author: JP
*/
@import url("style_layout.css");
@import url("style_header.css");
@import url("style_common.css");
@import url("style_sidebar.css");
@import url("style_related-topics.css");
@import url("style_footer.css");


/* Begin Structure */
.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.clear {
	clear: both;
	clear:left;
	width:100%;
	display:block;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 10px;
	padding: 0 0 0 30px;
	list-style: square;
	padding-left: 10px;
	text-indent: 00px;
	font-size: 14px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}
ul ul {
	margin: 0px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}
ul ul ul {
	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;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */








/* Begin Various Tags & Classes */


.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	clear:left;
	float:left;
	width:100%;
	height:37px;
	font-family:Arial Narrow;
	font-weight:bold;
	font-size:13px;
	white-space:nowrap;
}
.navigation div{
	height:13px;
}
.navigation .alignright {
	padding:6px 0 5px 20px;
	width:80px;
	border-left:1px solid #fff;
}
.navigation .separator {
	border-left:1px solid #bbb;
	float:right;
	padding:6px 0 5px 20px;
}
.navigation .alignleft {
	float:right;
	padding:6px 21px 5px 0;
}
.navigation .alignleft a{color:#bbb;}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




.accordion h4,.accordion2 h4 {margin-top:0;}


#switch {
	background:black;
	color:white;
	font-size:40px;
	padding:30px 0 0;
	margin:0 0 -1px;
	text-align:center;
	width:100%;
	height:70px;
	border-bottom:solid 1px #000;
}