/* @group Blogwire Ads */

div#blogwire {
	font-size: 11px;
	line-height: 1.5;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}

div#blogwire img {
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

div#blogwire strong {
	font-size: 14px;
}

div#blogwire a.blogwire-desc {
	text-decoration: none;
	color: #333;
}

div#blogwire a.blogwire-about {
	text-decoration: none;
	position: relative;
	top: 5px;
	color: #333;
}

div#blogwire a {
	text-decoration: none;
	color: #000;
}

/* @end */

/* @group Reset */
div#header {
	background: #fff url(/images/olvasas-a-weben/header-border.png) repeat-x;
	border-bottom: 1px #ddd solid;
}

ul#nav a {
	color: #000;
	text-shadow: none;
}

#wrap p {
	margin-top: 18px;
	margin-bottom: 18px;
}

ul#nav a.nav-vegetative:hover, ul#nav a.nav-about:hover, ul#nav a.nav-rss:hover {
	background: #f9f9f9;
	border: 1px #ddd solid;
	padding: 19px;
	text-shadow: #fff 0 1px 0;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

ul#nav a.nav-vegetative:active, ul#nav a.nav-about:active, ul#nav a.nav-rss:active {
	background: #eee;
}

ul#nav a.nav-logo {
	color: #fff;
	text-shadow: #000 0 1px 0;
}

.search {
	border: 1px #ccc solid;
}

.search input {
	color: #777;
	text-shadow: none;
	background: url(/images/core/magnifying-glass-inactive.png) no-repeat left center;
}

.search input:focus {
	background: url(/images/core/magnifying-glass-inv.png) left center no-repeat;
	color: #333;
}

.focused {
	border: 1px #9A1900 solid;
	-webkit-transition: -webkit-box-shadow, border 0.23s linear;
	-moz-transition: -moz-box-shadow, border 0.23s linear;
	-webkit-box-shadow: 0 0 3px rgba(154,25,0,0.7);
	-moz-box-shadow: 0 0 3px rgba(255,0,0,0.5);
	box-shadow: 0 0 3px rgba(255,0,0,0.5);
}

.unfocused {
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-transition: -moz-box-shadow 0.3s linear;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div#footer {
	color: #333;
	background: #f9f9f9 url(/images/olvasas-a-weben/footer-bg.gif) repeat;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
}

div.footer-container a, div.footer-container a:visited, div#copyright a, div#copyright a:visited {
	color: #000;
}

div.footer-container a:hover, div#copyright a:hover {
	color: #666;
}

div.footer-container a:active, div#copyright a:active {
	color: #000;
}

div#copyright {
	color: #333;
	background: #f1f1f1;
	border-top: 1px #fff solid;
	text-shadow: none;
}

div.footer-section-header {
	color: #000;
}

ul#article-meta li:first-child {
	color: #000;
	border-bottom: 1px #ddd solid;
}

ul#article-meta li:first-child > strong {
	color: #000;
}

ul#article-meta li {
	border-bottom: 1px #ddd solid;
}

ul#article-meta li.article-meta-value {
	color: #333;
}

div#tweet-container {
	border: 1px #ddd solid;
}

div#tweet-arrow {
	width: 0;
	height: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 9px;
	margin-left: 31px;
}

/* @end */


/*************************************
 +Containers
 *************************************/
 
img {
	border:0px;
}

body {
	background: #fff;
	margin: 0px;
}

#wrap {
	font-size: 62.5%;
	color: #333;
	line-height: 1.5;
	text-align: left;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	padding: 0px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 850px;
	clear: both;
	overflow: hidden;
}

#content {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	background-color: white;
	border-right-color: #e4e4e4;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	width: 550px;
	color: black;
	font-size: 14px;
}

/*************************************
 +Hn and p
 *************************************/

#footer_menu {
	padding-bottom: 0px;
	padding-left: 55px;
}

#wrap h1, #wrap h2, #wrap h3{
	color: #474a50;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	font-weight:normal;
	margin:0;
}

.entrytitle h2{
	font-size: 28px;
	text-align: left
}
.entrytitle h2 a{
	text-decoration: none;
	color: #555555;
	text-align: left;
}
.entrytitle h2 a:hover{
	text-decoration: underline;
	text-align: left
}
.entrytitle h3{
	font-size:15px;
	color: #84281d;
	text-align: left
}

.entrybody {
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.entrybody a {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

/*************************************
 +Entry
 *************************************/
.entry{
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	padding-bottom: 2em;
}

.entrymeta{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 1em;
	font-size:10px;
	text-align: left;
	color: #797979;
}

.entrymeta a{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	color: #666666;
}

.commentslink{
	font-weight: bold;
}

/*************************************
 +Sidebar
 *************************************/
 
#sidebar {
	color: #333333;
	font-size: 13px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	width: 260px;
	position: relative;
	float: right;
	text-align: left;
}

#sidebar h3{
	margin-bottom: 1em;
	margin-top: 1em;
	color:#555;
	font-size:1.5em;
}

#sidebar h2{
	background-position: -30px 15px;
	background-repeat: no-repeat;
	background-image: url(/old/images/sidebarspacer.jpg);
	list-style-type: none;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

#sidebar ul{
	margin:0;
	padding:0;
}

#sidebar li{
	list-style-position: inside;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: disc;
}

#sidebar img{
	border: 0px;
}

#sidebar a {
	text-decoration: none;
	color: #333333;
}

#sidebar a:hover {
	text-decoration: underline;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size: 14px;
	color: #333333;
	font-family: Helvetica, "Lucida Grande", Arial, serif;

}
.commentsblock textarea{
	height: 15em;
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	width: 35em;
}
.commentsblock input, .commentsblock textarea{
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
}
.commentsblock textarea:focus{
	background:#eee;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color: #474a50;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	text-align: left;
	word-wrap: break-word;
	word-break: normal;
	color: #333333;
	font-size: 14px;
	border-bottom-style: none;
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.commentlist blockquote{
	background:#FFFFFF;
        font-size: 12px;
        margin: 0px;
        color: #999999;
        padding: 0 0 0 50px;
        background: url("/old/images/quote.png") no-repeat 0 1%;
}
h3#comments{
color: #999999;
font-style: italic;
font-size: 14px;
}

/*************************************
 +Misc
 *************************************/

a {
	text-decoration: underline;
	color: #C80000;
}

a:hover {
	text-decoration: underline;
}

#postspacer {
	margin-bottom: 30px;
}


.commentslink {
  margin-left: 3px;
 
 
}

.commentmetadata a {
	padding-bottom: 20px;
	padding-top: 20px;
	text-decoration: none;
	color: #999999;
	font-size: 10px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
}

.comment_quote a {
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
}

.commentmetadata a:hover {
	text-decoration: underline;
}

.commentheader {
	min-height: 25px;
	background-position: 0 5px;
	font-size: 12px;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
	background-image: url(/old/images/commentspacer.jpg);
	background-repeat: no-repeat;
}

.url {
	font-size: 12px;
	text-decoration: none;
	font-family: Helvetica, "Lucida Grande", Arial, serif;
}