/* 
Journal of Infection in Developing Countries website cascading style sheet

by Marco Scano - www.scano.net/

*/

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #DDDDEE;
	line-height: 1.3em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
p, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	background: #ced1c0;
	border-bottom: 1px solid #CCCCCC;
	margin: 12px 0px 12px 0px;
	padding: 4px; 
}
input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
a:link, a:visited {
	font-weight: normal;
	color: #660022;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: normal;
	color: #8c162a;
	text-decoration: underline;
}
#head {
	width: 860px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
}

#column {
	width: 860px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#foot {
	width: 860px;
}
.header {
	background-image: url(../images/header.png);
	width: 858px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
.button {
	font-family: Verdana, sans-serif;
	font-size:10px;
	color: #333333;
	background-image: url(../graphics/button.gif);
	background-repeat: repeat-x;
	background-color: #99AAFF;
	border: 1px solid #AAA;
	padding: 4px;
}
.main {
	padding: 40px 0px 0px 0px;
	margin: 0px;
}
.content {
	text-align: justify;
	padding: 16px 8px 8px 8px;
	margin: 20px 4px 4px 4px;
}
.snippet {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #aaa;
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 8px;
	margin-bottom: 12px;

}
.special {
	border: 1px solid #6c3535;
	padding: 6px;}
.center {
	margin: 100px;
	padding: 0px;
	text-align: center;
}
.box {
	padding: 2px;
	background: url(../images/box.png) repeat-x;
	border: 1px solid #993333;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #804040;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 4px 0px 12px 0px;
	margin: 6px 0px 0px 0px;
	border-bottom: #CECECE 1px solid;
}
.title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #804040;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 4px 0px 4px 0px;
	margin: 6px 0px 0px 0px;
}
#sidebar {
	width: 210px;
	margin: 2px;
	padding: 60px 0px 0px 0px;
	}
#sidebox {
	font-size: 10px;
	text-align:justify;
	padding: 10px;
	margin: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.sidebox_rss {
	width: 180px;
	background: url(../graphics/rss_icon.png) no-repeat;
	background-position: bottom right;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.boxtitle {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0px 8px 0px;
	margin-left: 4px;
}

.footer {
	background: transparent;
	font-size: 9px;
	color: #666;
	text-align: center;
	padding-top: 4px;
}
.footmenu {
	background: transparent;
	font-family: Verdana;
	color:#333333;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	display: block;
	height: 24px;
	margin: 6px;
	text-align: center;
	line-height: normal;
	padding: 4px 4px 0px 4px; 
}
.footmenu ul {
	margin-left: 0px;
	padding-left: 0px;
	display: inline;
}
.footmenu li {
	display: inline;
	margin-left: 0px;
	padding-left: 6px;
	padding-right: 6px;
	list-style-type: none;
}


