/* CSS Document 
Theme Name: Kate Campbell
Theme URI: http://www.digitalvisionmedia.com
Description: A custom WordPress 3 Theme created for Kate Campbell
Author: Steve Wilkison at Digital Vision Media
Author URI: http://www.digitalvisionmedia.com
Version: 1.0 */

/* Kate Campbell
Common CSS
© 2012 Kate Campbell
Created 3/4/12 10:37AM
Updated 3/4/12 10:37AM
Validated 3/4/12 10:37AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

@media screen {
	
/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
	
/* Reset bold and italic */

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}
	
strong em {
	font-weight: bold;
	font-style: italic;
	}
	
em strong{
	font-weight: bold;
	font-style: italic;
	}
	
/* Set up clearing element */

.clearfloats {
	clear: both;
}
		
/* UNIVERSAL */

html, body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #a8a59f url(images/background.jpg) top center repeat;
	}
	
/* LAYOUT ELEMENTS */

div#backgrounddiv {
	background: url(images/topbackground.jpg) top center repeat-x;
}

div#navdiv {
	width: 980px;
	margin: 0 auto;
	height: 47px;
	position: relative;
	z-index: 0;
	visibility: visible;
}

div#headerdiv {
	background: url(images/headerbackground.jpg) top center no-repeat;
	height: 484px;
	width: 100%;
	margin: 0 auto;
}

div#headerdiv.lrm {
	background: url(images/lrmhead.jpg) top center no-repeat;
	height: 484px;
	width: 100%;
	margin: 0 auto;
}

div#albumdiv {
	width: 394px;
	height: 137px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 0;
	top: 376px;
	display: none;
}

div#subnavdiv {
	background: url(images/subnav.jpg) top center no-repeat;
	width: 980px;
	height: 56px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	visibility: visible;
}

div#subnavdiv.Bio {
	background: url(images/biohead.jpg) top center no-repeat;
}

div#subnavdiv.Tour {
	background: url(images/tourhead.jpg) top center no-repeat;
}

div#subnavdiv.Contact {
	background: url(images/contacthead.jpg) top center no-repeat;
}

div#subnavdiv.Ireland {
	background: url(images/irelandhead.jpg) top center no-repeat;
}

div#subnavdiv.Press {
	background: url(images/presshead.jpg) top center no-repeat;
}

div#subnavdiv.Booking, div#subnavdiv.Public, div#subnavdiv.House, div#subnavdiv.Conferences, div#subnavdiv.Colleges, div#subnavdiv.Special {
	background: url(images/bookinghead.jpg) top center no-repeat;
}

div#subnavdiv.Music {
	background: url(images/musichead.jpg) top center no-repeat;
}

div#subnavdiv.Media {
	background: url(images/mediahead.jpg) top center no-repeat;
}

div#subnavdiv.Photos {
	background: url(images/mediahead.jpg) top center no-repeat;
}

div#subnavdiv.singlealbum {
	background: url(images/musicsinglehead.jpg) top center no-repeat;
}

div#subnavdiv.Mailing {
	background: url(images/mailinghead.jpg) top center no-repeat;
}

div#subnavdiv.Large {
	background: url(images/lrmheadbanner.jpg) top center no-repeat;
}

div#mediadiv {
	width: 356px;
	height: 56px;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
}

div#socialdiv {
	width: 195px;
	height: 56px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 438px;
	top: 0;
}

div.Music div#socialdiv, div.Media div#socialdiv, div.Photos div#socialdiv {
	width: 195px;
	height: 56px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 768px;
	top: 0;
}

div#homediv {
	width: 484px;
	height: 94px;
	position: absolute;
	z-index: 10;
	visibility: visible;
	left: 19px;
	top: 87px;
}
	

div#contentdiv {
	width: 980px;
	margin: 0 auto;
	background: url(images/contentback_new.jpg) top left repeat-y;
}

div#contentdiv.singlepage {
	background: url(images/musicback.jpg) top left repeat-y;
}

div#newsdiv {
	width: 590px;
	padding: 30px;
	float: left;
}

div#biodiv {
	width: 570px;
	padding: 30px 40px 30px 40px;
	float: left;
}

div#thealbumdiv {
	width: 577px;
	padding: 30px 33px 30px 40px;
	float: left;
}

