/*
---------------------------------
 Standard eCMS-light Templet CSS
--------------------------------- */
@import "shop.css";      /* Load shop CSS  */
@import "admin.css";     /* Load admin CSS  */

body {
	background: #444444 url("../img/bgBody.gif");
	margin: 0;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a img {
	border-width: 0;
}

/* Content
----------------------------------------------- */
#content {
	width: 784px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("../img/bgContent.gif") no-repeat top;
	border-bottom: 18px solid #9f9f9f;
	background-color: #ffffff;
}
#left {
	float: left;
	width: 240px;
}
#main {
	width: 521px;
	padding: 0 20px 0 0;
	float: right;
	min-height: 420px;

}
#main2 h1 {
	font-size: 1em;
	margin: 0;
	padding: 0 0 0.5em;
	color: #999;
}

#logoPlaceHolder {
	width: 170px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 38px;
}

/* Footer
----------------------------------------------- */
#siteFooter {
	float: left;
	width: 774px;
	margin: 10px 0 0 0;
	padding: 3px 10px 3px 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	text-align: right;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#siteFooter a {
	color: #2f94d2;
	font-size: 10px;
	text-decoration: none;
}
#siteFooter img {
	margin: 0 10px 0 35px;
	vertical-align: middle;
}

/* Top
----------------------------------------------- */
#Top {
	background: url("../img/bgTop.gif") no-repeat;
	width: 784px;
	height: 127px;
}
#Top h1 {
	margin:0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

/* Navigator
----------------------------------------------- */
#Nav {
	float: left;
	width: 220px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#Nav ul li {
	margin: 0;
	background: url("../img/bgMenuItem.gif") no-repeat;
	border-bottom: 1px solid #353535;
	background-color: Black;
}
#Nav ul li a {
	display: block;
	width: 183px;
	height: 10px;
	padding: 4px 0px 4px 45px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#Nav ul li a:hover {
	color: #fff;
	background: url("../img/bgMenuItemHover.gif") no-repeat;
}
#Nav ul li a:active{
	color: #fff;
	background: url("../img/bgMenuItemActive.gif") no-repeat;
}
/* Posts
----------------------------------------------- */
.post {
	margin-bottom: 1.0em;
	border-bottom: 1px solid #dedede;
}
.post-title {
	margin: .25em 0 0;
	padding:0 0 4px;
	font-weight: bold;
	font-size: 0.75em;
	color: #000;
	font-family: Arial,Verdana,Sans-serif;
	text-transform: uppercase;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration: none;
	color: #ed1c24;
	font-weight: normal;
}
.post-title strong, .post-title a:hover {
	color: #333;
}
.post-body p {
	font: 0.7em Arial,Verdana,Sans-serif;
	color: #000;
}
.post p {
	margin:0 0 .75em;
	line-height:1.6em;
	margin: 0 0 5px 0;
}
p.post-footer {
	padding: 0 10px 4px 4px;
}
.post-footer em, .comment-link {
	font: 0.6em Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing:.1em;
}
.post-footer em {
	font-style:normal;
	color: #000000;
	margin-right:.6em;
}
.comment-link {
	padding: 0 0 1px 20px;
	background: url("../img/icon_comment.gif") no-repeat 4px 3px;
}  
.post img {
	padding: 4px;
	border: 1px solid #ddd;
}

/* Comment List
----------------------------------------------- */
#comments {
	width: 365px;
	font: 12px Arial,Verdana,Sans-serif;
	background-color: #f1f1f1;
}

#comments .comments-titel {
	font: 20px Arial,Verdana,Sans-serif;
}

#comments h2 {
	margin: .25em 0 0;
	padding:0 0 4px;
	font-weight: bold;
	font-size: 1.0em;
	color: #000;
	font-family: Arial,Verdana,Sans-serif;
	text-transform: uppercase;
}

#comments p {
	border-bottom: 1px solid #BFC4CB;
	font: 10px Arial,Verdana,Sans-serif;
	color: #8A8E93;
	padding: 5px 0px 5px 0px; 
}

#comments2{
	padding: 15px;
	margin-top: 10px;
	width: 365px;
}

/* Comment New
----------------------------------------------- */

fieldset {
	padding: 10px;
	font-weight: bold;
}

legend {
	padding: 0px 5px 0px 5px;
}

fieldset textarea {
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #989CA0;
	width: 330px;
	height: 100px;
	font-size: 12px;
	font-family: Arial;
	background:#FFF url("../img/bgInput.gif") repeat-x left top;
}

fieldset input {
	padding: 5px;
	margin-right: 5px;
	width: 245px;
	border: 1px solid #989CA0;
	background:#FFF url("../img/bgInput.gif") repeat-x left top;
}

fieldset .submit {
	padding: 3px;
	width: 65px;
	border: 1px solid #989CA0;
}

