/* <site>.css is loaded AFTER normal.css
 * Fri Jul 17 17:12:50 CST 2009
 *
 * These are application mods to BlueTrip's screen.css and Corzana's normal.css.
 */

/* BASIC TYPOGRAPHY */

/* QUOTES */

/* FORMS */

/* BASE SIZES */

/* LISTS */

/* TABLES */

/* MARGINS & PADDINGS */

/* COLORS */


/* 24 COLUMN GRID */

/* LINKS */
a[href^="http://cavetubing.bz"] { background:none; padding:0; margin:0; }
a[href^="http://localhost"] { background:none; padding:0; margin:0; }

/* TEXT CLASSES */

/* TOOLBOX */

/* OTHERS */

div.contact {
    font-size: 2.0em;
    line-height: 2.5em;
    padding: 1em;
    color: green;
    border: thick double green;
    text-align: center;
}
/* topbar */
div#topbar {
    background-color: #dddde0;
    background-image: url(cavetubing_bar.475x46.jpg);
    background-repeat: repeat-x;
    height: 46px;
    margin: 0px 0px 10px 0px;
    padding: 0 0 0 0;
}

/*  SCROLLABLE for jQuery Tools
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 630px;	
	height:100px;	
	
	/* custom decorations
	padding:10px 0;	
	border:1px outset #ccc;
	background-color:#efefef;				
    */
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:0px;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	padding:0 0px;
	font-size:30px;
	font-family: 'bitstream vera sans';
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}

ul.innertube {
    list-style-image: url(bullets/round146.png);
}
ul.innertube > li {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    line-height: 1.2em;
}


