/* application.css */

*
{
    text-align: left;
}

#footer
{
	/* We can over-ride default settings here instead of changing the original
       sticky-footer.css */
    padding-top: 0px;
	height: 150px;
	margin-top: -150px;
}

#main
{
    padding-bottom: 170px;
}


.presskitbox
{
    padding: 20px 0px 20px 20px;
}


/* Gradient color1 - color2 - color1 */
		
hr.style-one {
    border: 0;
    height: 1px;
    background: #000;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}


/* Double-color dashed line */
		
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #414141;
    background: #000;
}