/* Standard Css */

body { background: url(../images/bgtile.jpg); margin: 10px 0; font-family: "Lucida Grande", verdana, sans-serif; font-size: 10px; }
h1,h2,h3,p,ul,li { margin: 0; padding: 0; }
ul, li { list-style: none; }
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
a { text-decoration: none; color: #CC1111; }
a:hover { color: #555555; }

/* Main Css */

#container { width: 1000px; margin: 0 auto; padding: 8px; border: 2px solid #222222; background: #ABABAB; }

#contents { background: url(../images/bg.gif) top center repeat-y; }

#right { width: 220px; float: right; margin-left: 2px; background: transparent; }
#header { background: #ABABAB; margin: 0 222px; text-align: center; }
#header *, #footer * { color: #FFFFFF; }	
#middle { background: #FFFFFF; margin: 2px 222px; }
#footer { margin: 0 222px; padding: 10px; text-align: center; background: #ABABAB; font-size: 9px; }
#left { width: 220px; float: left; margin-right: 2px; background: transparent; text-align: center; }

/* Index Video Containers [ Hard-Coded Into Script ] */

#videoContainer1 { border-bottom: 0px dotted #999999; }
#videoThumbnail img { border: 1px solid #000000; }
#videoTitle { font-weight: bold; margin-bottom: 5px; }
#videoTitle a { text-decoration: none; }
#videoDescription { color: #444444; font-size: 9px; margin-bottom: 15px; }
#videoRating { margin-bottom: 15px; }
#videoAuthor,#videoViews,#videoDuration { font-size: 10px; }
#videoDuration { margin-bottom: 15px; }

/* Index Video Containers View 2 [ Hard-Coded Into Script ] */

#videoContainer2 { height: 175px; padding: 0 8px; text-align: center; width: 162px; float: left; }
#videoThumbnail2 img { border: 1px solid #000000; }
#videoTitle2 { font-weight: bold; margin-bottom: 15px; }
#videoTitle2 a { text-decoration: none; }

/* Video Comments [ Hard-Coded Into Script ] */

#commentBox { border: 0px solid #000000; background: #FAFAFA; padding: 1px; }
#comments { margin-bottom: 20px; color: #2e2e2e; }
#commentAuthor { background: #E5E5E5; padding: 4px; }
#commentAuthor a { color: #2e2e2e;}
#commentText { color: #2e2e2e; padding: 4px; }

/* Links List Css */

#linksList li { margin-bottom: 10px; }
#linksList li b { text-decoration: underline; }