/*
Theme Name: contactARTS
Author: Julia Holland / Blue Penguin Consulting
Author URI: http://bluepenguinconsulting.com/
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Begin Typography & Colors */

body {
	font-size: 13px; 
	color: #000000; 
	line-height: 22px; 
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #CC3300; text-decoration: none;
}

#top-content, #top-content a, #footer a {
	color: #fff;
}

h1 { 
	font-weight: normal;
	font-size: 26px;
	margin: 0 0 15px 0;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	color:#2B231B;
	margin: 0 0 15px 0;
}
h2.sifr {
	font-weight: normal;
	font-size: 20px;
	color:#2B231B;
	margin: 0 0 15px 0;
}
h3 { 
	font-weight: normal;
	font-size: 20px;
	line-height:28px;
	color:#666633;
}
.entry h3 {
	margin-bottom: 10px;
}
.quote {
	font-weight: normal;
	font-size: 20px;
	line-height:28px;
	color:#666633;
}
h4 {
	font-size: 13px;
}
#sidebar h2 {
}
#footer h4 {
	color: #fff;
	margin: 20px 0 10px 0;
}
#footer li, #footer p {
	color: #fff;
}
#footer-nav p {
	margin: 0 0 5px 0;
}
#footer a {
	font-weight:bold;
	border-bottom: 1px dotted #fff;
}
#footer a:hover {
	border: none;
}
.postmetadata {
	padding-top: 5px;
}
.postmetacomments {
	float:right;
	padding: 5px 0 0 20px;
	background: url(images/comment.png) 0 5px no-repeat;
}

hr {
	display:none;
}
#sidebar hr, .post hr {
	border:0;
	border-top: 1px solid #fff;
	height: 1px;
	background:transparent;
	font-size:23px;
	display:block;
	clear:both;
}
.thread-alt {

}
.thread-even {
	background-color: white;
}
.depth-1 {
border-bottom: 1px solid #ddd;
}

.even, .alt {

}

.required {
	color:#990000;
	font-weight:bold;
}
.postmetadata {
	color: #999999;
	font-size: 11px;
}

small {
	font-size: 11px;
	color: #666666;
}
.entry  {
	padding-top: 20px;
}
.commentlist li, #commentform input, #commentform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.commentlist li ul li {
}

.commentlist li {

}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	}

code {
	font-family:'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: .7px;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 10px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */



/* Begin Structure */

#header {
	position: relative;
	height: 300px;
	background: url(images/header-interior-bk.jpg) repeat-x;
}
#home #header {
	height: 530px;
	background: url(images/header-bk.jpg) repeat-x;
}
#top-content {
	background: #2B231B;
	background:url(images/interior-2.jpg) no-repeat;
	height: 300px;
}
#about #top-content {
	background:url(images/interior-2.jpg) no-repeat;
}
#press #top-content {
	background:url(images/interior-3.jpg) no-repeat;
}
#shows #top-content {
	background:url(images/interior-10.jpg) no-repeat;
}
#blog #top-content {
	background:url(images/interior-5.jpg) no-repeat;
}
#support #top-content {
	background:url(images/interior-9.jpg) no-repeat;
}
#mr #top-content {
	background:url(images/interior-1.jpg) no-repeat;
}
#idea #header {
	height: 350px;
	background: url(images/header-interior-bk.jpg) repeat-x;
}
#idea #top-content {
	background:url(images/interior-idea-2.jpg) no-repeat;
	height: 350px;
}
#home #top-content {
	background: #2B231B;
	background:url(images/home-topimage.jpg) no-repeat;
	height: 530px;
}
#content {
	background: #fff;
	padding: 50px 0 40px 0;
}
#main-content {
	width: 620px;
	float:left;
	padding-left: 20px;
}
#home #main-content {
	background: #fff url(images/div.gif) repeat-y;
	width: 960px;
	float:none;
	padding:0;
}
#home #col1, #home #col2{
	width: 450px;
	float:left;
}
#home #col1 { padding-right: 30px; }
#home #col2 { padding-left: 30px; }
#sidebar {
	float:left;
	width: 300px;
	padding-right: 20px;
}

#blog #sidebar {
	width: 200px;
}
#blog #main-content {
	width: 720px;
}
.container {
	width: 960px; 
	margin: 0px auto;
	position: relative;
}

.logo {
	position: absolute;
	left:0;
	top: 5px;
}

#footer {
	background:url(images/footer-bk.jpg) repeat-x;
	height: 393px;
}
#footer .container {
	background:url(images/footer-center-bk.jpg) no-repeat;
	height: 393px;
}
#footercolleft {
	float: left;
	width: 310px;
	overflow: hidden;
	padding: 0 40px 20px 0;
	margin-top: 15px;
}
	
#footercolmiddle {
	float: left;
	width: 350px;
	overflow: hidden;
	padding: 0 40px 20px 0;
	margin-top: 15px;
}
	
#footercolright {
	float: left;
	width: 220px;
	overflow: hidden;
	margin-top: 15px;
	padding-bottom: 20px;
}
#flickr {
	clear:both;
}
#footer-nav {
	clear:both;
}
.post {
	margin: 0 0 40px;
}

