/* @override http://sultanacar.com/wp-content/themes/S_Acar/style.css */

/* @override http://localhost:8888/sultanfinal/wp-content/themes/S_Acar/style.css */

/*
Theme Name: S_Acar Theme
Theme URI: 
Description: Basic two column theme, sidebar on left.
Version: 0.1
Author: D.Kalinke
Author URI: 
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region  Styles for comment thread, forms, etc.
5. Sidebar Region  Styles for widgets, additional menus lists and links.
6. Footer Region  Styles specific to the footer region.
7. Misc. & Plugins  Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #fffeff;
	background: url(images/bg.jpg) repeat-y;
	background-color: #000;
}
#wrapper {
	width: 900px;
	padding: 0px;
	float: left;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	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;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 45px;
	width: 140px;
	margin: 35px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	float: left;
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 800px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 900px;
}

h2 {
	font: 18px Helvetica, Verdana, Arial, sans-serif;
	
}

p {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}

#content {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 690px;
	margin-top: auto;
	z-index: -1;
	display: block;
	position: relative;
	top: 75px;
	left: 270px;
	padding-bottom: 30px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #fffeff;
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	align: center;
}

#content a:hover {
	text-decoration: underline;
	color: #424242;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
}
.post h2 {
		font: 18px Helvetica, Verdana, Arial, sans-serif;

}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
  color: #000000;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	color: #d5d5d5;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 150px;
	margin-top: auto;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	padding-left: 35px;
	padding-bottom: 37px;
	top: 449px;
	position: absolute;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 12px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
	color: #999;
}

#sidebar ul li.current_page_item a {
	color: #30431e;
}
#sidebar li a:hover {
	color: #30431e;
}
/*=== END SECTION 5 - Sidebar Region ===*/

h1 {
	font-size: 1.1em;
	letter-spacing: .03em;
	}
	
/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
.qtrans_language_chooser {
	list-style-type:none 
	}
.qtrans_language_chooser li { 
float:left;
 }
.qtrans_language_chooser li.active { 
	float: right;
	visibility: collapse;
}


#contact_form form fieldset {
	border-style: none;
}

textarea {
	width: 400px;
}

#table_04 {
	text-align: left;

}

#MPFS_image {
align: center;
}

input {
	width: 200px;
}

#contact_form form {
	border-style: none;
}

#table_01 {
	text-align: left;

}

/*
#form1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0 auto;}

#form1 label {
	font-size: 14px;
	
}

#email {
	width: 630px;
	margin: 0 auto;
	background-color: #424242;
	border-style: solid;
}

#name {
	width: 630px;
	margin: 0 auto;
	background-color: #424242;
		border-style: solid;
}

#versenden {
	font-size: 14px;
	width: 630px;
	margin:  auto;

}

#anfrage {
	width: 630px;
	height: 90px;
	margin: 0 auto;
	background-color: #424242;
	border-style: solid;
}

*/


