body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background: url(images/bg-body.jpg) no-repeat 50% 0;
	text-align: center;
	}

#page {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	/*background-color: purple;*/
	}

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

#header {
	width: 100%;	
	height: 139px;
	position: relative;
	}

#headerimg {

	}
	
#headerimg h1 {
	background: url(images/logo.jpg) no-repeat;
	margin: 0;
	float: left;
	position: absolute;
	left: 30px;
	}	
	
#headerimg h1 a {
	width: 200px;
	height: 139px;
	display: block;
	text-indent: -2000px;
  overflow: hidden;
	}		
	
.description {
	text-indent: -3000px;
	width: 434px;
	float: left;
	margin: 0 0 0 30px;
	text-transform: uppercase;
	font-size: 1.7em;
	color: #000;
	text-align: center;
	}	
	
/*-------------Page structure-------------*/	

#wrapper {
	/*width: 100%;*/
	width: 880px;
	/*border: 1px solid green;*/
	float: left;
	padding: 0 30px 30px 30px;
	/*background: orange;*/
	}

#content {
	float: left;
	width: 660px;
	/*background: yellow;*/
	}


/*-------------Main Nav-------------*/

#globalnav-wrapper {
	float: left;
	width: 200px;
	}	
	
#globalnav {
	float: left;
	width: 200px;
	background: url(images/bg-main-nav.jpg) repeat-y 0 0;
	}		
	
#globalnav-bottom {
	float: left;
	width: 200px;
	height: 28px;
	background: url(images/bg-main-nav-bottom.jpg) no-repeat 0 0;
	margin: -2px 0 0 0;
	position: relative;
	}		

#globalnav ul {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	}	
	
#globalnav ul li {
	float: left;
	width: 200px;
	margin: 0;
	padding: 14px 0;
	list-style-type: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #1B2B2C;
	text-transform: uppercase;
	background: url(images/main-nav-divider.gif) no-repeat 50% 0;
	}		
	
#globalnav ul li a:link, 
#globalnav ul li a:visited {	
	color: #1B2B2C;
	text-decoration: none;
	}

#globalnav ul li a:hover {	
	color: #479d81;
	text-decoration: none;
	}

#globalnav ul li.current_page_item a:link, #globalnav ul li.current_page_parent a:link,
#globalnav ul li.current_page_item a:visited, #globalnav ul li.current_page_parent a:visited,
#globalnav ul li.current_page_item a:hover,  #globalnav ul li.current_page_parent a:hover {	
	color: #479d81;
	text-decoration: none;
	}
	
#sponsor-logos-sm img.adam-sponsor {
	margin: 0 0 10px 54px;
	}

#sponsor-logos-sm img.nzsm-sponsor {
	margin: 20px 0 10px 70px;
	}		
	
/* Experimental hard-coding of main nav to get all child pages to highlight */	
#nav-blog {
display: none;
}	

#home #nav-home a, 
#about-the-quartet #nav-about a, 
#latest-news #nav-news a, 
#schedule #nav-schedule a,
#gallery #nav-gallery a, 
#recordings #nav-recordings a,
#adam-summer-school #nav-adam a, 
#support-the-quartet #nav-support a, 
#blog #nav-blog a,
#contact #nav-contact a, 
#special-projects #nav-special-projects a,
#blog #nav-special-projects a,
#subscribe-to-our-newsletter #nav-subscribe a
{
	color: #479d81;
	text-decoration: none;
}
	

.wordtube {
	padding: 28px 0 0 0;
	}
	
#sponsor-logos-sm {
	float: left;
	width: 200px;
	background: #fff;
	padding: 29px 0 0 0;
	}	
	
#sponsor-logos-sm img {	
	border: 0;
	}
	
#sponsor-logos-sm img.creative-nz-sm {	
	margin-right: 14px;
	}	
	

/*-------------Pages - content area-------------*/	
	
#content-text {
	float: right;
	/*width: 70%;*/
	width: 430px;
	/*border: 1px solid pink;*/
	/*background: blue;*/
	}		
	
#content-text a:link, 
#content-text a:visited {
	color: #2fa0c0;
	text-decoration: none;
	}
	
#content-text a:hover {
	color: #2fa0c0;
	text-decoration: underline;
	}	
	
#content-text h2 {
	font-size: 2.5em;
	color: #49A285;
	font-weight: normal;
	margin: 36px 0 18px 0;
	padding: 0;
	line-height: 1;
	}
	
#content-text h2.nogap {
	font-size: 2.5em;
	color: #49A285;
	font-weight: normal;
	margin: 36px 0 0 0;
	padding: 0;
	line-height: 1;
	}	
	
#content-text h2 a:link, 
#content-text h2 a:visited {
	color: #49A285;
	text-decoration: none;
	}	
	
#content-text h2 a:hover {
	color: #49A285;
	text-decoration: underline;
	}	
	
#content-text h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #299EC5;
	margin: 0;
	padding: 0;
	}
	
#content-text h3 a:link, 
#content-text h3 a:visited {
	color: #299EC5;
	text-decoration: none;
	}	
	
#content-text h3 a:hover {
	color: #299EC5;
	text-decoration: underline;
	}
	
#content-text h3.h3-divider {
	font-size: 1.5em;
	font-weight: normal;
	color: #299EC5;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	background: url(images/divider.gif) no-repeat 50% 0;		
	}
	
#content-text h3.adam-header {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	}	
	
#content-text h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0 0 5px 0;
	}		

#content-text p {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	}	

#content-text p.date {
	font-size: 1.1em;
	color: #999;
	}
	
#content-text p.align-right {
	text-align: right;
	font-style: italic;
	}		
	
#content-text .entrytext ul {
	margin: 0 0 10px 0;
	padding: 0;
	}	
	
#content-text .entrytext ul li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 5px;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1.4;
	}	
	
#content-text blockquote {
	color: #666;
	margin: 10px;
	padding: 0 0 0 50px;
	background: url(images/blockquote2.gif) no-repeat 0 0;		
	}	
	
#content-text a.pdf-download {
	background: url(images/pdf-download.gif) no-repeat 0 2px;	
	padding: 3px 0 3px 22px;	
	}	
	
#content-text img.img-float-left {
	margin: 0;
	padding: 4px 10px 10px 0;
	float: left;
	}	
	
#content-text img.img-float-right {
	margin: 0;
	padding: 0 0 10px 10px;
	float: right;
	}	
	
#content-text img.img-gap {
	margin: 0;
	padding: 0 0 20px 0;
	}				
	
/*-------------Sponsor logos (sponsorship page)-------------*/

#post-43 p {
	float: left;
}

#post-43 hr {
	clear: both;
	border: 0;
	border-top: 1px solid #ddd;
	display: block;
	height: 1px;
} 
img.hsbc {
	display: block;
	margin: 40px auto 0;
	border: none;
	text-align: center;
	float: none;
	margin-left: 150px;
	}
	
img.nelson-pine {
	float: left;
	margin: 40px 33px 10px 0;
	border: none;
	}
	
img.marshall {
	float: left;
	margin: 56px 36px 10px 0;
	border: none;
	}	
	
img.paml {
	float: left;
	margin: 56px 0 10px 0;
	border: none;
	}		
	
img.turnovsky {
	float: left;
	margin: 50px 16px 20px 0;
	border: none;
	}		
	
img.adam-foundation {
	float: left;
	margin: 50px 14px 20px 0;
	border: none;
	}		
	
img.creative-nz {
	float: left;
	margin: 50px 15px 20px 0;
	border: none;
	}

#post-43 img.shift {
	float: left;
	margin: 10px 0 20px 142px;
	border: none;
	display: inline;
	}	
	
/*-------------The Post Sponsorship-------------*/
div#post-43 {
	float: left;
}

div#post-43 img {
	margin-left: 15px;
}

div#post-43 img.hsbc {
	margin-left: 125px;
}

div#post-43 img.nelson-pine {
	margin-left: 125px;
}			

/*-------------Special styles for Recordings page-------------*/	

.cd-cover {
	float: left;
	width: 94px;
	margin: 0 15px 0 0;
	}
	
.cd-cover img {	
	margin: 0 0 10px 0;
	}
	
#content-text .cd-cover p {	
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 1.1em;
	}	
	
