body,html{
	background-color:#FFF;
	font-family:Helvetica !important;
	font-size: 100.1%;
	margin: 0px auto;		
    height: 100%;
}

a:link{ color: #333; text-decoration: none; }
a:visited{ color:#333; text-decoration: none;}
a:hover{ color: #C80000;}
a:active {}

#container{
	position: relative;
	min-width: 1066px;
	
	/* footer specs */
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0px; /* - footer height */
    
    overflow-x: hidden;
}
#content{
    width: 980px;
    margin: 0px auto;
}
.clear{clear:both}
.bold{font-weight:bold;}
img{border:0;}
hr{ border-width: 1px 0px 0px 0px;}

h1{
    font-size: 17px;
}
h2{
    margin: 0px;
    text-align: center;
}
h3{
    font-size: 17px;
    margin: 0px;
    text-align: center;
}
h4{
    font-size: 15px;
    font-weight: normal;
    margin:0px;
    text-align: center;
}
.flashOBJ{
    position:relative; z-index:1;
}
.button{
    text-transform: uppercase;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ccc;
    padding:3px 10px 3px 10px;
    float:left;
    margin-top: 10px;
    min-width: 80px;
    text-align: center;
}
#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index: 500;
}
.popup-close{
    position: absolute;
    top: -15px;
    right: -15px;
}
.col-title{
    font-size: 17px;
    font-weight:bold;
    margin-bottom: 10px;
}
.col-subtitle{
    font-size: 15px;
    font-weight:bold;
    margin-bottom: 10px;
}
.minor-col-title{
    font-size: 15px;
    margin-bottom: 10px;    
}
.block{
    font-size: 12px;
    margin: 10px 0px 10px 0px;
}
.progressbar{
    margin: 10px 0px 10px 0px;
    position:relative;
}
.progressbar-text{
    color:#fff;
    font-size:16px;
    font-weight:bold;
    position: absolute;
    left:240px;
    top: 10px;
}
.social{
    width: 260px;
}

/* header */
#top-bar{
    border-bottom: solid 1px #ccc;
}
#top-nav{
	position:absolute;
	top:0;
	left: 0px;
	z-index:100;
	padding-top:0.6em;
	width:100%;
	text-align:right;
	background:#000;
	height:2em;
	font-size:0.8em;
	}

#top-nav div a{
	font-size:.95em;
	font-weight:normal;
	text-decoration:none;
	color:#CCC;
	text-transform:uppercase;
	margin-right: 2em; /*spacing between each menu link*/
	text-decoration: none;
	letter-spacing: 0.2em;			
	}
	
#top-nav div a:hover{
	color:#FFF;
	border-bottom: 0.4em solid #C80000;
}

#top-nav a.active{
	color:#FFF;
	border-bottom: 0.4em solid #C80000;
}


	
#top-nav div{
display: inline;
}
				
#top-nav-container{
    float:right;
}
#top-nav-container > div{
	float:left;
	list-style-type: none;

	margin: 0;
	text-align: right; 
	}

#header{
	width: 100%; 
	height: 6.8em;
    /*position: absolute;*/
    z-index: 90;
    background-color:#fff;
	/*background: #FFF; -moz-box-shadow: 0 5px 5px -5px black; -webkit-box-shadow: 0 5px 5px -5px black; box-shadow: 0 5px 5px -5px black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;*/
	float:left;
}
#headernav{
	font-size:1.2em;
	letter-spacing: 0.1em;
	padding-left:12em;
    margin-right: 128px;
    margin-top: 30px;
	float:right;
	width: 750px;
}
/*#headernav a.active{
    color:#FFF;
    background-color:#C80000;
    padding-bottom:1.6em;
}
*/
.header-link-block{
    height: 80px;
    float:left;
    position:relative;
}
.header-link-block a{
    float:left;
}
.header-link-block .main{
    width: 240px;
    height: 50px;
    position:relative;
    margin-left: -1px;
    
    border-left:1em;
	border-left-style:dotted;
	border-width:.08em;
	border-color:#666;
	
}
.header-link-block .main a{
    width: 240px;
    margin-top: 20px;
    text-align:center;
    text-transform:uppercase;
    font-size: 23px;
}
.header-link-block .sub{
    width: 120px;
    height: 30px;
    text-align:center;
    background-color: #a40e0f;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 30px;
}
a.sub:link{
    color:#FFF;
}
a.sub:visited{
    color:#FFF;
}
a.sub:hover{
    background-color: #7f0504;
}
a.sub:active{
    color:#FFF;
}

