/* CSS Document */

table.post { border-spacing: 2px; }
table.post td { padding: 5px; margin: 0; }
table.post th { text-align: left; }
table.post tr:nth-child(even)    { background-color:#eee; }
table.post thead tr th { background: none; }

div.sticky { border: 2px solid #336688; padding: 0px 10px; margin-bottom: 30px; background: #336699; background: rgba(51,102,153,0.25); border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
#mainbar div.sticky h1 { border-bottom: 1px solid #336688; padding-bottom: 10px; }

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
	background:#FFFFFF url(/images/lines.jpg) 0px 50px no-repeat;
	text-align:left;
}

input {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	border:1px solid #728c40;
	margin-bottom:2px;
}
textarea {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	border:1px solid #728c40;
	margin-bottom:2px;
}

a {
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
       text-decoration: underline;
}

ol,ul {

}

p p { dispaly: inline; margin: 0px; padding: 0px; }


li {
	list-style-image:url(../images/li.gif);
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding:15px 0 15px 0;
	background-color:#336699;
       border-bottom: 5px solid #DDDDDD;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px 0px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:10px;
	margin-right:10px;	
}
#menu a:hover {
text-decoration: underline;
}

#header {
	width:960px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#336699;
	margin-bottom:10px;
	text-align:left;
}
#header h1 a{font-weight:normal}

#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:960px;
	margin:0 auto 0 auto;
	text-align:left;
}



.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(../images/co26.jpg);
	background-position:bottom left;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;
	
}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}
.postmeta {
	margin-top:-11px; padding:0; 
	font-size:0.8em; 
	line-height: 0.8em;
	text-align:right;
}


#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#336699;
	text-left;
}
.submenu { margin-bottom: 20px; }
}
.submenu a {
}
.submenu a:hover {

}
.submenu p { padding-left: 5px; }

#mainbar {
	margin-right:185px;
	padding-right:35px;
	background-image:url(../images/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#336699;
}
#mainbar h1 a{font-weight:normal}

#mainbar p {
	line-height:20px;
}
.post {padding:0 15px 25px 15px;}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}


div.introduction { width: 536px; height: 90px; }

#footer {
	width:100%;
	background-color:#999999;
	border-top:1px solid #666666;
	border-bottom:5px solid #DDDDDD;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
#footer a:hover {
	color:#FFFFFF;
       text-decoration: underline;
}

hr { border-width: 0px; background: #336699; width: 25%; height: 1px; }
.registry { border-collapse: collapse; }
.registry tr td, .registry tr th { margin: 0px; padding: 3px 5px; }

#jjtreg table th td { font-weight: bold; }
#jjtreg table tr:nth-child(even) { background-color: rgba(0,0,0,0.05);}