#content-text .cd-cover p a:link, 
#content-text .cd-cover p a:visited {
	background: url(images/arw-subnav.gif) no-repeat 0 4px;
	padding: 0 0 0 7px;
	color: #379fbc;
	text-decoration: none;
	font-weight: bold;
	}		
	
#content-text .cd-cover p a:hover {
	background: url(images/arw-subnav.gif) no-repeat 0 4px;
	padding: 0 0 0 7px;
	color: #379fbc;
	text-decoration: underline;
	font-weight: bold;
	}				
	
.recordings-text {
	float: left;
	width: 320px;
	}	
	
.wordtube-recordings {
	padding: 10px 0 30px 0;
	}	
	
#content-text p.details {
	font-size: 1.0em;
	padding: 10px 0 30px 0;
	}

#content-text h3.gap {
	font-size: 1.5em;
	font-weight: normal;
	color: #299EC5;
	margin: 0;
	padding: 0 0 10px 0;
	}	
	
#content-text .float-right {
	float: right;
	width: 110px;
	font-size: 1.1em;
	padding-top: 4px;
	}	
	
#content-text .recordings-text h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 0 0 5px 0;
	}		
	
table.track-listing {
	width: 320px;
	margin: 0 0 20px 0;
	}	
	
table.track-listing caption {
	display: none;
	}		
	
table.track-listing tr.odd td {
	background-color: #f8f8f8;
	}	
	
table.track-listing tr.even td {
	background-color: #fff;
	}		
	
table.track-listing td {
	border-right: 1 px solid #fff;

	padding: 5px;
	font-size: 1.2em;
	color: #a3a3a3;
	}			
	
.divider {
	width: 320px;
	height: 12px;
	background: url(images/divider.gif) no-repeat 50% 0;
	margin: 0 0 40px 0;
	}
	
table.track-listing td.col1 {
	width: 30px;
	}
	
table.track-listing td.col2 {
	width: 260px;
	}	
	
table.track-listing td.col3 {
	width: 30px;
	text-align: right;
	}		
		

/*-------------Sidebar-------------*/

#sidebar {
	/*width: 28%;*/
	width: 190px;
	/*margin-left: 70%;*/
	float: right;
	/*border: 1px solid orange;*/
	margin: 38px 0 0 0;
	/*background: green;*/
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	}	
	
#sidebar ul ul {
	/*margin-bottom: 25px;*/
	/*margin-bottom: 10px;*/
	margin-bottom: 0;
	}
	
#sidebar ul h2 {
	font-size: 2.0em;
	color: #299EC5;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	}	
	
#sidebar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li.page_item, 
#sidebar ul li.current_page_item,
 {
	margin: 0;
	padding: 0 0 6px 0;
	list-style-type: none;
	font-size: 1.1em;
	}	
	
#sidebar ul li.page_item ul, 
#sidebar ul li.current_page_item ul.
#sidebar ul.wp-tag-cloud  {
	padding: 3px 0 0 0;
	}		

#sidebar h2.tags-heading{
	margin: 15px 0 5px;
	font-size: 14px;
}	

#sidebar ul li.page_item ul li.page_item, 
#sidebar ul li.current_page_item ul li.page_item ,
#sidebar ul.wp-tag-cloud li {
	margin: 0;
	padding: 0 0 3px 10px;
	font-size: 11px;
	}	

#sidebar ul.wp-tag-cloud li {
	font-size: 8px !important;
}	
	
#sidebar ul li.page_item a:link, 
#sidebar ul li.page_item a:visited, 
#sidebar ul li.current_page_item a:link, 
#sidebar ul li.current_page_item a:visited,
#sidebar ul.wp-tag-cloud li a {
	background: url(images/arw-subnav.gif) no-repeat 0 5px;
	padding: 0 0 0 7px;
	color: #379fbc;
	text-decoration: none;
	display: block;
	}		
	
#sidebar ul li.page_item a:hover {
	text-decoration: underline;
	display: block;
	}	
	
#sidebar ul li.current_page_item a:link, 
#sidebar ul li.current_page_item a:visited, 
#sidebar ul li.current_page_item a:hover {	
	color: #479d81;
	text-decoration: underline;
	}

