/*  Theme Name: Society for Latin American Justice
Theme URI: http://slaj.us/
Description: A WordPress Theme created originally for Society for Latin American Justice
Version: 1.0
Author: Chris Boggs
Author URI: http://chrisboggs.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*///////////Reset//////////////////*/
*{
	margin: 0;
	padding: 0;
}
/*////////// GENERAL //////////*/

img {
	border:none;
	}

body {
 background-image:url(images/slaj_bkgnd.jpg);
 background-repeat:repeat-y repeat-x;
}

#wrapper {
	width:945px;
	background-color:#fff;
	height:110%;
	min-height:100%;
    border-right: solid 5px #333333;
	margin: 0 auto 0 auto;
}

#spacer {height:60px;}

html, body {
background-image:url(images/slaj_bkgnd.jpg);
 background-repeat:repeat-y repeat-x;
}

#si_contact_form {
	margin:0 0 0 50px;
}

#container {
  margin: 0 auto 0 auto;
  position:relative;
  width: 955px;
  height: 110%;
  border-left: solid 5px #333333;
  border-right: solid 5px #333333;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height:16px;
  background-color:#fff;
}

/*////////// HEADER //////////*/
#header {
   width: 955px;
   height: 241px;
   background-image:url(images/index_header_bkgrd.jpg);
   background-repeat:no-repeat;
   background-position:left top;
}

#homebutton {
	position:relative;
	width:100px;
	height:41px;
	top:200px;
	left:20px;
	z-index:10;
	font-family: "Arial", Helvetica, Verdana, sans-serif;
  	font-size: 12px;
  	line-height:16px;
 	background-color:#fff;
}

#topnav {
	width:920px;
	height:31px;
	float:right;
	margin-top:210px;
	position:relative;
	z-index:1;
}	 

#topnav li {
	list-style:none;
	margin:0;
	display:inline;
}

#topnav li a {
	color:#fff;
	padding: 12px;
	margin-left: 3px;
}

#topnav li:first-child {
    margin:0 100px 0 0;
}

#topnav li a:hover {
	color:#ff0000;
}

#gaveltip_div {width:300px; margin-top:-1px; height:44px; float:left; background-image:url(images/gavel_tip.jpg); background-position:top left;}

#gaveltip_div_sp {width:955px; margin-top:-1px; height:44px; float:left; background-image:url(images/gavel_tip.jpg); background-position:top left;}

#content {
	width:955px;
	float:left;
	background-color:#fff;
	color:#CC0000;
	height:100%;
	margin:0 0 0 0;
}

#entry {
	width:955px;
	height:100%;
}

#container2 {
	width:955px;
	background-color:#fff;
	margin:0 0 0 -5px;
    border-right: solid 5px #333333;
	border-left: solid 5px #333333;
	overflow:visible;
}

#container3 {
  width: 640px;
  float:left;
  height:100%;
  color:#666;
  margin:0 0 0 -5px;  
  border-left: solid 5px #333333;
  overflow:visible;
}

#container3 #searchform {margin:0 0 0 20px;}

#container4 {
  width: 955px;
  float:left;
  height:100%;
  color:#666;
  margin:0 0 0 -5px;  
  border-left: solid 5px #333333;
  overflow:visible;
}

#sidebar {
	width:315px;
	height:100%;
	min-height:400px;
	float:right;
	background-color:#e6e4d7;
	margin:0;
}

.widgettitle {
	margin: 20px 0 10px -20px;}

#sidebar_content {
	margin: 0 0 0 15px;
}

#sidebar_contet h2 {
	margin: 0 0 0 -20px;
	color:#333;
}

#sidebar_content ul {
	margin:0 0 0 20px;
	list-style-type:none;
}

#sidebar_content ul li {
	margin: 0 0 0 0;	
	}

#sidebar img {
	margin:-1px 0 0 0;
}

#index_search {
	margin:0 0 0 30px;
}

#index_search h2 {
	color:#333;
	margin:15px 0 15px 0;
}

#index_search ul {}

#searchsubmit {
	margin:0 0 0 20px;}

#pusher {
	clear:both;
	width:955px;
	height:0;
	margin:0;
}

/*////////// FOOTER //////////*/
#footer {
 height: 37px;
 float:left;
 width: 955px;
 background-color:#e0dcce;
 border-bottom: 1px solid #666;
 color:#999999;
 margin:0 0 0 -5px;
 border-left: solid 5px #333333;
  border-right: solid 5px #333333;
}

#footer_l_text {
	float:left;
	width:450px;
	margin:10px;
}

#footer_r_text {
	margin:10px;
	float:right;
	width:450px;
}
#bkgndfill {
  margin: 0 auto 0 auto;
  position:relative;
  width: 955px;
  border-left: solid 5px #333333;
  border-right: solid 5px #333333;
 }

/*////////// TYPEOGRAPHY //////////*/
h1, h2, h3, h4 {
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	color: #cc0000;
	margin: 20px 0 10px 20px;
}

h1 {
  font-size: 19px;
}
		
h2 {
  font-size: 16px;
}
		
h3 {
  font-size: 14px;
}
	
h4 {
  font-size: 12px;
}

p {
  margin:20px;
}
		
a {
  color: #315a6c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #6a94a7;
  text-decoration: underline;
}
		
a:visited {
  color: #8f8d66;
}

small {margin:0 0 0 20px;}


