/*  
Theme Name: Monika Bais
Theme URI: 
Description: 
Version: 1.0
Author: Claudia Sommer
Author URI: http://www.socialnetworkmarketing.de/
*/


* {
	margin: 0; padding: 0;
}

/* Globals */
body {
	background: rgb(246, 246, 246) url("images/c-bg.gif") center repeat-y;
	color: rgb(128, 128, 128);
	font-size: 62.5%;
	font-family: 'Verdana', 'Arial', Sans-Serif;
}

.break {
	clear: both;
}


/* HEADER */

#header {
	clear: left;
	padding: 0 30px 10px 30px;
	margin: 35px auto 0 auto;
	width: 540px;
}

/* MENU */
.sub-left {
	background: url("images/logo.gif") center no-repeat;
	border: 0px solid rgb(246, 246, 246);
	float: left;
	height: 164px;
	margin: 0 auto 0 auto;
	width: 200px;
}

#sub-right {
	border-left: 2px solid rgb(246, 246, 246);
	float: right;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 200px;
}

/* NAV LIST */
#sub-right ul {
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub-right li {
	height: 20px;
}
#sub-right ul li a, #sub-right ul li a:visited {
	color: rgb(102, 102, 102);
	display: block;
	padding: 0 0 0 30px;
	text-decoration: none;
}
#sub-right ul li a:hover {
	background-color: #00972f;
	background-image: url("images/bgnavi.jpg");
	background-repeat:repeat-x;
	border: none;
	color: white;
	display: block;
}
#sub-right ul li.current_page_item a,
#sub-right ul li.current_page_item a:hover {
background-color: #00972f;
	background-image: url("images/bgnavi.jpg");
	background-repeat:repeat-x;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

/* CONTENT */
#content {
	margin-top: 30px;
}

.post {
	margin: 0 auto 0 auto;
	width: 540px;
}

.post img {
	float:right;
	border:2px solid #004494;
	margin-left:10px;
	margin-bottom:10px;
}


p { 
	color: rgb(102, 102, 102);
	font-size: 1.2em; 
	line-height: 160%; 
	padding: 5px 0 5px 0;
	text-align: justify;
}

.divide {
	background: url("images/p-divider.gif") no-repeat;
	height: 25px;
	width: 540px;
	margin: 16px auto 0 auto;
}

blockquote p {
	font: 1.4em 'Georgia', 'Times New Roman', Sans-Serif;
	font-style: italic;
	text-align: right;
}

.post p a, .post p a:visited {
	color: #00972f;
	text-decoration: none;
}

.post p a:hover {
	border-bottom: 1px dotted rgb(51, 51, 51);
	color: rgb(0, 0, 0);
}

/* ------>>> CONTENT LISTS <<<--------*/
#content ul {
	color: rgb(102, 102, 102);
	font-size: 1.2em;
	list-style-type: square;
	margin: 10px 0 10px 0;
	padding-left:30px;
}

#content ul li {
	line-height: 170%;
	margin-bottom:5px;
	padding: 0 10px 0 10px;
}

#content ul li a, #content ul li a:visited { color: rgb(112, 160, 194); text-decoration: none; }
#content ul li a:active { color: rgb(170, 170, 170); text-decoration: none; }
#content ul li a:hover { color: rgb(138, 186, 221); text-decoration: none; }

/* FOOTER */
#footer {
	border-top: 1px solid rgb(238, 238, 238);
	clear: both;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 540px;
}

#footer p {
	/*border: none;*/
	color: rgb(220, 221, 217);
	font-size: 10px;
	line-height: 14px;
	margin-left:15px;
}


/* FOOTER */
h1 {
	color: rgb(0, 0, 0);
	display: none;
}

h1 a, h1 a:visited { color: white; font-weight: normal; text-decoration: none; }
h1 a:hover { color: white; text-decoration: none; }

h2 {
	color: #00972f;
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	margin-bottom:10px;
	padding: 5px 0 0 0;
	}
h2 a, h2 a:visited { border: none; color: #00972f; font-weight: bold; text-decoration: none; }
h2 a:hover { border: none; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; }

h3 {
	color: rgb(102, 102, 102);
	font-family: 'Verdana', 'Arial', Sans-Serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 20px 0 5px 94px;
	padding: 0 0 5px 0;
	}
h3 a, h3 a:visited { border: none; color: rgb(51, 51, 51); text-decoration: none; }
h3 a:hover { border: none; color: rgb(236, 50, 3); text-decoration: none; }



/* GLOBAL */
a, a:visited { color: #00972f; font-weight: normal; text-decoration: none; }
a:active { color: rgb(136, 136, 136); text-decoration: none; }
a:hover { border-bottom: 1px dotted rgb(102, 102, 102); color: rgb(0, 0, 0); text-decoration: none; }
acronym { border-bottom: 1px dashed rgb(102, 102, 102); cursor: help; }
abbr { border-bottom: 1px dashed; cursor: help; }
code { background: rgb(246, 246, 246); border: 1px solid rgb(238, 238, 238); font: 1em 'Courier New', 'Arial', Sans-Serif; }
img { border: none; }

#subnav ul {
 margin:0; padding:0; display:inline;
}

#subnav .page_item { list-style-type:none; padding:0; margin-left:-30px; margin-right:45px;display:inline;}
