/*
Theme Name: monikaPfennigs
Author: Christian Pelzer
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- WORDPRESS CSS
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	font: normal 13px verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FDFDFC;
	margin: 0px;
	padding: 0px;	
	display: block;
}

a {
    text-decoration: none;
    color: #FA8800;
}

a:hover {
    text-decoration: underline;
    color: #DB5600;
}

#bodyDiv {
	background-image: url(img/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}






/*	##################################
   	BASIC LAYOUT
	################################## */
	
	


#contentContainerDiv {
	width: 970px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contentDiv {
	width: 939px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: white;
//	opacity: 0.88;	
}


/*	##################################
   	HEADINGS
	################################## */
	

h2.category-title {
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}

h3.post-title {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: normal;
}

h3.post-title a {
	text-decoration: none;
}

h3.post-title a:hover {
	text-decoration: underline;
}

/*	##################################
   	HEADER
	################################## */

/* Menu */


#menuDiv {
	width: 940px;
	padding-top: 13px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#menu {
	height: 16px;
    padding: 0;
    list-style-type: none;
}

#menu li {
    float: left;
}

#menu a {
	float: left;
	border-right: solid 1px #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	height: 20px;
	display: block;
	font-weight: light;
	font-size: 17px;
	color: #A98F7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover,
#menu li.current_page_item a {
	text-decoration: none;
	color: #705947;
}


/* submenu */
#submenuDivSpacer {
	height:8px;
}
#submenuDivLeft {
	width:11px;
	height:29px;
	background-image: url(img/bg-submenu-left.jpg);
	background-repeat:no-repeat;
	background-position: center top;
    float: left;
}
#submenuDivRight {
	width:11px;
	height:29px;
	background-image: url(img/bg-submenu-right.jpg);
	background-repeat:no-repeat;
	background-position: center top;
    float: left;
}
#submenuDiv {
	width:915px;
	height:29px;	
	background-image: url(img/bg-submenu-mid.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float:left;
}
#submenu {
	float: left;
    padding: 0;
	margin: 0;
    list-style-type: none;
}

#submenu li {
    float: left;
}

#submenu a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	border-right: solid 1px #FFFFFF;	
	height: 12px;
	display: block;
	font-weight: light;
	font-size: 11px;
	color: #A98F7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	
}


#submenu a:hover {
	text-decoration: none;
	color: #705947;
}

#submenu li.current_page_item a {
	text-decoration: none;
	font-weight: bold;
	color: #705947;
}




/*	##################################
   	CONTENT
	################################## */


/*	##################################
   	FOOTER
	################################## */

#menuFooter {
	height: 16px;
    padding: 0;
	padding-right: 16px;
    list-style-type: none;
}

#menuFooter li {
    float: right;
}

#menuFooter a {
	float: right;
	border-right: solid 1px #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	height: 14px;
	display: block;
	font-weight: light;
	font-size: 11px;
	color: #A98F7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#menuFooter a:hover {
	text-decoration: none;
	color: #705947;
}

#menuFooterDiv {
	margin-right: 15;
}

#footerDiv {
	background-image: url(img/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 970px;
	height: 50px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #ccc;
   	text-align: center;
   	background-color: #f7f7f7;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #dedede;
}

/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #dedede;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #f7f7f7;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	width: 90%;
	height: 22px;
	margin: 0 0 20px 0;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

textarea {
	width: 90%;
	height: 100px;
}

select {
	width: auto;
	margin: 0 0 20px 0;
	padding: 6px;
	background: #fff;
	border: 1px solid #dadada;
	color: #5e5e5e;
	font-size: 11px;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	background: #fff;
}

input.password {
	width: auto;
}

input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #6e7073;
	border: none;
	color: #fff;
}

table {
	width: 100%;
}
/*
table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #dadada;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 2px 5px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

th {
	background: #6e7073;
	color: #fff;
	border: none;
}
*/

pre {
	font-family: Courier, serif;
}