/*.main a:link{ color: #000;}
.main a:visited{ color: #000;}
.main a:hover{ color: #FFF;}
.main a:active{ color: #FFF;}*/

.head-subnav{
    display: none;
    width: 240px;
}
/* temp. turned off, border for bottom buttons */
.head-subnav a:first-child{
    border: solid 1px #A40E0F;
    border-width: 0px 0px 0px 0px;
}

/*
a.header-nav:link {
	font-size:1.2em;
	letter-spacing: 0.1em;
	color:#333;
	padding-top:2em;
	padding-right:1.5em;
	padding-left:1.5em;
	border-left:1em;
	border-left-style:dotted;
	border-color:red;
	border-width:.08em;
	border-color:#666;
	float:left;
	background-color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
a.header-nav:visited {
	font-size:1.2em;
	letter-spacing: 0.1em;
	color:#333;
	padding-top:2em;
	padding-right:2em;
	padding-left:2em;
	border-left:1em;
	border-left-style:dotted;
	border-color:red;
	border-width:.08em;
	border-color:#666;
	float:left;
	background-color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
a.header-nav:active {
}
a.header-nav:hover {
	color:#FFF;
	background-color:#C80000;
	padding-bottom:1.6em;
}
*/
.header-img{
	/*height: 90%;*/
	padding-left:2em;
	padding-top:1.25em;
	position: absolute; 

}


/* footer */
.footer-spacer{ height: 160px;}
/*
#footer{
    position: relative;
    width: 100%;
    margin: 0px auto;
	margin-top: -0px;    
}
#prefooter{
	color:#FFF;
	height:1.8em;
	position:absolute;
	padding-top:0.8em;
	bottom:5em;
	z-index:80;
	width:100%;
	min-width: 1024px;
	text-align:left;
	background:#C80000;
	}
*/
/* new footer */
#prefooter{
	color:#FFF;
	height:1.8em;
	position:absolute;
	left: 0px;
	padding-top:0.8em;
	bottom:7.5em;
	z-index:80;
	width:100%;
	min-width: 1024px;
	text-align:left;
	background:#C80000;
	}
#footer{
	width:100%;
	position: relative;
	z-index: 200;
	height:100px;
	margin-top: -120px;
	background-color:#000;
	padding:15px;	
	color:#FFF;		
	text-align:center;
	padding:15px 0px 5px 0px;
	
}
#footfacepile{
	float:right;
	width:50%;
	padding-top:0px;
	text-align:center;
	padding-top:10px;
	border-left: 1px dotted rgb(55,55,55); 
}
form { margin: 0px; display: inline;}
.texta {  
  font-size: 12px;  
	color:#CCC;
	padding:4px;
  background-color: rgb(46,46,46);  
  border: 1px solid rgb(55,55,55);  
}
#foottxt{
	font-size:11px;
	color:rgb(95,95,95);
	text-decoration: none; 
	text-transform: uppercase;
	letter-spacing:1px;
	padding-top:20px;
}
a.footlink{
	color:rgb(95,95,95);
	text-decoration:none;
	padding:10px;
}
a:visited.footlink{
	color:rgb(95,95,95);
}
a:hover.footlink{
	color:rgb(125,125,125);
}
/* new footer */
.description{
	padding-left:2em;
/*  font-size:.95em;*/
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#postfooter{
	position:absolute;
	bottom:0em;
	z-index:80;
	width:100%;
	text-align:right;
	background:#000;
	min-width: 1024px;
	opacity:0.85;filter:alpha(opacity=85);
	}

#postfooter li a{font-size:.65em;height:1.6em;font-weight:normal;text-decoration:none;color:#CCC;display:block;}
#postfooter li a:hover{color:#FFF;}
#postfooter ul {float:right;padding:0em 2em 0em 0em;list-style-type: none;}


