/********************************      Basic Structure      ********************************/

html { font-size: 100%; height: 100%; margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */ }
body { font-family: Arial, sans-serif; color: #555; font-size: 12px; background-color: #f0f0f0; background-image: url('../images/body-bg.png'); background-repeat: repeat-x; background-position: top; }
#body-wrapper { width: 1000px; margin-left: auto; margin-right: auto; }
/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; color: #333; font-weight: bold; padding-top: 10px; padding-bottom: 7px; padding-left: 5px; display:block; }
h1 { font-family: Arial, sans-serif; font-size: 31px; font-weight: bold; color: #fff; position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */ }
h2 { font-size: 26px; padding: 0 0 10px 0; }
h3 { font-size: 17px; padding: 0 0 5px 0; }
h4 { font-size: 16px; padding: 0 0 5px 0; }
h5 { font-size: 14px; padding: 0 0 5px 0; }
h6 { font-size: 12px; padding: 0 0 5px 0; }
a { color: #09F; text-decoration: none; }
a:hover { color: #000; }
a:active { color: #777; }
a:focus { outline: 1px; }
strong { font-weight: bold; color: #333; }
small { font-size: 10ox; }
pre { font-family: monospace; }
p { padding: 10px; size: 12px; line-height: 25px; }
section { padding-bottom: 10px; padding-top: 10px; border-top-width: 1px; border-top-style: solid; border-top-color: #EDEDED; }
/********************************      Table      ********************************/

#main-content table { width: 100%; border-collapse: collapse; }
#main-content table thead th { font-weight: bold; font-size: 15px; border-bottom: 1px solid #ddd; }
#main-content tbody { border-bottom: 1px solid #ddd; }
#main-content tbody tr { background: #fff; }
#main-content tbody tr.alt-row { background: #f3f3f3; }
#main-content table td, #main-content table th { padding: 10px; line-height: 1.3em; }
#main-content table tfoot td .bulk-actions { padding: 15px 0 5px 0; }
#main-content table tfoot td .bulk-actions select { padding: 4px; border: 1px solid #ccc; }
/********************************      Buttons     ********************************/
				
.button { display: inline-block; padding:5px 10px 6px 10px; font-weight:bold; text-shadow: 1px 1px 1px rgba(255,255,255,0.5); border:1px solid rgba(0,0,0,0.4); -moz-border-radius: 5px; -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5); -webkit-border-radius: 5px; -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5); background-image: url(../images/btn.bg.png); background-repeat: repeat-x; background-position: 0px 0px; margin: 5px; }
.button:hover { text-shadow: 1px 1px 1px rgba(0,0,0,0.5); cursor:pointer; }
.blue { background-color: #ededed; color: #141414; }
.blue:hover { background-color: #0099FF; color: #ffffff; }
.green { background-color: #ededed; color: #141414; }
.green:hover { background-color: #8aff00; color: #ffffff; }
.red { background-color: #ededed; color: #141414; }
.red:hover { background-color: #ff004e; color: #ffffff; }
/********************************      Forms      ********************************/

form { width: 640px; }
form label { display:block; font-weight:bold; font-size: 12px; line-height: 20px; padding: 3px; height:20px; }
form .small { width: 30%; }
form .medium { width: 50%; }
form .large { width: 85%; }
form .text-input { background-color: #FFF; border: 1px solid #dedede; height: 20px; line-height: 20px; padding: 3px; -mox-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
form .checkbox { background-color: #dedede; border: 1px solid #dedede; padding: 3px; }
form textarea { background-color: #FFF; border: 1px solid #dedede; height: 125px; line-height: 20px; padding: 3px; -mox-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; width: 500px; }
form select { background-color: #FFF; border: 1px solid #dedede; line-height: 20px; padding: 5px; -mox-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
form .text-input:focus, textarea:focus, select:focus { border: 1px solid #0099FF; -moz-box-shadow: 0px 0px 2px #0099FF; -webkit-box-shadow: 0px 0px 2px #0099FF; }
/********************************  jQuery Validate   ********************************/

form .error { border: 1px solid #FF704E; background: #ffcece url('../images/error.png') no-repeat; border-color: #df8f8f; color: #665252; background-position: 5px center !important; padding: 5px 5px 5px 30px; text-size: 12px; line-height: 20px; margin: 10px 0 10px 0; }
form label.error { width: 75%; }
form input.error, textarea.error { border: 1px solid #FF704E; background: #ffcece; }
form .ok { border: 1px solid #6C6; }
/********************************  Notifications   ********************************/

.notification { border: 1px solid; background-position: 5px center !important; background-repeat: no-repeat !important; padding: 5px 5px 5px 30px; text-size: 12px; line-height: 20px; margin: 10px 0 10px 0; }
.alert { background: #fffbcc url('../images/alert.png'); border-color: #e6db55; color: #666452; }
.info { background: #dbe3ff url('../images/info.png'); border-color: #a2b4ee; color: #585b66; }
.success { background: #d5ffce url('../images/success.png'); border-color: #9adf8f; color: #556652; }
.error { background: #ffcece url('../images/error.png'); border-color: #df8f8f; color: #665252; }
/********************************      General Classes      ********************************/

.clear { clear: both; }
.align-left { float: left; }
.align-right { float: right; }
/********************************         Search        ********************************/

.search-form { height: 20px; width: 260px; }
.search-form form { height: 20px; width: 260px }
.search-form form input[type="text"] { float: left; display: block; border: 0px; background: #FFF; height: 20px; line-height: 20px; color: #000; padding: 3px; width: 160px; margin: 0px; }
.search-form form input[type="submit"] { float: left; display: block; margin: 0px; border: 0px; padding: 3px; background: #0099FF; color: #FFF; height: 26px; width: 60px; line-height: 20px; }
.search-form form input[type="submit"]:hover { background: #e8e8e8; color: #000; }
/********************************         Top Bar         ********************************/

#topbar { width: 1000px; height: 25px; line-height: 25px; margin-bottom: 10px; }
#topbar ul { }
#topbar ul li { float:right; }
#topbar ul li a { display:block; padding-left:10px; padding-right: 10px; }
#topbar ul li a:hover { color: #FFF; }
/********************************        Navigation       ********************************/

#nav { width: 1000px; height: 100px; line-height: 25px; margin-bottom: 10px; }
#nav #logo { float: left; margin-top: 10px; margin-right: 20px; }
#nav .search-form { float:right; margin-top:50px; }
#nav ul { margin-top:50px; display: inline; float:left; }
#nav ul li { float:left; }
#nav ul li a { display:block; margin-left:10px; margin-right: 10px; height:25px; font-size:16px; color: #FFF; font-weight:bold; }
#nav ul li a:hover { color: #09F; }
/********************************        Banner       ********************************/

#banner { width: 980px; height: 250px; background-color: #F4F4F4; -moz-box-shadow: 3px 3px 4px #CCC; -webkit-box-shadow: 3px 3px 4px #CCC; box-shadow: 3px 3px 4px #CCC; margin-bottom: 15px; margin-left: auto; margin-right: auto; overflow:hidden; }
#banner img { height: 240px; width: 970px; padding: 5px; overflow:hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
/********************************        Main Content      ********************************/

#main-content { width: 990px; padding: 5px; background-color: #FFF; -moz-box-shadow: 3px 3px 4px #CCC; -webkit-box-shadow: 3px 3px 4px #CCC; box-shadow: 3px 3px 4px #CCC; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-bottom: 20px; }
#main-content .column-left { float:left; width: 650px; min-height: 400px; margin-top: 15px; margin-right:10px; }
#main-content .column-right { float:right; width: 300px; margin-top: 15px; border-left: 1px; border-left-style:solid; border-left-color:#EDEDED; padding-left: 15px; padding-right: 10px; }
/********************************        Column Left     ********************************/

#main-content .column-left .title { font-size: 17px; padding: 0 0 5px 5px; color: #333; font-weight: bold; padding-top: 10px; padding-bottom: 7px; padding-left: 5px; }
#main-content .column-left .title small { font-size: 12px; font-weight: normal; }
/********************************        Column Right      ********************************/

#main-content .column-right h4 { display:block; width:100%; background-color:#EDEDED; padding: 5px; }
#main-content .column-right section { padding: 5px; }
#main-content .column-right img { border: 1px solid #333; margin-bottom: 20px; -moz-box-shadow: 3px 3px 4px #CCC; -webkit-box-shadow: 3px 3px 4px #CCC; box-shadow: 3px 3px 4px #CCC; }
#main-content .column-right ul { margin-top: 5px; margin-bottom: 5px; }
#main-content .column-right ul li { padding-top: 5px; padding-bottom: 5px; line-height:18px; }
/********************************      Latest Episodes      ********************************/

.latest-episodes { width: 630px; }
.latest-episodes .episode { width: 150px; height: 85px; padding: 10px; position: relative; float: left; display:block; margin-left: 10px; margin-right: 15px; margin-bottom: 20px; border: 1px solid #EDEDED; background-color: #FDFDFD; -moz-box-shadow: 2px 2px 3px #CCC; -webkit-box-shadow: 2px 2px 3px #CCC; box-shadow: 2px 2px 3px #CCC; }
.latest-episodes .episode img { max-height:85px; max-width:150px; position: absolute; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.latest-episodes .episode .meta { font-size:10px; line-height: 20px; color: #09F; background-color: #000; height: 20px; width: 130px; padding-left:10px; padding-right:10px; position: relative; top: 65px; display: block; opacity: 0.8; font-weight:bold; overflow: hidden; }
/********************************      Program      ********************************/

.programs-list { width: 630px; position:relative; }
.programs-list .program { width: 150px; height:175px; padding: 10px; float: left; margin-left: 10px; margin-right: 15px; margin-bottom: 20px; border: 1px solid #EDEDED; background-color: #FDFDFD; -moz-box-shadow: 2px 2px 3px #CCC; -webkit-box-shadow: 2px 2px 3px #CCC; box-shadow: 2px 2px 3px #CCC; }
.programs-list .program img { max-width:150px; max-height:175px; position: absolute; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.programs-list .program .meta { font-size:10px; line-height: 25px; color: #09F; background-color: #000; height: 25px; width: 130px; padding-left:10px; padding-right:10px; position: relative; top: 150px; display: block; opacity: 0.8; font-weight:bold }
/********************************      Latest Blogs     ********************************/

.latest-blog { width: 630px; }
.latest-blog .post { width: 100%; margin-top:10px; margin-bottom:20px; padding-left:20px; padding-right:10px; }
.latest-blog .post h4 { height: 25px; line-height: 25px; }
.latest-blog .post .meta { height: 15px; font-size:12px; width: 600px; line-height: 12px; color: #999; padding-bottom: 5px; display:block; }
.latest-blog .post .content { font-size:12px; width: 600px; line-height: 25px; display:block; }
/********************************      Sponsors     ********************************/

.sponsors { width: 630px; }
.sponsors .sponsor { float: left; width: 200px; height: 75px; padding:5px; background-color:#EDEDED; border: 1px solid #EDEDED; background-color: #F7F7F7; -moz-box-shadow: 2px 2px 3px #CCC; -webkit-box-shadow: 2px 2px 3px #CCC; box-shadow: 2px 2px 3px #CCC; margin-right: 20px; margin-bottom: 10px; }
.sponsors .sponsor img { max-width: 75px; max-height: 75px; margin-right: 10px; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.sponsors .sponsor .name { width: 110px; max-height: 25px; float: left; margin-top:10px; }
.sponsors .sponsor .website { width: 110px; max-height: 25px; float: left; margin-top:5px; font-size: 10px; }

/********************************      Staff     ********************************/

.staff-members { width: 630px; }
.staff-members a { color: #000; }
.staff-members a:hover { color: #0099FF; }
.staff-members .staff { float: left; width: 275px; height: 50px; padding:5px; background-color:#EDEDED; border: 1px solid #EDEDED; background-color: #F7F7F7; -moz-box-shadow: 2px 2px 3px #CCC; -webkit-box-shadow: 2px 2px 3px #CCC; box-shadow: 2px 2px 3px #CCC; margin-right: 20px; margin-bottom: 10px; }
.staff-members .staff img { max-width: 50px; max-height: 50px; margin-right: 10px; float: left; }
.staff-members .staff .name { width: 215px; height: 20px; line-height:20px; overflow: hidden; font-weight:bold; float:left; }
.staff-members .staff .pos { width: 215px; height: 20px; overflow: hidden; line-height:20px; float:left; }

/********************************        Paginiation      ********************************/

#main-content .pagination { text-align: right; padding: 20px 0 5px 0; font-size: 10px; }
.pagination a { margin: 0 5px 0 0; padding: 3px 6px; }
.pagination a.number { border: 1px solid #ddd; }
.pagination a.current { border-color: #0099ff; color: #fff; background-color: #00C0FF; }
.pagination a.current:hover { text-decoration: underline; }

/********************************       Galleria      ********************************/

#galleria { height:320px; }

/********************************     Photo Albums      ********************************/

.photo-albums { width: 100%; padding: 0px; margin-top: 10px; margin-bottom: 10px; list-style: none; }
.photo-albums li { background: url(../images/cameria-icon.png) no-repeat 0px 0px; padding: 5px 5px 5px 45px; height: 25px; display: block; list-style: none; margin-left: 10px; } 
.photo-albums li a { font-size: 18px; line-height: 35px; font-weight: bold; color: #09F; text-decoration: none; }
.photo-albums li a:hover { color: #000; }

/********************************     Video Player      ********************************/

.video-player { width: 650px; }
.video-player .video { width: 650px; height: 365px; background-color:#000; position: relative; }
.video-player .video embed, .video-player .video iframe { z-index:0; }
.video-player .video .loading { background-image: url('../images/classic-loader.gif'); background-repeat: no-repeat; background-position: center center; width: 650px; height: 365px; background-color:#000; }
.video-player .video embed { width: 650px; height: 365px; }
.video-player #social { width: 640px; padding: 5px; margin-bottom: 10px; background-color:#EDEDED; margin-top:10px; }
.video-player .meta { width: 640px; padding: 5px; margin-bottom: 10px; background-color:#EDEDED; margin-top:10px; }

/********************************      Modal Windows      ********************************/

.modal { width: 650px; max-height: 600px; overflow: auto; }
.modal .title { font-size: 17px; padding: 0 0 5px 5px; color: #333; font-weight: bold; padding-top: 10px; padding-bottom: 7px; padding-left: 5px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EDEDED; }
.modal p { padding: 10px; size: 13px; line-height: 20px; }
.modal .list { list-style-type: disc; list-style-position: outside; }
.modal .list li { padding: 5px; margin-left:25px; margin-top:5px; margin-bottom:5px; display: block; line-height: 15px; }

/********************************        Comments      ********************************/

.comments { width: 640px; }
.comments .comment { width: 640px; padding: 3px; margin-bottom: 5px; background-color:#F7F7F7; margin-top:10px; margin-bottom:5px; }
.comments .comment .meta { width: 640px; padding: 3px; margin-bottom: 5px; font-weight:bold; font-size:12px; }
.comments .comment .flag { float: right; line-height: 20px; background-image: url(../images/flag.png); background-repeat: no-repeat; background-position: 0px 2px; height: 20px; padding-left: 20px; }
.comments .comment .content { width: 640px; padding: 3px; margin-bottom: 5px; font-size:11px; }

/********************************        Footer      ********************************/

#main-content #footer { width: 990px; padding-top: 30px; }
#main-content #footer h3 { padding: 5px; margin-bottom: 10px; background-color:#EDEDED; }
#main-content #footer .column { float: left; width: 230px; padding: 5px; }
#main-content #footer .column li { border-bottom-style: dashed; border-bottom-width: 1px; border-bottom-color: #EDEDED; }
#main-content #footer .column a { color: #666; display:block; padding-left: 5px; padding-right: 5px; padding-top: 10px; padding-bottom: 10px; }
#main-content #footer .column a:hover { color: #000; }
#main-content #footer .legal { margin-top: 20px; padding-top: 5px; padding-bottom: 5px; color: #999; size: 11px; text-align:center; line-height:20px; }
