/*
 * generic styles
 */
body {
	margin-top: 20px;
	background-image: url('../img/mesh00.jpg'); 
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; 
}
html, body, * {
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	width: 550px;
}
div.clear {
	clear: both;
}
th {
	text-align: left;
}
/*
 * layout
 */
div#container {
	width: 880px;
	margin: 0 auto;
}
/*
 * top
 */
div#top div.float {
	float: left;
}
/*
 * left part
 */
div#top div.tl {
	background-image: url('../img/design/left-a.gif');
	width: 10px;
	height: 10px;
	overflow: hidden;
}
div#top div.l div.la {
	background-image: url('../img/design/left-b.gif');
	width: 5px;
	height: 181px;
	float: left;
}
div#top div.l div.lb {
	background-image: url('../img/design/left-c.jpg');
	width: 5px;
	height: 181px;
	float: left;
}
/*
 * right part
 */
div#top div.tr {
	background-image: url('../img/design/right-a.gif');
	width: 10px;
	height: 10px;
	overflow: hidden;
}
div#top div.r div.ra {
	background-image: url('../img/design/right-c.jpg');
	width: 5px;
	height: 181px;
	float: left;
}
div#top div.r div.rb {
	background-image: url('../img/design/right-b.gif');
	width: 5px;
	height: 181px;
	float: left;
}
/*
 * middle part
 */
div#top div.ma {
	background-image: url('../img/design/top-a.gif');
	width: 860px;
	height: 5px;
	overflow: hidden;
}
div#top div.mb {
	background-image: url('../img/design/top-b.jpg');
	width: 860px;
	height: 186px;
	overflow: hidden;
}
/*
 * footer
 */
div#footer {
	height: 26px;
	width: 880px;
	margin-bottom: 20px;
}
div#footer div {
	float: left;
}
div#footer div.ba {
	background-image: url('../img/design/bottom-left.gif');
	width: 26px;
	height: 26px;
}
div#footer div.bb {
	width: 828px;
	height: 26px;
	background-color: #ffffff;
}
div#footer div.bc {
	background-image: url('../img/design/bottom-right.gif');
	width: 26px;
	height: 26px;
}

/*
 * menu stuff
 */

div#top div#topleft {
        width: 500px;
}
div#top div#topleft div#header {
        width: 380px;
        height: 85px;
}
div#top div#topleft div#header a img {
        width: 100%;
        height: 100%;
}
div#top div#topleft div#menu {
        padding-top: 80px;
        padding-left: 37px;
        color: #fff;
        font-size: 12px;
}
div#top div#topleft div#menu a {
        font-weight: normal;
        color: #fff;
        font-size: 12px;
}

/*
div#top div#menu {
	padding-top: 165px;
	padding-left: 37px;
	color: #fff;
	font-size: 12px;
}
div#top div#menu a {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}
*/
/*
 * search box
 */
div#right {
	float: right;
	width: 231px;
	margin: 0px;
	padding: 0px;
}
div#right div.search {
	margin-top: 15px;
	padding: 0px;
}
div#right div.search input {
	margin-top: 3px;
	padding: 1px 2px;
	width: 210px;
	border: 1px solid #979797;
}
/*
 * archives select
 */
div#right div.archives {
	padding-top: 13px;
}
div#right div.archives select {
	margin-top: 3px;
}
div#right div.archives select.monthYear {
	width: 216px;
	padding: 1px 2px;
	overflow: hidden;
	border: 1px solid #979797;
}
/*
 * links filters
 */
div#right div.display {
	padding-top: 13px;

}
div#filters div.display table {
	margin-left: 0px;
}
div#filters div.display img {
	vertical-align: -20%;
}
div#filters div.display div.left {
	margin-top: 3px;
	float: left;
}
div#filters input.toggle {
	margin: 0px;
}
div#filters table {
	margin-top: 4px;
}
div#filters td {
	padding: 0px;
	height: 20px;
}
div#filters td.check {
	width: 20px;
}
div#filters td.icon {
	width: 24px;
}
div#filters td.label {
	width: 60px;
}
div#filters div.display div.right {
	margin-top: 3px;
	float: left;
}

/*
 * sidebar
 */
div#sidebar {
	width: 200px;
	float: right;
	overflow: hidden;
}
div#sidebar div.header {
	margin-bottom: 3px;
}
div#sidebar div.ie6 {
	display: none;
}
div#sidebar div.ad {
	margin-bottom: 10px;
}
div#sidebar div.ad a img {
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
div#sidebar div.ad a:hover img {
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div#sidebar div.ad span {
	display: block;
}
div#sidebar div.ad span.text {
	text-align: center;
}
div#sidebar div.ad a:hover span.text {
	text-decoration: underline;
}

/*
 * main middle part
 */
div#middle {
	padding: 30px;
	background-color: #fff;
}

/*
 * text
 */
h1 {
	font-size: 20px;
	margin: 0px;
}
h2 {
	font-size: 18px;
	margin: 0px;
	color: #383838;
	font-weight: normal;
}
h3 {
	margin: 0px;
	font-size: 7px;
	font-weight: normal;
	color: #383838;
	font-weight: normal;
}
a {
	font-size: 14px;
	color: #284878;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #486898;
}
p a {
	font-size: 12px;
}
/* 
 * links list 
 */
div.links {
	margin-left: 0px;
	padding-left: 0px;
	margin: 25px 0px 0px 30px;
}
div.links h3 {
	margin-bottom: 8px;
}
div.links h3 span.hidden {
	color: #686868;
	display: none;
}
div.links div {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
div.links div div.desc {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
div.search div span.desc {
	margin-left: 107px;
}
div.links div span.submit {
	font-size: 12px;
	font-weight: normal;
	color: #777;
}
div.links div span.icon img {
	vertical-align: -12%;
	padding-right: 2px;
}
div.links div span.time {
	font-weight: normal;
	color: #aaa;
	font-size: 12px;
	margin-right: 5px;
}
div.links div span.dead a.deadlink {
	font-size: 7px;
	display: inline;
	background-image: url('../img/deadlink.gif');
	background-position: -7px 0px;
	background-repeat: no-repeat;
}
div.links div span.dead a.deadlink:hover {
	background-position: 0px 0px;
}
div.links div span.edit a {
	font-weight: normal;
	font-size: 12px;
	color: #ddd;
}
div.links div span.edit a:hover {
	color: #f00;
}
div.linksNav {
	margin-top: 25px;
}

/*
 * edit form
 */
input.url, input.title, input.description, input.name, input.email {
	width: 400px;
	padding: 2px;
	border: 1px solid #979797;
	background-color: #f3f3f3;
}

/*
 * contact email align
 */
img.email {
	vertical-align: middle;
	margin-bottom: 2px;
}

/*
 * credits list
 */
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 10px;
	margin-left: 0px;
}
dl dd a {
	font-size: 12px;
}
a img {
	border: 0px;
}
/*
 * login/logout
 */
form.login {
	margin-top: 15px;
}
form.login input.email, form.login input.password {
	width: 200px;
	padding: 2px;
	border: 1px solid #979797;
	background-color: #f3f3f3;
}
p.warning {
	font-weight: bold;
	color: #ff0000;
}
/*
 * add a link
 */
p.thanks {
	color: red;
}
/*
 * dead link handling
 */
a.dead img {
	vertical-align: -20%;
}

/*
 * archives overview
 */
ul.archives a {
	font-size: 12px;
	font-weight: normal;
}

ol.statistics span {
	color: #686868;
	margin-right: 10px;
}

img.google {
	vertical-align: middle;
}
