/*
Theme Name: Capricorn Tourism Corporate
Theme URI: http://www.almostanything.com.au
Description: Fixed width. Home page has 3 Calls to Action. Main content with left and right sidebars. Horzontal Nav.
Version: 1.0
Author: Jason Foss, Almost Anything Web and Graphic Design
Author URI: http://www.almostanything.com.au
*/

/*
 * COLOURS
 * red					:	ff0000
 * green				:	00ff00
 * blue					:	0000ff
 * 
 * based on 960 12 col grid
 * columns 60px
 * column gaps 20px
 *
 * CONTENTS
 * 1.Header and Body
 * 2.Main Content
 * 3.Forms
 * 3.Footer
 * 4.Navigation
 * 5.News
 * 6.Sidebar
 * 7.Homepage
 */

/*
 * 1.Header and Body
 */
body {
    background: #000 url(images/blackToWhiteGradient.jpg) center 0 no-repeat fixed;
}

.outer {
	background:#fff/* SUBHEADER CURRENTLY HIDDEN --- url(images/internalPageContainerBg.png) center 255px repeat-x */;
}

.home .outer {
	background:#fff;
}

 table th, table, ul.dlm_download_list, ul.dlm_download_list .title, form, .even {
	background:transparent url(images/whiteTransparent45Bg.png) 0 0 repeat;
}

table .wp-caption {
    background-image:none;
}

div#contentcontainer {
	background:transparent url(images/contentBgStripes.png) center 30px repeat-y;
}