/* sub-header */
#sub-header{
    color:#C80000;
    margin-top: 15px;
    font-size: 23px;
}
#sub-nav{
    width: 100%;
    border-top: solid 1px #ccc;
    margin-bottom: 15px;
}
.project-sub-nav { 
    margin: 0px !important;
    border-top: 0px !important;
    margin-bottom: 20px !important;
    margin-left: -40px !important;
}
#sub-nav li{
    list-style-type: none;
}
#sub-nav .ui-state-active > a{
    color:#FFF !important;
	background-color:#C80000 !important;
}
#sub-nav a:link {
	font-size:12px;
	color:#333;
	padding: 20px 10px 3px 10px;
	border-left: 1px dotted #666;
	float:left;
	background-color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#sub-nav a:visited {
    font-size:12px;
	color:#333;
	padding: 20px 10px 3px 10px;
	border-left: 1px dotted #666;
	float:left;
	background-color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#sub-nav a:active {
}
#sub-nav a:hover {
	color:#FFF;
	background-color:#C80000;
}

#sub-nav a.active {
	color:#FFF;
	background-color:#C80000;
}



/* homepage */
#project-slider{
    height: 300px;
    position:relative;
    margin-left: 20px;

}
#project-slider li{
    height: 267px;
    width: 350px;
/*    margin-top: -15px !important;*/
    border-bottom: solid 1px #ccc;
}
#projects{
	background-color:#fff;
	width:400px;
	z-index:200;
	position:relative;
	float:right;
	height: 553px;
	overflow:hidden;
}

#artists{
    margin:20px 0px 0px 30px;
	z-index:200;
	position:relative;
	float:left;
	width: 400px;
	height: 300px;
}

#bg {
    position:absolute;
    top: 110px;
    left: 0px;
	width:100%; 
}

#bg img {
	position:absolute; 
	top:0; 
	left:0;
	height: 556px; 
}


/*
#featured-artist{
	width:16em;
	z-index:6;
	background-image:url(images/000_80trans.png);
	background-repeat:true;
	color:#FFF;
	padding:.6em;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
.prev{float:left; margin-left:20px;cursor:pointer;}
.next{float:left; margin-left: 10px;cursor:pointer;}
*/
.prev{
	float:left;
	margin:0px;
	padding:25px 0px;
	width:20px;
	text-align:center;


}
.next{
	float:right;
	margin:0px;
	padding:25px 0px;
	width:20px;
	text-align:center;
}

#award-artists .featured-artist{
	background-color:#000;
	padding-right:0px;
	padding-left:0px;
	border:1px solid #666;
	color:#FFF;
	min-width: 475px; 
	margin-top: 10px;  
}
.featured-artist{
	background-color:#000;
	padding-right:0px;
	padding-left:0px;
	border:1px solid #666;
	color:#FFF;
	width: 300px;
	position:relative;
	min-width:325px;
}

.featured-artist-txt{
padding-left:1em;	
float:left;
position:relative;
min-width: 100px;
margin-right: 10px;
}

.artist-name{
font-size:.8em;
font-style:bold;
letter-spacing: .1em;
border-bottom: 1px solid #666;
padding-bottom:.2em;

}
.artist-practice{
font-size: 9px;
font-style:italic;
padding-top:1em;
position: absolute; 

}

.artist-award{
font-size:9px;
padding-top:.6em;
position: absolute;

}

a.artist-link:link{
font-size:.4em;	
text-decoration:none;
text-transform:uppercase;
color:#FFF;
letter-spacing: .2em;
padding-top:1em;
position: absolute;
background: url(bullet-triangle-red.gif) right bottom no-repeat;
padding-right: 15px;
}

a.artist-link:visited{
color:#FFF;
}

a.artist-link:hover{
color:#b8252f;
padding-right: 18px;

}
.info-img{
	height:75px;
	width:75px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-left: 20px;
	}
.blurb{
	position: relative;
	min-height: 100px;
	/*padding-top: 15px;*/
/*  padding: 30px 0px 0px 0px;*/
/*  padding: 20px 40px 30px 40px;*/
}
.blurb .title{
    font-size: 17px;
}
.blurb .artist{
    font-size: 12px;
    float:left;
}
.blurb .ticker{
    font-size: 12px;
    color:#a4241b;
    float:right;
}
.blurb .artist-image{float:left;}
.blurb .info{
    float: right;
    width: 115px;
}