.postmetadata {
	padding-top: 5px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear, .clearer {
	clear: both;
}


/* End Structure */

/* Twitter */

.aktt_tweets {
	width: 600px;
	padding: 12px 15px;
	border: 1px dotted #ccc;
	margin: 20px 0 15px 0;
}
.aktt_tweets ul {
	list-style:none;
}
.aktt_tweets ul li {
	padding: 3px 0;
}

/* Main Nav */

#main-nav {
	margin:90px 0 0 0;
	padding:0;
	list-style:none;
	position:absolute;
	right:0;
}

#main-nav li {
	float:left;
	overflow: hidden;
}

#main-nav li a {
	display:block;
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	height: 12px;
	line-height:12px;
	text-indent:-9999px;
	margin: 0 20px 0 0;
	padding: 0 10px;
}
#n-blog a {
	background: url(images/main-nav-blog.gif) top center no-repeat;
	width:30px;
}
#n-about a {
	background: url(images/main-nav-about.gif) top center no-repeat;
	width:41px;
}
#n-press a {
	background: url(images/main-nav-press.gif) top center no-repeat;
	width:39px;
}
#n-shows a {
	background: url(images/main-nav-shows.gif) top center no-repeat;
	width:46px;
}
#n-donate a {
	background: url(images/main-nav-donate.gif) top center no-repeat;
	width:47px;
}
#n-mr a {
	background: url(images/main-nav-mr.gif) top center no-repeat;
	width:78px;
}
#n-idea a {
	background: url(images/main-nav-idea.gif) top center no-repeat;
	width:28px;
}
#n-blog a:hover, #n-about a:hover, #n-press a:hover, #n-shows a:hover, #n-donate a:hover,  #n-mr a:hover, #n-idea a:hover, #n-about a.active, #n-press a.active, #n-shows a.active, #n-donate a.active, #n-blog a.active, #n-mr a.active, #n-idea a.active {
	background-position: 10px -12px;
}

/* Headers */

h4#latest {
	display:block;
	text-indent:-9999px;
	background: url(images/latest.png) no-repeat;
	width:46px;
}
h4#join {
	display:block;
	text-indent:-9999px;
	background: url(images/join-us.png) no-repeat;
	width:47px;
}
h4#connect {
	display:block;
	text-indent:-9999px;
	background: url(images/connect.png) no-repeat;
	width:58px;
}
#home #top-content h2 {margin:0;}
#home #top-content h2 a {
   position: absolute;
   height: 50px;
   width: 400px;
   top: 300px; 
   left:50px;
   text-decoration: none;
   border:none;
}
#home #top-content h2 a i { visibility: hidden; }

/* 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 */

.entry ol, .entry ul {
	padding: 0 0 10px 35px;
	margin: 0;
	}
	
.entry ol ul, .entry ul ul {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li, .entry ul li {
	margin: 0;
	padding: 0 0 3px 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol{
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 15px 0;
	}
#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 3px 0;
	padding: 0;
}
#sub-pages ul {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
#sub-pages li {
	border-bottom: 1px solid #ccc;
}
#sub-pages ul a {
	display:block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	font-size: 14px;
}
#sub-pages ul a:hover {
	background: #CC3300;
	color: #fff;
}	
#sub-pages li.current_page_item a {
	color:#624F3C;
}
#sub-pages li.current_page_item a:hover {
	color:#fff;
}

#sub-pages ul ul {border:none; margin: 0 0 0 30px; padding:0;}
#sub-pages ul ul li {border:none; margin:0;}
#footer ul li {
	display:block;
	padding: 2px 0 2px 0;
}

#l-connect li {
	display:block;
	padding: 2px 0 2px 0;
}
#l-connect li a {
	display: inline;
	padding: 0;
}

#flickr ul li {
	float:left;
	padding: 0 14px 25px 14px;
}
#flickr ul li a {
	display:block;
	background: #B8B870;
	border:none;
	padding: 8px;
}
/* End Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}
#searchform label.screen-reader-text {
	display:none;
}
#sidebar #searchform #s {
	width: 140px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
#contactform input, #contactform textarea, #contactform select {
	display:block;
	margin:2px 0 10px 0;
	padding:2px;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	list-style: none;
	clear:both;
	padding:10px 0;
	}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist li.comment-author-admin {
	}
.commentlist p {
	margin: 0 0 15px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.comment-meta {
	font-size:11px;
	float:left;
	width: 150px;
	clear:both;
}
.comment-body {
	float: left;
	width: 555px;
	padding-left: 15px;
}

/* 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 {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 3px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	}
#sidebar a.twitter-side {
	background:url(images/twitter.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
#sidebar a.rss-side {
	background:url(images/rss.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
#sidebar a.linkedin-side {
	background:url(images/linkedin.png) no-repeat left center;
	padding:5px 0 5px 25px;
}
.gbSystemLinks {
	display: none;
}

.gallery-album {
	height:auto !important;
	text-align: center !important;
}
.gallery-thumb {
	height: auto !important;
	margin-left: 40px !important;
}
.gallery-items .gallery-thumb {
	float:left;
	margin-left: 0 !important;
	width: 260px;
}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */