/* @override http://gimpvids.com/style.css */

* { cursor: default; }
a, a *{ cursor: pointer; }
a{ color: #e6e29e; text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ border: none; }

body{ padding: 0; margin: 0; text-align: center; font: 11pt/15pt "Trebuchet MS", Arial, sans-serif; background: #181818; color: #f0f0f0; }
.container{ width: 860px; padding: 0; margin: 0 auto; text-align: left; }
.clear{ height: 0px; display: block; line-height: 0; padding: 0; margin: 0; border: 0; clear: both; }

.header{ background: #151515; border-bottom: 1px solid #2c2a1a; padding: 20px 0; }
.header h1{ margin: 0; padding: 0; float: left; }
.header ul{ float: right; padding: 0; margin: 0; list-style: none; }
.header ul li{ float: right; margin-left: 25px; }

h1{ font-weight: normal; color: #b3b3b3; }

.footer{ font-size: 10.5pt; color: #555; border-top: 1px solid #2c2a1a; margin-top: 40px; padding-top: 10px; }
.footer a{ color: #a7a394;}
.footer a b{ color: #ffe037; }

ol.vids{ list-style: none; padding: 0; margin: 0; width: 680px; border-right: 1px solid #222;}
ol.vids li .thumb{ float: left; }
ol.vids li .thumb img{ border-bottom: 2px solid #111; border-right: 1px solid #111;}
ol.vids li .post{ margin-left: 170px; }
ol.vids li .post h2{ margin-bottom: 0; }
ol.vids li .post h2 a{ color: #ffe037; }
ol.vids li .post small{ color:  #888; }

.vidbox{ text-align: center; }

.pagebar{ text-align: center; padding-top: 15px; line-height: 23pt; }
.pagebar a{ text-transform: uppercase; padding: 2px 8px; background: #111;}
.pagebar a.select{ font-size: 13pt; color: #ffe037; }
.pagebar .next{ float: right; width: 80px; }
.pagebar .prev{ float: left; width: 80px; }