/* Designed by Francois PLANQUE - http://fplanque.net/ */
/* Modified by iGREKKESS */

@import url(/skins/segakore1/segakore.css);

/*
 * Main page construct:
 */
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 84%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}

div.wrapper
{
	margin: 1ex 1em;
	padding: 0 0;
}
div.wrapper2 /* Main centered zone */
{
	/* width: 110ex; */
	width: 770px;
	margin: 0 auto;
}
div.outerwrap /* Main rounded content zone */
{
	margin: 1ex 0;
	/* border: 1px solid #000;  */
}
div.innerwrap /* Main white content zone */
{
	padding: 5px 0;
	border: 1px solid #fff; /* needed to force inner paddings */
	background-color:#fff;
}

table.prevnext_post {
	width: 98%;
}

.posts  /* Main column */
{
	/* width: 110ex; */
	width: 770px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}
div#pageFooter {
	margin: 1ex;
	padding:0;
	border-top: 1px dotted #000;
}
p.baseline {
	font-size: 72%;
	text-align: center;
	margin:1ex;
	color: #444;
}
p.baseline a {
	color: #444;
}

/*
 * General styles:
 */
a,
a:visited {
	color: #137BAB;
	text-decoration:none;
}
a:hover,
div.top_menu a:hover {
	color: #26AAE8;
	text-decoration:underline;
}

h2 {
	color: #347ABC;
	font-size: 160%;
	margin: 1ex;
}
h3 {
	color: #347ABC;
	font-size: 110%;
}
h4 {
	color: #347ABC;
	font-size: 105%;
}

/*
 * Styles for posts
 */
.bPost, .bPostpublished
{
	clear: both;
	margin: 0 1ex 3ex 1ex;
	padding: 0;
	/* border: 1px solid #E1F1FF; */
}
.bSmallHead {
	font-size: 78%;
	margin: 1ex;
}
div.bTitle {
	clear: both;
	/* margin: 10px 1ex 10px 1ex; */
	margin: 10px 1ex 0px 1ex;
	padding: 5px 0 4px 0;
	background-color:#347ABC;
	-moz-border-radius-topleft: 6px; -moz-border-radius-topright: 6px;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius-topleft: 6px; -khtml-border-radius-topright: 6px;
	border-radius: 6px 6px 0 0;
}
h3.bTitle {
	margin: 0 1ex;
	color: #fff;
}
h3.bTitle a {
	color: #fff;
}
.bText,
.excerpt {
	margin: 0 1ex 0;
}
.bSmallPrint
{
	clear: both;
	font-size: 78%;
	margin: 1ex;
}