.funded-blurb{
	position: relative;
/*  border: solid 1px rgb(180,180,180);*/
	min-height: 100px;
/*  padding: 40px 40px 40px 40px;*/
}
.funded-blurb .title{
    font-size: 17px;
}
.funded-blurb .artist{
    font-size: 12px;
    float:left;
}
.funded-blurb .ticker{
    font-size: 12px;
    float:right;
}
.funded-blurb .artist-image{float:left;}
.funded-blurb .info{
    float: right;
    width: 270px;
}
.funded-blurb img.learn-more{
    float:left;
    margin-left: 50px;
    margin-top: 10px;
}
.info-head{
    border-top: solid 1px #CCC;
}
.info-head span{
    float:left;
    padding: 5px 10px 10px 10px;
    border-left: dotted 1px #CCC;
}
.info-block{
    font-size: 10px;
}
.success{
    font-size: 15px;
    color:green;
    text-align: center;
    margin: 0px 0px 15px 0px;
    font-weight:bold;
}

.current-blurb{
	position: relative;
/*  border: solid 1px rgb(180,180,180);*/
	min-height: 100px;
/*  padding: 40px 40px 40px 40px;*/
}
.current-blurb .title{
    font-size: 17px;
}
.current-blurb .artist{
    font-size: 12px;
    float:left;
}
.current-blurb .ticker{
    font-size: 12px;
    color:#a4241b;
    float:right;
}
.current-blurb .artist-image{float:left;}
.current-blurb .info{
    float: right;
    width: 270px;
}
.current-blurb img.learn-more{
    float:left;
    margin-left: 50px;
    margin-top: 10px;
}

.detail-blurb{
	position: relative;
/*  border: solid 1px rgb(180,180,180);*/
	min-height: 100px;
/*  padding: 40px 40px 40px 40px;*/
}
.detail-blurb .title{
    font-size: 17px;
}
.detail-blurb .artist{
    font-size: 12px;
    float:left;
}
.detail-blurb .ticker{
    font-size: 12px;
    color:#a4241b;
    float:right;
}
.detail-blurb .artist-image{float:left;}
.detail-blurb .info{
    float: right;
    width: 270px;
}
.detail-blurb img.learn-more{
    float:left;
    margin-left: 50px;
    margin-top: 10px;
}
.detail-blurb .info-head span{
    text-align:center;
    padding: 5px 35px 10px 35px;
    border-left: dotted 1px #CCC;
}

.detail-blurb .info-head span:first-child{
    border-left: dotted 0px #CCC;
/*    padding-left:50px;*/
}

.content-body{
    font-size:12px;
}

/* general */
#col-container{
    margin-bottom: 20px;
}
#tab-container{
    width: 480px;
    float:left;
}
.col{
    width: 480px;
    float:left;
}
#tab-container div.col + div.col{ margin-left: 0px;}
div.col + div.col{
    margin-left: 20px;
}
.awardee{
    float:left;
}
.text-block{
    font-size: 12px;
}
.text-head{
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 10px;
}

/* awardee list */
.awardee-pic {
    float: left;
/*  margin-left: 18px;
    margin-bottom: 18px;*/    
    width: 160px;
    height: 160px;
    position: relative;
}
.awardee-title{
    position: absolute;
    bottom: 0px;
    min-height: 10px;
    width: 150px;
    background-color:#000;
    color:#FFF;
    font-family: Helvetica;
    font-size: 10px;
    text-align: left;
    padding: 2px 0px 2px 10px;
    opacity: 0.75;
}

/* popup */
.popup{
    position: relative;
    width: 500px;
    margin: 30px;
}
.popup-image{
    float:left;
}
.popup-title{
    float:left;
    font-weight:bold;
    font-size: 16px;
    margin: 0px 0px 5px 30px;
    width: 300px;
}
.popup-subtitle{
    width: 300px;
    float:left;
    font-size: 16px;
    margin: 0px 0px 5px 30px;
}
.popup-practice{
    width: 300px;
    float:left;
    font-size: 16px;
    margin: 0px 0px 5px 30px;
    color: #ba292e;
}
.popup-body{
    font-size: 14px;
    margin-top: 10px;
    max-height: 500px;
    overflow-y:scroll;
}

/* artist list */
.artist-block{
    position: relative;
    height: 130px;
    width: 470px;
    float:left;
    border-bottom: solid 1px #ccc;
    padding-bottom: 5px;
}
div.artist-block + div.artist-block{
    margin-left: 20px;
}
.artist-block img{
    float:left;
}
.artist-block .title{
    font-size: 17px;
    font-weight: bold;
    float:left;
    margin-left: 10px;
    width: 300px;
}
.artist-block .artist{
    font-size: 12px;
    float:left;
    margin-left: 10px;
    width:300px;
} 
.artist-block .text-block{
    float:left;
    width: 300px;
    margin: 10px 0px 0px 10px;
}
.artist-block .view-profile{
    position: absolute;
    right: 0px;
    bottom: 8px;
    color: #ba292e;
    font-size: 10px;
}

