/* =START MAIN STRUCTURE
-------------------------------------------------------------- */
body {
	color: #111;
	background-color: #666;
}

/* =BACKGROUNDS
-------------------------------------------------------------- */
#bg1, #bg2, #bg3, #bg4, #bg5 {
	background-repeat: no-repeat;
	background-position: 75% top;
}
#bg1 {
	background-image: url(/images/bg/bg1.jpg);
}
#bg2 {
	background-image: url(/images/bg/bg2.jpg);
}
#bg3 {
	background-image: url(/images/bg/bg3.jpg);
}
#bg4 {
	background-image: url(/images/bg/bg4.jpg);
}
#bg5 {
	background-image: url(/images/bg/bg5.jpg);
}


/* =START STRUCTURE
-------------------------------------------------------------- */
.centreContent {
	color: #111;
	background-color: #666;
}

/* =DEFAULTS
-------------------------------------------------------------- */
a:link, a:visited {
	color: #999;
}
a:hover, a:active, a:focus {
	color: #fff;
}
a.pageLink:link, a.pageLink:visited {
	color: #fff;
}
a.pageLink:hover, a.pageLink:active, a.pageLink:focus {
	color: #f2cc9e;
}


/* =HEADER
-------------------------------------------------------------- */
.top {
	border-bottom-color: #444;
}
.header, .headerSection {
	color: #ececec;
}
.header em {
	color: #0f0101;
}
.headerLine1, .headerLine2 {
    text-shadow: #444 0.1em 0.1em 0.1em;
}
.headerSection a:link, .headerSection a:visited {
    color: #fff;
}
.headerSection a:hover, .headerSection a:active, .headerSection a:focus {
	color: #000;
}



/* =MAIN MENU
-------------------------------------------------------------- */
.menuContainer {
	border-bottom-color: #999;
}
.menu li {
	background-image: url(/images/skin1/menu/off.gif);
}
.menu li a:link, .menu li a:visited {
	color: #c2c2c2;
}
.menu li.current-menu-item a:link, .menu li.current-menu-item a:visited { /* WP MENU */
	color: #f2cc9e;
}
.menu li:hover, .menu li:active, .menu li:focus {
	background-image: url(/images/skin1/menu/on.gif);
}
.menu li a:hover, .menu li a:active, .menu li a:focus {
	color: #fff;
}
.menu li ul li {
    background: none;
}
.menu li ul li {
	background-image: url(/images/bg/black/black60.png);
	background-repeat: repeat;
}
.menu li ul li:hover, .menu li ul li:active, .menu li ul li:focus {
	background-image: url(/images/bg/black/black80.png);
}

/* WP MAIN MENU MARK CURRENT */
.articles .menu li#menu-item-9 a:link, .articles .menu li#menu-item-9 a:visited, .articles .menu-footer-container li#menu-item-26 a:link, .articles .menu-footer-container li#menu-item-26 a:visited { /* ARTICLES */ 
	color: #f2cc9e;
}
.collaborations .menu li#menu-item-8 a:link, .collaborations .menu li#menu-item-8 a:visited, .collaborations .menu-footer-container li#menu-item-24 a:link, .collaborations  .menu-footer-container li#menu-item-24 a:visited { /* COLLABORATIONS */
	color: #f2cc9e;
}
.artwork .menu li#menu-item-7 a:link, .artwork .menu li#menu-item-7 a:visited, .artwork .menu-footer-container li#menu-item-23 a:link, .artwork  .menu-footer-container li#menu-item-23 a:visited { /* ARTWORK */
	color: #f2cc9e;
}

.artwork .menu li ul.sub-menu li a:link, .artwork .menu li ul.sub-menu li a:visited { /* WP MENU - turn off current setting */
	color: #c2c2c2 !important; /* sub menu */
}
.artwork .menu li ul.sub-menu li a:hover, .artwork .menu li ul.sub-menu li a:active, .artwork .menu li ul.sub-menu li a:focus { /* WP MENU - turn off current setting */
	color: #fff !important; /* sub menu */
}

