/* CSS for Plain v1.0 */

/* GENERAL CSS */

body {
  margin:0;
  height:100%;
  font-family:"Trebuchet MS", Arial, Verdana;
  font-size:0.9em;
  color:#555555;
  background-color:#FFFFFF;
  text-align:left;
}

h1.a#top { color:#ffffff; }

input {
  background-color:#FFFFFF;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#ffffff;
  border:1px solid #728c40;
  background-color:#94ae62;
  margin-bottom:2px;
}

input[type=submit] {
  background-color:#FFFFFF;
  padding:3px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:80%;
  color:#666666;
  border:1px solid #728c40;
  margin-bottom:2px;
}

a {
  color:#4D87CE;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  color:#2a65ad;
  text-decoration:underline;
}

acronym {
  cursor:help;
}

ol,ul {

}

li {
  list-style-image:url(images/backgrounds/li.gif);
  line-height:180%;
  text-align:left;
}

div#contentbody {
	width:720px;
	margin-left:auto;
	margin-right:auto;
}

/* HEADER MENU */

#menu {
  width:100%;
  padding-top:20px;
  padding-bottom:20px;
  background-color:#94AE62;
  margin-bottom:50px;
  color:#FFFFFF;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-variant:small-caps;
  background-image:url(images/backgrounds/menu.jpg);
}

#menu a {
  color:#FFFFFF;
  text-decoration:none;
  padding: 20px 10px 20px 10px;
}

#menu a:hover {
  border-bottom:1px solid #ffffff;
  border-left:1px solid #728d40;
  border-right:1px solid #e9ffb7;
  padding-left:9px;
  padding-right:9px;
  color:#000000;
  background-color:#FFFFFF;
  background-image:url(images/backgrounds/a_hover.jpg);
}

/* HEADER TITLE */

#header {
  text-align:left;
/*  width:80%; */
  width:720px; 
  margin:0px 0px 0px 0px;
 padding-bottom:48px;
  margin-bottom:0px;
  z-index:1;
background-image:url(images/lawlogbg.jpg);
background-repeat:no-repeat;
}

#header h1 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:230%;
  text-transform:uppercase;
  font-weight:normal;
  margin:0px 0px 0px 12px;
  padding:12px 0px 0px 12px;
  color:#ffffff;
  margin-bottom:40px;
  text-align:left;
}
.med { font-size:0.9em; }
.sml { font-size:0.75em; }
.xsml { font-size:0.5em; }

#header h2 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:130%;
  text-transform:uppercase;
  text-align:right;
  font-weight:normal;
  margin:0;
  padding:0;
  color:#000000;
/*  border-bottom:1px solid #eeeeee; */
}

#content {
  width:720px;
  margin:0 auto 0 auto;
  text-align:left;
}

.introduction {
  font-family:Helvetica, Arial, sans-serif;
  line-height:180%;
  font-size:100%;
  color:#99B198;
/*  text-indent:5%; */
 background-color:transparent;
  background-image:url(images/backgrounds/desc.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:-8px;
  margin-top:0px;
  z-index:100;
}

.clearer {
  clear:both;
}

/* SIDEBAR */

#sidebar {
clear:right;
  width:160px;
  float:right;
  font-size:95%;
  color:#6C534A;
  text-align:left;
  margin-bottom:100px;
}

#sidebar h1 {
  font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
  font-size:150%;
  text-transform:uppercase;
  font-weight:normal;
  border-bottom:1px solid #eeeeee;
  color:#728c40;
  text-align:right;
}

#sidebar .searchform input.formfield {
  width:100%;
}

#sidebar ul.submenu {
  padding-left:0px;
  padding-bottom:10px;
  list-style-type:none;
}

#sidebar ul.submenu li {
  list-style-image:none;
  background-image:url(images/backgrounds/submenua.gif);
  background-position:right;
  background-repeat:no-repeat;
}

#sidebar ul.submenu li:hover {
  background-image:url(images/backgrounds/submenua_hover.gif);
  background-position:right;
  background-repeat:no-repeat;
}

#sidebar ul.submenu li a {
  display:block;
  width:90%;
  padding:3px;
  padding-right:0px;
}

#sidebar ul.submenu li a:hover {
  text-decoration:none;
  background-image:url(images/backgrounds/submenua_hover.jpg);
  background-repeat:repeat-y;
}
#sidebar img {
	border:1px solid #660000;
	float:right;
}

/* MAIN DIV */

#mainbar {
  margin-right:185px;
  padding-right:35px;
  background-image:url(images/backgrounds/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:170%;
  text-transform:uppercase;
  font-weight:normal;
  border-bottom:1px solid #eeeeee;
  padding-bottom:8px;
  color:#728c40;
}

#mainbar p {
	text-indent:1em;
}
#mainbar p.noidt {
	text-indent:0em;
}
#mainbar p.no {
	font-size:0.8em;
	color:gray;
	background-color:#ffffff;
}

#mainbar ul.itemmeta {
  border-top:1px solid #eeeeee;
  padding-left:0px;
  margin-bottom:25px;
}

#mainbar ul.itemmeta li {
  font-size:90%;
  display:inline;
  padding-right:5px;
  border-right:1px solid #dddddd;
}

#mainbar ul.itemmeta li.last {
  border-right:none;
}

#mainbar p {
  padding:0 15px 0px 15px;
  font-size:100%;
  line-height:180%;
}
#mainbar .item h1 a {
 font-family:serif;
 color:#336600;
}

#mainbar .articleimg {
  float:right;
  padding:5px;
  border:1px solid #eeeeee;
  margin-left:20px;
  margin-top:20px;
  margin-bottom:20px;
}

#mainbar .comment {
  padding-left:65px;
  min-height:60px;
  background:url(images/backgrounds/commentquote.png);
  background-position:top left;
  background-repeat:no-repeat;
}

/* BLOCKQUOTES */

#mainbar blockquote {
  margin-left:15px;
  padding-left:60px;
  min-height:60px;
  background:url(images/backgrounds/blockquote.png);
  background-position:top left;
  background-repeat:no-repeat;
}

#mainbar blockquote p {
  line-height:120%;
}

/* FOOTER */

#footer {
  clear:both;
  width:100%;
  margin-top:80px;
  margin-left:24px;
  font-size:0.8em;
/*  background-color:#b6cf84;
  border-top:1px solid #d8efa6;
  border-bottom:5px solid #94ae62;  */
  padding-top:5px;
  padding-bottom:5px;
  color:silver;
  font-weight:lighter;
}

#footer a {
  color:gray;
  font-size:0.8em;
  font-weight:lighter;
}

#footer a:hover {
  color:#009900;
}

/* IMAGES */
img.rgt { float:right; margin-left:8px; }
img.lft { float:left; margin-right:8px; }


span.co2 { font-size:0.8em; padding-left:2px; }

ul#twitter_update_list { font-size:0.8em; }
ul#twitter_update_list li { margin-left:-12px; line-height:150%; }

div#foot { clear:both; }