/* artists detail */
#artist-head{
    border-bottom: solid 1px #CCC;   
    margin-top: 10px;
    padding-bottom: 3px;
}
#artist-title{
    font-size: 22px;
    font-weight:bold;
    text-align: left;
    margin-bottom: 3px;
}
#artist-subtitle{
    font-size: 12px;
    float:left;
}
#aritst-practice{
    float: right;
    font-size: 14px;
    color:#ba292e;
}
/* 470x400 */
#artist-image-block{
    margin-top: 15px;
    margin-left:21px;
    float:left;
}
#artist-video-block{
    margin-top: 15px;    
    float:right;
}
#artist-bio-block{
    width: 480px;
    float:left;
    font-size: 13px;
    margin-top: -15px;
}
/*#artist-bio-block p:first-child{
    margin-top: 0px !important;
    padding: 0px !important;
}
*/
#artist-bio-block img{
    float:left;
    margin: 15px 10px 3px 0px;
}
#artist-info-block{
    width: 480px;
    float:right;
}
#artist-fb{
    float:right;
}
.artist-info-head{
    font-weight: bold;
    margin-bottom: 5px;
}
.artist-info-subhead{
    margin-bottom: 25px;
}

/* project */
.rewards{
    margin-top: 28px;
}
.project-intro{
    margin: 10px 0px 10px 0px;
    color:rgb(130,130,130);
    font-size:15px;
    text-transform: uppercase;
    text-align:center;
}
#project-head{
    border-bottom: solid 1px #CCC;   
    margin-top: 10px;
    padding-bottom: 3px;
}
#project-title{
    font-size: 22px;
    text-align: left;
    margin-bottom: 3px;
    color: #ba292e;
}
#project-subtitle{
    font-size: 14px;
    float:left;
}
#project-practice{
    float: right;
    font-size: 14px;
    color:#ba292e;
}
.time-remaining{
    float:left;
    margin: 15px 0px 15px 0px;
    font-size:15px;
}
#fund-button{
    width:480px;
    margin-bottom:20px;
}
#fund-button img{
    margin-left: 127px;
}
.project-tab-block{
    width: 480px;
    position: relative;
}
.project-tab-block .block{
    color:#7e7e7e;
    margin-top: 0px;
}
.project-tab-block .title{
    font-size: 14px;
    font-weight:bold;
    color:#000;
}
.project-tab-block img{
    float:left;
    margin-right:10px;
}
.timestamp{
    float:right;
    font-size:12px;
    color:#7e7e7e;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.timestamp-italic{
    font-size:10px;
    color:#7e7e7e;    
    font-style: italic;
    position: absolute;
    bottom: 0px;
    left: 90px;
}
.posted{
    color:#7e7e7e;
    font-size: 12px;
}
.update{
    float:left;
}
div.update + div.update{
    margin-top: 30px;
}

#slider ul{
    margin: 0px;
    padding: 0px;
}
#slider li{
    margin:0px;
    padding: 0px;
    width:430px;
    margin-top: -15px !important;
    background-color:#000;
}
#slider li img{
        display: block;
       margin-left: auto;
       margin-right: auto
}

/*
.image-container{ 
    width: 430px;
    height: 270px;
    background-color:#000;
}
.image-container img{
    margin: 0px auto;
}

*/

/* buttons */
.learnmore{
    background-color: rgb(249,233,202);
    font-size: 13px;
}

a.fundthisproject,a.fundproject:link{ color: rgb(24, 142, 143);; }
a.fundthisproject,a.fundproject:visited{ color: rgb(24, 142, 143);; }
a.fundthisproject,a.fundproject:hover{ color: #333; }
a.fundthisproject,a.fundproject:active{ color: rgb(24, 142, 143); }

.fundthisproject{
    text-transform: uppercase;
    background-color:rgb(206, 255, 255);
    font-size: 15px;
    font-weight:bold;
    padding: 10px 30px 10px 30px;
    margin-left: 130px;
 
}
.fundproject{
    background-color:rgb(206, 255, 255);
    font-size:10px;
}
.col{
    list-style: none;
}

.errorlist{
    list-style:none !important;
    padding: 0px;
    color:red;
    font-weight:bold;
}


/* support form */
.dedication li{
    list-style: none;
    float:left;
    margin-right: 15px;
    margin-bottom:10px;
    
}
#supportForm li{
    list-style: none;
}
#supportForm ul{
    padding-left: 0px;
}
#supportForm .form-row{
    width: auto;
}


