/*
Theme Name: John Rutter
Theme URI: http://www.johnrutter.com
Description: WordPress theme for John Rutter website
Author: Tom Aston, FUSE
Version: 1
*/

/*********************************** RESET AND CLEARFIX ***********************************/

@import url('reset.css');
@import url('clearfix.css');

/*********************************** GENERAL ***********************************/

body {
	font-family:"Lucida Grande", Arial, Helvetica;
	font-size:62.5%;
	background:url(/wp-content/themes/johnrutter/images/wrapper-bg.gif) center top no-repeat #FFF;
}
a:link,
a:visited {
	color:#403393;
	text-decoration:none;
	font-weight:bold;
}
a:hover,
a:active {
	color:#666;
}
#wrapper .btn {
	padding:6px 10px;
	background:url(/wp-content/themes/johnrutter/images/btn-bg.png) left bottom repeat-x #b1b0da;
	border:solid 1px #403393;
	display:block;
	font-size:1.1em;
	float:right;
	font-weight:bold;
	color:#FFF;
}
#wrapper .btn:link,
#wrapper .btn:visited {
	color:#FFF;
	text-decoration:none;
}
#wrapper .btn:hover,
#wrapper .btn:active {
	color:#D7DAF2;
}
h2 {
	color:#403393;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	padding:7px 10px 6px 10px;
	background:url(/wp-content/themes/johnrutter/images/h2-bg.png) left bottom repeat-x #FFF;
	font-size:1.5em;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
}
h2 .heading {
	float:left;
}
h2#latestNews {
	margin:0 0 7px 0;
}
#headerWrapper {
	background:url(/wp-content/themes/johnrutter/images/headerwrapper-bg.png) center top no-repeat;
	height:80px;
}
#header {
	background:url(/wp-content/themes/johnrutter/images/header-bg.png) right top no-repeat;
	width:960px;
	height:80px;
	padding:0 0 0 26px;
	margin:0 auto;
}
#header h1 {
	width:228px;
	height:80px;
	text-indent:-9999px;
	background:url(/wp-content/themes/johnrutter/images/john-rutter-logo.png) left top no-repeat;
}
#header h1 a {
	display:block;
	width:148px;
	height:61px;
}
#wrapper {
	background:url(/wp-content/themes/johnrutter/images/wrapper-bg.png) center top repeat-x;
	width:100%;
}
#content {
	background:url(/wp-content/themes/johnrutter/images/content-bg.png) center top repeat-y;
	width:940px;
	padding:0 23px 10px 23px;
	margin:0 auto;
}
#navigation {
	width:940px;
	float:left;
	padding:14px 0 11px 0;
	position:relative;
}
#navigation ul {
	width:940px;
	padding:0 0 0 10px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:1.2em;
}
#navigation ul li {
	float:left;
	padding:2px 9px;
	border-right:solid 1px #CCC;
}
/*#navigation .btnContainer {
	float:none;
	position:absolute;
	top:9px;
	right:0;
	width:180px;
	text-align:right;
}
#wrapper #navigation .btnContainer .btn {
	float:right;
}*/
#navigation ul li.first {
	padding-left:0;
}
#navigation ul li.last {
	border:none;
	padding-right:0;
}
#navigation ul li a:link,
#navigation ul li a:visited {
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
}
#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li.current_page_item a:link,
#navigation ul li.current_page_item a:visited {
	color:#29328A;
}
#mainContent {
	width:620px;
	min-height:600px;
	padding:0 20px 0 0;
	float:left;
}
#mainContent .pageContent {
	width:600px;
	padding:10px;
}
#mainContent .page p {
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 10px 0;
}
#mainContent .post h1,
#mainContent .video h1 {
	font-size:2em;
	color:#403393;
	margin:0 0 4px 0;
}
#mainContent #newsItem .post,
#mainContent #videoItem .video  {
	padding:10px 10px 30px 10px;
	width:600px;
}
#mainContent #videoItem p.videoLength {
	font-size:1.1em;
	color:#666;
	padding:15px 0 0 0;
}
img.alignright,
#mainContent #newsItem .post img.mainImage {
	float:right;
	margin:0 0 20px 20px;
	border:solid 1px #666;	
}
img.alignright {
	border:none;
}
#mainContent .post .entry-content p,
#mainContent .video .entry-content p {
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 10px 0;
}
#mainContent .post .entry-content p a,
#mainContent .video .entry-content p a {
	font-weight:bold;
}
#mainContent .post .entry-content .vvqbox {
	padding:0 0 7px 0;
}
#mainContent .post p.postedOn {
	color:#666;
	font-size:1.2em;
	padding:0 0 10px 0;
	margin:0;
}
#mainContent #comments {
	width:620px;
	float:left;
	clear:both;
	padding:0 0 15px 0;
}
#mainContent #comments h3 {
	font-size:1.4em;
	color:#555;
	margin:0 0 7px 0;
	padding:15px 10px 0 10px;
	border-top:solid 1px #DDD;
	float:left;
	clear:both;
	width:600px;
}
#mainContent #comments p {
	width:600px;
	float:left;
	clear:both;
}
#mainContent #comments p.comment-notes,
#mainContent #comments p.logged-in-as {
	font-size:1.2em;
	margin:0;
	padding:0 10px 15px 10px;
}
#mainContent #comments p.comment-form-author,
#mainContent #comments p.comment-form-email,
#mainContent #comments p.comment-form-url {
	padding:0 0 4px 0;
}
#mainContent #comments p span.required {
	font-size:1.1em;
	color:#666;
	padding:5px 0 0 7px;
	display:block;
	float:left;
}
#mainContent #comments p label {
	width:100px;
	padding:4px 20px 0 0;
	float:left;
	font-size:1.2em;
	text-align:right;
}
#mainContent #comments p.comment-form-author input,
#mainContent #comments p.comment-form-email input,
#mainContent #comments p.comment-form-url input {
	width:240px;
	float:left;
	border-top:solid 1px #a895da;
	border-left:solid 1px #a895da;
	border-bottom:solid 1px #D7DAF2;
	border-right:solid 1px #D7DAF2;
	color:#403393;
	font-size:1.2em;
	padding:3px 5px;
}
#mainContent #comments textarea {
	width:370px;
	float:left;
	border-top:solid 1px #a895da;
	border-left:solid 1px #a895da;
	border-bottom:solid 1px #D7DAF2;
	border-right:solid 1px #D7DAF2;
	color:#403393;
	font-size:1.2em;
	font-family:"Lucida Grande", Arial, Helvetica;
	padding:3px 5px;
}
#mainContent #comments p.form-submit {
	padding:7px 0 0 120px;
}
#mainContent #comments p.form-submit input {
	font-size:1.2em;
}
#mainContent #comments ol {
	width:600px;
	float:left;
	clear:both;
	padding:0 10px 8px 10px;
}
#mainContent #comments ol li {
	border-top:solid 1px #DDD;
	width:600px;
	float:left;
	clear:both;
	padding:7px 0;
}
#mainContent #comments .comment-author {
	float:left;
	font-weight:bold;
}
#mainContent #comments .comment-meta {
	float:right;
	color:#666;
}
#mainContent #comments .comment-body {
	clear:both;
	float:left;
	width:600px;
	padding:7px 0;
	font-size:1.2em;
	line-height:1.4em;
}
#mainContent #comments .reply {
	clear:both;
	float:left;
	width:600px;
	font-size:1.1em;
}
#mainContent #comments cite {
	font-size:1.1em;
	font-style:normal;
}
#featuredArticle {
	width:600px;
	padding:10px;
	background:#D7DAF2;
	float:left;
	border-top:solid 1px #b0b6e5;
	border-bottom:solid 1px #b0b6e5;
	position:relative;
}
#featuredArticle #featureContent {
	font-size:1.2em;
	line-height:1.4em;
}
#featuredArticle h2 {
	border:none;
	padding:0;
	margin:0 0 5px 0;
	background:none;
	font-size:1.7em;
	line-height:1.3em;
}
#featuredArticle p.postedOn {
	margin:0 0 7px 0;
	font-size:1em;
	color:#6157ac;
}
#featuredArticle img.mainLargeImage {
	width:288px;
	height:288px;
	float:left;
	border:solid 1px #FFF;
}
#featuredArticle #featureContainer {
	width:290px;
	padding:0 0 0 20px;
	float:left;
}
#featuredArticle #featureContainer h2,
#featuredArticle #featureContainer p {
	width:280px;
	padding-right:10px;
	text-align:left;
}
#featuredArticle .meta {
	font-size:0.9em;
	padding:0;
	position:absolute;
	bottom:10px;
	left:320px;
}
#featuredArticle .meta a {
	font-weight:bold;
	margin:0 15px 0 0;
	color:#444;
}
#featuredArticle .meta a.comments-link {
	background:url(/wp-content/themes/johnrutter/images/commenticon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
#colContainer {
	width:620px;
	float:left;
	padding:7px 0 0 0;
}
#colOne {
	width:300px;
	padding:0 20px 0 0;
	float:left;
}
#recentNews h3 {
	margin:0 0 2px 0;
	font-size:1.1em;
	width:280px;
}
#recentNews p.postedOn {
	margin:0 0 7px 0;
	font-size:0.9em;
	color:#6157ac;
}
#recentNews ul li {
	width:280px;
	padding:10px 10px 32px 10px;
	background:#D7DAF2;
	float:left;
	clear:both;
	font-size:1.2em;
	line-height:1.4em;
	border-top:solid 1px #b0b6e5;
	border-bottom:solid 1px #b0b6e5;
	margin:0 0 7px 0;
	position:relative;
}
#recentNews ul li img.recentNewsThumb {
	float:left;
	width:58px;
	height:58px;
	border:solid 1px #FFF;
	margin:2px 0 0 0;
}
#recentNews ul li .theExcerpt {
	width:210px;
	float:left;
	padding:0 0 0 10px;
}
#recentNews ul li p {
	font-size:0.9em;
	width:210px;
}
#recentNews ul li .meta {
	clear:both;
	padding:12px 0 0 0;
	font-size:0.9em;
	position:absolute;
	left:80px;
	bottom:10px;
}
#recentNews ul li .meta a {
	font-weight:bold;
	margin:0 15px 0 0;
	color:#444;
}
#recentNews ul li .meta a.comments-link {
	background:url(/wp-content/themes/johnrutter/images/commenticon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
#colTwo {
	width:300px;
	float:left;
}
#tweets h2 {
	border-bottom:none;
}
.btnContainer {
	float:left;
	width:300px;
	clear:both;
}
#wrapper .colSection {
	padding-bottom:15px;
	width:300px;
	float:left;
	clear:both;
}
#shopOnline {
	padding-top:8px;
}
#shopOnline a {
	width:140px;
	height:40px;
	display:block;
	text-indent:-9999px;
	float:left;
}
#shopOnline a.recordingsBtn {
	background:url(/wp-content/themes/johnrutter/images/purchase-recordings.png) left top no-repeat;
	width:160px;
}
#shopOnline a.musicBtn {
	background:url(/wp-content/themes/johnrutter/images/purchase-sheetmusic.png) left top no-repeat;
}
#shopOnline h2 {
	margin:0 0 7px 0;
}
#latestVideo {
	padding:0 0 7px 0;
	width:300px;
	float:left;
	clear:both;
	font-size:1.2em;
	line-height:1.4em;
	background:#EEE;
	border-bottom:solid 1px #DDD;
}
#video h2 {
	margin:0 0 7px 0;
}
#latestVideo h3 {
	font-size:1.1em;
	padding:7px 10px;
}
#latestVideo p {
	font-size:0.9em;
	margin:0 0 7px 0;
	padding:0 10px;
}
#latestVideo .meta {
	clear:both;
	padding:7px 10px 0 10px;
	font-size:0.9em;
}
#latestVideo .meta a {
	font-weight:bold;
	margin:0 15px 0 0;
	color:#444;
}
#latestVideo .meta a.comments-link {
	background:url(/wp-content/themes/johnrutter/images/commenticon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
#sideBar {
	width:300px;
	float:left;
}
#appearances h2 {
	border-bottom:none;
}
#appearances ul li {
	width:280px;
	padding:8px 10px 8px 10px;
	float:left;
	clear:both;
	border-top:solid 1px #DDD;
}
#appearances ul li h3 {
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4em;
}
#appearances ul li p.appearanceDate {
	color:#666;
	font-size:1.1em;
	line-height:1.4em;
}
#appearances .btnContainer {
	padding:7px 0 0 0;
}
/*#appearances ul li p.sidebarEventDate {
	float: left;
	line-height:1.4em;
	width: 30px;
	padding:0 10px 0 0;
	display:none;
}
#appearances ul li p.sidebarEventDate span.month {
	display: block;
	padding:2px 0;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	color: #111;
	background:url(/wp-content/themes/johnrutter/images/h2-bg.png) left bottom repeat-x;
}
#appearances ul li p.sidebarEventDate span.day {
	display: block;
	font-size: 1.6em;
	text-align: center;
	color: #333;
	padding:4px 0 0 0;
}*/
#appearances ul li img {
	float:left;
	margin:0 10px 0 0;
}
#connect h2 {
	margin:0 0 7px 0;
}
#connect ul {
	width:297px;
	float:left;
	padding:0 0 0 3px;
}
#connect ul li {
	float:left;
	margin:0 0 0 7px;
}
#eventsPage .event {
	width:620px;
	float:left;
	clear:both;
	padding:10px 0 20px 0;
	border-bottom:solid 1px #DDD;
}
#eventsPage .event .eventTitle {
	width:600px;
	padding:0 10px 10px 10px;
	float:left;
	clear:both;
	border-bottom:solid 1px #DDD;
}
#eventsPage .event img.coverimage {
	float:left;
	margin:0 10px 0 0;
}
#eventsPage .event h3 {
	font-size:2em;
	line-height:1.2em;
	color:#403393;
	margin:0 0 4px 0;
	float:left;
	width:548px;
}
#eventsPage .event p.appearanceDate {
	color:#666;
	font-size:1.2em;
	width:548px;
	margin:0;
}
#eventsPage .event .eventInfo {
	width:290px;
	padding:10px 20px 0 10px;
	float:left;
	clear:both;
}
#eventsPage .event .eventDetail {
	width:290px;
	float:left;
	padding:10px 0 0 0;
}
#eventsPage .event .eventDetail div {
	font-size:1em;
	background:#e8eaf6;
	padding:10px;
	margin:0 0 10px 0;
}
#eventsPage .event .eventDetail div h4 {
	font-size:1.2em;
	margin:0 0 4px 0;
}
#eventsPage .event .eventDetail div p {
	font-size:1.1em;
	margin:0;
	padding:0;
}
#recordings {
	width:600px;
	float:left;
	clear:both;
	padding:0 10px;
}
#recordings ul {
	width:600px;
	float:left;
	clear:both;
}
#recordings ul li {
	width:600px;
	float:left;
	clear:both;
	border-top:solid 1px #DDD;
	padding:0 0 7px 0;
}
#recordings ul li img {
	float:left;
	margin:0 20px 0 0;
}
#recordings ul li h4 {
	font-size:1.3em;
	line-height:1.4em;
	margin:0 0 7px 0;
	width:440px;
	float:left;
}
#recordings h3 {
	font-size:1.4em;
	margin:0 0 7px 0;
	color:#403393;
}
#recordings #recent,
#recordings #classic {
	padding:0 0 20px 0;
	width:600px;
	float:left;
	clear:both;
}
#mainContent #recordings ul li p {
	font-size:1.1em;
	width:440px;
	float:left;
}
#mainContent #recordings ul li .rec {
	width:440px;
	float:left;
	padding:7px 0 0 0;
}
#mainContent #recordings ul li .rec p a {
	font-weight:bold;
}
#sheetmusicPage .pageContent p {
	width:600px;
	float:left;
	clear:both;
}
#sheetmusicPage .pageContent p img {
	margin:0 0 0 40px;
}
#latestNews h2 {
	margin:0 0 7px 0;
}
#sheetMusic h2 {
	margin:0 0 7px 0;
}
#sheetMusic ul {
	width:300px;
	float:left;
	clear:both;
}
#sheetMusic ul li {
	padding:0 10px;
	width:280px;
	float:left;
	clear:both;
}
#sheetMusic ul li p {
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 7px 0;
}
#sheetMusic ul li p img {
	margin:0 0 8px 0;
}
#notesPage #notes {
	width:620px;
	padding:10px 0;
}
#notesPage #notes .panes-notes {
	width:600px;
	padding:15px 10px;
	float:left;
}
#notesPage #notes .panes-notes h3 {
	line-height:1.4em;
	font-size:1.4em;
	margin:0 0 7px 0;
	color:#403393;
}
#notesPage #notes .tabs-notes {
	width:600px;
	padding:10px;
	float:left;
	background:#EEE;
}
#notesPage #notes .tabs-notes li {
	font-size:1.2em;
	line-height:1.4em;
	margin:0 0 3px 0;
	cursor:pointer;
	color:#333;
	float:left;
	width:300px;
	color:#666;
}
#notesPage #notes .tabs-notes li.current {
	color:#403393;
	font-weight:bold;
}
#newsPage {
	width:620px;
	float:left;
	clear:both;
}
#newsPage h2 {
	margin:0 0 7px 0;
}
#newsPage h3 {
	font-size: 1.1em;
	margin:0 0 2px 0;
}
#newsPage ul {
	width:620px;
}
#newsPage ul li {
	width:600px;
	padding:10px;
	float:left;
	clear:both;
	background:#D7DAF2;
	margin:0 0 7px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}
