body {
	background: black url(../images/background-gradient.jpg) fixed repeat-x;
}

h1 {
	text-decoration: underline;
	font: 2em  "Share Tech Mono", "Orator Std", "Helvetica", sans-serif;
	color: #ff7b00;
	margin: 6px 0 0 -40px;
        padding: 0 0 0 40px;
        
background: #191919; /* Old browsers */
background: -moz-linear-gradient(left,  #191919 0%, #330a0a 16%, #191919 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#191919), color-stop(16%,#330a0a), color-stop(100%,#191919)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #191919 0%,#330a0a 16%,#191919 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #191919 0%,#330a0a 16%,#191919 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #191919 0%,#330a0a 16%,#191919 100%); /* IE10+ */
background: linear-gradient(to right,  #191919 0%,#330a0a 16%,#191919 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#191919',GradientType=1 ); /* IE6-9 */

text-shadow: 0px 0px 5px #835a5a;


}

h2 {
	color: #902d02;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
	letter-spacing: 4px;
}

hr{
    border: none;
    height: 1px;
    margin: 20px 0;
    
    background: #191919; /* Old browsers */
    background: -moz-linear-gradient(left,  #191919 0%, #303030 30%, #303030 70%, #191919 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#191919), color-stop(30%,#303030), color-stop(70%,#303030), color-stop(100%,#191919)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #191919 0%,#303030 30%,#303030 70%,#191919 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #191919 0%,#303030 30%,#303030 70%,#191919 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #191919 0%,#303030 30%,#303030 70%,#191919 100%); /* IE10+ */
    background: linear-gradient(to right,  #191919 0%,#303030 30%,#303030 70%,#191919 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#191919\', endColorstr=\'#191919\',GradientType=1 ); /* IE6-9 */
}

strong {
    font-size: 1em;
    font-weight: bold;
}

iframe{
    border: none;
}

footer {
    color: #333;
    font:.8em "Arial", "Helvetica", sans-serif;
    text-align: center;
    height: 30px;
}

footer address {
    display: inline;
}

footer a{
    margin: 5px 10px 0 0;
    display: inline-block;
    color: #333;
}

footer a.soundcloud{
        width: 24px;
        height: 17px;
        background: url('../images/soundcloud24x17.png') no-repeat right top;
        margin-bottom: -5px;
}
footer a.twitter{
        width: 19px;
        height: 15px;
        background: url('../images/twitter19x15_grey.png') no-repeat right top;
        margin-bottom: -5px;
}
footer a.youtube{
        width: 24px;
        height: 17px;
        background: url('../images/YouTube-social-icon_red_24px.png') no-repeat right top;
        margin-bottom: -5px;
}

div#outer{
	width: 750px;
	margin: 0 auto;
}

div#banner{
	height: 140px;	
}

div#nav{
	height: 35px;
	color: white;
	background: #882b00 url(../images/nav-background.jpg);
}

div#nav a{
	border-color: black;
	border-style: solid;
	border-width: 2px 1px;	
	/* height of the link is the height of div#nav - top and bottom borders (4) */
	height: 31px;
	/* this makes the text be vertically centered 
	line-height: 200%;	*/
	text-align: center;
	
	text-decoration: none;
	color:#000;
	display:block;
	float: left;
	
	font-family:  'Share Tech Mono', "Orator Std", "Helvetica", sans-serif;
	font-size: 20px;
	/* in order to have the text centered vertically, line-height should match the height of div#nav */
	line-height: 35px;	
}

div#nav a:link{
    width:148px;
}

body div#nav a:hover{
	background: #982b00 url(../images/nav_hover.png);
}

body div#nav a:active{
	background: #A42b00 url(../images/nav_hover.png);
}

div#nav a.current{
	background: #882b00 url(../images/nav_current.png);
}


div#content{
	background-color: #191919;
	color: #CCC;
	font:.9em "Arial", "Helvetica", sans-serif;
	line-height: 1.8em;
	
	padding: 40px;
}





/* project descriptions on video page */
iframe.demo-reel{
margin-left: 55px;
}

h1#prev-projects {
margin: 30px 0 0 0;
}

div.project-title p em{
	font-size: 1.2em;
	font-style: normal;
}



div#contact {
	float:right;
	font: 0.8em "Arial", "Helvetica", sans-serif;
	color: #882b00;
}

div#contact a{
	margin: 5px 10px 0 0;
	font: 1em "Arial", "Helvetica", sans-serif;
	color: #882b00;
	vertical-align:top;
        display: inline-block;
}

div#contact a.soundcloud{
        width: 24px;
        height: 17px;
        background: url('../images/soundcloud24x17.png') no-repeat right top;
}
div#contact a.twitter{
        width: 19px;
        height: 15px;
        background: url('../images/twitter19x15.png') no-repeat right top;
}
div#contact a.youtube{
        width: 24px;
        height: 17px;
        background: url('../images/YouTube-social-icon_red_24px.png') no-repeat right top;
}

div#content a {
	color: #666;
	text-decoration: none;
}

div#content a:hover {
	color: #888;
	text-decoration: none;
}

div#content a.navlink {
    color: #902d02;
    display: block;
    text-decoration: underline;
}

/* news feed */
div.point-in-time {
    color: #555;
    font-size: 0.9em;
}

div.news {
    width: 91%;
    padding: 0 0 20px 0;
    margin: 0 0 0 20px;
}