/* ------------------------------------ */
/* GENERAL                              */
/* ------------------------------------ */

body {
	font-family: Arial,  Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #e7e7e7;
}
	
a {
	color:#4377b6
}
a:hover {
	color:#225087
}

.clear { clear:both }

a:focus, a:active { outline:none }
	
	
/* ------------------------------------ */
/* HEADER                               */
/* ------------------------------------ */
	
#header {
	position:relative;
	height:113px;
	background:#514b4b url('../images/header_bg.gif') bottom repeat-x }
	
	#header.subpage {
		border-bottom:1px solid #B90100 }
	
	#header .headerWrap { height:100% }	

/* --------------- */
/* LOGO ---------- */
#header h1 {
	margin:0;
	padding:2px 0 0 0;
	position:absolute;
	left:0;
	width:301px;
	height:136px;
	top: 0px;
	z-index: 10;
}
	
	#header h1 a {
	width:301px;
	height:136px;
	display:block;
	text-indent:-5000px;
	background-image: url('../images/clack_pipe_band_logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* --------------- */
/* FEED ---------- */
#header a.feed {
	position:absolute;
	top:0; right:0;
	display:block;
	width:143px;
	height:36px;
	text-indent:-5000px;
	background:url('../images/button_feed.gif') no-repeat }
	
/* --------------- */
/* NAVIGATION ---- */
#header #navigation {
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:-10px;
	bottom:20px
}
	
	#header #navigation ul {
		list-style:none;
		display:block;
		margin:0; padding:0 }
		
		#header #navigation ul li {
	margin:0 0 0 4px;
	float:left
}
			
		#header #navigation ul li a {
	padding:6px 10px;
	text-decoration:none;
	color:#d7cfcf;
	display:block
} #header #navigation ul li a:hover {
	color:#a4c4f2
}
			
		#header #navigation li.current {
			background:url('../images/nav_active_left.gif') top left no-repeat }
			
		#header #navigation li.current span {
	color:#a4c4f2;
	padding:6px 10px;
	display:block;
	background:url('../images/nav_active_right.gif') top right no-repeat
}
		
		
/* ------------------------------------ */
/* FOCUS AREA                           */
/* ------------------------------------ */
	
#focusArea {
	position:relative;
	height:306px;
	background:#2e0100 url('../images/focus_bg.gif') top repeat-x;
	border-top-width: 1px;
	border-bottom-width: 9px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b90100;
	border-bottom-color: #CCC;
}
	
	#focusArea .focusWrap { height:306px; background:#2e0100 url('../images/focus_image.jpg') top left }
	
	#focusArea h2 {
	font-size:24px;
	letter-spacing:-1px;
	color:#FFF;
	margin:30px 0 10px 0;
	padding:0
}
	
	#focusArea p {
	font-size:16px;
	color:#d7cfcf;
	margin:0;
	line-height:24px;
	padding:0
}
		
	#focusArea a {
	color:#FFF;
	text-decoration:underline
}
		
	#focusArea a:hover {
	color:#a4c4f2;
	text-decoration:none
}
	
	.photoFrame {
	position:absolute;
	right:0;
	top:-338px;
	z-index:20;
	width:350px;
	height:302px;
	background:url('../images/photo_frame.png') no-repeat;
	padding-top: 57px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 61px;
	}
	
	.photoFrame .image-looper {
		overflow:hidden;
		position:relative;
		width:287px; height:220px;
		margin:0; padding:0 }
	
	.photoFrame ul { width:9999px; display:block; margin:0; padding:0; list-style:none }
	.photoFrame ul li { display:block; margin:0; padding:0; float:left }
	.photoFrame img { position:absolute; left:0; top:0; display:block; margin:0 }
	
	.photoFrame .pagination {
	position:absolute;
	font-size:64px;
	cursor:pointer;
	color:#d7cfcf
}
.photoFrame .pagination:hover {
	color:#A4C4F2
}

	.photoFrame .pagination#next { top:115px; right:-35px }
	.photoFrame .pagination#previous { display:none; left:-40px; top:115px; }
	
	.photoFrame .paperclip {
		width:32px;
		height:94px;
		position:absolute;
		right:116px; top:57px;
		background:url('../images/paperclip.png') no-repeat }
	
/* ------------------------------------ */
/* CONTENT AREA                         */
/* ------------------------------------ */
	
