/* editing */
* { margin: 0px; padding: 0px; border: none; }

body, input, textarea { font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 12px; }
body { color: #111; background: white; width: 770px; margin: auto; font-family:Verdana,Arial,Helvetica,sans-serif; }
a, a:visited { text-decoration: none; color: #961817; }
a:hover { color: red; }

p { text-align: justify; }

h1, h2, h3 { margin-bottom: 0.5em; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; }

p, ul, ol { margin-bottom: 1.5em; line-height: 150%; }
ul, ol { margin-left: 2em; }

.thumbnail { float: left; }

#header, #footer, #content, #sidebar, #inner {
	position: relative;
	z-index: 2;
}
#sidebar {
	z-index: 3; 
}

#outer-wrapper {
}

#content {
	width: 770px;
	background: url('/themes/naperone/images/back-texture.jpg');
	background-position: 0px 6px;
}

#header {
	text-align: right;
	margin-top: 80px;
}

#sidebar {
	margin-top: 80px;
	width: 220px;
	float: left;
}

#footer {
	font-size: 0.9em;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
	background: white;
}

#inner {
	float: right;
	width: 520px;
	background: white;
	margin-top: 0px;
	padding: 15px;
	position: relative;
	left: -6px;
	background: url('/themes/naperone/images/back-texture-inner2.jpg');
	background-position: -214px -304px;
/*	overflow: hidden; */
}

#side-posts {
	font-size: 0.9em; 
}
#side-posts > p {
	line-height: 1.4em;
}

/* sidebar */

#sidebar {
	font-size: 14px;
}

#sidebar ul{
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}

#sidebar li a {
	display: inline;
	background: black;
	color: white;
	padding: 2px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
	letter-spacing: 0.1em;
	text-transform: lowercase;
}
#sidebar li {
	margin-bottom: 16px;
}

/* 0000000000 newsletetr 000000000000 */
.cmsNewsletterForm input { border: 1px solid #999; padding: 3px; }
.cmsNewsletterForm #subscriber_name { width: 160px; }
.cmsNewsletterForm #subscriber_email { width: 160px; }
.cmsNewsletterForm #subscriber_ok { padding: 2px; }
.cmsNewsletterFlash { font-size: 1.2em; margin-bottom: 1em; }


/* ========== gallery ========== */
.stylez-gallery {
	padding: 10px;
}

.stylez-gallery .thumbnail {
	margin: 6px;
	cursor: pointer;
}


/* ========== fforum post ========== */

.tab {
  margin-left: 1em;
}
.postRoot {
}

.postChild {
	border: 1px solid #BBB;
}

.postHead, .postTable {
	background-color: #CCC;
} 
.postTable tr td {
	padding-left: 2px;
	padding-right: 2px;
}
.postForm {
}

.msg {
	font-size: 1.5em;
	font-weight: bold;
	color: #128300;
}

/* ========== newsletter ========== */
input.button {
	border: 1px solid #999;
}

.newsletter-activation {
	width: 100%;
	background: white;
	border: 1px solid #CCC;
	padding: 1em;
	font-size: 1.3em; 
	text-align: center;
}

table.newsletter-form {
	background: white;
	border-collapse: collapse;
	width: 100%;
/*	margin: auto;*/
}
.newsletter-form * td {
	border: 1px solid #CCC;
	padding: 5px;
}
.flash {
	color: black;
	font-size: 1.6em;
	color: green;
}
.fieldWithErrors {
	display: inline;
}
.fieldWithErrors input, .fieldWithErrors textarea {
	border: 2px solid red !important;
	background-image: url('/images/wrong-pattern2.png') !important;
}
.formError {
	display: inline;
	color: red;
	padding-left: 1em;
	padding-right: 1em;
}



.cms-content-wrapper:hover {
	background-color: #E3E6FF;
}







/* login window */

#cms-login-wrapper { margin: auto; margin-top: 3em; 
	padding: 1em; padding-left: 2em; padding-right: 2em;
	height: 100%; width: 300px;
	border: 1px solid #CCC;
	background: url('/themes/naperone/images/back-texture.jpg'); 
	background-position: -190px -140px;
}
#cms-login-wrapper * input {
	border: 1px solid #DDD;
	background: white;
	padding: 2px;
}