/*
 ProJam2 skin css
 Fri, 23 Jul 2010 12:09:14 -0700
*/
/* ------------------------------------------------------------------- #
# File: ProJam.css (ProJam (Light) Skin Template CSS)
# Author: Huw Williams | huw@oinkba.com
# Copyright 2010 www.oinkba.com
* You may edit the files included with this distribution to suit your
* own site, but please leave these credits intact.
# ------------------------------------------------------------------- */
body {
font-family: Arial, "Trebuchet MS", Helvetica, Verdana;
background: #111;
font-size: 12px;
color: #222;
padding:0;
margin:0;
}
/* --- SITE LINKS --------- */
a {color: #105CBF;text-decoration: none;}
a:hover {color: #BA4B0D;text-decoration: none;}
/* --- FONTS MISC --------- */
p {font-size: 1.17em;line-height: 1.27em;}
h1 {font-weight: bold;font-size: 22px; margin:0;}
h2 {font-weight: bold;font-size: 18px; margin:0;}
h3 {font-weight: bold;font-size: 15px; margin:0;}
h4 {font-weight: normal;font-size: 13px; margin:0;}
/* --- HEADER --------- */
#top-bar {background:#262626;height:32px;border-bottom: 1px solid #000;}
.welcome {color:#DDD;padding: 8px;float: left;}
.page-welcome {color:#663; background-color:#222; padding:1px 3px 1px 0;}
.page-welcome:hover {color:#DDD; background-color:#111;}
.flags {padding:8px;float: right;}
#logo-bar {background-color: #303030;height: 100px;border-top: 1px solid #393939;border-bottom: 1px solid #000;}
h1.logo {float:left; padding:0; margin:0;}
.logo-ads {float:right;padding-top:20px;}
/* --- HEADER MENU NAVBAR --------- */
#nav-bar {background:#373737;height:27px;padding:10px;border-top: 1px solid #414141;}
#nav {margin:0;padding:0;}
#nav ul {
float: left;
text-transform: uppercase;
margin:0;
padding:0;
}
#nav li {
float: left;
list-style: none;
margin:0;
padding:0;
}
#nav ul li {
list-style: none;
margin: 0px 0px 0px -1px;
padding:0;
}
#nav li a, #nav li a:link {
color: #CCC;
background:#222;
display: block;
font-size: 13px;
margin:0;
padding: 6px 10px 6px 10px;
border-right: 1px solid #333;
text-decoration: none;
}
#nav li a:hover, #nav li a:active {
background: #111;
color: #FFFFFF;
display: block;
margin:0;
padding: 6px 10px 6px 10px;
text-decoration: none;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #1A1A1A;
width: 170px;
color: #CCCCCC;
float: none;
margin: 0px;
padding: 7px 10px 7px 10px;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
}
#nav li li a:hover, #nav li li a:active {
background: #373737;
color: #FFFFFF;
padding: 7px 10px 7px 10px;
}
#nav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 190px;
margin:0;
padding:0;
}
#nav li li { }
#nav li ul a {width: 160px;}
#nav li ul a:hover, #nav li ul a:active { }
#nav li ul ul {margin: -31px 0 0 192px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}
#nav li:hover, #nav li.sfhover {position: static;}
#nav .current a {
background: #FC0;
color: #000;
display: block;
margin:0;
padding: 6px 10px 6px 10px;
text-decoration: none;
}
/* --- RANKING MENU --------- */
div#ranking-menu {font-weight: bold;}
#ranking-menu ul {margin:0;padding:0;}
#ranking-menu ul li {
margin:0;
padding:0;
list-style-type: none;
display: inline;
font-size: 11px;
}
#ranking-menu ul li a:link, #ranking-menu ul li a:visited {
color: #333;
text-decoration: none;
background: #FFF;
display: block;
margin-bottom: 2px;
border: 1px solid #FD9;
padding: 3px 0 3px 15px;
}
#ranking-menu ul li a:hover {
color: #DDD;
text-decoration: none;
background-color: #333;
}
/* --- WRAPPER / CONTAINER --------- */
.wrapper {
width: 990px;
margin: 0px auto;
padding:0;
}
#container {
height:100%;
min-height: 100%;
padding: 30px 10px 20px 10px;
background: #FFF;
border: 4px solid #AAA;
}
/* --- MAIN CONTENT --------- */
#content-left {
width: 220px;
margin-left:0;
padding:0;
float: left;
}
#content-right {
width: 730px;
margin-right:0;
padding:0;
float: right;
}
#content-full {
width: 960px;
margin:0;
padding:0;
}
/* --- BOXES --------- */
#head-180 {
height: 30px;
background: #333;
border-bottom: #000 solid 1px;
font-size: 15px;
padding-left: 10px;
line-height: 30px;
color: #DDD;
}
#head-180-big {
height: 46px;
background-color: #333;
border-bottom: #000 solid 1px;
font-size: 15px;
line-height: 15px;
padding-left: 10px;
color: #DDD;
}
.head-button {
float: right;
padding-top: 0px;
padding-right: 4px;
}
.body-1 {
background: #F0F0F0;
border: #999 solid 1px;
padding: 10px;
margin-bottom: 25px;
}
.body-2 {
background: #FFF;
border: #999 solid 1px;
padding:0;
margin-bottom: 25px;
}
.body-3 {
background: #F0F0F0;
border: #999 solid 1px;
padding: 10px;
}
.body-4 {
background: #FFF;
border: #999 solid 1px;
padding:0;
}
.body-5 {
background: #F0F0F0;
border: #999 dotted 1px;
padding:0;
}
.body-title {
background: #E0E0E0;
color: #333;
font-size: 13px;
height: 26px;
line-height: 26px;
text-align: left;
padding-left: 10px;
}
/* --- HEAD-180 MENU --------- */
#nav-180 {margin:0; padding:0;}
#nav-180 ul {margin:0;padding:0; list-style-type: none;}
#nav-180 ul li {float:left;}
#nav-180 ul li a {
text-decoration: none;
background: url("http://projam.oinkba.com/skins/ProJam2/images/head_180_sml_ov.png") no-repeat;
color: #666;
font-size: 15px;
line-height: 26px;
float: left;
margin: 0px;
height: 26px;
width: 180px;
padding: 1px 0 0 10px;
}
#nav-180 li a:hover {
background: url("http://projam.oinkba.com/skins/ProJam2/images/head_180_sml_current.png") no-repeat;
color: #BA4B0D;
}
#nav-180-current {
text-decoration: none;
background: url("http://projam.oinkba.com/skins/ProJam2/images/head_180_sml_current.png") no-repeat top left;
color: #DDD;
font-size: 15px;
line-height: 26px;
float: left;
margin: 0px;
height: 26px;
width: 180px;
padding: 1px 0 0 10px;
}
/* --- IMAGES/BULLETS/TEXT/LINES --------- */
img {border:0;}
img.border {border: 1px #999 solid; padding:2px; background:#FFF;}
img.border:hover {border: 1px #FFF solid; padding:2px; background:#000;}
.photo {background: #FFF; border: 1px #999 solid; padding: 10px;}
.photo:hover {background: #F0F0F0;}
.image-overlay {position:relative;}
.image-overlay-title {position:absolute;bottom:11px;font-size:13px;padding:3px;background: url("http://projam.oinkba.com/skins/ProJam2/images/overlay.png") repeat; color:#AAA;}
.image-overlay-title:hover {background:#000; color:#BA4B0D;}
.image-overlay-title a {color:#AAA;}
.image-overlay-title a:hover {color:#FC0;}
.video-length {position:relative;}
.video-length-overlay {position:absolute;bottom:3px;right:3px;font-size:10px;color:#FFF;padding:1px;background: url("http://projam.oinkba.com/skins/ProJam2/images/overlay.png") repeat;}
.video-length-overlay-ext {position:absolute;bottom:3px;right:3px;font-size:10px;color:#FFF;padding:1px;background:#F30;}
.online {
font-size: 12px;
font-weight: bold;
color: #66CC00;
text-decoration: blink;
}
.blink {text-decoration:blink;}
.line {border-bottom: 1px #999 dotted;}
.line-left {border-left: 1px #999 solid;}
.line-right {border-right: 1px #999 solid;}
.border-1px {border: 1px #999 solid;}
.page {padding:8px; background:#E0E0E0; text-decoration:none;}
.page:hover {background: #FFF;}
.page-selected {background: #E6EBDA;}
#row-play {
background: #E0E0E0;
padding: 2px;
font-size: 12px;
color: #333;
}
.bullet-list {background: url("http://projam.oinkba.com/skins/ProJam2/images/bullet_set.png") no-repeat 0 4px; padding-left: 14px;}
.bullet-list:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/bullet_set.png") no-repeat 0 -13px;}
.bullet-toggle {background: url("http://projam.oinkba.com/skins/ProJam2/images/bullet_toggle_set.gif") no-repeat 0 0; padding-left: 15px;}
.bullet-toggle:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/bullet_toggle_set.gif") no-repeat 0 -15px; padding-left: 15px;}
.button-play {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_player_set.png") no-repeat 0 0; height:20px; width:20px;}
.button-play:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_player_set.png") no-repeat 0 -20px;}
.button-playing {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_player_set.png") no-repeat 0 -40px; height:20px; width:20px;}
.button-more {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_more_set.png") no-repeat 0 0; height:16px; width:47px;}
.button-more:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_more_set.png") no-repeat 0 -17px;}
.button-toggle {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_toggle_set.gif") no-repeat 0 0; height:12px; width:52px;}
.button-toggle:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_toggle_set.gif") no-repeat 0 -13px;}
.button-arrow-next {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 0; height:14px; width:25px; padding-left:25px;}
.button-arrow-next:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 -15px; height:14px; padding-left:25px;}
.button-arrow-next-off {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 -30px; height:14px; padding-left:25px;}
.button-arrow-previous {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 -45px; height:14px; padding-left:25px;}
.button-arrow-previous:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 -60px; height:14px; padding-left:25px;}
.button-arrow-previous-off {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_arrow_set.png") no-repeat 0 -75px; height:14px; padding-left:25px;}
.button-fav {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_fav_set.png") no-repeat 0 0; padding-left:22px;}
.button-fav:hover {background: url("http://projam.oinkba.com/skins/ProJam2/images/button_fav_set.png") no-repeat 0 -17px;}
.highlight-txt {color: #BA4B0D;}
.highlight-txt-2 {color: #330;font-size: 18px;font-weight: bold;}
.highlight-txt-3 {color: #096;}
.error {color: #FF3300;font-weight: bold;}
.success {color: #86BE3D;font-weight: bold;}
.font-10px {font-size: 10px;}
.font-11px {font-size: 11px;}
.font-12px {font-size: 12px;}
.font-15px {font-size: 15px;}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.hide { display: none; }
/* --- BLOG/REVIEW/TITLE TEXT --------- */
.br-title {color: #330;font-size: 17px;font-weight: bold;}
.br-info {background: #E0E0E0;padding: 6px;}
.entry-box-icon {background: url("http://projam.oinkba.com/skins/ProJam2/images/entry_box_icon.png") no-repeat;float:left;position:relative;top:-22px;left:20px;height:24px;width:24px;}
.blog-post {background: url("http://projam.oinkba.com/skins/ProJam2/images/blog_icon_post.png") no-repeat 0 0; padding-left:20px;}
.blog-user {background: url("http://projam.oinkba.com/skins/ProJam2/images/blog_icon_user.png") no-repeat 0 0; padding-left:20px;}
.blog-date {background: url("http://projam.oinkba.com/skins/ProJam2/images/blog_icon_date.png") no-repeat 0 0; padding-left:20px; margin-left:15px;}
.blog-replies {background: url("http://projam.oinkba.com/skins/ProJam2/images/blog_icon_replies.png") no-repeat 0 0; padding-left:20px; margin-left:15px;}
.blog-tag {background: url("http://projam.oinkba.com/skins/ProJam2/images/blog_icon_tag.png") no-repeat 0 0; padding-left:20px; margin-left:15px;}
/* --- TABLE ELEMENTS --------- */
.table-title {
color: #F0F0F0;
background-color: #333;
font-size: 12px;
padding: 6px;
text-transform: uppercase;
}
.table-row {
color: #333;
background-color: #CCC;
font-size: 12px;
padding: 6px;
}
/* --- CALENDAR SMALL --------- */
.cal-head {
background: #CCC;
padding: 4px;
font-size: 10px;
font-weight: bold;
color: #333;
text-align: center;
}
.cal-title {
background: #333;
padding: 4px;
font-size: 10px;
font-weight: bold;
color: #FC0;
text-align: center;
}
.cal-row {
background: #CCC;
padding: 0px;
font-size: 9px;
font-weight: bold;
color: #333;
text-align: center;
}
.cal-active {
background: #CCC;
padding: 0px;
font-size: 9px;
font-weight: bold;
text-align: center;
}
/* --- CALENDAR BIG --------- */
.cal-head-big {
background: #CCC;
padding: 10px;
font-size: 13px;
font-weight: bold;
color: #333;
text-align: center;
}
.cal-title-big {
background: #333;
padding: 8px;
font-size: 12px;
font-weight: bold;
color: #FC0;
text-align: center;
}
.cal-row-big {
background: #CCC;
padding: 8px;
font-size: 12px;
font-weight: bold;
color: #333;
text-align: left;
}
.cal-active-big {
background: #F0F0F0;
padding: 0px;
font-size: 10px;
font-weight: bold;
text-align: left;
}
/* --- SHOW/HIDE CONTENT --------- */
.dhtml-title {
color: #333333;
font-size: 15px;
font-weight: bold;
padding-left: 20px;
}
.dhtml-menu {
padding-left: 10px;
}
.dhtmlgoodies_question {
color: #105CBF;
overflow: hidden;
cursor: pointer;
text-decoration: underline;
}
.dhtmlgoodies_question:hover {
color: #BA4B0D;
}
.dhtmlgoodies_answer {
border: 1px solid #999999;
background-color: #FFFFFF;
visibility: hidden;
height: 0px;
overflow: hidden;
position: relative;
margin-top: 5px;
margin-bottom: 10px;
}
.dhtmlgoodies_answer_content {
padding: 6px;
font-size: 12px;
position: relative;
}
/* --- THEME TITLES --------- */
.forum {
background: transparent url("http://projam.oinkba.com/skins/ProJam2/images/bullet_forum.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
color: #999;
font-weight: bold;
line-height: 45px;
}
/* --- FORMS AND BUTTONS --------- */
form.margin {margin: 0px;}
input.text, select, file {font-size:11px; border: 1px #999 solid; background-color:#FFF;}
input.text, select {margin-bottom:2px;}
input.button {font-size: 11px;font-weight:bold; cursor:pointer; border: 1px #999 solid; background-color:#FFF; margin-bottom:2px;}
input.button:hover {background-color:#F93; color:#000;}
textarea {font-size:12px; border: 1px #999 solid; background-color:#FFF;}
/* --- SPACERS --------- */
.spacer2 {height: 2px;}
.spacer10 {height: 10px;}
.spacer20 {height: 20px;}
/* --- FOOTER --------- */
#footer-container {
margin-top: 40px;
background: #333;
border-bottom: 1px solid #000;
}
.footer {margin:0;padding:0;color:#999;}
.footer ul {float:left;text-align:left;margin:0;padding:20px 0 20px 0;width:20%;}
.footer ul li {list-style: none;line-height: 16px;font-size: 13px;}
.footer ul li a {text-decoration:none;color:#BBB;}
.footer ul li a:hover {color:#BA4B0D;}
#footer-bar {
color: #999;
padding: 10px;
text-align: center;
background: #222;
border-top: 1px solid #393939;
}
.rss-footer {
background-image: url("http://projam.oinkba.com/skins/ProJam2/images/rss_sml.png");
background-repeat: no-repeat;
background-position: top left;
padding-left: 20px;
}
/* --- SLIDER --------- */
#slider {
width: 508px; /* important to be same as image width */
height: 350px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
margin:0 0 0 -35px;
padding:0;
}
#sliderContent {
width: 508px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 0; /* important */
margin-left: 0; /* important */
}
.sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}
.sliderImage span {
position: absolute; /* important */
padding: 10px 20px 30px 20px;
width: 428px; /* width of image minus left and right padding. Needed for IE */
background-color: #000;
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
color: #FFF;
display: none; /* important */
left: 0;
bottom: 0;
}
/* --- STEP CAROUSEL --------- */
#carousel-container {
padding:10px;
background: #FFF;
border: 4px solid #AAA;
margin-bottom:0;}
#stepcarousel-bg {
float:left;
width:700px;
height:267px;
background: #F0F0F0;
}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 700px;
height: 267px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 700px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.stepcarousel p {
font-size:13px;
}
/* --- CAROUSEL NAV --------- */
#carousel-nav {height:20px; padding:10px 0 10px 0; background:#111; text-transform: uppercase; font-weight: bold;}
#carousel-nav img {vertical-align:middle;}
#carousel-nav a {color:#DDD; text-decoration:none;}
#carousel-nav a:hover {color:#FFF;}
#carousel-nav a img {margin: 0 10px;}
.carousel-fav {float:right; width:250px; height:269px; background:#222; color:#DDD;}
.carousel-prev {float:left; width:360px; text-align:left;}
.carousel-next {float:left; width:360px; text-align:right;}
.carousel-r {float:right; width:260px; text-align:center;}
/* --- AJAX TABS --------- */
.shadetabs {padding:0;margin:10px 0 6px 0;list-style-type:none;text-align: left;} /*set to left, center, or right to align the menu as desired*/
.shadetabs li{display:inline;margin:0;font-weight:bold;}
.shadetabs li a{text-decoration: none;padding: 5px 7px;margin-right: 0px;background-color:#333;color:#DDD;}
.shadetabs li a:hover{text-decoration: none;background-color:#D9D8D7;color:#333;}
.shadetabs li a.selected{position:relative;top:0;background-color:#D9D8D7;color:#333;}
.shadetabs li.selected a:hover{text-decoration: none;}
.no-shadetabs{padding:0;margin:0;list-style-type:none;}
.no-shadetabs li{display:inline;margin:0;}
.stbox-1{border: 1px solid #999;background-color:#F0F0F0;}
#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }
#overlay{ background-image: url('http://projam.oinkba.com/skins/ProJam2/js/lightbox/overlay.png'); }
* html #overlay{
background-color: #333;
back\ground-color: transparent;
background-image: url(overlay.png);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://projam.oinkba.com/skins/ProJam2/js/lightbox/overlay.png", sizingMethod="scale");
}