#sidebar ul li.current_page_item ul li {	
	font-size: 100%;
	}	
	
#sidebar ul li.current_page_item ul li a:link, 
#sidebar ul li.current_page_item ul li a:visited {	
	color: #379fbc;
	text-decoration: none;
	}	
	
#sidebar ul li.current_page_item ul li a:hover {	
	color: #379fbc;
	text-decoration: underline;
	}		
			
#sidebar ul ul.gigpress-listing ul {
	margin-bottom: 25px;
}

#sidebar ul li#gigpress ul.gigpress-listing li {
	font-size: 1.1em;
	padding: 0 0 0 0;
	}
	
#sidebar ul li#gigpress ul.gigpress-listing li a:link, 
#sidebar ul li#gigpress ul.gigpress-listing li a:visited {
	color: #379fbc;
	text-decoration: none;
	}
	
#sidebar ul li#gigpress ul.gigpress-listing li a:hover {
	color: #379fbc;
	text-decoration: underline;
	}	

#wrapper p.quote-author {
	font-size: 1.0em;
	color: #666;
	}
	
#sidebar ul li.quote {
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #999;
	text-align: center;
	font-style: italic;
	}	
	
#sidebar ul li.quote-author {
	font-size: 1.0em;
	color: #666;
	text-align: center;
	}	
	
#sidebar ul li img {
	padding: 0 0 10px 0;
	}	
	
#sidebar ul li.cd-subnav img {
	padding: 0 1px 0 0;
	margin: -1px 0 0 0;
	border: none;
	}			
	
#sidebar ul.adam-sidebar li {
	padding: 0 0 10px 0;
	font-size: 1.1em;
	}
	
#sidebar ul.adam-sidebar li ul li {
	font-size: 100%;
	}	
	
#sidebar ul.adam-sidebar li.facebook {
	padding: 0 0 10px 0;
	font-size: 1.1em;
	}	
	
#sidebar ul.adam-sidebar li a:link, 
#sidebar ul.adam-sidebar li a:visited {
	text-decoration: none;
	}
	
#sidebar ul.adam-sidebar li a:hover {
	text-decoration: underline;
	}		
	
#sidebar ul li img.img-float-left {
	margin: -2px 0 0 0;
	padding: 0 3px 0 0;
	float: left;
	}
	
#sidebar ul.adam-sidebar li.current_page_item a {
	color: #479d81;
	text-decoration: underline;
	}	

#sidebar ul.adam-sidebar li ul#purpose li a.purpose, 
#sidebar ul.adam-sidebar li ul#information li a.information, 
#sidebar ul.adam-sidebar li ul#application li a.application, 
#sidebar ul.adam-sidebar li ul#tutors li a.tutors, 
#sidebar ul.adam-sidebar li ul#sponsors li a.sponsors, 
#sidebar ul.adam-sidebar li ul#dates li a.dates {
	color: #479d81;
	text-decoration: underline;
	}	
	
#sidebar ul.adam-sidebar li.current_page_item ul li a:link, 
#sidebar ul.adam-sidebar li.current_page_item ul li a:visited {	
	color: #379fbc;
	text-decoration: none;
	}	
	
#sidebar ul.adam-sidebar li.current_page_item ul li a:hover {	
	color: #379fbc;
	text-decoration: underline;	
	}	
	
#sidebar ul#reviewpost li.page-item-40 a:link, 
#sidebar ul#reviewpost li.page-item-40 a:visited, 
#sidebar ul#reviewpost li.page-item-40 a:hover {	/* getting posts in review section to highlight the Reviews link in the sidebar */
	color: #479d81;
	text-decoration: underline;
	}			

#sidebar ul li.bio-img {
	width: 100%;
	overflow: hidden;
	margin-bottom: 17px;
}

#sidebar ul li.bio-img img {
	padding: 0;
	float: left;
}
 



#sidebar a {
	color: #299EC5;
}


/* sidebar widgets */
#xmasb-quotes h2 {
	display: none;
	font-size: 0;
}

#xmasb-quotes .xmasb_quotes_quote  {
	color: #999999;
	font-size: 2em;
	font-style: italic;
	padding-bottom: 10px;
	text-align: center;
}

