/*
*************************************
* Citability Stylesheet
*
* 
*************************************
*/

body {
	width:800px;
	margin:20px 35px 40px 120px;
}

p {
	/* move this to bodycontainer margin-left:20px; */
	font-size:10pt;
	padding:5px;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", serif;
}

a { 
	color: #A0A0A0;
	text-decoration: underline; 
}

a.buttons { color:black}
a.buttons:hover, a.buttons:active {
	color: red; 
	text-decoration: underline;
}




ul, ol, li {
	margin-left:10px;
	font-size:10pt;
	padding:5px;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", serif;
}

li a:hover, li a:active {
	color:red;
	text-decoration: underline; 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
}

td {
	margin-left:20px;
	font-size:10pt;
	padding:5px;
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", serif;
}

/*
*************************************
* Messages
*************************************
*/

.good_news {
	color: #44dd44;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", serif;
}
.bad_news {
	background: #dd6666;
	color: #ffffff;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", serif;
}

/*
*************************************
* Headers
*************************************
*/

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", serif;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
}

.headertext {
	font-size:60pt;
	font-family: Georgia, "Times New Roman", serif;
	/*padding:10px;*/
	margin:0px;
	/*line-height:90%;*/
	font-weight: normal;
}

.headertext a {
	font-size:60pt;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-weight: normal;
}

.headertext a:hover {
	font-size:60pt;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-weight: normal;
}

.headertext a:active {
	font-size:60pt;
	color: #000;
	font-family: Georgia, "Times New Roman", serif;
	padding:0px;
	margin:0px;
	text-decoration: none;
	font-weight: normal;
}

.subhead {
	font-size:9pt;
	margin-left:20px;
	padding:0px;
	margin-top:0px;
	
}

.list_title {
	font-size:90%;
	text-align:left;
	color:white;
	background-color:rgb(160,160,160);
	font-style: oblique;
	padding:2px 2px 2px 5px;
}


/*
*************************************
* Front Page Lists
*************************************
*/
 
.supporter_list {
	font-family: Georgia, "Times New Roman", serif;
	font-size:80%;
	color:rgb(160,160,160);
	padding:10px;
	margin:0px;
	text-align:left;
	border-right:1px solid rgb(160,160,160);
}	


div.orglist_container{
	width:180px;
	float:left;
}

div.orglist {
	min-height:400px;
	margin:0px;
	padding:0px 10px 10px 10px;
}

.solution_box {
	font-size:80%;
	color:rgb(160,160,160);
	padding:10px;
	margin:0px 10px 0px 10px;
	text-align:left;
	border:1px solid rgb(160,160,160);
}

/*
*************************************
* Buttons
*************************************
*/

.buttons {
	color: black;
	margin:0px 10px 0px 10px;
	border:1px solid rgb(160,160,160);
	font-size:80%;
	text-decoration: none;
	padding:5px 10px 5px 10px;
}

.buttons a {
	color: 000;
	font-size:80%;
	margin:0px 10px 0px 10px;
	border:1px solid rgb(160,160,160);
	text-decoration: none;
	padding:5px 10px 5px 10px;
}

.buttons a:hover {
	color: white;
	background: green;
	margin:0px 10px 0px 10px;
	border:1px solid rgb(160,160,160);
	font-size:80%;
	text-decoration: none;
	padding:5px 10px 5px 10px;
}

.buttons a:active {
	color: white;
	background: green;
	margin:0px 10px 0px 10px;
	border:1px solid rgb(160,160,160);
	font-size:80%;
	text-decoration: none;
	padding:5px 10px 5px 10px;
}

/*
*************************************
* Emphasis
*************************************
*/
      
.emphasis {
	font-size:140%; 
	font-weight:normal; 
	color:white;
	background-color:rgb(160,160,160);
	padding:0px 10px 5px 10px;
}

.emphasis2 {
	font-size:140%;
	color:rgb(140,140,140);
	padding-bottom:2px;
	display:inline;
	padding-left:10px;
	font-style: oblique;
	margin-bottom:100px;
}

.emphasis3 {
	font-size:90%;
	text-align:left;
	color:white;
	background-color:rgb(160,160,160);
	font-style: oblique;
}

.emphasis4 {
	margin:0px 10px 0px 10px;
	font-size:140%;
	color:white;
	background-color:rgb(140,140,140);
	padding-bottom:2px;
	padding-left:10px;
	font-style: oblique;
}

/*
*************************************
* Lists
*************************************
*/

.list {
	font-size:80%;
	color:rgb(160,160,160);
	padding:0px 10px 10px 20px;
	margin:0 0 0 0px;
	text-align:left;
	border-right:1px solid rgb(160,160,160);
	border-left:1px solid rgb(160,160,160);
	//border-bottom:1px solid rgb(160,160,160);
}

.list2 {
	font-size:80%;
	color:rgb(160,160,160);
	padding:10px;
	margin:0px 10px 0px 10px;
	text-align:left;
	border:1px solid rgb(160,160,160);
}

.list3 {
	font-size:80%;
	color:rgb(160,160,160);
	padding:0px 10px 10px 20px;
	margin:0 0 0 0px;
	text-align:left;
	border-right:1px solid rgb(160,160,160);
	border-left:1px solid rgb(160,160,160);
	border-bottom:1px solid rgb(160,160,160);
	}
/*
*************************************
* Other Misc
*************************************
*/

.join {
	font-size:80%;
	background-color:white;
	color:blue;
	font-style: oblique;
}

/*
*************************************
* Body Containers
*************************************
*/

.bodytext {
	font-size:80%;
	color:rgb(160,160,160);
	padding:10px;
	margin:10px;
	text-align:left;
	border-right:1px solid rgb(160,160,160);
}

div.header {
	padding:0px;
	margin:0px;
	
	margin-bottom: 30px;
}



div.bodycontainer{
	width:680px;
	margin-left: 20px;
	/*min-height:475px;*/

}

div.footer {clear: both;}

div.bodycontent{
	float:right;
	/*min-width:500px;*/
	/* margin:10px; */
}

div.footer p {
	color: #666;
	border-top: 1px solid #ccc;
	margin-left:10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:8pt;
	line-height:1.5em;
}

div.footer a {
	color: #666;
}

