/* Standard Css */

body { background: url(../images/bgtile.jpg); margin: 10px 0; font-family: "Lucida Grande", verdana, sans-serif; font-size: 12px; }
h1,h2,h3,p,ul,li { margin: 0; padding: 0; color: #FFFFFF;}
ul, li { list-style: none; }
h1 { font-size: 20px; #FFFFFF;}
h2 { font-size: 14px; #FFFFFF;}
h3 { font-size: 12px; #FFFFFF;}
a { text-decoration: none; color: #FFC028; }
a:hover { color: #FCDD06; }

/* Main Css */

#container { width: 1070px; margin: 0 auto; padding: 8px; border: 2px solid #222222; background: #122E49; }

#contents { background: url(../images/bg.gif) top center repeat-y; }

#right { width: 220px; float: right; margin-left: 2px; background: #122E49; }
#header { background: #FCDD06; margin: 0 222px; text-align: center; }
#header *, #footer * { color: #111111; }	
#middle { background: #122E49; margin: 2px 225px; color: #FFFFFF}
#footer { margin: 0 222px; padding: 10px; text-align: center; background: #ABABAB; font-size: 9px; color: #ffffff}
#left { width: 220px; float: left; margin-right: 2px; background: #122E49; text-align: right; }

/* 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: #ffffff; font-size: 9px; margin-bottom: 15px; }
#videoRating { margin-bottom: 15px; }
#videoAuthor,#videoViews,#videoDuration { font-size: 10px; color: #FFFFFF;}
#videoDuration { margin-bottom: 15px; color: #FFFFFF;}

/* 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; #FFFFFF;}
#videoTitle2 a { text-decoration: none; #FFFFFF;}

/* Video Comments [ Hard-Coded Into Script ] */

#commentBox { border: 0px solid #ffffff; background: #FAFAFA; padding: 1px; }
#comments { margin-bottom: 20px; color: #2e2e2e; }
#commentAuthor { background: color: #FFFFFF; padding: 4px; }
#commentAuthor a { color: #FFFFFF; }
#commentText { color: #FFFFFF; padding: 4px; }

/* Links List Css */

#linksList li { margin-bottom: 10px; }
#linksList li b { text-decoration: underline; }