/* ---[ body]--- */
body {
	/*border-top: 4px solid black;*/
	padding: 0;
	font: 0.74em Arial, sans-serif;	
	text-align: center;
	line-heigh: 1.2em;
	/*background: #CACACA url(/images/a1.gif) repeat-x;*/
	background: #F9F9F7 url('/images/a2.gif') repeat-x;
	padding: 15px 0px 35px 0px;	
	}

/* ---[ links]--- */
a:link {
	color: #CF0909;
	text-decoration: none;
	border-bottom: 0px dotted #bbb;
	}
a:visited {
	color: #E57373;
	text-decoration: none;
	border-bottom: 0px dotted #bbb;
	}
a:hover {
	color: #9b0606;
	border-bottom-style: solid;
	}

/* ---[ elements]--- */

.pad {
	margin: 0em 0 0em;
	padding: 0;
	}

.code {
	color: #EB9F3D;
	}
.format{
	font-size: 0.6em;
	font-weight: bold;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	}

h1 {
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
	font-size: 130%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0px 0;
	}
h3 {
	margin: 3em 0 1em 0;
	color: #D6D6D6;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
	padding: 10;
	}
h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: none;
	color: #CF0909;
	}
h3 a:hover {
	color: #9b0606;
	}
h4 {
	margin: 1em 0 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #b0b0b0;
	text-decoration: none;
	}
h1 span, h2 span, h3 span {
	color: #999;
	}
blockquote { 
	padding-left: 10px; 
	border-left: 2px solid #DA4040; 
	margin: 10px 0 10px 25px; 
}
/* ---[ header]--- */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
  	width: 770px;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
  	background: #fff;
	}
#logo {
	background:  #000000 url(/images/ibg3.png) no-repeat top right;
	background-repeat: no-repeat;
	height: 108px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
	border-top: 1px solid #000;
  	border-bottom: 0px solid #000;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 118px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo h2 {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 500px;
	height: 29px;
	font-size: 30px;
	font-weight:bold;
	}
#logo span {
	top: 32px;
	}

/* ---[index]--- */
#nav {
	float: left;
	width: 100%;
	margin: 0px 0 0px 0;
	padding: 3px 0px;
	list-style: none;
	font-size: 90%;
	font-weight: bold;
  	border-bottom: 0px solid #000;
	background:  url(/images/ibar.gif) repeat-x top left;
	}
#nav li {
	float: right;
	margin: 0;
	padding: 0 0px 0 0;
	list-style: none;
	}
#nav a {
	float: left;
	padding: 1px 10px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #bdbcbc;
	}

/* ---[subindex]--- */
#subnav {
	float: left;
	width: 100%;
	margin: 0px 0 10px 0;
	padding: 3px 0px;
	list-style: none;
	font-size: 85%;
  	border-bottom: 1px solid grey;
	font-weight: bold;
	background: #D4D4D4
	}
#subnav li {
	float: right;
	margin: 0;
	padding: 0 0px 0 0;
	list-style: none;
	}
#subnav a {
	float: left;
	padding: 1px 10px;
	text-decoration: none;
	border-bottom: none;
	color: #000;
	}
#subnav a:hover, #subnav a.active {
	color: #bdbcbc;
	}

/* ---[ class title]--- */
#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%; 
	font-weight: normal;
	color: #EB9F3D;
	}
#title h1 span {
	color: #666;
	}
#title h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.2em;
	color: #888;
	}
#title a {
	border-bottom-color: #333;
	}
#title a:visited {
	color: #CF0909;
	}
#title a:hover {
	color: #9b0606;
	}
h2#topics {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 130%;
	font-weight: 600;
	color: #393939;
	}

/* ---[ main]--- */
#mbody {
	float: left;
	width: 560px;
	}
#content {
	margin: 25px 0;
	padding: 0 25px;
	background: #fff;
	height: 700px;
	}

/* ---[ figures]--- */
#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.alt {
	float: left;
	margin: .5em 12px 6px 0;
	}
#content img.plain {
	border: none !important;
	}
#content a img.thumb:hover {
	border-color: #999;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 1em 0;
	padding: 5px;
	border: 1px solid #ddd;
	}
#content .figure img.fig {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
#content img.alone, #content .block {
	float: none;
	margin-left: 0;
	}

/* ---[ listing]--- */
#content ul {
	list-style: none;
	margin: 1em 0 0em 0;
	padding-left: 24px;
	}
#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.2em;
	}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.2em;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dt span {
	font-weight: normal;
	}

/* ---[ content]--- */
#home #content h3 {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	}
#content dl.entrie {
	margin: 0;
	padding: 0px 0 0 0;
	}
#content dl.entrie dt {
	float: left;
	width: 520px;
	text-align: justify;
	padding: 0 0px 0 0px;
	font-size: 12px
	}
#content dl.entrie dt a {
	text-decoration: none;
	border-bottom: none;
	color: #CF0909;
	}
#content dl.entrie dt a:hover {
	color: #9b0606;
	}
#content dl.entrie dd {
	float: left;
	width: 520px;
	text-align: justify;
	padding: 0 0px 0 0px;
	font-size: 12px
	}
#content dl.entrie dd .more {
	font-size: 100%;
	}
#content dl.entrie dd.stop {
	margin: 0em 0 20px 0;
	padding: 4px 0 0 0;
	font-size: 100%;
	color: #595969;
	}
#content dl.item dd p {
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
	}

/* ---[ right side]--- */
#sidebar {
	width: 190px;
	float: right;
	margin: 30px 0 25px 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6em;
	color: black;
	background: #EFEFEF;
	border-left: 1px solid grey;
	border-top: 0px solid grey;
	border-bottom: 1px solid #000;
	}
#sidebar2 {
        width: 200px;
        float: right;
        margin: 0px 10px 10px 10px;
        padding: 0;
        font-size: 90%;
        line-height: 1.5em;
        color: #888;
        border-left: 0px solid #000;
        border-bottom: 0px solid #000;
        }

#sidebar h3 {
	margin: 0px 0 12px 0;
	padding: 3px 10px;
	color: #000;
	font-size: 98%;
	border: none;
	/*background: #9b0606 url(/images/ibar.gif) repeat-x top left;*/
	background: #D4D4D4 repeat-x top left;
	border-top: 1px solid grey;
  	border-bottom: 1px solid black;
	font-weight: bold;
	}
#sidebar h3#quick {
	margin-top: 24px;
	}
#sidebar h3.sub {
	background: #9b0606;
	}
#sidebar h4 {
	font-size: 130%;
	padding: 3px 0px;
	font-weight: normal;
	margin: 3px;
	}
#sidebar p {
	margin: 4px 10px 4px 10px;
	padding: 0;
	list-style: none;
	}

#sidebar dt, #sidebar dd {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#sidebar a {
	color:red;
}

/* ---[ footer]--- */
#footer {
	position: relative;
	clear: both;
	margin: 30px 0 0px 0;
	padding: 3px 0px;
	font-size: 90%;
	color: #fff;
	background: #9b0606 url(/images/ibar.gif) repeat-x top left;
	text-align: center;
	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
	}
#footer p {
	margin: 0;
	padding: 25px;
	}
.date { 
	border-top: 1px dotted #ccc; 
	padding: 5px 0; 
	margin: 10px 0 25px 0; 
	text-align: right 
}

#presence {
	font-size: 12px;
	font-weight: bold;
	color: #750000;
}

#subpresence {
        font-size: 10px;
        font-weight: bold;
        color: black;
}

#article_link {
        color:#CF0909;
        font-style: italic;
        font-size: 9px;
}