div#bigmusicdiv {
	width: 900px;
	margin: 0 0 0 65px;
}

div.newsitemdiv {
	margin: 0 0 30px 0;
}

div.newsphotodiv {
	width: 208px;
	height: 208px;
	background: url(images/newsphotoback.jpg) top left no-repeat;
	position: relative;
	z-index: 0;
	visibility: visible;
	float: left;
}

div.newsphotoinnerdiv {
	position: relative;
	z-index: 0;
	visibility: visible;
	top: 5px;
	left: 6px;
	width: 190px;
	height: 190px;
}

div.post div.newsphotodiv {
	margin: 0 10px 0 0;
}

div.newsdividerdiv {
	background: #a19f9a;
	height: 2px;
	clear: both;
	margin: 20px auto;
	width: 560px;
}

div#tourdiv {
	width: 270px;
	text-align: right;
	padding: 30px;
}

div#listenbannerdiv {
	background: url(images/listen.jpg) top left no-repeat;
	width: 343px;
	height: 70px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -30px;
}

div#newsbannerdiv {
	background: url(images/newsbanner.jpg) top left no-repeat;
	width: 343px;
	height: 70px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -30px;
}

div#newsbannersubdiv {
	background: url(images/newsbanner.jpg) top left no-repeat;
	width: 343px;
	height: 70px;
}

div#twitterheaddiv {
	background: url(images/twitterbanner.jpg) top left no-repeat;
	width: 343px;
	height: 70px;
}

div#sidebardiv {
	width: 330px;
	float: left;
}

div#footerdiv {
	width: 100%;
	background: url(images/footerback.jpg) top center repeat-x;
	height: 89px;
}

div#footerinsidediv {
	width: 980px;
	margin: 0 auto;
	height: 89px;
	background: url(images/thefooter.jpg) top center no-repeat;
}

div#footerinsidediv.singlepagefooter {
	background: url(images/thefootersingle.jpg) top center no-repeat;
}
	

div#morenewsdiv {
	width: 254px;
	height: 59px;
	position: relative;
	left: -40px;
}

div#bottomnavwrapperdiv {
	width: 100%;
	background: #4d443a;
}

div#gallerydiv {
	width: 702px;
	margin: 0 auto;
	padding: 50px 0 30px 0;
}

div#listendiv {
	width: 307px;
	height: 232px;
	margin: 50px 0 0 15px;
}

div#sidenewsdiv {
	text-align: right;
	padding: 0 30px 20px 30px;
}

div#twitterdiv {
	text-align: right;
	padding: 10px 30px 30px 30px;
}

div.pkimg175 {
	width: 177px;
	text-align: center;
	float: left;
	line-height: normal;
	margin: 0 20px 0 0;
}

div.pkdoc {
	width: 71px;
	text-align: center;
	float: left;
	line-height: normal;
	margin: 0 15px 0 0;
	min-height: 200px;
}

div.musicalbumdiv {
	width: 182px;
	float: left;
	text-align: center;
	margin: 0 40px 0 0;
	min-height: 350px;
}

div.albumimagediv {
	width: 182px;
	height: 182px;
}

div.musicalbumdiv {
	font-size: 90%;
}

div#coverdiv {
	width: 250px;
	border: 1px solid #000;
	height: 250px;
	float: left;
}

div#theplayerdiv {
	width: 315px;
	height: 292px;
	float: left;
	margin: 0 0 0 5;
}

div#theplayerdiv.theportable {
	width: 300px;
	height: 332px;
	float: left;
	margin: 0 0 0 20px;
}

/* TEXT */

p {
	padding: 0 0 10px 0;
	line-height: 150%;
}

p#photoinstructions {
	text-align: center;
	padding: 20px 0 0 0;
}

p.totop {
	text-align: right;
}

p.publishing {
	font-size: 80%;
}

p.thankyou1 {
	font-size: 120%;
	font-weight: bold;
	padding: 0;
}

p.thankyou2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 30px 0;
}

p.twitterlink {
	font-size: 90%;
}

div.newsitemdiv p {
	margin: 0 0 0 215px;
	font-size: 90%;
}

