/* inuromaniacs css */

body{
	background : white;
	color: black;
	padding: 0;
	margin: 0;
	
	font-family: Skia, 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#fa9a4b;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}


pre{
	background: #eed;
	border: solid 1px #ddc;
	padding: 0.5em;
	margin: 0em 0;
}

blockquote{
	background: #eed;
	border: solid 1px #ddc;
	padding: 0.5em;
	margin: 0.5em 0.5em;
}

ul{
	margin: 0.5em 0 0.5em 1em;
	padding: 0 0 0 1em;
}
li{
	margin:0;
	padding:0 0 0 0em;
}



/* page sheet */
#page{
	border: none 1px pink;
/*	width: 720px;*/
	margin: 0;
	padding: 0 8px;
}


/* header */
#header{
	border: solid 1px white;
	background : url("/images/inuromaniacs_bg_599x161.gif") 32px 0px no-repeat;
	height: 160px;
	margin: -1px 0 0 0;
	padding: 0px;
}

#logo{
	border: none 1px orange;
	margin: 32px 0 0 64px;
}

#infofreako{
	position: absolute;
	top: 4px;
	right: 4px;
}
#infofreako img{
	border: none;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active,
#header a:hover{
	color:#905628;
}




/* breadcrumbs list */
#breadcrumbs{
	background: none; 
	color: #e87426; 
	font-weight: bold; 
	line-height: 110%;
	height: 16px; 
	margin: 4px 0; 
	padding: 0 40px;
}


/* maintable */
.maintable{
	width:100%;
}


/* right pane */
#right_pane{
	width: 240px;
	vertical-align: top;
}


/* main part */
#main{
	border: none 1px orange;
	padding: 0 24px;
	vertical-align: top;
}


/* title bar */
.ttl{
	border: none;
	margin: 0.5em 0;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
.ttl_tl{
	width: 4px;
	height: 4px;
	background: url("/images/tl.gif") top left no-repeat;
}
.ttl_tr{
	width: 4px;
	height: 4px;
	background: url("/images/tr.gif") top left no-repeat;
}
.ttl_bl{
	width: 4px;
	height: 4px;
	background: url("/images/bl.gif") top left no-repeat;
}
.ttl_br{
	width: 4px;
	height: 4px;
	background: url("/images/br.gif") top left no-repeat;
}
.ttl_t{
	height: 4px;
	background: #f9b37b;
}
.ttl_b{
	height: 4px;
	background: #f9b37b;
}
.ttl_l{
	width: 4px;
	background: #f9b37b;
}
.ttl_r{
	width: 4px;
	background: #f9b37b;
}
.ttl_text{
	background: #f9b37b;
/*	background: url("/images/infofreako_mark_w.gif") top left no-repeat #f9b37b; */
	padding: 0 16px 0 16px;
	color: white;
	height:20px;
}

.ttl_text a:link,
.ttl_text a:visited,
.ttl_text a:hover,
.ttl_text a:active{
	color:white;
	text-decoration:none;
}
.ttl_text a:hover{
	text-decoration:underline;
}



/* entry style */
.entry_title{
	font-weight: bold; 
	font-size: 120%;
}

.entry_body{
	border: none 1px red;
	padding: 0em 8px 0 8px;
}

.entry_body h3{
	margin: 1em 0 0.5em 0;
	padding: 0;
	border: dotted 1px white;
	border-width: 0 0 1px 0;
	clear: both;
}

.readmore{
	text-align:left;
	font-weight:bold;
}

.entry_footer{
	margin: 1em 0 2em 0; 
	padding: 0.5em 0 0 0; 
	line-height: 100%; 
	text-align: right; 
	border-top: dotted 1px #e87426;
	clear: both;
}

#trackbackurl{
	display:inline;
	border: none;
	width: 80%;
	text-align: right;
}



/* footer style */
#footer{
	border: solid 1px #f9b37b;
	border-width: 1px 0 0 0;

	background: white;

	color: #f9b37b;
	text-align: center;
	font-size: 95%;
	margin: 3em 0 4em 0;
	padding: 1em 0 4em 0;
}


/* rss feed*/
.rssfeed{
	margin: 0;
	padding: 0.3em 0 0 0;
	font-weight: normal;
}

.rssfeed img{
	border: none;
	vertical-align: middle;
}


/* images in entry */
.right_image{
	clear: both;
	float: right;
	padding: 0em 0 1em 1em;
}
.left_image{
	clear: both;
	float: left;
	padding: 0em 1em 1em 0;
	margin: 0 1em 0 0;
}
.right_image img{
	border: none;
}

.left_image img{
	border: none;
}