/* funding form */
#funding-form li{
    list-style: none;
    margin-bottom: 30px;
}

#funding-form ul{
    padding-left: 0px;
}
.form-title{
    font-size: 14px;
}
#funding-form input[type=text]{
    height: 50px;
    float:left;
    margin-left: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ccc;
    font-size: 25px;
    width: 150px;
}
.form-spec{
    float: left;
    margin-left: 10px;
    width: 290px;
    margin-top: -15px;
}

/* contact form */
.contact-form .form-row{
    width:300px;
}
.form-row{
    float:left;   
    width: 280px;
    text-align:right;
    font-size:12px;
}
.form-row label{
    margin-right:20px;
    vertical-align: top;
}
.form-row input{
    float:right;
    width: 200px;
    margin-bottom: 10px;
}
.form-row select{
    float: right;
    width: 207px;
    margin-bottom: 10px;
}
.form-row textarea{
    margin-right:-95px;
    margin-bottom: 10px;
}


/* login page */
.login-title{
    font-size: 20px;
    font-weight: light;
    
}
.login-sub-title{
    color: rgb(120,120,120);
    font-size: 12px;
}
.signupForm{
    width: 400px;
}
.signupForm label{ float:left;}
.signupForm input[type=text],input[type=password]{
    height: 25px;
    margin-left: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ccc;
    font-size: 16px;
    width: 150px;
    background-image:url(/assets/img/icon/gradient-bg.png);
    background-repeat: repeat-x;
}
input[name=honeypot]{
    display:none;
}
.signupForm textarea{
    margin-left: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ccc;
    font-size: 16px;
    margin-left: -1px;
}
.signupForm .form-row{
    float:left;   
    width: 280px;
    text-align:right;
    font-size:12px;
}
.signupForm .form-row label{
    margin-right:20px;
    vertical-align: top;
    text-transform: uppercase;
    float:left;
}
.signupForm .form-row input{
    float:left;
    width: 250px;
    margin-left: -1px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.signupForm .form-row select{
    float: right;
    width: 207px;
    margin-bottom: 10px;
}
.signupForm .form-row textarea{
    margin-right:-95px;
    margin-bottom: 10px;
}

/* member home */
#member-head{
    border-bottom: solid 1px #CCC;   
    margin-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 30px;
}


.funded-project{
    padding: 5px 30px 5px 30px;
    background-color: #a5251a;
    color: #FFF;
    width: 155px;
    margin-left: 135px;
    font-weight:bold;
    
}

.threearts-assisted{
    position: absolute;
    right: 0px;
    height: 105%;
    opacity: .70;
    
    /*
    background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(200,0,0,1) 10px, rgba(200,0,0,1) 20px);
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(200,0,0,1) 10px, rgba(200,0,0,1) 20px);
    */
    background-color: rgb(200,0,0);
    border-left: dotted 1px #ccc;

    moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.threearts-assisted-mini{
    position: absolute;
    right: 0px;
    height: 105%;
    opacity: .70;
    
/*    background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(200,0,0,1) 3px, rgba(200,0,0,1) 6px);
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(200,0,0,1) 3px, rgba(200,0,0,1) 6px);
*/
    background-color: rgb(200,0,0);
    border-left: dotted 1px #ccc;

    moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.legend{
    float:left;
    margin-left: 40px;
    margin-top: 15px;
}
.support-block{
    width: 20px;
    height: 17px;
    float:left;
    border: 1px solid #DDD;
    moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
   background: #F6A828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
}
.threearts-block{
    width: 20px;
    height: 17px;
    float:left;
    border: 1px solid #DDD;
    moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
   /*
   background-image: -moz-repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(200,0,0,1) 10px, rgba(200,0,0,1) 20px);
   background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(200,0,0,1) 5px, rgba(200,0,0,1) 10px);
   */
   background-color: rgb(200,0,0);
}
.legend-label{
    float:left;
    line-height: 19px;
    margin-left: 5px;
    font-size: 15px;
    color:#666666;
}
#match-banner{
    text-align:center;
    background:#C80000;
    height: 35px;
    line-height:35px;
    color:#FFF;
    font-size:15px;
    letter-spacing: 2px;
}