/* FRONT PAGE CURRENT */
.contentHomeTopRight a:link, .contentHomeTopRight a:visited {
	color: #fff;
	border-bottom-color: #fff;
}
.contentHomeTopRight a:hover, .contentHomeTopRight a:active, .contentHomeTopRight a:focus {
	color: #000;
	border-bottom-color: #000;
}


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */
.contentBox1 {
    background-color: #000;
	background-image: url(/images/bg/intimatter.jpg);
}
.contentBox2 {
    color: #222;
	background-image: url(/images/bg/white/white30.png);
}
.contentBox2 a:link, .contentBox2 a:visited, .contentBox3 a:link, .contentBox3 a:visited {
	color: #000;
	border-bottom-color: #ccc;
}
.contentBox2 a:hover, .contentBox2 a:active, .contentBox2 a:focus, .contentBox3 a:hover, .contentBox3 a:active, .contentBox3 a:focus {
    color: #fff;
	border-bottom-color: #fff;
}
.contentBoxImages {
	background-image: url(/images/bg/black/black60.png);
}


/* =BLOG LAYOUTS (use contentBox3)
-------------------------------------------------------------- */
.contentBox3 {
    color: #222;
	background-image: url(/images/bg/white/white30.png);
	background-repeat: repeat;
}

/* =WIDGETS
-------------------------------------------------------------- */
.widget {
	background-image: url(/images/bg/white/white30.png);
}
.widget-title {
	color: #fff;
	text-shadow: #888 0px 0px 0.1em;
}
.widget a:link, .widget a:visited {
	color: #222;
}
.widget a:hover, .widget a:active, .widget a:focus {
	color: #fff;
}
.advanced_recent_posts_widget a:link.more-link, .advanced_recent_posts_widget a:visited.more-link, .rotatingtweet a:link, .rotatingtweet a:visited {
	color: #ddd;
}
.advanced_recent_posts_widget a:hover.more-link, .advanced_recent_posts_widget a:active.more-link, .advanced_recent_posts_widget a:focus.more-link, .rotatingtweet a:hover, .rotatingtweet a:active, .rotatingtweet a:focus {
	color: #fff;
}
.recent-post-item {
	border-bottom-color: #ccc !important;
}


/* =POSTS
-------------------------------------------------------------- */
.wp-caption {
	color: #ccc;
}
header.page-header h1.page-title span {
	color: #f2cc9e;
}
.entry-meta a:link, .entry-meta a:visited {
	color: #ddd;
}
.entry-meta a:hover, .entry-meta a:active, .entry-meta a:focus {
	color: #fff;
}


/* =COMMENTS
-------------------------------------------------------------- */
h2#comments-title {
	color: #f2cc9e;
}

.comment-content {
	background-image: url(/images/bg/white/white30.png);
}
.required {
	color: #f2cc9e;
}


/* =ARTICLES
-------------------------------------------------------------- */
.articles-marker { /* marks an article in archive pages (category, tag etc.) */
	color: #f2cc9e;
}



/* =LINKS
-------------------------------------------------------------- */
ul.blogroll li a:link, ul.blogroll li a:visited {
	color: #fff;
}
ul.blogroll li a:hover, ul.blogroll li a:active, ul.blogroll li a:focus {
	color: #f2cc9e;
}


/* =INNER CONTENT STRUCTURE
-------------------------------------------------------------- */
.details1 {
    color: #ccc;
	background-image: url(/images/bg/black/black30.png);
}
.infoBox1 {
	background-image: url(/images/bg/intimatter.jpg);
}



/* =SLIDE VIEWERS
-------------------------------------------------------------- */
.innerBox {
    color: #ccc;
}


