/*
---------------------------------
 Standard eCMS-light Templet CSS
--------------------------------- */
@import "shop.css";		/* Load shop CSS  */
@import "admin.css";	/* Load admin CSS  */

body, form {
	margin: 0;
}
body {
	background:#000;
	font: Arial,Verdana,Sans-serif;
	text-align:center;
	color:#333;
}
a:link {
	color:#62bb45;
	text-decoration:none;
}
a:visited {
	color:#62bb45;
	text-decoration:none;
}
a:hover {
	color:#62bb45;
	text-decoration:underline;
}
a img {
	border-width:0;
}

/* Content
----------------------------------------------- */
#content {
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#left {
	float: left;
	width: 214px;
}
#main {
	width: 550px;
	float: right;
	min-height: 420px;
	background: #fff url("../img/postMain_bottom.gif") no-repeat left bottom;
	padding: 0 0 10px 0;
}
#main2 {
	background:url("../img/postMain_top.gif") no-repeat left top;
	padding: 10px;
	width: 530px;
}
#main2 h1 {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.4em;
	color: #ccc;
	font-family: Arial,Verdana,Sans-serif;
}
/* Top
----------------------------------------------- */
#Top {
	background:#072045 url("../img/bgTop.gif") no-repeat;
	width: 784px;
	height: 140px;
	display: block;
	margin: 0 0 10px 0;
}
#logoPlaceHolder {
	margin: 20px 0 0 10px;
	width: 170px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#Top h1 {
	margin:0;
	font-size: 48px;
	line-height:1.5em;
	font-style: italic;
	font-weight: normal;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
/* Posts
----------------------------------------------- */
#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;
	text-align: right;
}
#siteFooter a {
	color: #2f94d2;
}
#siteFooter img {
	margin: 0 10px 0 35px;
	vertical-align: middle;
}

/* Posts
----------------------------------------------- */
.post {
	border-bottom: 1px solid #000;
	padding-bottom: 1.5em;
	background-color: #fff;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.post .editTextField {
	width: 500px !important;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	float: left;
}
.post-title {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.4em;
	color: #62bb45;
	font-family: Arial,Verdana,Sans-serif;
}
.post-title a, .post-title a:visited, .post-title strong {
	display: block;
	text-decoration:none;
	color:#62bb45;
	font-weight:normal;
}
.post-title strong, .post-title a:hover {
	color: #333;
}
.post-body p{
	font:0.8em Arial,Verdana,Sans-serif;
}
.post p {
	margin:0 0 .75em;
	line-height:1.6em;
}
p.post-footer {
	margin:-.25em 0 0;
	color: #62bb45;
}
.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: #62bb45;
	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;
}

/* Navigator
----------------------------------------------- */
#Nav {
	width: 211px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Nav ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0;
	padding: 0;
	float: left;
	width: 211px;
	margin: 0 0 5px 0;
}
#Nav ul li input {
	vertical-align: middle;
	
}
#Nav ul li a {
	display: block;
	padding: 4px 5px 6px 35px;
	width: 171px;
	background: url("../img/menuItemBG.gif");
	background-repeat: no-repeat;
	font-family: Verdana;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#Nav ul li a span {
	color: #fff;
}
#Nav ul li a:hover {
	color: #fff;
	background: url("../img/menuItemActive.gif");
	background-repeat: no-repeat;
}

/* Comment List
----------------------------------------------- */
#comments {
	width: 365px;
	font: 12px Arial,Verdana,Sans-serif;
}

#comments .comments-titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ccc;
}

#comments h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-family: Arial;
}

#comments p {
	border-bottom: 1px solid #e0e0e0;
	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 #e0e0e0;
	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 #e0e0e0;
	background:#FFF url("../img/bgInput.gif") repeat-x left top;
}

fieldset .submit {
	padding: 3px;
	width: 65px;
	border: 1px solid #e0e0e0;
	background:url("../img/bgInput.gif") no-repeat -1px -1px;
}