div.newsitemdiv p.morehome {
	margin: 0 0 0 215px;
	font-size: 80%;
	line-height: 1;
}

div.newsitemdiv h2 {
	margin: 0 0 0 215px;
	color: #752416;
	font-weight: bold;
	padding: 0 0 7px 0;
}

div.post h2 {
	margin: 0;
	color: #752416;
	font-weight: bold;
	padding: 0 0 7px 0;
	font-size: 120%;
}

div.post h3 {
	padding: 0 0 15px 0;
	font-size: 90%;
}

span.more {
	color: #893527;
	font-size: 90%;
	font-weight: bold;
}

p.clickon {
	font-size: 80%;
	margin: 0 0 15px 0;
}

p.clickon.tourpagenews {
	margin: 20px 0 15px 0;
}

p.clickonlrm {
	margin: 20px 0 15px 0;
}

h4#copyright {
	float: left;
	color: #ddd;
	width: 300px;
	padding: 30px 0 0 20px;
	font-size: 80%;
}

h4#design {
	float: right;
	color: #ddd;
	width: 300px;
	text-align: right;
	padding: 30px 20px 0 0;
	font-size: 80%;
}

div#sidenewsdiv h2 {
	font-weight: bold;
}

div#bigmusicdiv h2 {
	padding: 30px 0 50px 0;
}

div.musicalbumdiv h3 {
	padding: 10px 0 5px 0;
	margin: 0;
	font-weight: bold;
}

div.musicalbumdiv p {
	margin: 0;
	padding: 0;
}

div#biodiv h1 {
	font-weight: bold;
	font-size: 130%;
}

div#thealbumdiv h2 {
	padding: 0 0 15px 0;
	font-size: 120%;
	clear: both;
}

div#thealbumdiv h2#lyrics, div#thealbumdiv h2#reviews {
	padding: 30px 0 0 0;
	font-size: 120%;
	padding: 15px;
	background: #a8a59f;
	margin: 20px 0 0 0;
}

div#thealbumdiv h2#reviews {
	margin: 20px 0 20px 0;
}

div#thealbumdiv h1 {
	font-size: 150%;
	font-weight: bold;
	padding: 15px;
	background: #a8a59f;
	margin: 0 0 20px 0;
}

div#thealbumdiv h3 {
	padding: 20px 0 8px 0;
	font-weight: bold;
	font-size: 110%;
}
	

/* LINKS */

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

div#sidebardiv a:hover {
	text-decoration: underline;
	color: #fff;
}

ul#tourlist li div.fulldate p a {
	color: #ddd;
	text-decoration: underline;
}

ul#tourlist li div.fulldate p a:hover {
	color: #fff;
	text-decoration: underline;
}

ul#tourlist li span.thedate {
	color: #eee;
	font-weight: bold;
}

ul#bottomnav a {
	color: #ddd;
	text-decoration: none;
}

ul#bottomnav a:hover {
	color: #fff;
	text-decoration: underline;
}

div#footerinsidediv a {
	color: #ddd;
	text-decoration: none;
}

div#footerinsidediv a:hover {
	color: #fff;
	text-decoration: underline;
}

div.newsitemdiv p span.more a, div#biodiv a, div#thealbumdiv a, div.newsitemdiv p.morehome a {
	color: #752416;
}

div.newsitemdiv p.morehome a:hover {
	color: #fff;
	text-decoration: underline;
}

div#thealbumdiv p.totop a {
	text-decoration: underline;
	color: #752416;
}

div.newsitemdiv p span.more a:hover, div#biodiv a:hover, div#thealbumdiv a:hover {
	color: #000;
	text-decoration: underline;
}

div.entry a {
	color: #752416;
	text-decoration: underline;
}

div.entry a:hover {
	color: #000;
}

div#sidebardiv li.seealltour a {
	text-decoration: underline;
}

div#sidebardiv p.twitterlink a {
	text-decoration: underline;
}

div.newsitemdiv h2 a {
	color: #000;
	text-decoration: none;
}

div.newsitemdiv h2 a:hover {
	color: #752416;
	text-decoration: underline;
}

ul#twitter_update_list li a {
	color: #893527;
}

/* LISTS */

div#tourdiv ul#tourlist li {
	padding: 0 0 15px 0;
	display: list-item;
}