#xmasb-quotes .xmasb_quotes_author {
	color: #666666;
	font-size: 1em;
	text-align: center;
}

/* Stay Tuned */
#stay-tuned {
  padding: 15px;
}

#stay-tuned h2 {
  font-size:2em;
  font-weight:normal;
  line-height:1;
  margin:0 0 10px;
  padding:0;
  color:#49A285;
}

#stay-tuned ul, #stay-tuned li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#stay-tuned li {
  padding-bottom: 18px;
}

#stay-tuned a:link, #stay-tuned a:visited {
color:#2FA0C0;
text-decoration:none;
}

#stay-tuned a:hover {
color:#2FA0C0;
text-decoration:underline;
}

#stay-tuned .email a,
#stay-tuned .facebook a,
#stay-tuned .rss {
  display: block;
  padding: 4px 0 0 45px;
  background: url(images/stay-tuned.png) 0 0 no-repeat;
  min-height: 28px;
}

#stay-tuned .email a:hover, #subscribe .email a {background-position: -250px 0;}

#stay-tuned .facebook a {background-position: 0 -75px;}
#stay-tuned .facebook a:hover {background-position: -250px -75px;}

#stay-tuned .rss {background-position: 0 -225px;}
#stay-tuned .rss:hover {background-position: -250px -225px;}

#stay-tuned .rss li {padding-bottom: 0;}

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

#footer {
	/*width: 100%;*/
	/*width: 772px;*/
	width: 767px;
	padding: 25px 30px 0 143px;
	clear: both;
	border-top: 1px solid #dbdbdb;
	background: url(images/footer-logo.jpg) no-repeat 30px 25px;
	float: left;
}

#footer-links {
  float: left;
  width: 300px;
}

#footer ul {
	color: #C2C2C2;
	font-size: 1.0em;	
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	}
	
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 0;
	}	
	
#footer p {
	color: #C2C2C2;
	font-size: 1.0em;	
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 30px 0;
	}	
	
#footer a:link, 
#footer a:visited {
	color: #C2C2C2;
	text-decoration: underline;
	}		
	
#footer a:hover {
	color: #a1a1a1;
	text-decoration: underline;
	}			

#sponsor-logos {
  float: right;
  width: 400px
}

#sponsor-logos h3 {
  float: left;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

#sponsor-logos ul {
  float: right;
  padding-bottom: 20px;
}

#sponsor-logos ul li {
  float: left;
  padding-left: 25px;
}

/*-------------Clearing div-------------*/

.clear {
	clear: both;
	height: 0;
	font-size: 0.1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
	}
	

/*-------------Headings-------------*/

h1 {
	
	}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post { 
	/*background-color: red;*/
	/*width: 430px;*/
	zoom: 1;
	}

.post h2 {
	/*font-size: 2.5em;
	color: #49A285;*/
	}
	
.post h2 a:link, 
.post h2 a:visited {
	/*color: #49A285;
	text-decoration: none;*/
	}	
	
.post h2 a:hover {
	/*color: #49A285;
	text-decoration: underline;*/
	}		

.post p {
	font-size: 1.2em;
	}

.post a:link, 
.post a:visited {
	color: #2fa0c0;
	text-decoration: none;
	}
	
.post a:hover {
	color: #2fa0c0;
	text-decoration: underline;
	}	

.post ul {

}

.post li {

}

.entry {

}

.news-item  {
	background: url(images/divider.gif) no-repeat 50% 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#special-projects .news-item, #blog .news-item {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#special-projects .news-item  img {
	margin-bottom: 10px;
}

#special-projects .news-item h3 {
	margin-bottom: 4px;
}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	font-size: 1.1em;
}

.alignleft {
	float: left;
	text-align: left;
	}

.alignright {
	float: right;
	text-align: right;
	}

.center {

}

.pagetitle {
font-size: 2.5em;
	color: #49A285;
}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Buy tickets accordion in Latest News------------*/

#content-text ul#buy-tix-popup {
	list-style:none;
	background: #f3f3f3;
	margin: 0;
	padding: 10px;
	width: 410px;
	}

#content-text ul#buy-tix-popup li {
	margin: 0;
	padding: 0;
	width: 410px;
	font-size: 1.2em;
	}

