/** General CSS styles **/


body {
   margin: 0px;
   padding: 0px;
   font-family: verdana, sans-serif;
}
img {
    border:none;
}


h1 {
	color: #04336e;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}


h2 {
	color: #04336e;
	font-size: 12px;
	font-weight: normal;

}

.content .clearer {
	clear: both;
}

ul.horizontal {
	margin: 0px;
	padding: 0px;
}

ul.horizontal li {
	float :left;
	list-style: none;
	margin : 0px;
	padding: 0px;
}

/** Page container elements **/
.header {
	height : 85px;
	width : 100%;
	text-align : center;
	background-image : url(../../Resources/public/images/rahmen.gif);
	background-repeat : repeat-x;
	background-position : 100% 78px;
}
.header a{
        text-decoration: none;
        border: none;
}
.header img#logo {
	margin-top: 8px;
        border:none;
}
.header img#createNewDecision {
	position: absolute;
        right: 20px;
        top: 25px;        
}
.footer {
	width: 100%;
	text-align : center;
	background-image: url(../../Resources/public/images/rahmen.gif);
	background-repeat : repeat-x;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;

}
.content {
	background-image : url(../../Resources/public/images/muster.gif);
	width:100%;	
	min-height: 750px;
}

.content .pinContainer {
	width: 80%;
	text-align: center;	
	left: 50%;
	margin-left: -40%;
	position: relative;
	text-align : left;
 }
 
 .content .pinContainer .staticContent {
     margin-top: 20px;     
 }
 .content .pinContainer .staticContent p {
	font-size: 16px;
        text-align: justify;
 }
 
 
 .content .pinContainer .staticContent h1{
     font-size: 24px;
     font-weight: bold;
 }

/** Decision creation form **/
.content .decisionPin {
  background-color: #FFFFFF;
    border-color: #CCCCCB;
    border-style: solid;
    border-width: 2px;
    box-shadow: 2px 2px 5px 0 lightgray;
    float: none;
    height: 550px;
    left: 50%;
    margin-left: -268px;
    margin-top: 30px;
    position: relative;
    width: 536px;
}
.content .decisionPin form {
	margin: 33px 42px 33px 42px;
	text-align: center;
}

.content .decisionPin label, select, input, textarea, p.small {
	color: #767474;
	font-size: 12px;
}
.formRow {
	text-align: left;	
	margin: 0px;
	float: left;
	width: 362px;
	padding: 0px;	
	
}
.formRow  input {
	width: 207px !important;
}

.formRow a {font-size: 10px;}


.formRow  input.checkRadio{
	float: left;
	margin-left: 0px;	
	margin-right: 5px;
	margin-top: 3px;
	width: 16px !important;
	border : none;
}
.formRow label {
	width: 200px;
	height: 20px;
	overflow: hidden;
	display: block;
	float: left;
}
#gpdrlabel {
    width : 80%;
}
#gpdrlabel a {
    font-size: 12px;
}
#uploadFile {
	margin-bottom: -0px;
}

select, input, textarea{
	margin-bottom: 16px;
	width: 354px;
	border: 2px solid #d2d2d2;
	background:white;
	padding: 3px;
}

.content .decisionPin form select, .content .decisionPin form input, .content .decisionPin form textarea{
	width: 442px;
}
.content .decisionPin form textarea {
	height: 60px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
}

.content .decisionPin form .formError {
	border: 2px solid red;
        font-size: 8px;
        color: red;
        font-weight: bold;
}

.content .decisionPin form p.small {
	float: right;
	font-size: 8px;
        text-align: left;
}

.content .decisionPin form .btn {
	width: 170px;
	height: 33px;
	border: none;
	padding: none;
	margin : none;	
}

