/*  
Theme Name: IP Justice
Theme URI: http://ipjustice.org/
Description: IP Justice template
Version: 1.0
Author: Adam

/* for all browsers that understand min-width */
.width {width:100%; min-width:975px;}

/* the bodge for IE6 browsers */
* html .minwidth {border-left:975px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-975px; position:relative; float:left; z-index:2;}

/* ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(243,242,235);
  font-family: helvetica, veranda, sans-serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}
h5 {
  font-size: 140%;
  color: #036;
  margin: 0;
  padding: 0;
}
p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.center {
text-align: center;
}

img.right { 
	float: right;
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline; 
}

img.left { 
	float: left; 
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline; 
}


.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
	float: right;
	clear: right;
	margin: 4px;
}

.g2image_centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: black;
 #clear: both;
}

.headerTitle {
  align: center;
  margin: 0 0 0 0;
  font-size: 150%;
  padding: 0 3.5em 0 3.5em;
  background-color: #52739C;
  color: #eee;
}

.headerTitle a {
  color: #eee;
  background-color: transparent;
  text-decoration: underline;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: #eee;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0.25ex 0;
}

.subHeader a {
  color: #eee;
  background-color: black;
  text-decoration: underline;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}

.subHeader a:hover {
  color: black;
  background-color: white;
  text-decoration: underline;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 170px;
  float: left;
  clear: left;
  background-color: #F3F2EB;
}


.leftSideBar .sideBarTitle {
  color: rgb(0,0,0);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  font-size : 115%;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.leftSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.leftSideBar a {
  color: rgb(0,0,128);
  background-color: transparent;
  text-decoration: none;
}

.leftSideBar a:hover {
  color: rgb(100,100,128);
  background-color: transparent;
  text-decoration: underline;
}

.leftSideBar .sideBarText {
  color: rgb(0,0,0);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 170px;
  float: left;
text-align: left;
  clear: left;
  background-color: #F3F2EB;
}


.rightSideBar .sideBarTitle {
  color: rgb(0,0,0);
  background-color: rgb(230,223,207);
  font-weight: bold;
  margin: 0;
  font-size : 115%;
  padding: 0.8ex 1ex;
}

.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}

.rightSideBar li {
  margin: 1ex;
  padding: 0 0 0 0;
}

.rightSideBar a {
  color: rgb(0,0,128);
  background-color: transparent;
  text-decoration: none;
}

.rightSideBar a:hover {
  color: rgb(100,100,128);
  background-color: transparent;
  text-decoration: underline;
}

.rightSideBar .sideBarText {
  color: rgb(0,0,0);
  background-color: transparent;
  line-height: 1.25em;
  margin: 1ex 0.25ex 1.5em 0.75ex;
  padding: 0;
  display: block;
}

.rightSideBar .sideBarText a {
  text-decoration: underline;
}

.rightSideBar .sideBarText a:hover {
  text-decoration: none;
}

.rightSideBar .thisPage {
  color: rgb(0,0,0);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Main Copy ##### */

#breadcrumb {
}

.main-copy {
  color: black;
  background-color: white;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 170px;
  padding: 1em 1em 1em 2em;
}

.main-copy h1 {
  color: rgb(0,0,0);
  background-color: transparent;
  font-family: verdana, helvetica, sans-serif;
  font-size: 145%;
  font-weight: bold;
  font-style: none;
  text-align: left;
  margin: .5em 0 0 0;
  padding: .5em 0 0 0;
}

.main-copy a {
  color: rgb(0,0,128);
  background-color: transparent;
  text-decoration: underline;
}

.main-copy a:hover {
  color: rgb(100,100,128);
  text-decoration: underline;
}

.date-header {
  font-size:75%;
  color:#999;
  padding: 0 0 0 0;
}

.posted-header {
  font-size:75%;
  color:#999;
  padding: 0 0 0 0;
}

.posted-header a {
  color: rgb(153,153,255);
  padding: 0 0 0 0;
}

.posted-header a:hover {
  color: rgb(120,120,255);
  padding: 0 0 0 0;
  text-decoration: underline;
}

.posted-single-header {
  font-size:100%;
  color: rgb(100,100,100);
  padding: 0 0 0 0;
}

.posted-single-header a {
  color: rgb(100,100,200);
  padding: 0 0 0 0;
}

.posted-single-header a:hover {
  color: rgb(120,120,255);
  padding: 0 0 0 0;
  text-decoration: underline;
}

.post {
  border-bottom:1px dotted #999;
  padding-bottom: 1em;
}

.post a {
  color: rgb(0,0,128);
  background-color: transparent;
  text-decoration: underline;
  font-size: 100%;
  font-weight: bold;
}

.post a:hover {
  text-decoration: underline;
}

.post img {
  border: 0;
  padding: 15px; 
  max-width: 100%;
}
  

blockquote {  
#background: url(http://ipjustice.org/wp/wp-content/themes/IPJ/quote.gif) no-repeat 0 3px; 
#color: #666; 
padding-left: 20px;
#font-style: italic;
margin-bottom: 1px;
display:block; 
padding-top:5px;
}

.moreinfo {
margin: 0;
padding: 0;
}

.moreinfo p {
margin: 0;
padding: 0;
}

.moreinfo ul {
padding: 0;
margin: 0.1em 0 1em 1.5em;
list-style-type: none;
}

/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}
	
	/* ##### Comments ##### */
	
.comment-link {
  text-transform:uppercase;
  letter-spacing:.1em;
}

input.text, textarea {
	background: #ffffff url("http://ipjustice.org/wp/wp-content/themes/gila/images/input.gif") top right;
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	

