/*
Theme Name:     Javazine Child
Description:	Modifications to Javazine Theme
Author:			Allan Kintz
Author URI:		http://www.allankintz.com
Template:       javazine
Version:		0.1
*/

@import url("../javazine/style.css");

.teaser_infobox strong {
	font-weight: normal;
	font-size: 18px;
	color: #ff9900;
	display: block;
	margin: 15px 0 0 15px;
}

.entry_content li {
	margin-bottom: 5px;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
	color: #ff9900;
	text-decoration: none;
}

#top h1 a:hover, #top h2 a:hover, #top h3 a:hover, #top h4 a:hover, #top h5 a:hover, #top h6 a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ff9900;
}

a:visited {
	text-decoration: underline;
	color: #ddd;
}

a:hover, a:focus {
	text-decoration: none;
	color: #f90;
}

.entrys p a, .entrys p a:link, .entrys p a:visited, .entrys p a:active, .entrys li a, .entrys li a:link, .entrys li a:visited, .entrys li a:active {
	color: #ff9900;
	padding: 3px 3px 3px 5px;
	background: #333333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
}

.entrys p a:hover, .entrys li a:hover {
	color: #333333;
	border-bottom: 0;
	background: #ff9900;
}

.authorcomment {
	color: #ff9900;
}

#commentform input, .widget_search input, #s {
	width: 175px;
	padding: 5px;
	border: 1px solid #4f4f4f;
	background-image: url(../javazine/images/bg_dark2.jpg);
	background-attachment: fixed;
	color: #fff;
	line-height: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

.newsearchbox {
	background-image: url(../javazine/images/bg_dark2.jpg);
	background-attachment: fixed;
	border: 1px solid #4f4f4f;
	padding: 5px;
	color: white;
}

#commentform #submit, .abschicken, #searchsubmit {
	text-indent: -19px;
	background-attachment: scroll;
	clear: both;
	display: inline;
	background-image: url(../javazine/images/button_big.gif);
	height: 22px;
	width: 140px;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 19px;
	padding: 0 0 4px 0;
	text-decoration: none;
	font-size: 10px;
	color: #999;
	text-align: center;
	margin: 2px 0 0 0;
	cursor: pointer;
	border: none;
	background-color: transparent;
	outline: none;
	float: right;
}

#top #nav a:hover, #top #nav a:focus {
	background-color: #fff;
	background-image: url(../javazine/images/bg.jpg);
	background-attachment: fixed;
	color: #ff9900;
}

.widget a:hover, .widget li:hover a {
	color: #f90;
	background-image: url(../javazine/images/bg_dark2.jpg);
	text-indent: 0;
}

.widget h3 {
	padding: 0px 5px 4px 5px;
	color: #ff9900;
}

#top .widget_tag_cloud a {
	display: inline;
	line-height: 1em;
	border: none;
	padding: 1px;
}

.searchpanel_scroll {
	display: none;
}

.icon_rss {
	display: none;
}

#twitter_div li {
	padding: 7px 5px;
	border-bottom: 1px solid #3f3f3f;
}