.content .errorMsg {
	text-align: left;
	color: red;
	font-weight:bold;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content .decisionPin form img {
	margin-bottom: 15px;
	border: none;
}
.content .decisionPin .imageUpload {
	margin: 10px 20px 20px 20px;	
	display : none;
}
.content .decisionPin .scrapeImages {
	margin: 10px 20px 20px 20px;
	height: 120px;
	display : none;
        text-align:center;
        color: #767474;
}

.content .decisionPin .scrapeImages .carousel {
	width: 141px;
        position: relative;
        margin-right: 40px;
        float: left;
}

.content .decisionPin .scrapeImages p.small {
    float: none;
    font-size: 12px;
}

.content .decisionPin .scrapeImages .carousel ul li {
	height: 119px;
	width: 141px;       
}

.content .decisionPin .scrapeImages .carousel .previous {
	background: url(../../Resources/public/images/left.gif) no-repeat transparent;
	float: left;
	text-indent: -9999px;
	line-height: 999px;
	overflow:hidden;
	width: 26px;
	height:36px;
	border: 0 none;
	top: 50%;
	position: absolute;
	margin-top: -20px;
	right: 145px;
}
.content .decisionPin .scrapeImages .carousel .next {
	background: url(../../Resources/public/images/right.gif) no-repeat transparent;
	float: right;
	text-indent: -9999px;
	line-height: 999px;
	overflow:hidden;
	width: 26px;
	height:36px;
	border: 0 none;
	top: 50%;
	position: absolute;
	margin-top: -20px;
	right: -30px;
}



#termsAndCondLabel {
	width: 335px;
	font-size: 10px;
	height: 30px;
}

/** Decision carousel **/
.content .publicDecisions {
	background-image: url(../../Resources/public/images/decisionFrame.jpg);
	background-repeat : no-repeat;
	background-position : 0px 30px;
	float : right;
	width: 380px;
	height: 600px;
}
.content .publicDecisions h2 {
   padding-left: 15px;
}
.content .publicDecisions .carousel .previous {
	background: url(../../Resources/public/images/left.gif) no-repeat transparent;
	float: left;
	text-indent: -9999px;
	line-height: 999px;
	overflow:hidden;
	width: 26px;
	height:36px;
	border: 0 none;
	top: 50%;
	position: absolute;
	margin-top: 340px;
	right:365px;
}
.content .publicDecisions .carousel .next {
	background: url(../../Resources/public/images/right.gif) no-repeat transparent;
	float: right;
	text-indent: -9999px;
	line-height: 999px;
	overflow:hidden;
	width: 26px;
	height:36px;
	border: 0 none;
	top: 50%;
	position: absolute;
	margin-top: 340px;
	right: -13px;
}

.content .publicDecisions .carousel {
	margin-left: 13px;
	width: 353px;
}


.content .publicDecisions .carousel ul li {
	height: 550px;
	width: 350px;
	padding-left: 3px;
	padding-top: 19px;
	color: #434343;
	font-size: 12px;
        cursor: pointer;
}
.content .js_masonryItem {
    border-style: solid;
    border-color: #cccccb;
    border-width: 2px;
    box-shadow: 2px 2px 5px 0px lightgray;
    -moz-box-shadow: 2px 2px 5px 0px lightgray;
    -webkit-box-shadow: 2px 2px 5px 0px lightgray;
    width: 350px;
    padding-left: 3px;
    padding-top: 19px;
    color: #434343;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 30px;
}

.content .js_masonryItem .comment {
    width: 322px;
}

.content .js_masonryItem .decision {
    margin-left: 20px;
}

.content .publicDecisions .carousel ul li .decision {
	padding-left: 28px;
}


.content .publicDecisions .carousel ul li .bold {
	font-weight : bold;
}

.content .decisionImage {
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 270px;
	background-color: #edecec;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
        
}

.pageVote.content {
	min-height: 800px;
}

.pageCreated.content {
    min-height:950px;
}
.pageCreated.content .decisionImage {
	height: 240px;        
}

.content .decisionImage table {
	width: 100%;
}

.voteBars td{
    min-width: 42px;
}

.yes {
	color: #04336e;
	font-weight: bold;
}

.no {
	color: #851e2f;
	font-weight: bold;
}

.voteBars .yes {
	background-color: #272e62;
        color: white;
        font-weight: normal;
	padding-left: 10px;
}

.voteBars .no {
	background-color: #e03e3b;
        color: white;
        font-weight: normal;
        padding-left: 10px;
}

.carousel ul li p,.js_masonryItem p {
	width: 300px;
	margin: 0px;
	height: 70px;
	overflow: hidden;
}
.carousel ul li h3,.js_masonryItem h3 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 5px;
}
.carousel ul li h3 a,.js_masonryItem h3 a{
    text-decoration: none;
    color: #434343;
}
.carousel input.disabled {
	display : none;
}


.comment {
	width: 350px;
    height: 46px;
	background-color: #edecec;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid white;
	margin: 0px;
	padding: 12px;
	font-style: italic;
	font-size: 12px;
	
}
.carousel li .comment {
	height: 28px;
	overflow: hidden;
        width: 326px;
}
.comment.empty {
	background-color: white;
	border: none;
}
.comment.last {
	height: 26px;
	text-align:center;
	border: none;
	padding: 0px;
	width: 350px;
}