/* =INDEX PAGES
-------------------------------------------------------------- */
.indexBox1 {
    background-color: #000;
	background-image: url(/images/bg/intimatter.jpg);
}
.indexDetails {
	background-image: url(/images/bg/black/black30.png);
}
.indexDetails a:link, .indexDetails a:visited {
    color: #676767;
}
.indexDetails a:hover, .indexDetails a:active, .indexDetails a:focus {
    color: #c0b2a0;
}
.videoIndexNumbers {
    color: #fff;
}


/* STYLES*/
.title1 {
    color: #fff;
}
.title3 {
    color: #fff;
}
.title4 {
    color: #000;
}
.title5 {
    color: #fff;
}
.title7 {
    color: #000;
}
.title8 {
    color: #fff;
}
.article {
    color: #111;
}
.articleQuestion {
    color: #000;
}
.articleAuthor, .articleAuthor p {
    color: #fff !important;
}
.date {
    color: #f2cc9e;
}
.abstract {
    color: #fff;
}
.back strong {
    color: #000;
}
.videoSublinks {
    color: #fff;
}
.videoSublinks em {
	color: #c0b2a0;
}
.caption {
    color: #ddd;
}
.contactIcon {
    color: #fff;
}



/* =PAGE CONTROLS
-------------------------------------------------------------- */
.pageControls a:link strong, .pageControls a:visited strong {
    color: #979799;
}
.pageControls a:hover strong, .pageControls a:active strong, .pageControls a:focus strong {
    color: #fff;
}

.back, .pagination, .print, .topOfPage {
	background-image: url(/images/bg/black/black60.png);
}
.pagination .current {
    color: #fff;   
}
.vDots {
	border-bottom-color: #aaa;
}

/* TEXT INDEX PAGES */
.textIndexLink a:link, .textIndexLink a:visited {
    color: #000;
}
.textIndexLink a:hover, .textIndexLink a:active, .textIndexLink a:focus {
    color: #fff;
}
.textIndexDate {
    color: #f2cc9e;
}
.textIndexLink a:link .textIndexDate, .textIndexLink a:visited .textIndexDate {
    color: #f2cc9e;
}
.textIndexLink a:hover .textIndexDate, .textIndexLink a:active .textIndexDate, .textIndexLink a:focus .textIndexDate {
    color: #000;
}


/* =CONTROL BOX
-------------------------------------------------------------- */
.controlsTable td img a:hover .tn_textLink {
    color: #fff;
}


/* =CONTACT
-------------------------------------------------------------- */
.contactname {
    color: #f2cc9e;
}
.phone {
    color: #000;
}


/* =FOOTER
-------------------------------------------------------------- */
.footer ul li {
	background-image: url(/images/skin1/menu/footer-off.gif);
}
.footer ul li a:link, .footer ul li a:visited {
	color: #c2c2c2;
}
.footer ul li:hover, .footer ul li:active, .footer ul li:focus {
	background-image: url(/images/skin1/menu/footer-on.gif);
}
.footer ul li a:hover, .footer ul li a:active, .footer ul li a:focus {
	color: #fff;
}
.footer ul li.footerCurrent a:link, .footer ul li.footerC a:visited {
	color: #c0b2a0;
}
.footer ul li.copyright {
	color: #c2c2c2;
}
.footer ul li.copyright:hover, .footer ul li.copyright:active, .footer ul li.copyright:focus {
	background-image: url(/images/skin1/menu/footer-off.gif);
}


/* =FORMS
-------------------------------------------------------------- */
/* just override main.css */


/* =BUTTONS
-------------------------------------------------------------- */
/* just override main.css */


/* =PAGINATION
-------------------------------------------------------------- */
.wp-paginate {
	background-image: url(/images/bg/black/black60.png);
}
.wp-paginate li {
	display: inline;
	list-style:none;
}
.wp-paginate a {
	color:#666;
}
.wp-paginate a:hover, .wp-paginate a:active {
	color: #fff;
}
.wp-paginate .title {
	color: #999;
}
.wp-paginate .gap {
	color: #999;
}
.wp-paginate .current {
	color: #fff;
}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}


#nav-single {
	color: #999;
	background-image: url(/images/bg/black/black60.png);
}


