/*
Theme Name: Dig It UP 2013
Template: toolbox
*/


@import url('../toolbox/style.css');



@font-face {
    font-family: 'movie_posterregular';
    src: url('../digitup/fonts/moviprg-webfont.eot');
    src: url('../digitup/fonts/moviprg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../digitup/fonts/moviprg-webfont.woff') format('woff'),
         url('../digitup/fonts/moviprg-webfont.ttf') format('truetype'),
         url('../digitup/fonts/moviprg-webfont.svg#movie_posterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image: url(img/images/DIU2013_bg3_01.jpg);
	color: #ffffff;
	font-family: arial;
	font-size: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
	a:link {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #f0f1e2;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
	
.front_page_news .entry-title { 
	color: #FFCC00;
	display:block !important;
	margin-bottom: -5px;

}

.front_page_news .entry-title { 
	color: #FFCC00;
	display:block !important;
	margin-bottom: -5px;

}

#page {
	display: block;
	margin: auto;
	position: relative;
	top: -10px;
	width: 960px;
	z-index: 1;
}
#primary {
	float: left;
	margin: 0  auto;
	width: 505px;
	
}
#content {
	margin: 0;
	min-height: 433px;
}
#main .widget-area {
	float: right;
	overflow: visible;
	width: 385px;
}
#main {
	padding: 33px;
	
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
	background-image: url(../digitup/img/images/DIU2013_bg_02.jpg);
	height: 187px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: normal;
	margin: .67em 0;
	height:310px;
	display:none;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
	display:none;
}

	

/* =Menu
-------------------------------------------------------------- */
.menu{
	position:relative;
	z-index:2000;
	
	}


#access {
	background: transparent;
	display: block;
	float: left;
	margin: 315px auto 5px 30px;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 20;
	font-family: 'movie_posterregular', Tahoma, Geneva, sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: normal !important;
	letter-spacing: 2px;
	 
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	z-index:20;
	margin-left:-13px;
}

.menu-main-menu-container{
	position:relative;
	left:0;
	}


#access li {
	float: left;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	list-style-type: none;
	padding:5px;
	
	
}
#access a {
	display: block;
	line-height:1em;
	padding: 0 .3em;
	text-decoration: none;
	color:#FFCC00 !important;
}
#access a:hover {
	color: #FFFFFF !important;

}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	display: none;
	float: left;
	position: absolute;
	background-color: #f0f1e2;
	top: 52px;
	left: 0;
	z-index: 20;
	text-indent: 0px !important;
	padding:0px !important;
	width:128px;
	margin: 0 0 0 19px;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: none !important;
	
}
#access ul ul a:hover {
	background-color: #310f49;
	/*width:120px;*/
	
}
#access ul li:hover > ul {
	display: block;
	
}

#access ul ul li {
    padding: 0 !important;
}
#access ul ul li a {
	height:30px;
	color:#310f49 !important;
	/*width:120px;*/
}


#access ul ul li:hover > a {
	background-color: #310f49;
	width:108px;
}
#access ul ul a {
	line-height: 1em;
	padding: 1em .5em 0 .8em;
	width: 6.5em;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: -10;
	background-color: #f0f1e2;
	font-size: 16px;
	letter-spacing: normal !important;
}
/*#access li:hover > a{
	height: 60px;
	z-index:-10;
}
#access ul ul :hover > a {
	z-index:-20;
	}*/
#access ul ul a:hover {
	
	/*height:30px;*/
	color:#ffCC00 !important;
	z-index: -20;
	background-color:#310f49 !important;
	width:6.5em;
}
#access ul li:hover > ul {
	display: block;
	z-index:-10;
	
}

#access li:hover > a,
#access ul ul :hover > a {
	display: block;
	background-color:#310f49;
	/*width:120px;*/
	
	
}
#access ul ul a:hover {
	display: block;
	background-color:#310f49;
	
}

.sub-menu {
	position:relative;
	z-index:200;
}

/* =Home Button
-------------------------------------------------------------- */
.home_but {
	background-image:url(../digitup/img/images/Home.png);
	width:129px;
}
	
.home_but a:hover {
	background-image:url(../digitup/img/images/Home.png);
	background-position: 0 -61px;
}


