/*do the css*/ /* fonts */ @font-face { font-family: "Open Sans"; src: url("http://gwenbell.com/fonts/opensans-light-webfont.ttf"); font-weight: 300; } @font-face { font-family: "Open Sans"; src: url("http://gwenbell.com/fonts/opensans-italic-webfont.ttf"); font-weight: 400; } @font-face { font-family: "Open Sans"; src: url("http://gwenbell.com/fonts/opensans-regular-webfont.ttf"); font-weight: 400; } @font-face { font-family: "Open Sans"; src: url("http://gwenbell.com/fonts/opensans-bold-webfont.ttf"); font-weight: 600; } p { font-family: 'Open Sans', arial, sans-serif; color: #515151; font-weight: 300; } h1, h2, h3 { font-family: 'Open Sans', arial, sans-serif; color: #515151; font-weight: 400; } /*body*/ .comments { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd; background: #fff; font-size: .8em; line-height: 1.2em; margin-bottom: .3em; margin-top: .3em; padding-top: .6em; padding-right: .6em; padding-left: .6em; } /*position */ .sidebar { position: fixed; width: 25%; margin-right: 3em; } .frame { width: 75%; margin-left: auto; } iframe { width: 100%; height: 100%; border: none; margin: 0; }