/*
Theme Name: AnimaCorpus
Theme URI: http://www.animacorpus.net/
Description: AnimaCorpus Theme
Version: 1.0
Author: Niko Neugebauer
Author URI: http://www.webcaravela.com
*/

body {
/*	font: 12px/1.5em Lucida Grande, Arial, Tahoma, Verdana;
	/*background: #D8E7F3  url("images/bg.png") repeat-x;*/
        font: 0.74em/1.5em Verdana;
	color: #333;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	margin: 0 auto;
	display: block;
	text-align:center;
}
a {
	font-weight: bold;
	text-decoration: none;
}
h2 {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

blockquote {
	color: #777;
}
#header {
	top: 10px;
	left: 50px;
	width: 325px;
	height: 105px;
	z-index: 1000;
	text-align: left;
	position: absolute;
}
#logo {
	display: block;
	width: 325px;
	height: 105px;
	background: url("images/animacorpus.jpg") no-repeat;
	text-indent: -5000px;
}
#container {
	text-align: center;
	padding: 129px 0 0;
	margin-right: auto;
	margin-left: auto;
	/*width: 55%;*/
}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	display: block;
	clear: both;
	background: #0000ff;
	height: 2.15em;
	padding-top: 0.4em;
	/*font: x-small/normal tahoma, verdana, arial, helvetica, sans-serif;*/
}
#nav li, #subnav li {
	display: inline;
	float: left;
}

#nav a, #nav a:visited, #subnav a, #subnav a:visited {
	color: #fff;
	margin: 0;
	padding: 0 0 0 24px;
	font-weight: bold;
	z-index: 5;
	/*border-bottom: 1px solid #e6e6e6;
	background: url("images/tab.gif") no-repeat left top;*/
}

#nav a:hover, #nav li.current_page_item a,
#subnav a:hover, #subnav li.current_page_item a{
	color: #ff0;
	text-decoration: underline;
}

#nav li.current_page_item a, #subnav li.current_page_item a{
	text-decoration:  underline;
}

#nav span, #subnav span {
	color: #ff0;
	float: left;
	padding:  0 22px 0 8px;
	/*background: url("images/tab.gif") no-repeat right top;*/
}
#nav #current a, #subnav #current a{
	border-width: 0;
	font-weight: bold;
	background-position: 0 -80px;
}

#subnav{
        list-style: none;
	margin: 0;
	padding: 0 0 0 36.5em;
	display: block;
	clear: both;
	background: #0033ff;
	height: 1.65em;
	padding-top: 0em;
}

.page_item{
	padding: 0;
	margin: 0;
}

.page_item.first{
        font-weight: bold;
	float: left;
	padding-right: 110px;
}

.columns{ 
	width: 100%;
	clear:both;
}


#menu{ 
	float: left;
	width: 190px;
	/*background-color: #00f;*/
    /*background-color: rgb(254,241,1);*/
	background: transparent url(images/circulo.jpg) top left no-repeat;
	height: 450px;
	margin-top: 0px;
	margin-left: -250px;
	padding-left: 220px;
}

#menu ul{
	padding-top: 170px;
}

#menu li{
	width: 150px;
	list-style: none;
	text-align: left;
        padding: 0;
        margin: 0 200px 0 0;
}

#menu li a, #menu li a:visited{
	/*color: rgb(254,241,1);*/
	color: #00f;
	text-decoration: none;
}

#menu li.current_page_item a, #menu li.current_page_item a:visited{
        color: #000;
}

#menu li.current_page_item a:hover{
        color: #000;
        text-decoration: none;
}

#menu li a:hover{
	text-decoration: underline;
}
/*------- Posts ---------*/
#content {
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 70%;
}
#content a, .entry a, .commentlist a, #footer a {
	/*color: #39C;*/
	color: #00f;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed;
}
.entry, .yellow_entry {
        display: block;
        clear: both;
	text-align: justify;
	padding: 10px 0;
	margin: 0 0 20px 0;
        border: 1px dashed #00f;
        height: auto;
}

.yellow_entry {
        border: 1px dashed #ff0 !important;
}

.entry img{
        display: block;
        margin-right: 15px;
}

.entry p{
       text-align: justify;
       display: block;
}

.entry li {
	/*list-style: none;*/
	margin-top: 10px;
        margin-left: 25px;
	/*list-style-image: url("images/bullet.gif");*/
}
.pie {
	color: #777;
	font-size: 12px;
	text-align: right;
}
.date {
	/*padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;*/
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.rounded-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;

}
.top-left-corner, .bottom-left-corner, .top-right-corner, .bottom-right-corner {
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #D8E7F3;
}
.top-left-inside, .bottom-left-inside, .top-right-inside, .bottom-right-inside {
	position: relative;
	color: #FFF;
	font: 150px/40px Arial;
}
.top-left-corner { top:0; left:0; }
.top-right-corner { top:0; right:0; }
.top-left-inside { left:-8px; }
.top-right-inside { left:-25px; }
.bottom-left-corner { bottom:0; left:0; }
.bottom-right-corner { bottom: 0; right:0; }
.bottom-left-inside { left:-8px; top:-17px; }
.bottom-right-inside { left:-25px; top:-17px; }
.box-contents {
	position: relative;
        display: block;
	padding: 20px 30px 15px;
        height: auto;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer ---*/
#footer {
	clear: both;
	padding: 0 30px 10px;
	text-align: center;
}

/*---- Flickr code----*/
#flickr_www { color:#3993ff; }
#flickr_badge_wrapper { width: 500px;}
#flickr_badge_wrapper a:hover, #flickr_badge_under_wrapper a:hover { border-bottom:0px; }
#flickr_badge_under_wrapper { text-align:right; } 