/* =ABOUT Button
-------------------------------------------------------------- */
.about_but {
	background-image:url(../digitup/img/images/about.png);
	width:129px;
}

.about_but a:hover {
	background-image:url(../digitup/img/images/about.png);
	background-position: 0 -61px;
}

/* =ARTIST Button
-------------------------------------------------------------- */

.artists_but{
	background-image:url(../digitup/img/images/artists.png);
	width:133px;
}

.artists_but a:hover{
	background-image:url(../digitup/img/images/artists.png);
	background-position: 0 -61px;
}

/* =DATES Button
-------------------------------------------------------------- */
.dates_but{
	background-image:url(../digitup/img/images/dates.png);
	width:128px;
	z-index:200;
}

.dates_but a:hover{
	background-image:url(../digitup/img/images/dates.png);
	background-position: 0 -61px;
}

/* =NEWS Button
-------------------------------------------------------------- */
.news_but{
	background-image:url(../digitup/img/images/news.png);
	width:111px;
}

.news_but a:hover{
	background-image:url(../digitup/img/images/news.png);
	background-position: 0 -61px;
}

/* =F.A.Q. Button
-------------------------------------------------------------- */
.faq_but{
	background-image:url(../digitup/img/images/faq.png);
	width:128px;
}

.faq_but a:hover{
	background-image:url(../digitup/img/images/faq.png);
	background-position: 0 -61px;
}

/* =SIDESHOWS Button
-------------------------------------------------------------- */
.sideshows_but{
	background-image:url(../digitup/img/images/sideshows.png);
	width:145px;
}

.sideshows_but a:hover{
	background-image:url(../digitup/img/images/sideshows.png);
	background-position: 0 -61px;
}*/


/* =Content
-------------------------------------------------------------- */
.sticky {
}
.entry-meta {
	clear: both;
	display: none;
}
.single-author .entry-meta .byline {
	display: none;
}

/* navigation take over-------------------------------------------------------------- */

.rounded-right-4 {
    border-bottom-right-radius: 4px;
    border-left: 0 none !important;
    border-top-right-radius: 4px;
}

.rounded-4-0-4-4 {
    border-radius: 4px 0 4px 4px;
}

#artist_times h3{
	font-family: 'movie_posterregular', Tahoma, Geneva, sans-serif;
	font-size: 44px;
	text-indent: 0px;
	top: 0;
	letter-spacing: 2px;
	font-weight:normal !important;
	text-transform:uppercase;
	margin:0 0 0 7px !important;
	padding-bottom: 10px;
	color: #310F49;
}

#artist_times .city {
	color:black;
    font-family: arial black;
    margin-right: 2px;

}
.front_page_news
#artist_times .venue {
	color:black;
    font-family: arial black;
    margin-right: 2px;
	color: #FFFF00;

}

.di_artist .entry-content {
    background-color: #EBB075;
    color: #000000;
    padding: 4px 0 0;
    text-align: justify;
    width: 505px;
}

.di_artist .entry-content img {
    margin-top:0px;
}

.entry-content{
	
    margin: 0 0 0 3px;
}


#artist_times ul {
    left: -34px;
    list-style: none outside none;
    position: relative;
	text-align:left !important;
	width:360px;
	top:-20px;
}


#artist_times li {
	
}

#artist_times {
	background-color: #EBB075;
    min-height: 60px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    right: 21px;
    top: 380px;
    width: 357px;
	-moz-border-radius: 15px;
    border-radius: 15px;
	border-top-left-radius :0px;
	-moz-border-top-left-radius :0px;
	border-bottom-left-radius :0px;
	-moz-border-bottom-left-radius :0px;
	-webkit-box-shadow: 8px 8px 10px 0px #333;
	box-shadow: 8px 8px 10px -3px #000; 
	
}

#artist_times .date {
	color: white;
    font-family: arial black;
    text-align: right !important;
	margin-right: 10px;
	white-space:normal;
	

}



.textwidget {
    margin: 0;
}


.single-di_artist .textwidget  {
	margin: 235px 0 0 28px;
	display:none;

}

#content .di_artist{
	width: 511px;
	padding: 12px;
	background-color: #EBB075;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-border-top-right-radius :0px;
	border-top-right-radius :0px;
}