#newsPage ul li img.newsThumb {
	border:solid 1px #FFF;
	float:left;
	margin:0 20px 0 0;
}
#newsPage ul li p {
	font-size:0.9em;
}
#newsPage ul li p.postedOn {
	margin:0 0 7px 0;
	font-size: 0.9em;
	color: #6157ac;
}
#newsPage ul li .meta {
	clear:both;
	padding:12px 0 0 0;
	font-size:0.9em;
}
#newsPage ul li .meta a {
	font-weight:bold;
	margin:0 15px 0 0;
	color:#444;
}
#newsPage .meta a.comments-link {
	background:url(/wp-content/themes/johnrutter/images/commenticon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
#videoPage h2 {
	margin:0 0 7px 0;
}
#videoPage ul {
	width:620px;
}
#videoPage ul li {
	width:300px;
	float:left;
	font-size:1.2em;
	line-height:1.4em;
	background:#EEE;
	border-bottom:solid 1px #DDD;
	margin:0 20px 10px 0;
	padding:0 0 7px 0;
	display:inline;
}
#videoPage ul li.marginal {
	margin:0 0 10px 0;
}
#videoPage ul li h3 {
	font-size:1.1em;
	padding:7px 10px;
}
#videoPage ul li p {
	font-size:0.9em;
	margin:0 0 7px 0;
	padding:0 10px;
}
#videoPage ul li .meta {
	clear:both;
	padding:7px 10px 0 10px;
	font-size:0.9em;
}
#videoPage ul li .meta a {
	font-weight:bold;
	margin:0 15px 0 0;
	color:#444;
}
#videoPage ul li .meta a.comments-link {
	background:url(/wp-content/themes/johnrutter/images/commenticon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}


