/* custom democracy customizations on top of blueprint CSS */
body {
	background: white;
    color: #555;
}
a {
    text-decoration : none ;
}
a:hover {
    text-decoration : underline;
}

#userbar {
    background: rgb(205, 204, 204);
    border-radius: 5px;
}

#sidebar #tags A:visited {
    color : gray ;
}
h2 {
    text-align : center ;
	letter-spacing:-1px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
    padding: 0 0 5px 0;
	margin: 15px 15px 15px 15px;
	letter-spacing:-1px;
	background:url(img/bk_dotted.gif) bottom left repeat-x;
}
h4 {
    margin-top: 0.5em;
    text-align : center ;
}
.issues h4 {
    color: #CCC;
}
h4 a{
    margin-right: 1em;
    margin-left: 1em;
    color: #6C6E3A;
}
h4 .selected {
    text-decoration : underline;
}
h3 a{
    margin-bottom : 1.25em ;
    color: #C34E23;
    letter-spacing: 0px;
    font: normal normal normal 1em/normal Georgia, 'Times New Roman', Times, serif;
}
#tags > a > font.selected{
  color: #F3A251;
  padding: 3px;
  border-bottom: 1px solid;
}

#messagebar{
  position: fixed;
  top: 6em;
  left: auto;
  width: 9em;
  right: 2em;
}

/* header style declarations */
#header {
    padding:0.6em;
    #color: #F3F3F3;
    height: 100px;
}
#header a{
    margin-right: 0.5em;
    margin-left: 0.5em;
}
#header .score {
    display: inline;
    text-decoration: bold;
}
#header #logo {
	position: absolute;
    font: normal 40px/65px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #FFF;
    background: linear-gradient(180deg, #98CBCB, #699C9C);

	border: 0px solid #4E460F;
    border-radius: 5px;

	height: 65px;
	padding: 0 10px;
	margin: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 18px; left: 150px;
}
/* header menu */
#header ul {
	position: absolute;
	right: 20px;
    top: 54px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0; padding: 0;
	text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(180deg, #4F4F4F, #363636, #4F4F4F);
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 7px 18px 7px 18px;
	color: #F3A251;
	/* color: #C8935D; */
	text-decoration: none;
}
#header li a:hover {
	color: #F88F26;
}
#header li a#current  {
	color: #FFF;
}

#middle {
}

/* center content */
.centercontent {
    margin-left: 5.5em;
    margin-top: 1.5em;
}
#title {
    width: 500px; height:35px;
}
#arguments {
    width: 500px; height:200px;  
}

.error th { background: #FBC2C4; }
.success th { background: #C6D880; }
.notice th { background:#FFD324; }


/* Issue display specific styles */
.issues p, 
.issues .title,
.issues .votecounts,
.issues .forms,
.issues h3 {
    margin-left : 4em ;
}
.issues p {
    margin-right: 4em;
}
.issues .odd {background:#e5ecf9;}
#proposetips{
    margin-left : 0em;
}
.yourvote {

}
.issues {
    float : right;
    width : 100%;
}
.issues .scoretag {
    margin-left : 2em ;
    line-height : 1em;
}
.issues > ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.issues .forms {
    margin-top: 1em ;
}
.issues .scoretag,
.issues .forms form {
    display : inline ;
}
.issues ul li {
    border-bottom : 1px solid #CCC ;
    padding : 1.2em 1em 1.25em 0;
}
.issue_left {
    width : 3em ;
    float : left ; 
}

.votes p,
.votes .title,
.votes .forms,
.votes h3 {
    display : inline ;
}
.votes .forms {
    float : left;
}
.votes .title {
    margin-left : 3em ;
}
.votes .forms,
.votes .title,
.votes .yourvote {
    display : inline;
}
.votes .yourvote {
    float : right;
}
.votes > ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
.votes ul li {
    border-bottom : 1px solid #CCC;
    padding : 1.2em 1em 1.25em 0;
}


/* Vote link/report style declarations */

.for {
    font-family: impact;
    font-size: large;
    color:green;
    padding:0em 1em 0em 1em;
}

.against {
    font-family: impact;
    font-size: large;
    color:red;
    padding:0em 1em 0em 1em;
}

.blank {
    font-family: impact;
    font-size: large;
    color:gray;
    padding:0em 1em 0em 1em;
}
#pyramid{
    text-align: center;
}
.pyramid_layer{
    display: inline;
}

.even {
    background:#e5ecf9;
}

/* tags */
#sidebar .green { color:#264409; }
#sidebar .yellow { color:#514721; }
#sidebar .red { color:#8a1f11 }

/* footer */
#footer-wrap {
	clear: both;
	margin: 0; padding: 25px 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: url(img/footerbg.jpg) repeat-x 0px 0px;
	color: #CCC;
    position: relative;
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
	width: 810px;	
}
#footer-content a{
	color: #C8935D;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* additional classes */
.orange { color: #F3A251; }
.clear { clear: both; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }


button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width:auto;
    overflow:visible;
}
button[type]{
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button.positive{
    color:#529214;
}
button.positive.selected{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff
}
button.negative{
    color:#d12f19;
}
button.negative.selected{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