#content nav {
	display: none;
	overflow: hidden;
	
}

#content nav .nav-previous {
	float: left;
    height: 32px;
    width: 19px;
}
#content nav .nav-previous a {
	background-image:url(http://www.digitup.net.au/wp-content/themes/digitup/img/next.png);
}

#content nav .nav-next {
	float: right;
	height: 32px;
    width: 19px;	
}

#content nav .nav-next a {
	background-image:url(http://www.digitup.net.au/wp-content/themes/digitup/img/next.png);
	background-position: -19px 0;	
	}

#content nav .nav-previous a, #content nav .nav-next a {
	display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -999px;
    width: 19px;

}

#content nav .nav-next a {
	display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -999px;
    width: 19px;
	text-align: left;	
}

#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
    float: right;
    height: 32px;
    left: 388px;
    position: relative;
    top: 12px;
    width: 38px;
    z-index: 2;
	
}

.meta-nav{
	display:none;
}

.single-di_artist .entry-title  {
	background-color: #000000;
    color: #FFFFFF;
    display: block !important;
    float: right;
    left: 48px;
    padding: 8px 10px 8px 3px;
    position: absolute;
    text-align: right;
    top: 396px;
    width: 492px;
}

.single-di_artist a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.single-di_artist a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.single-di_artist a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.single-di_artist a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#nav-below {
	margin: 1em 0 0;
	display:none;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	/*padding-top: 1em;*/
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */
.widget {
	display: block;
	
}
.di_artists .widget {
	display: block;
	margin: 270px 0 0 30px;

}


.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}




/* =Footer
-------------------------------------------------------------- */


#colophon {
	padding: 0;
}
#site-generator {
	position:relative;
	height:37px;
	right: 16px;
	width:400px;
	margin: auto;
	position: relative;
	bottom: -108px;
}
#feel{
	 background-image: url("../digitup/img/feelpresents.png");
    float: left;
    height: 37px;
    left: 1px;
    position: absolute;
    width: 200px;
		
}
#feel a {
	text-indent: -1999px;
	display:block;
	height: 37px;
	
}
#gurus{
	text-indent: -1999px;
	background-image:url(../digitup/img/HoodooGurus.png);
	height:37px;
	width:200px;
	float:right;
	display:block;
}
#gurus a {
	text-indent: -1999px;
	display:block;
	height: 37px;
	}

/* line up
-------------------------------------------------------------- */
	
ul.di_artist_list {
    float: left;
    left: -57px;
    margin: 0;
    position: relative;
    width: 960px;
	/*top: -20px;*/
}

.di_artist_list li {
    background-color: #000000;
    background-position: left bottom;
    background-repeat: repeat-x;
    bottom: 0;
    display: inline;
    float: left;
    height: 184px;
    left: 0;
    margin: 0 0 7px 7px;
    padding: 2px;
    text-transform: uppercase;
    width: 217px;
}

.di_artist_list a {
    color: #FFCC00 !important;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 4px 4px 7px;
    position: relative;
    text-align: left !important;
    text-decoration: none;
    text-transform: uppercase;
}


/* signupform-------------------------------------------------------------- */

.background {
	background-image: url(http://www.digitup.net.au/wp-content/themes/digitup/img/mailing.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
#theform {
    bottom: auto;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 210px;
    margin-left: -10px;
    position: absolute;
    right: 2px;
    top: 59px;
    width: 340px;
    z-index: -1;
}

.but {
    float: right;
    font-size: 13px;
    height: 21px;
    margin-bottom: 3px;
    margin-right: 8px;
    margin-top: 4px;
    padding: 10px;
}
.but a {
	height: 37px;
	width: 139px;
	display: block;
	
}

h1 {
	font-size:20px;
	color:#FFCC00;
	padding: 0px 0px;
	margin:0px;
	
	}
	
h1 a:link {
	font-weight:bold
	
}
	
h3 {
	font-size:18px;
	color:#FFFFFF;
	
	}
#comments{
	display:none;
}
.front_page_news{
	margin:10px 0px;
	
}
.widget-title{
	display:none;

}

h1.entry-title {
	display:block;
}

body.page h1.entry-title {
display: none;
}