div#biodiv ul {
	list-style: disc;
	padding: 0 0 15px 40px;
}

div#biodiv ul li {
	display: list-item;
	line-height: 150%;
}


ul#tourlist li#listenli {
	position: relative;
	z-index: 0;
	visibility: visible;
	margin: 30px 0 0 0;
}


ul#bottomnav {
	text-align: center;
	color: #ddd;
	padding: 15px 0 0 0;
	font-size: 80%;
	width: 980px;
	background: #4d443a;
	margin: 0 auto;
	height: 30px;
}

ul#bottomnav li {
	margin: 0 10px 0 0;
	clear: both;
}

ul#bottomnav li.boton {
	color: #fff;
	font-weight: bold;
}

ul#newslist li {
	display: block;
	margin: 0 0 20px 0;
}

div#sidebardiv li.seealltour {
	font-size: 90%;
}

ul#twitter_update_list li {
	display: list-item;
	padding: 0 0 12px 0;
	font-size: 90%;
}

li.linkon {
	color: #878979;
}


/* FORMS */

form {
	margin: 30px 0 0 0;
}

div#biodiv form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#biodiv form ul li {
	display: list-item;
	padding: 0 0 10px 0;
	clear: both;
}

form label {
	width: 250px;
	text-align: right;
	float: left;
	padding: 5px 10px 0 0;
	clear: both;
	font-size: 90%;
	line-height: normal;
	display: block;
}

form label.yesnolabel {
	width: auto;
	float:none;
	display: inline;
}

form h2 {
	clear: both;
	width: 250px;
	text-align: right;
	font-size: 90%;
}

form span {
	font-size: 90%;
}

input {
	width: 275px;
	height: 20px;
}

input.radbut {
	width: auto;
	height: auto;
}

textarea {
	width: 275px;
	height: 150px;
}
fieldset {
	margin: 0 0 50px 0;
	border: 1px solid #777;
	padding: 30px 0 30px 10px;
}

fieldset#basicinfo, fieldset#commentslegend {
	margin: 0;
}

fieldset#submitfield {
	margin: 0 0 0 272px;
	border: none;
	padding: 0;
}

fieldset#commentslegend {
	border: none;
	padding: 30px 0 30px 10px;
}

fieldset#submitfield input {
	width: auto;
	height: auto;
}


/* IMAGES */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 4px 20px 0 20px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 4px 20px 0 20px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
	border: 1px solid #aaa;
}

.wp-caption p.wp-caption-text {
	color: #111;
	font-size: 12px;
	margin: 5px;
}

div.pkimg175 img {
	border: 1px solid #000;
}

div.albumimagediv img {
	border: 1px solid #000;
}

/* JQUERY TOUR DATES */

ul#tourlist h3 {
	font-weight: bold;
}

div.ishidden {
	display: none;
}

div.fulldate {
	margin: 5px 0 0 13px;
	background: #6f6e67;
	padding: 10px;
	color: #ddd;
	width: 250px;
	font-size: 90%;
}

div#biodiv div.fulldate {
	margin: 5px 0 0 0;
	width: 400px;
}

ul#tourlist div.fulldate p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 120%;
}

div#biodiv ul#tourlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#biodiv ul#tourlist li {
	margin: 0 0 15px 0;
	display: block;
	padding: 0;
}

/* TWITTER */

ul#twitter_update_list li span {
	display: block;
}


} /* END screen media */
 
 
@media print {
.do-not-print {
	display: none;
}

#comments {
	page-break-before: always;
}

body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	word-spacing: 1.1pt;
	letter-spacing: 0.2pt;
	font-family: Garamond, "Times New Roman", serif;
	color: #000;
	background: none;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 19pt;
}

h2 {
	font-size:17pt;
}

h3 {
	font-size:15pt;
}

h4, h5, h6 {
	font-size:12pt;
}

code {
	font: 10pt Courier, monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
}

img {
	display: block;
	margin: 1em 0;
}

a img {
	border: none;
}

table {
	margin: 1px;
	text-align:left;
}

th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #333;
}

th, td {
	padding: 4px 10px 4px 0;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}

tr {
	page-break-inside: avoid;
}

a {
	text-decoration: none;
	color: black;
}

} /* END print media */