.content .js_masonryItem .comment.last {
	width: 346px;
}

/** Other site elements **/
h1.decisionSteps {
    float: left;
    margin-right: 12px;
}



ul.killmaybeSteps li {
	margin-right: 40px;
        margin-top: 10px;
	color: #333746;
}
ul.killmaybeSteps li .decisionStep {
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #04336e;
	color: white;
	font-size: 18px;
	display: block;
	width: 18px;
	padding-left: 5px;
	float: left;
	margin-right: 12px;
	margin-top: -3px;
        behavior: url(../../Resources/public/Resources/public/css/border-radius.htc);
}


ul.linkSection {
	float: right;
	margin-right: 20px;
}

ul.linkSection li {
	float : left;
	color: #333746;	
}

.content.masonry .pinContainer {
    left: 50%;
    margin-left: -46%;
    position: relative;
    text-align: left;
    width: 94%;
}	

/* Created decisions */
.content.pageVote .singleDecision{
    margin-bottom: 60px;
}

.singleDecision {
    position: relative;
    top: 40px;
    left: 50%;
    width: 530px;
    margin-left: -265px;
    border-style: solid;
    border-color: #cccccb;
    border-width: 2px;
    box-shadow: 0px 0px 5px 0px darkgray;
    -moz-box-shadow: 0px 0px 5px 0px darkgray;
    -webkit-box-shadow: 0px 0px 5px 0px darkgray;
    background-color: #fff;    
    color: #434343;
}
.singleDecision #gpdrlabel {
    width : 340px;
}
.singleDecision #gpdrlabel a{
    font-size : inherit;    
}
.singleDecision form .choices input{
    background: none;
    border: none;
}
.singleDecision .decisionImage  {
    margin-left: 93px;
    font-size: 12px;
}

.singleDecision .decisionImage td {
    font-size: 12px;
    text-align: left;
}

.singleDecision p.description {
	margin-bottom: 8px;
}

.singleDecision .decisionData {
    padding: 20px 25px 15px 25px;
}
.singleDecision form {
    padding: 15px 25px 35px 25px;
}
.singleDecision form .choices input {
	width: 10px;
}
.singleDecision form .choices label {
	margin-right: 8px;
}

.singleDecision h1 {
    font-weight : bold;
}
.singleDecision h2 {
    margin-top: 0px;
    color: #767474;
    font-style: italic;
}
.singleDecision .decisionImage {
    text-align: center;
}

.singleDecision form {
    background-color: #edebec;
}

form .voteComment {
    float :left;
    width: 370px;
}
.singleDecision form input.btn {
    width: 104px;
    height: 35px;
    border: none;
    margin-top: 15px;
    background: none;
}

.singleDecision .comment {
    width:506px;
    height: 52px;
}
form .voteComment label {
    display: block; 
    float: left; 
    margin-right: 10px
}

form .voteComment textarea {
    margin-bottom: 0px;
    font-family: verdana,sans-serif;
}
form .voteComment .small {
    margin-top: 0px;
    text-align: right;
    width: 99%;
}

.nextSteps {
    position: relative;
    top: 40px;
    left: 50%;
    width: 530px;
    margin-left: -265px;
    color: #434343;    
}

.nextSteps .success {
    background-image: url(../../Resources/public/images/correctIcon.gif);
    background-repeat: no-repeat;
    color: #298300;
    font-weight: bold;
    padding-left: 45px;
    height: 35px;
    margin-bottom: 50px;
    
}

.nextSteps h1 {
    font-weight: bold;
    font-size: 18px;
    color: #434343;
}

.nextSteps a.voteLink {
    display: block;
    word-wrap: break-word;
    width: 500px;
      border-style: solid;
    border-color: #cccccb;
    border-width: 2px;
    box-shadow: 2px 2px 5px 0px lightgray;
    -moz-box-shadow: 2px 2px 5px 0px lightgray;
    -webkit-box-shadow: 2px 2px 5px 0px lightgray;
    background-color: #fff; 
    padding: 15px;
    text-align: center;
}

.nextSteps .socialMedia {
    margin-bottom: 20px;
    text-align: left;
    width: 584px;
}
.socialMedia img {
    margin-left: 10px !important;
}
.socialMedia a {
	text-decoration: none;
}
.nextSteps a img {
    margin-left: 185px;
    margin-top: 15px;
}
.additionalInformation {
	display: none;
}