#content-text ul#buy-tix-popup li ul#buy-tix-popup-level2 {
	list-style:none;
	background: #e3e3e3;
	margin: 0;
	padding: 10px;
	width: 390px;
	display:none;
	}
	
#content-text ul#buy-tix-popup li ul#buy-tix-popup-level2 li {
	margin: 0;
	padding: 0;
	width: 390px;
	font-size: 100%;
	/*display:none;*/
	}	

#content-text .post #buy-tix-link {
	cursor:pointer;
	color:#2fa0c0;
	}

#content-text .post #buy-tix-link-level2 {
	cursor:pointer;
	color:#2fa0c0;
	}

.post #buy-tix-popup{
  list-style:none;
  background: #f3f3f3;
  padding: 10px 10px 10px 10px;
  display:none;
  }

#content-text .post ul li #close-popup {
  display:block;
  height: 16px;
  width:16px;
  background: url(images/close.gif) no-repeat 0 0;
  cursor:pointer;
  float:right;
}

/*--------------Sidebar------------*/




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

ol.commentlist {
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	}

ol.commentlist li {
	margin: 0;
	padding: 7px 10px 0 10px;
	font-size: 1.1em;
	list-style-type: none;
	}

ol.commentlist li.alt {
	margin: 0;
	padding: 7px 10px 0 10px;
	font-size: 1.1em;
	background-color: #f8f8f8;
	list-style-type: none;
	}

ol.commentlist a {

}

small.commentmetadata {
	font-size: 1.0em;
	}
	
form#commentform p.allowed {
	font-size: 1.1em;
	}	

.row {
	width: 430px;
	margin: 5px 0;
	clear: both;
	float: left;
	}

form#commentform label {
	font-size: 1.1em;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	width: 220px;
	float: left;
	font-weight: bold;
	}

form#commentform input {
	width: 230px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px;
	border: 1px solid #737373;
	float: right;
	}
	
form#commentform input#submit {
	width: auto;
	font-size: 1.2em;
	float: left;
	}	

form#commentform textarea#comment {
	width: 422px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px;
	margin: 0 0 10px 0;
	border: 1px solid #737373;
	}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

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

img {
	border: 0;
}




/*-------------Other------------------*/

hr {
	display: none;
}

.intro {
	margin-bottom: 17px;
}

#content-text .intro  h2 {
	margin-bottom: 5px;
}

#blog #sidebar #gigpress {
	display: none;
}

#sidebar #back-to {
	display: none;
}

#blog #sidebar #back-to {
	display: block;
}

/*-------------Comments popup window------------------*/

#commentspopup {
	width: 330px;
	padding: 0 20px;
	text-align: left;
	}
	
#commentspopup .row {
	width: 330px;
	margin: 5px 0;
	clear: both;
	}	
	
#commentspopup form#commentform label {
	font-size: 1.1em;
	margin: 0 5px 0 0;
	padding: 3px 0 0 0;
	width: 322px;
	float: left;
	}	
	
#commentspopup form#commentform input {
	width: 322px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px;
	border: 1px solid #737373;
	}
	
#commentspopup form#commentform input#submit {
	width: auto;
	font-size: 1.2em;
	}			
	
#commentspopup form#commentform textarea#comment {
	width: 322px;
	}							

#commentspopup h1#header {
	width: 100%;	
	height: 114px;
	position: relative;
	}
	
#commentspopup h1#header  a {
	width: 200px;
	height: 114px;
	display: block;
	text-indent: -2000px;
	}	
	
#commentspopup h2#comments {
	font-size: 2.5em;
	color: #49A285;
	font-weight: normal;
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 1;
	}	
	
#commentspopup h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #299EC5;
	margin: 0;
	padding: 0;
	}	
	
#commentspopup p {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#commentspopup li p {
	font-size: 1.1em;
	}	
	
#commentspopup p.allowed {
	font-size: 1.1em;
	}		
	
#commentspopup a:link, 
#commentspopup a:visited {
	color: #2fa0c0;
	text-decoration: none;
	}
	
#commentspopup a:hover {
	color: #2fa0c0;
	text-decoration: underline;
	}			
	
#blog p.date {
	display: none;
}