@import url("base-weblog.css"); 

/*
name: arthur-rovine
designer: Ivan Minic for Pixelita Designs
designer_url: http://www.burek.co.yu
stylesheet_designer: Joni Mueller for Pixelita Designs
sdesigner_url: http://www.pixelita.com
*/

a {
	background: transparent;
	color: #000080;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover, .module-content a:hover {
	background: transparent;
	color: #ccc;
	text-decoration: none;
}

body {
	background-color: #c0c0c0;
	font: 13px "Trebuchet MS", helvetica, verdana, arial, sans-serif;
}

h1#banner-heading {
	color: #000080;
	background-color: #fff;
	font: 28px "Times New Roman", georgia, times, serif;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 5px;
}

h1#banner-heading a, h1#banner-heading a:link, h2#banner-description a, h2#banner-description a:link {
	text-decoration: none !important;
}

h1#banner-heading a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

h2#banner-description {
	background-color: #fff;
	color: #666666;
	font: 18px "Times New Roman", georgia, times, serif;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

h2#banner-description a:hover {
	color: #000080;
	text-decoration: none;
}

.module h2,
.module-search label,
.module h2 a,
.module h2 a:link {
	color: #000080;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 20px;
	font-weight: normal;
	background-color: transparent;
	margin-top: 0;
	text-align: center;
	text-transform: none;
	text-decoration: none !important;
}
	

h1, h2, h3, h4, h5, h6 {
	background: transparent;
	font-family: "Times New Roman", georgia, times, serif;
	font-weight: normal;
	text-decoration: none;
}

h3.entry-header {
	background: transparent;
	color: #000080;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: -10px 0 0 15px;
	padding: 0;
}

h3.cat-label {
	background-color: transparent;
	background-image: url(http://www.arthurwrovine.com/bullet.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #808080;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 22px;
	font-weight: normal;
	margin: -10px 0 0 15px;
	padding: 0 0 10px 12px;
	font-variant: italics;
}

h4 {
	background: transparent;
	color: #000080;
	font-family: "Trebuchet MS", arial, verdana, helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 15px;
	padding: 0;
}

input.rovine {
	background: #e1eeff;
	border: 1px solid #000080;
	color: #000080;
	font-size: 9px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}

p {
	background: #fff;
	color: #000;
	font: 13px "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	padding: 5px;
}

.clearer {
	padding: 0px;
	margin: 0px;
	clear: both;

}

#content {
	width: 60%;
	float: right;
	margin: 5px 10px 5px 15px;
	padding: 20px 5px 5px 5px;
	color: #000;
	background: $fff;
	border: 1px solid #cfcfcf;
	text-align: left;
}

#footer {
	color: #000;
	font-size: 10px;
	margin: 0px;
	padding: 15px;
	text-align: center;
}

#sidebar {
	width: 30% !important;
	float: left;
	margin: 5px;
	padding: 5px;
	color: #000;
	background: $fff;
	text-align: left;
}

#sidebar ul li {
	list-style-type: square;
}

.entry ul li {
	list-style-type: square;
	list-style-image: url(http://www.arthurwrovine.com/bullet.gif);
	padding-left: 3px;
}

.entry {
	overflow: visible;
	position: relative;
}

.entry-body {
	margin: 0px;
	padding: 10px;
	text-align: left;
	width: auto;
}

.entry-body blockquote {
	border-left: 10px solid #000080;
	font-style: italic;
	margin: .6em 0 .8em 1.2em;
	padding: 4px;
	text-align: left;
}

.entry-body img {
	float: right;
	margin: 0 0 20px 20px;
	width: auto;
}

.entry-body li {
	margin-bottom: 5px;
}

.entry-body ul {
	list-style-type: square;
}

.entry-userpic {
	background: #fff;
	border: 1px solid #000080;
	display: none;
	height: 100px;
	left: 30px;
	padding: 10px;
	position: absolute;
	top: 30px;
	width: 100px;
}

.module {
	margin: 0;
}

.module-content {
	border: none;
	font-size: 12px;
	margin: 0;
	padding: 0px 5px 0px 5px;
}

.module-list ul, .module list ul li, .module list ul li ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0 0 0 -10px;
}

.module-list-item li {
	list-style-type: none !important;
	padding-left:3px;
	margin: 0;
}

.module-search{
	text-align: center;
}

.module-search label {
	font-size: 11px;
	margin-top: 0;
	padding-bottom: 1px;
	display: block;
}

.subcat {
	color: #54a9a9;
	font-family: "Times New Roman", georgia, times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer {
	font: 13px "Trebuchet MS", helvetica, verdana, arial, sans-serif;
}

#footer a, #footer a:link {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	background: transparent;
	color: #000080;
	text-decoration: none;
}

#masthead {
	text-align: center;
	padding: 3px;
	background-color: #fff;
}

#wrapper {
	background: #fff;
	border: 1px solid #000080;
	margin: 0 auto;
	padding: 0;
	width: 95%;
}