.more {
	text-align:left;
	width:290px;
	clear:both;
	float:left;
	font-size:1.1em;
	padding:4px 0 0 10px;
}
#appearances .more {
	border-top:solid 1px #DDD;
	padding:11px 0 0 10px;
}
#video .more {
	padding:11px 0 0 10px;
}
.more a {
	background:url(/wp-content/themes/johnrutter/images/moreicon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
#footerWrapper {
	clear:both;
	width:100%;
	background:url(/wp-content/themes/johnrutter/images/footerwrapper-bg.png) center top repeat-x;
}
#footer {
	width:940px;
	padding:17px 23px 40px 23px;
	margin:0 auto;
	background:url(/wp-content/themes/johnrutter/images/footer-bg.png) center top no-repeat;
	color:#FFF;
	font-size:1.1em;
}
#featuredArticle .meta a.sharethis,
#recentNews .meta a.sharethis,
#latestVideo .meta a.sharethis,
#newsPage .meta a.sharethis,
#videoPage .meta a.sharethis {
	cursor:pointer;
	color:#444;
	background:url(/wp-content/themes/johnrutter/images/shareicon.png) left center no-repeat;
	padding:2px 0 2px 22px;
}
.tooltip {
	display:none;
	background:url(/wp-content/themes/johnrutter/images/small-share-bg.png) left top no-repeat;
	height:16px;
	padding:0;
	width:172px;
	padding:6px 6px 10px 6px;
}
#featuredArticle .meta .tooltip a,
#recentNews .meta .tooltip a,
#latestVideo .meta .tooltip a,
#newsPage .meta .tooltip a,
#videoPage .meta .tooltip a {
	margin:0;
	background:none;
}
.notfound {
	padding:10px;
	width:600px;
}
.notfound p {
	font-size:1.2em;
}