/*
---------------------------------
 Standard eCMS-light Templet CSS
--------------------------------- */
@import "shop.css";      /* Load shop CSS  */
@import "admin.css";      /* Load shop CSS  */

body,h1,h2,h3,h4,h5,h6,p,form,ul {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
ul {
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
}

body {
	background-color: #57636f;
	background-image:url("../img/bgBody.gif");
	background-repeat: repeat-x;
}


/* Content
----------------------------------------------- */
#content {
	width: 784px;
	margin: 0 auto;
}
#left {
	width: 211px;
	float: left;
}
#main {
	margin-left: 211px;
	max-width: 568px;
	padding: 0 0 10px 5px;
	background-image:url("../img/bgContentBottom.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#main2 {
	float: right;
	width: 548px;
	padding: 10px;
	background-color: #fff;
	background-image:url("../img/bgContentTop.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#main2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin: 0;
	
}

/* Hide from IE5-mac \*/
* html #left	{ margin-right: -3px; }
* html #main	{ height: 1%; margin-left: 0; }
/* End IE5/mac hide */ 

/* Top
----------------------------------------------- */
#Top {
	background-image:url("../img/bgTop.jpg");
	background-repeat: no-repeat;
	width: 764px;
	height: 114px;
	padding: 30px 0 0 20px;
}
#Top h1 {
	display: block;
	font-size: 48px;
	line-height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
	color: #fff;
}

/* 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;
	text-align: right;
}
#siteFooter a {
	color: #2f94d2;
	font-size: 10px;
	text-decoration: none;
}
#siteFooter img {
	margin: 0 10px 0 35px;
	vertical-align: middle;
}

/* Navigator
----------------------------------------------- */
#Nav {
	width: 211px;
	float: left;
	background-image: url("../img/bgMenuBottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	padding: 0 0 10px 0;
}
#Nav ul {
	background-image: url("../img/bgMenuTop.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	width: 211px;
	margin: 0;
	padding: 10px 0 0 0;
}
#Nav ul li {
	padding: 5px 0 5px 20px;
}
#Nav ul li a {
	padding: 0 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #787c80;
	border-left: 2px solid #787c80;
	text-decoration: none;
}
#Nav ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}


/* Posts
----------------------------------------------- */
.post, .item {
	background-image:url("../img/bgHr.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0.5em 0 1.0em 0;
}
.post-title, .item-title, .itemBig-title {
	font-size: 1.0em;
	color: #787c80;
	padding: 0 0 1.0em 0;
}
.post-title a, .post-title a:visited, .post-title strong, .item-title a, .itemBig-title a {
	color: #787c80;
	text-decoration: none;
}
.post-title strong, .post-title a:hover {
	color: #787c80;
}
.post-body {
	padding: 0 0 1.0em 0;
}
.post-body p {
}
.post p {
}
p.post-footer {
}
.post-footer em, .comment-link {
	color: #787c80;
	margin: 0 10px 0 0;
	font-size: 1.25em;
}
.post-footer em {
	font-style: normal;
}
.comment-link {
	margin: 0 0 0 10px;
}  
.post img {
}

/* Comment List
----------------------------------------------- */
#comments {
	width: 350px;
	padding: 10px;
	margin: 10px auto;
	border: 1px dashed #ccc;
	background-color: #f0f0f7;
	font-size: 0.75em;
}
#comments .comments-titel {
	font-size: 1.5em;
}
#comments h2 {
	font-size: 1.5em;
	color: #666;
	padding: 0.25em 0 0.25em 0;
	font-weight: normal;
}
#comments p {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	color: #333;
}
#comments2 {
}

/* Comment New
----------------------------------------------- */
fieldset {
	padding: 0.5em;
}
legend {
	padding: 0.5em;
}
fieldset textarea {
	width: 320px;
	height: 60px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: #666;
}
fieldset input {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: #666;
}
fieldset .submit {
	background-color: #fff;
	color: #000;
	padding: 0;
}


