/* general.tpl + view_post.tpl */

.newsContent {
	margin:8px 0 0em 0;
    width: 600px;
    font-family: arial;
	text-align: justify; 
	font-size: 12px;
	padding-left: 0px;
}
.newsContent h1 {
	font-size:15px;
	font-weight:normal;
	border-bottom:1px solid #e4e4e4;
	margin:0;
	padding:0;
	color: #5e5e5e;;
}
.newsContent h1 a {
	text-decoration:none;
	
}
.newsContent h1 a:link {
	color: #5e5e5e;
	text-decoration: none
}
.newsContent h1 a:visited {
	color: #5e5e5e; 
	text-decoration: none
}
.newsContent h1 a:hover {
	color: #8a8888;
	text-decoration: none 
}
.newsContent h2 {
	text-align:right;
	font-size:10px;
	font-weight:normal;
	margin:0 0 1em 0;
	padding:0;
}
.newsContent .submessage {
	text-align:right;
	margin:1em 0 0 0;
     	font-size:10px;
}
.newsContent .submessage a:link {
	color: #5e5e5e;
	text-decoration: none
}
.newsContent .submessage a:visited {
	color: #5e5e5e; 
	text-decoration: none
}
.newsContent .submessage a:hover {
	color: #8a8888;
	text-decoration: none 
}
.newsContent .message p {
	margin:0 0 1em 0;
	padding:0;
	font-size:12px;
	color: #5e5e5e; 
}
.newsContent .message blockquote {
	margin:1em;
	border-left:3px solid #ddd;
	padding:0 0 0 1em;
}
.newsContent .message pre {
	background-color:#eee;
	border:1px dashed #aaa;
	color:#000;
	margin:0em 0;
	padding:0.2em;
}
.newsContent .message img {
	border-style:none;
}
.newsContent .message ul {
	margin:0 0 1em 2.5em;
	padding:0;
font-size: 12px;
}
.newsContent .message p a:link {
	color: #5e5e5e;
	text-decoration: none
}
.newsContent .message p a:visited {
	color: #5e5e5e; 
	text-decoration: none
}
.newsContent .message p a:hover {
	color: #8a8888;
	text-decoration: none 
}

/* comments.tpl */

#newsComment ol {
	margin:0;
	padding:5px;
	list-style-type:none;
	width: 490px;
	font-family: arial;
 	font-size: 11px
	
}
#newsComment li {
	border-bottom:1px solid #f2f2f2;
	margin:0 0 1em 0;
}
#newsComment .submessage {
	text-align:right;
	margin:0.5em 0.5em 0.3em 0;
        font-size: 11px

}
#newsComment h3 {
	
	padding:0.3em 0.5em;
	font-size: 12px;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	color:#000;
	width: 500px;
	font-family: arial;
}
#newsComment .message blockquote {
	margin:0 3em 0 3em;
	padding:0;
 	color: #f1f1f1;
}




/* note.tpl */

#newsNotice {
	margin: 3em 0 0 0;
	background-color:#f4f4f4;
	color:#000;
	padding:0.5em;
	width: 480px;
	font-size: 0.8em;
	font-weight:bold;
}
#newsNotice span {
	font-weight:bold;
	font-size:1em;
}


/* comment_form.tpl */

#commentForm {
	margin:1em 0 1em 0;
	font-family: arial;
        width: 500px;
font-size: 12px
}
#commentForm h3 {
	margin:0 0 1em 0;
	padding:0.3em 0.3em;
	border-bottom:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	color:#000;
	font-family: arial;
 	font-size: 12px
	

}
#commentForm div {
	margin:0 0 0.2em 0;
	font-family: arial;	
	font-size: 11px

}
#commentForm input {
	font:normal 12px Arial;

}
#commentForm .name, #commentForm .website {
	width:10em;
	border:1px solid #ddd;
	padding:0.2em;
}
#commentForm .message {
	width:15em;
	border:1px solid #ddd;
	padding: 0.1em;
	font-size: 11px
}

/* archives.tpl */

ul#newsArchive {
	margin:0;
	padding:0;
	list-style-type:none;
}
#newsArchive li {
	margin:0 0 0.5em 0;
}


/* categories.tpl */

ul#newsCategory {
	margin:0;
	padding:0;
	list-style-type:none;
}
#newsCategory li {
	margin:0 0 0.5em 0;
}
#dodaj {

	width: 500px;
	font-family: arial;
 	font-size: 12px
}
#dodaj a:link {
	color: #5e5e5e;
	text-decoration: none
}
#dodaj a:visited {
	color: #5e5e5e; 
	text-decoration: none
}
#dodaj a:hover {
	color: #8a8888;
	text-decoration: none 
}
