/*  
Theme Name: anty.at
Theme URI: http://www.anty.at
Description: The theme for www.anty.at
Version: 1.0
Author: anty
Author URI: http://www.anty.at
*/

/*** global ***/
body {
	margin:0; padding:0;
	font-family: "Times New Roman", Times, serif;
}

hr {
	display: none;
}

blockquote {
	margin-left: 1em;
	padding: 0.5em;
	border-left: #FF5400 3px solid;
	background-color: #e8e8e8;
}

.alignleft {
	text-align: left;
}

img.alignleft {
	float:left;
	margin-right: 1em;
}

.alignright {
	text-align: right;
	float:right;
}

.aligncenter {
	text-align: center;
}

.imgalignleft {
	float: left;
	padding: 0 2px 2px 0;
	border-width: 0;
}

.imgalignright {
	float: right;
	padding: 0 0 2px 2px;
	border-width: 0;
}

.center {
	text-align:center;
}

.wp-smiley {
	border-width:0;
}

.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

.wp-caption.aligncenter {
	margin:auto
}

.commentlist {
	margin: 0 0 0 11px; padding:0;
}

.entrytext {
	margin: 0.5em 0; padding:0;
}

/*** header ***/
#header {
	margin-top: 8px;
}

#headerbgimgleft {
	position: absolute;
	left: 0;
	width: 50%;
	height: 180px;
}

#headerbgimgright {
	position: absolute;
	right: 0;
	width: 50%;
	height: 180px;
}

#headerimg {
	position: relative;
	margin: 0 auto;
	width: 790px;
	height: 180px;
	z-index:1;
}
#headerimg img {
	border-width: 0;
}

#headernavi {
	position: relative;
	height: 41px;
}
#headernavi img {
	border: 0;
}

#headersidebar {
	position: absolute;
	top: 0;
	right: 10px;
	height: 41px;
	width: 265px;
	border-left: #bdbdbd 1px solid;
	border-right: #bdbdbd 1px solid;
	background-color: #E8E8E8;
}
/*** page ***/
#page {
	margin: 0 auto;
	width: 790px;
}

/*** content ***/
#content {
	width: 509px;
}

#content a {
	color: #FF5400;
}

#content .postseperator {
	margin: 1em 0;
}

#content .post .entry {
	margin: 0.5em 0; padding:0;
}

#content .post ol li {
	list-style: decimal;
}

#content .post ul li {
	list-style: outside;
}

#content .post .postmetadata {
	font-size: small;
	margin-top: 0;
}

#content .post .postmetadata a {
	color: #333333;
}

#content .post h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: large;
}

#content .post h3 {
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: large;
}

#content .post .dateauthor {
	color: #666;
}

#content .linkpage {
	margin:0; padding:0;
	width: 509px;
	overflow: hidden;
}

#content .commentmetadata a {
	color: #333;
}

#content .post .space {
	margin: 2px;
}

#content .post .border {
	border: #000 1px solid;
}

#content .imagelink img {
	border-width: 0;
}

/*** sidebar ***/
#sidebar {
	float: right;
	width: 265px;
	margin-right: 10px;
	border-left: #bdbdbd 1px solid;
	border-right: #bdbdbd 1px solid;
	background-color: #e8e8e8;
}

#sidebar h2 {
	margin:1px 0; padding:0;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	padding:0px 1px;
	font-weight:bold;
	text-decoration: underline;
}
#sidebar a {
	color:#183454;
	font-weight:normal;
	text-decoration:underline;
}
#sidebar ul, li {
	margin: 0 2px;
	padding: 0;
	list-style: none;
}
#sidebar li {
	font-family:arial,sans-serif;
	font-size:12px;
	line-height:16px;
	padding: 2px 0 0 2px;
}
/*** footer ***/
#footer {
	clear: both;
}

/*** comment ***/
#comment {
	width: 500px;
}

#comments, #respond {
	margin:0; padding:0;
}

.commentlist ul li {
	list-style: disc;
}
.facebook-like {
	margin-top: 1em;
}
