/*
body {
  background-color: #b0b2b5;
  background-image: -moz-linear-gradient(left, #b0b2b5, #d8d9da 50%, #b0b2b5 100%); 
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0, #b0b2b5),color-stop(.5, #d8d9da),color-stop(1, #b0b2b5)); 
  background-image: linear-gradient(left, #b0b2b5, #d8d9da 50%, #b0b2b5 100%); 
}
*/

body {
	background: url("../img/handmadepaper.png") repeat scroll 0 0 #FFFFFF;		/* j */
	}

#main {
   width: 437px;
   padding: 0;
   margin: 0 !important;
   height: 710px;
}
  #main h2 {
    padding-bottom: 10px;
  }
  
  #main > p {
    padding-bottom: 30px;
    font-size: 100%;
  }
  
  #main h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
    /* font-size: 65px; */					
    /* line-height: 60px; */
    /* text-transform: uppercase;*/
    font-size: 44px;			/* j */
    line-height: 1.12;			/* j */
    letter-spacing: 0.3px;		/* j */
    font-weight: bold;
  }
  
    #main h3 span {
      /*color: #dc3234;*/
    }


  #main h4 {					/* j */
	font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1;				
    margin-top: 9px;
    margin-bottom: 28px;
    font-weight: bold;
    }

  
#sidebar {
   width: 487px;
   margin-bottom: 0;
   position:relative;
}

#sidebar p + p {				/* j */
	margin-top: 10px;
	}
		
  #sidebar p span {
    /* color: #dc3234; */
    color: #7D1632;				/* j */
  }
  

/*
  #sidebar tr td:nth-child(2) {
   width: 500px; 
  }
*/

#sidebar td br {		
	display: none;		
	}
	
#sidebar td {
  	padding-bottom: 10px;
	vertical-align: middle;
	}
	
#sidebar td {
	font-size: 10px;		
	}
	  	
.errorlist {
  	position: absolute;
  	padding-top: 5px;
	}
	
tr .errorlist { 
    margin-left: 160px; 
    }	

tr .errorlist,
tr + tr + tr .errorlist { 
    margin-top: 15px; 
    } 	

tr + tr .errorlist { 
    margin-top: 2px;
    }

#sidebar label {
  	margin-top: 8px;
  	margin-left: 10px;  
    position: absolute;
    font-size: 12px;
    line-height: 1;
    color: #838383;
    font-weight: normal;
  	}
  
  #sidebar input {
    /* width: 180px; */
    width: 140px;							
    font-size: 95%;
	padding: 3px 0 3px 4px;					
	margin-bottom: 3px;						
	margin-right: 15px;
    font-size: 12px;
	-moz-box-shadow: 0 0 4px #B0B2B5;		
	-webkit-box-shadow: 0 0 4px #B0B2B5;	
	box-shadow: 0 0 4px #B0B2B5;			
	border: 1px solid #ABABAB;
	height: 18px;
  	}
  
#sidebar h2 {
	margin-bottom: 18px;
	}
  
  #sidebar h3 {
   	/*  margin: 10px 0 20px 0; */
   	margin: 20px 0 15px 0;					/* j */
  	}
  
  #sidebar form span {
	font-size: 90%;
	float: right;
	color: #666;
        padding-top:5px;
  	}

#sticky-wrapper {
  	width: 100%; 
	}

/* this is so gross. clearfixing sticky wrapper on home page only 
#sticky-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#sticky-wrapper{display:inline-block;}
html[xmlns] #sticky-wrapper{display:block;}
* html #sticky-wrapper{height:1%;}
*/

#app-wrapper {
  width:250px;
  padding-top: 280px;
  height:100px;
  display: inline;
  float: right;
  /* margin: 20px -35px 0 0;  */
  margin:   20px -5px 0 0;				/* j */
  background:url(../img/lawyerup_app_hand_sm.png) top right no-repeat;
}
  .android-link {
    background: url(../img/android.icon.png) 36% center no-repeat;
    padding-left: 30px;
    font-size: 75%;
    display: block;
    color: gray;
    text-align: right;
    margin-top: -7px;
  }

#welcome h2 {
  font-size:28px;
}

#welcome p {
  font-size:70%;
  font-weight:bold;
}
#welcome h2, #welcome h4, #welcome p {
  max-width:300px;
  margin-bottom:25px;
}

strong {
  color: #df102b;
}

#signupnow {
  /* text-transform:uppercase; */ 
  outline:0;
  /* font-size:12px;  */
  font-size:11px;
  padding:5px 15px;
}

#signupnow:hover {
  color:#fff;
  text-shadow:0px 1px 2px #000;
}

section.video {
  margin: 10px 0 0 0;
  height: 150px;
}
  section.video a p {
    margin: 0;
    padding: 0;
    font-size: 70%;
    color: #000;
    margin-top: -5px;
    font-weight: bold;
  }

section.video .poster {
  width: 170px;
}

section.video p {
  padding-top:10px;
}

#sidebar hgroup {
  text-align:center;
  text-indent:-9999px;
  background:url(../img/headline.png) top center no-repeat;
}

#sidebar hgroup h3 {
  font-family:TeXGyreAdventorRegular;
  margin:0;
  font-size:34px;
}

#sidebar hgroup h2 {
  font-family:TeXGyreAdventorRegular;
  margin:-12px 0 0 0;
  font-size:50px;
}
#sidebar hgroup h4 {
  margin:0;
  font-size:24px;
}

footer {
  margin-top: 60px;
}

.errorlist {
  color: red;
  list-style: none;
}

/* === j === */

#press-icons {
	margin-top: 20px;
	}

#press-icons li {
	list-style-type: none;
	}
		
#press-icons li + li {
	float: left;
	}
	
#press-icons li a {					/* "Press" */ 
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	letter-spacing: 0.3px;
	margin-top: 10px;
	}

#press-icons li + li a { 		/* logo links */
	text-align: center;
	display: block;
	text-transform: none;
	height: 30px;
	width: 115px;
	height: 35px; 
	}

/* FOR IE7 ONLY */

*+html #sidebar label { margin-top: -12px; }
*+html #footer-inner p { display: inline; }







	
	
