/*  
Theme Name: NIP
Theme URI: http://newinterfaces.net/
Description: Custom theme for NIP, based on the default WordPress theme <a href="http://binarybonsai.com/kubrick/">Kubrick</a> version 1.6.
Version: 2.1
Author: High Density
Author URI: http://highdensity.co.uk/

*/ 


#tabarea {
		text-align: right;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 5px;
		width: 945px;
	}

#tabgroup {
		height: 28px;
		margin-right: 5px;
		float: right;
	}
	
	
	
	
body {
	background-color: #D4CDCC;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Monaco, Verdana, Monaco,  Helvetica, Arial, Sans-Serif;
	
	color: #8f675c;
	text-align: center;
	margin: 0;
	}
	
#page2 {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0px;
	padding: 5px;
	background: #F8F1F1;
	color: #3a3a3a; 
	width: 935px;
	text-align: left;
	}

/* header ------------------------------------------------------------------- */

#header {
	background: no-repeat top center;
	padding: 10px 10px 0px 10px; 
	}
	
#headerimg a {
	display: block;
	width: 740px;
	height: 156px;
	}
	
#headerimg a:hover {
	background: none;
	}
	
#topnavbar {
	height: 59px; 
	}
	
#topnavbar ul {
	margin: 0;
	padding: 0;
	}

#topnavbar ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	}

#topnavbar a {
	float: left;
	height: 49px; 
	display: block;
	text-indent: -10000px;
	outline: none;
	}

a.about {
	width: 110px;
	background: white url('images/about_tab.gif') no-repeat;
	}

a.aboutCurrent {
	width: 110px;
	background: white url('images/about_tab_on.gif') no-repeat;
	}

a:hover.about, a:hover.aboutCurrent {
	width: 110px;
	background: white url('images/about_tab_hover.gif') no-repeat;
	}

a.workshops {
	width: 172px;
	background: white url('images/workshops_tab.gif') no-repeat;
	}

a.workshopsCurrent {
	width: 172px;
	background: white url('images/workshops_tab_on.gif') no-repeat;
	}

a:hover.workshops, a:hover.workshopsCurrent {
	width: 172px;
	background: white url('images/workshops_tab_hover.gif') no-repeat;
	}

a.artists {
	width: 86px;
	background: white url('images/artists_tab.gif') no-repeat;
	}

a.artistsCurrent {
	width: 86px;
	background: white url('images/artists_tab_on.gif') no-repeat;
	}

a:hover.artists, a:hover.artistsCurrent {
	width: 86px;
	background: white url('images/artists_tab_hover.gif') no-repeat;
	}

a.resources {
	width: 118px;
	background: white url('images/resources_tab.gif') no-repeat;
	}

a.resourcesCurrent {
	width: 118px;
	background: white url('images/resources_tab_on.gif') no-repeat;
	}

a:hover.resources, a:hover.resourcesCurrent {
	width: 118px;
	background: white url('images/resources_tab_hover.gif') no-repeat;
	}
	
#topnavbar #searchform {
	padding: 11px 15px 0 0; 
	text-align: right;
	}

#searchform label {
	display: none;
}

#searchform #s {
	width: 112px;
	padding: 0px;
	}

#searchsubmit {
	font-size: 1.1em;
	padding: 0px;
	}

/* content --------------------------------------------------------------------- */

#content {
	border-top: 1px dotted #FF7DC7;
	font-size: 1.1em;
	
	}

.narrowcolumn {
/*	background: white; */
	float: right; 
	width: 690px;
	margin: 0 10px 15px 0;
	}

.widecolumn {
	background: white;
	width: 680px;
	padding: 0 0 15px 0;
	}
	
#map {
	width: 543px;
	height: 300px;
	border: 1px solid #3a3a3a; 
	display: none;
	}
	
#map_info {
	text-align: right;
	}
	
#map_info.show {
	float: right;
	}
	
#map_info.hide {
	margin-bottom: 12px;
	}
	
.columnright, .columnleft {
	
	padding:0px;
	margin: 0px 0px 10px 0px;
	width: 340px;
}
	
.columnright {
	float: right;
	}
	
.columnleft {
	float: left;
	clear: left;
	}

.box_column_1_2, .box_column_3 {
	
	width: 171px;
	float: left;
}
	
.box_column_1_2 {
	margin: 0 13px 12px 0;
}
	
.box_column_3 {
	margin: 0 0 12px 0;
}
	
.info {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0 8px 8px 8px;
}

.info h2 {
	margin: 8px 0 0 0;
	font-size: 1.6em;
	}
	
.info h3 {
	
	font-size: 1.0em;
	font-weight: bold;
	margin: 8px 0 4px 0;
}

.info p {
	
	font-size: 1.0em;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.info ul {
	margin: 8px 0 0 0;
	padding: 0;
	}
	
.info ul li {
	margin: 2px 0;
	list-style-type: none;
	list-style-image: none;
	}
	
#info_boxes.artists div.box_column_1_2, #info_boxes.artists div.box_column_3 {
	height: 14em;
}
	
#info_boxes div.thumbnail img {
	background: #a3a3a3 url('images/nip_bg.gif') repeat top left;
	width: 171px;
	height: 96px;
}

#organisation_logo {
	border: 1px dotted #FF7DC7; 
	float: right;
	margin: 3px 0 0 12px;
}
/*	
#content ul {
	margin: 0 0 0 21px;
	padding: 0;
}

#content ul li {
	list-style-type: none;
	list-style-image: url('images/menu_bullet_on.gif');
}
*/
#logos {
	background-color:#ffffff;
	clear: both;
