/* @override http://www.seventyk.org/rights/style.css */

@import "reset.css";

/* Main Styles */

body {
	background: #ffffff;
	text-align: center;
	background-image:url(http://www.seventyk.org/rights/images/bg_bar.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	color: #484848;
}

p{
	margin-top: 5px;
}

bold{
	font-weight: bold;
}

h4{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	line-height: 1.2em;
}

h5{
	font-size: 9px;
	line-height: 10px;
	padding: 0px 10px 5px 10px;
	font-weight: bold;
}

a{
	color: #DB0048;
}

#container {width: 860px; margin: 0 auto;text-align: left;}

#header {
	width: 860px;
	height: 97px;
	position: relative;
}

#header-image {
	position: absolute;
	width: 47px;
	height: 69px;
	padding-left: 0px;
	padding-top: 50px;
}

#header-image h2 a {
	display: block;
 	width: 655px;
	height: 0;
	background: url(http://www.seventyk.org/rights/images/seventyk.gif) no-repeat;
	padding: 47px 0 0 0;
	overflow: hidden;

}

#header-navigation{
	position: absolute;
	padding-top: 4px;
	padding-left: 5px;
	top: 10px;
}

#header-navigation a{
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 15px;
	text-decoration: none;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

#header-navigation a:hover{
	text-decoration: underline;
}

#header-navigation .langheader a{
	color: #CCCCCC;
	font-size: 10px;
}

#features{
	margin-top: 10px;
	width: 860px;
	/* Delete these two lines afterwards */
	height: 200px;
	background-color: #000000;
	position: relative;
}

.Block{
	float: left;
	width: 860px;
	background-color: #EEEEEE;
	margin-top: 10px;
}

.leftBlock{
	float: left;
	width: 480px;
	background-color: #EEEEEE;
	margin-top: 10px;
	clear: both;
}

.leftBlockMain{
	margin: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 5px;
}

.leftBlockMain h4{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
}

.rightBlock{
	float: left;
	width: 360px;
	background-color: #EEEEEE;
	margin-top: 10px;
	clear: both;
}

.rightBlockMain{
	margin: 10px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 5px;	
}

.rightBlockMain h4{
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 5px;
}


/* Left Right Index */


#indexLeft{
	width: 500px;
	float: left;
}

#indexRight{
	float: right;
}

/* Footer */
#footer{
	display: block;
	float: left;
	width: 860px;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 4px;
	text-align: center;

}

.txtFooter{
	font-size: 11px;
	color: #484848;
}

.txtFooter a{
	color: #484848;
}

.txtFooter a:hover{
	color: #484848;
}

/* Styles */

.italiccenter{
	font-style: italic;
	text-align: center;
	font-size: 12px;	
}

.billtext{
	font-size: 12px;
	margin: 0px 15px 0px 15px;
}

table.petition td{
	padding-bottom: 10px;
}

.petition h3{
	font-size: 12px;
	text-align: right;
	margin-right: 5px;
}

h3.textupdates{
	text-align: left;
}

input {	font-size: 10px;	padding: 3px;	font-weight: bold;	margin-bottom: 3px;
	color: #DB0048;}

.borbutton{
	text-align: center;
	margin-top: 10px;
}

.btnSigns{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	color: #333333;
	width: 300px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.btnSigns:active{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

.total{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.totalnumber{
	font-size: 42px;
	font-weight: bold;
	color: #DB0048;
}

.totallabel{
	color: #484848;
	margin-left: 5px;
	font-size: 20px;
}

.total a{
	text-decoration: none;
}

.learn{
	font-size: 14px;
	margin: 5px 5px 10px 0px;
}

.learn a{
	color: #484848;
	text-decoration: none;
}

.learn a:hover{
	text-decoration: underline;
}

.fact{
	font-weight: bold;
	margin-bottom: 5px;
}

.quote{
	padding: 5px 25px 5px 25px;
}

.signame{
	font-size: 14px;
	font-weight: bold;
}

.sigcity{
	font-size: 9px;
	font-weight: bold;
}

.sigstate{
	font-size: 9px;
}

.sigdate{
	font-size: 9px;
}

.sigmessage{
	padding: 5px 0px 5px 0px;
}

.sigblog{
	font-size: 9px;
}

.supporttext{
	font-size: 10px;
	line-height: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.question{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
	color: #DB0048;
}

strong{
	font-weight: bold;
}

.person{
	font-weight: bold;
	line-height: 13px;
}

.bio{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 10px;	
}

p.image{
	text-align: center;
}

.footnote{
	
}

.friends{
	text-align: center;
}