@charset "utf-8";
/* CSS Document */

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
a {
    color: #635f59;
    font-size:11px;
    font-weight:bold;
}
ol, ul {
    list-style: none outside none;
}
h1 {
    margin-top: 18px;
    font-size: 20px;
    font-weight:300;    
}
h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
html {
    font-size: 100%;
    min-height: 100%;
}
body {
    font-family: Verdana,Helvetica,sans-serif;
    padding: 0;
}
#content{
	background-color:white;
}

/* VidBox */

#vidBox {
    padding:20px 0;
    height:337px;
    width:500px;
	background-color:white;
    /*margin:20px;*/    
}
#videoContainer {
    width:480px;
    height:290px;
    margin:10px;
    float:left; 
}
#videoContainer #transcript {
    margin-top:5px;
    text-align:left;   
}

#videoContainer #transcript a{
    color:#1a1712;
    text-decoration:none;
    font-weight:100;
    padding-right:10px;
}
#videoContainer #transcript a:hover {
    text-decoration:underline;
}
