/*
	Sasa Jovanic (Sa&#353;a Jovani&#263;) - 02.02.2004
	www.sjsoft.org
	wp-newspaper.css
	
	Tested with: 
		Windows: Mozilla 1.6, Opera 7.23, IE 6sp1, IE 5.5sp2
		GNU/Linux: Mozilla 1.6, Firebird 0.7, Epiphany 1.0.7, Konqueror 3.1.5

*/

/* Defaults */
body {
	background: url(images/wp-newspaper_02.jpg) repeat-y;
	background-color: #FFF; /* Must by after background! Epiphany fix */
	margin: 0;
	padding: 0;
	font-family: Verdana, Vera, Arial, helvetica;
	font-size: 15px;
}
h2,
h3 {
	margin: 0;
	padding: 0;
}
a,
a:link,
a:visited {
	text-decoration: none;
}
/* Header */
#header {
	width: 864px;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 110px;
	text-align: center;
	background: url(images/wp-newspaper_01.jpg) no-repeat;
	font-family: "Times New Roman", Georgia, Times, sans;
	font-size: 54px;
}
#header a,
#header a:link,
#header a:visited {
	color: #000;
}
#header a:hover {
	color: red;
}
/* footer */
.credit {
	position: absolute;
	top: 70px;
	left: 5px;
	padding: 0 0 3px 0;
	margin: 0;
	font-size: 11px;
}
.credit cite {
	font-style: normal;
}
.credit a,
.credit a:link,
.credit a:visited {
	color: #000;
	border-bottom: 1px solid red;
}
.credit a:hover {
	border-bottom: 2px dotted #000;
	color: red;
}
/* Keep #header width */
#rap {
	width: 760px;
}
/* Content */
#content {
	padding: 0 5px 10px 5px;
	margin: 0 5px 10px 5px;
	float: right;
	width: 524px;
	font-family: Georgia, "Times New Roman", Times, sans;
}
#content a,
#content a:link,
#content a:visited {
	color: blue; /* #000; */
	border-bottom: 1px solid red;
}
#content a:hover {
	color: red;
	border-bottom: 1px solid blue;
}
.post {
	margin-bottom: 18px;
}
.storytitle {
	background: #000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.storytitle a,
.storytitle a:link,
.storytitle a:visited {
	display: block;
	color: #FFF !important;
	border: 0 !important;
}
.storytitle a:hover {
	color: yellow !important;
	border: 0 !important;
}
h2 {
	font-size: 14px;
}
#comments {
	font-size: 22px;
}
.meta {
	text-align: right;
	font-style: italic;
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #000;
}
.post-categories,
.post-categories li {
	display: inline;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.storycontent {
	padding: 5px;
	margin: 0;
}
.storycontent p {
	padding: 0 0 5px 0;
	margin: 0;
}
.feedback {
	border-bottom: 1px solid #000;
	padding: 0 4px 4px 4px;
	text-align: right;
	font-size: 11px;
}
/* Comment */
#commentform {
	padding: 0;
	margin: 0;
}
#commentform input,
#commentform textarea {
	border: 1px solid #000;
	background-color: #FFF;
	margin-top: 3px;
}
#commentform textarea {
	width: 440px;
}
#commentlist {
	padding: 0;
}
#commentlist p {
	padding: 0 0 5px 0;
	margin: 0;
}
#commentlist li {
	list-style: none;
	border-top: 2px solid #000;
	padding: 2px 5px 0 5px;
	margin: 0 0 15px 0;
}
#commentlist cite {
	font-size: 11px;
	text-align: right;
	display: block;
}

/* Menu */
#menu {
	width: 200px;
	font-size: 13px;
	padding: 0;
	margin: 7px 5px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#style,
#calendar,
#archives,
#categories,
#wordpress {
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
li#style,
li#calendar,
li#archives,
li#categories,
li#wordpress {
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #000;
}
#style ul,
#archives ul,
#categories ul,
#wordpress ul {
	border-top: 2px solid #000;
	text-align: left;
	padding: 2px;
	font-weight: normal;
}
#style li,
#archives li,
#categories li,
#wordpress li {
	padding: 1px;
}
#archives a,
#archives a:link,
#archives a:visited,
#categories a,
#categories a:link,
#categories a:visited,
#wordpress a,
#wordpress a:link,
#wordpress a:visited
#style a,
#style a:link,
#style a:visited {
	display: block;
	padding: 1px 2px;
	color: #00C;
}
#archives a:hover,
#categories a:hover,
#wordpress a:hover,
#style a:hover {
	background-color: #000;
	color: yellow;
	padding-left: 5px;
	border-left: 4px solid red;
}
#wp-calendar {
	width: 200px;
	/* IE 5/5.5 fix */
	font-size: 13px;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* End fix */
}
#wp-calendar caption {
	border-bottom: 2px solid #000;
	font-weight: bold;
	padding-bottom: 2px;
}

#wp-calendar thead th {
	background-color: silver;
	border: 1px solid #000;
}
#wp-calendar tbody td {
	font-weight: normal;
	padding-top: 0;
	text-align: center; /* Konqueror */
}
#wp-calendar a {
	color: blue;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}
#wp-calendar a:hover {
	background-color: #000;
	color: yellow;
}
#wp-calendar tfoot a {
	text-align: center; /* Konqueror */
	padding-top: 1px;
}
#today {
	font-weight: bold;
	background-color: silver !important;
	color: #00C !important;
}
/* Menu extra */
#search {
	position: absolute;
	top: 132px;
	left: 4px;
}
#search form {
	padding: 0;
	margin: 0;
}
#search input {
	border: 1px solid #000;
	color: #000;
	background-color: #FFF;
	width: 120px;
	padding: 0;
	margin: 3px 0 0 0;
}
#meta {
	font-size: 10px;
	position: absolute;
	top: 200px;
	left: 0;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 540px;
	margin: 0;
	padding: 3px 0 3px 5px;
	font-weight: bold;
}
#other {
	font-size: 10px;
	position: absolute;
	top: 200px;
	left: 540px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 200px;
	margin: 0;
	text-align: right;
	padding: 3px 5px 3px 0;
	font-weight: bold;
}
#other ul,
#other li,
#meta ul,
#meta li {
	list-style: none;
	display: inline !important; 
	font-weight: normal;
	padding: 0 0 0 7px;
	margin: 0;
}
#other a,
#other a:link,
#other a:visited,
#meta a,
#meta a:link,
#meta a:visited {
	color: blue !important;
	border: 0 !important;
}
#other a:hover,
#meta a:hover {
	color: red !important;
	border: 0 !important;
}
/* after before */
#archives a:hover:after,
#categories a:hover:after,
#wordpress a:hover:after,
#style a:hover:after {
	content: " \0021E6";
}
.storytitle a:hover:after {
	content: " \00261C";
}
.storytitle a:hover:before {
	content: "\00261E  ";
}