#contentArea {
	z-index:10;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;

	background:url('../images/content_top.gif') repeat-x top }
	
	#contentArea.subpage { border-top:10px solid #8A0300; }
	
	#contentArea .contentWrap { margin:0 auto 20px; background:url('../images/content_bg.jpg') no-repeat top left }
	
	#contentArea h2 {
	color:#353030;
	font-size:20px;
	letter-spacing:-1px;
	margin:25px 0 14px 0;
	padding:0
}
		
	#contentArea .redBar {
	clear:both;
	height:25px;
	font-size:10px;
	color:#e8e8e8;
	background:url('../images/home_bar_bg.gif') repeat-x
}
		
		.redBar a {
	color:#FFF;
	text-decoration:none
}
		.redBar a:hover {
	color:#a4c4f2
}
		
		.redBar .status,
		.redBar .date,
		.redBar .location,
		.redBar .news,
		.redBar .media {
			text-transform:uppercase;
			padding-top:6px }
		
		.redBar .status, .tourdate-block .status {
	float:left;
	width:7%;
	padding-left:8px;
}
			.tourdate-block .status {
	padding-left:0;
	width:22%
}
		
		.redBar .date, .tourdate-block .date {
	float:left;
	width:16%;
	padding-left:8px;
}
			.tourdate-block .date {
	padding-left:0;
	width:45%
}
		
		.redBar .location, .tourdate-block .location {
	float:left;
	width:17%;
	padding-left:8px;
}
			.tourdate-block .location {
	padding-left:0;
	width:33%
}
		
		.redBar .news { float:left; width:34% }
		.redBar .media { float:left; width:23% }
	
	.tourArea {
		width:370px !important }
		
		.tourGrid { position:relative }
		a.print-button { font-size:13px; text-decoration:none; font-weight:bold; position:absolute;top:25px; right:20px; display:block; padding:5px 10px; color:#fff; background:#7B0E00 }
		a:hover.print-button { color:#fff; background:#610900 }
		
		.tourdate-block {
	font-size:12px;
	color:#3c3c3c;
	border-bottom:1px solid #ada5a5;
	margin:0 10px 0 0;
	height:32px;
	padding:15px 0;
	line-height:16px
}
		
		.tourdate-block a.on-sale,
		.tourdate-block span.sold-out {
			display:block;
			width:74px;
			height:19px;
			text-indent:-5000px }
			
		.tourdate-block a.on-sale { background:url('../images/button_get_tickets.gif') no-repeat }
		.tourdate-block span.sold-out { background:url('../images/button_sold_out.gif') no-repeat }
		.fullWidthPanel {
	border-top: 1px solid #9ebce0;
	background-image: url('../images/feature_panel_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
	.whatWeOffer {
	width:510px !important;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.whatWeOffer h3 {
		font-size:15px;
		margin:5px 0 2px 0; padding:0 }
		
.whatWeOffer h3 a { text-decoration:none }
		
.whatWeOffer p {
	font-size:14px;
	color:#353030;
	margin:0;
	line-height:22px;
	padding:0
	}	
	
.contactDetails {
	width:360px !important;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left:1px solid #9ebce0;
}
.contactDetails .label {
	display: block;
	float: left;
	width: 80px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}
.contactDetails .details {
	display: block;
	float: left;
	width: 280px;
	padding: 0px 0px 5px 0px;
	}
.contactDetails .telephone {
	font-size: 16px;
	}
.contactDetails p {
	font-size:13px;
	color:#353030;
	margin:0;
	line-height:18px;
	padding:0px
}	
.contactDetailsRHN {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contactDetailsRHN .label {
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
}
.contactDetailsRHN .details {
	display: block;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	}
.contactDetailsRHN .telephone {
	font-size: 16px;
	}
.contactDetailsRHN p {
	font-size:13px;
	color:#353030;
	margin:0px;
	line-height:18px;
	padding:0px;
}	
		
	.newsArea {
		border-left:1px solid #ada5a5;
		border-right:1px solid #ada5a5;
		width:280px !important;
		margin:10px 0 15px 0 !important;
		padding:0 20px !Important }
	
	.news-block {
	position:relative !important;
	padding:0 0 5px 0;
	margin:0 0 20px 0
}
	
	.news-block h3, .mediaArea h3 {
		font-size:15px;
		margin:5px 0 10px 0; padding:0 }
		
		.news-block h3 a, .mediaArea h3 a { text-decoration:none }
		
	.news-block p, .mediaArea p {
	margin:0 0 10px 0;
	padding:0;
	color:#353030;
	font-size:13px;
	line-height:18px
}
		
	.news-block small {
		font-size:11px;
		color:#605a5a }
		
	.news-block a.read-more {
	display:block;
	padding:4px 8px 5px 8px;
	position:absolute;
	height:14px;
	bottom:0;
	right:0;
	background:#4377b6;
	text-decoration:none;
	font-size:13px;
	color:#fff
}
		
.news-block a.read-more:hover, .mediaArea a.view-details:hover {
	background:#225087
}

.links-block {
	position:relative !important;
	padding:0 0 5px 0;
	margin:0 0 20px 0
}
	
	.links-block h3 {
		font-size:15px;
		margin:5px 0 2px 0; padding:0 }
		
		.links-block h3 a { text-decoration:none }
		
	.links-block p {
	margin:0 0 10px 0;
	padding:0;
	color:#353030;
	font-size:13px;
	line-height:18px;
}
.links-block p a{
	border-bottom:1px solid #ada5a5;
	display: block;
	padding: 0px 0px 10px 0px;

}

.home {width:228px !important }
	
	.mediaArea {
		margin-top:15px 0 0 0;
		margin-right:0 !important;
	}
		
		.mediaArea.sidebar {
			margin-right:10px !important;
			width:220px !important }
	
	.mediaArea .media-block {
		margin:15px 0 20px;
		padding:0 0 0 8px;
		position:relative }
		
		.mediaArea.sidebar .media-block {
			padding:0 !important }
	
	.mediaArea a.view-details {
		display:block;
		padding:5px 8px;
		position:absolute;
		bottom:0; right:0;
		background:#8a0300;
		border-top:2px solid #D7CFCF;
		border-left:2px solid #D7CFCF;
		text-decoration:none;
		font-size:13px;
		color:#fff }
		
	.mediaArea img { display:block; margin:0 }
	
	
	
/* ------------------------------------ */
/* CONTENT STYLES                       */
/* ------------------------------------ */

.border-right { border-right:1px solid #4F4F4F; }
.grid_4.border-right { padding:0 20px 0 0; width:287px !important }

.subpageContentBorder {
	border-top:5px solid #4F4F4F }
	
.content-area {
	width:684px !important;
	padding:15px 15px 0 0; }
	
.content h2 {
	font-size:19px;
	line-height:25px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#000 }
	
.content h3.first {
	border-top:none;
	margin-top: 0px;
	}
	
.content h3 {
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	padding:10px 0 0 0;
	border-top:1px solid #888888;
	color:#222;
	margin-top: 25px;
}
	
	.news-block h3 {
		padding:0; margin-top:3px; border:none }
	
.content h4 {
	font-size:14px;
	margin:0 0 15px;
	line-height:20px;
	font-weight:bold;
	color:#670A00 }

.content p, .content ul, .content ol {
	line-height:20px;
	margin:10px 0;
	font-size:13px; }
	
	
	
/* ------------------------------------ */
/* FOOTER                               */
/* ------------------------------------ */
	
#footer {
	clear:both;
	background:url('../images/footer_bg.gif') repeat-x top }
	
	#footer .footerWrap { position:relative; color:#FFF; font-size:12px; padding:15px 0; }
	
	#footer .footerWrap span { position:absolute; right:0; top:15px }
	#footer a {
	color:#a4c4f2;
	font-weight:bold
}
	#footer a:hover { color:#FFF }
	
	
	
/* --------------------------------------- */
/* Forms
/* --------------------------------------- */

fieldset { padding:10px 20px; margin:15px 0 0 0; border:1px solid #999; clear: both;}
legend { color:#000; padding: 0 0 1.286em; font-size: 1.167em; font-weight: 700;}
fieldset fieldset legend {padding: 0 0 1.5em; font-size: 1em;}
* html legend {margin-left: -7px;} /* ie6 */
*+html legend {margin-left: -7px;} /* ie7 */

p.field { margin:0 }
form .field, form .buttons {clear: both; margin: 0 0 5px}
form .field label {display: block;}
form ul.fields {margin: 0 0 1.5em; padding: 0;}
form ul.fields li {list-style-type: none; margin: 0;}
form ul.inline li, form ul.inline label {display: inline;}
form ul.inline li {padding: 0 .75em 0 0;}

.button { margin:15px 0 0 150px; background:#8A0300; color:#fff; font-weight:bold; padding:8px 10px; border:1px solid #000; }

input.radio, input.checkbox {vertical-align: top;}
label, button, input.submit, input.image {cursor: pointer;}
* html input.radio, * html input.checkbox {vertical-align: middle;} /* ie6 */
*+html input.radio, *+html input.checkbox {vertical-align: middle;} /* ie7 */

textarea {overflow: auto;}
input.text, input.password, textarea, select { background:#BFB3B3; color:#555; height:15px; padding:7px 8px 5px 8px; margin: 0; font: 1em/1.3 Helvetica, Arial, "Liberation Sans", "Bitstream Vera Sans", sans-serif; vertical-align: bottom;}
input.text, input.password, textarea { border: 1px solid #AFA4A4; }
input.text, input.password { width:200px }
textarea { width:467px; height:120px }
input.text:focus, input.password:focus, textarea:focus { background:#e9e2e2; color:#000 }

/* horizontal layout */
form.horizontal .field {padding-left: 150px;}
form.horizontal .field label {display: inline; float: left; width: 140px; margin-left: -150px }

/* 2 column table style */
#table2Column {padding: 25px 0; width: 100%;}
#table2Column {font-size: 12px;}
#table2Column th.matrixColumn, #table2Column td.matrixItem,#table2Column td.matrixOdd,#table2Column td.matrixEven {
	background-color: #e3eef6;
	border-color: #e7e7e7;
	border-style: solid;
	border-width: 1px 1px 0;
}
#table2Column td.matrixItem	{ font-weight: bold; }
#table2Column td.matrixEven	{
	background-color: #cbdcef;
}
#table2Column td.matrixOdd		{
	background-color: #b4cfeb;
}
#table2Column th h6			{ font-size: 14px; font-weight: bold; margin-top: 11px; padding-bottom: 3px; }
#table2Column .matrixItem		{ padding: 15px 0; width: 200px; }
#table2Column td, #table2Column th				{
	
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-align: left;
}
#table2Column td.checkMark 	{ background: transparent url("../images/bullets/check.gif") no-repeat center center; }
#table2Column td.last 			{ border-bottom: 1px solid #C6C6C6; }