/*	float: right; */
	text-align: left;
	
	padding: 15px 15px 50px 15px;
	
	display: block;
	margin-top:50px;
	}

#logos a {
	margin: 0 0 0 15px;
	display: inline;
	}

#logos a:hover {
	background: none;
	}

/* sidebar ----------------------------------------------------------------- */

ul {
	padding: 0px;
	margin-left: 0;
	margin-bottom: 8px;
	margin-right: 0;
	margin-top: 0;
	color: black;
	list-style-type: none;
	list-style-image: none;
	}

ul li {
	padding: 0px;
	margin-left: 0;
	margin-bottom: 4px;
	margin-right: 0;
	margin-top: 0;
	color: black;
	list-style-type: none;
	list-style-image: none;
}

#sidebar {
	margin-left: 10px;
	padding-bottom: 15px; 
	width: 210px;
	border-top-color: #FF7DC7;
	border-top-style: dotted;
	border-top-width: 1px;
	
/*	border-right: 1px dotted #e4c1a7; */
	}

#sidebar h2 {
	font-size: 1.4em; /* 12px */
	padding: 0 0 5px 12px;
	margin: 0 13px 0px 11px;
	}
	
#sidebar a {
	font-size: 1.2em; /* 12px */
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	color: black;
	list-style-type: none;
	list-style-image: none;
	border-bottom-color: #FF7DC7;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 2px 0 10px 0;
	list-style-type: none;
	list-style-image: none;

}


#sidebar ul li a {
	color: black;
}

#sidebar ul li ul {
	
}

#sidebar ul li ul li ul{
	margin: 0;
	border-top: none;
}

#sidebar ul li ul li {
	padding: 2px 0 2px 0;
	
	}

#sidebar ul li ul li ul li {
	display: block;
	padding: 2px 0 2px 10px;
	font-size: 0.92em;  /* 11px */
	border-bottom: none;
	margin: 0;
	}

#sidebar ul li ul li a {
	
	padding: 0 0 0 12px;
}
	
#sidebar ul li ul li ul li a {
	
}

#sidebar li.current a {
	color: #3a3a3a;
	display: block;
	}

#sidebar li.nocurrent a {
	color: #D80071;
	display: block;
}
	
#sidebar li.current a:hover, #sidebar li.nocurrent a:hover {
	color: white;
	}

#sidebar ul li ul li a:hover {
	
}

/*

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	border-bottom: 1px dotted #e4c1a7;
	}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* footer ----------------------------------------------------------------- */

#footer {
	
	width: 760px;
	height: 70px;
	clear: both;
	}

#footer p {
/*	padding: 12px 22px 18px 0; */
	margin: 14px 22px 0 23px;
	text-align: left;
	line-height: 1.4em;
	}

#footer div.logo {
	float: right;
	margin: 16px 22px 0 23px;
	}

/* Begin Typography & Colors ---------------------------------------------- */ 

.widecolumn {
/*	line-height: 1.6em; */
	}
	
.narrowcolumn {
	}

.widecolumn .entry p {
/*	font-size: 1.05em; */
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
	
/*
.entry {
	color: black;
}

.entry p strong {
	color: #3a3a3a;
}
*/
p {
	margin: 0px 0px 10px; 0px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	margin: 0px 0px 5px 0px;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	}

h2.pagetitle {
	color:#D80071;
	weight:bold;
	border-top: 1px dotted #FF7DC7;
	border-bottom: 1px dotted #FF7DC7;
	padding: 5px 0 20px 0;
	margin: 12px 0 15px 0;
	}

.chunk{
	margin-bottom:30px;
}

h2.chunktitle {
	color:#D80071;
	weight:bold;
	border-top: 1px dotted #FF7DC7;
	padding: 5px 0 5px 0;
	margin: 0px 0 0px 0;
	}


h2.archivetitle {
	border-bottom: 1px dotted #FF7DC7;
	padding-bottom: 14px;
	margin: 15px 0 0 0;
	}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	}
.latestnews  {
	font-size: 14px;
	color:#666666;
	font-weight: normal;
	}
	
.entry h3 {
	color: #3a3a3a;
	border-bottom: 1px dotted #FF7DC7;
	padding-bottom: 10px;
	margin: 17px 0 8px 0;
	}
	
h4 { 
	font-size: 1em;
}
.intro{
	font-size: 16px;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
/*
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
*/
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
/*	color: #b85b5a; */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em ;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #a3a3a3;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #D80071;
	text-decoration: none;
	}

a:hover {
	color: white;
	background-color: #D80071;
	}
a.nohilite:hover{
	background-color: #F8F1F1;
	}
a.tabnohilite:hover{
	background-color: #D4CDCC;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em ;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 10px 0 10px 0;
	clear: both;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
/*	padding: 10px 0 0 0; */
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
/*	text-align: center; */
	margin: 5px 0 5px 0;
}

.postmetadata {
	clear: left;
}

/* End Structure */

/* Begin Images --------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform {
	background: white;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	background: white;
	margin: 0 0 15px 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	color: #666666;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
.right {
	text-align: right;
	}

hr {
	display: none;
	}
	
a img {
	border: none;
	}

.navigation {
	padding: 5px 0 15px 0;
	display: block;
	text-align: center;
	}

/* End Various Tags & Classes*/

