#Content p,
#Content div,
#Content ul,
#ContentSidebar p,
#ContentSidebar ul,
#StartSidebar p,
#StartSidebar ul {
	font-size: 				1em;
	margin-bottom: 			1em;
	line-height: 			1.38em;
}
#StartSidebar #NewCd p,
#StartSidebar #LatestSingle p {
	font-size: 				0.9em;
}



/* @group Text-Formatting */
strong {
	font-weight: 			bold;
}
em {
	font-style: 			italic;
}
big {
	font-size: 				1.6em;
}
small {
	font-size: 				1em;
	color: 					#999;
}
/* @end */


/* @group Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 			bold;
	margin-bottom: 			0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: 		none;
}
h2.no-top-margin {
	margin-top: 			0;
}
h1 {
	font-size: 				2em;
	font-weight: 			normal;
}
h2 {
	font-size: 				1.75em;
	font-weight: 			normal;
	border-bottom: 			1px solid #EEE;
	padding-bottom: 		0.25em;
	margin-top: 			0;
}
h3 {
	font-size: 				1.5em;
	font-weight: 			normal;
}
h4 {
	font-size: 				1em;
	font-weight: 			bold;
	text-transform: 		uppercase;
	color: 					#444;
}
#ContentSidebar h4 {
	font-size: 				1em;
	font-weight: 			bold;
	margin-top: 			3em;
}
h5 {
	font-size: 				1.1em;
}
h6 {
	font-size: 				1em;
}
/* @end */


/* @group Links */
#Content a {
	color: 					#999;
}
#Content a:hover {
	color: 					#000;
}
a.download {
	background: 			url(/images/icons/download.gif) no-repeat left 50%;
	padding-left: 			20px;
}
a.external {
	background: 			url(/images/icons/external.gif) no-repeat right 50%;
	padding-right: 			20px;
}
a.zoom {
	background: 			url(/images/icons/zoom.gif) no-repeat right 50%;
	padding-right: 			20px;
}
a.back {
	background: 			url(/images/icons/arrow_back.gif) no-repeat left 50%;
	padding-left: 			12px;
}
a.more {
	background: 			url(/images/sky/more.gif) no-repeat right 50%;
	padding-right: 			20px;
}
/* @end */


/* @group Lists */
#Content ul,
#Content ol {
	margin-left: 			0;
}
#Content ul li {
	list-style: 			none;
	background: 			url(/images/li.gif) no-repeat left 5px;
	padding-left: 			1em;
	margin-bottom: 			1em;
}
#Content ol li {
	list-style-type: 		decimal;
}
ul li.pdf {
	list-style-image: 		url(/images/icons/pdf.gif);
}
ul li.jpg {
	list-style-image: 		url(/images/icons/jpg.gif);
}
/* @end */



/* @group Pictures */
img.left {
	margin-right: 			1em;
	float: 					left;
}
img.right {
	margin-left: 			1em;
	float: 					right;
}
img.border {
	border: 				1px solid #222;
	margin-top: 			0.33em;
}
/* @end */



/* @group Texts */
p.center {
	text-align: 			center;
}
p.right {
	text-align: 			right;
}
p.clear-both,
h2.clear-both {
	clear: 					both;
}
.clearall {
	clear: 					both;
}
/* @end */



/* @group Tables */
table {
	margin-bottom: 			1em;
}
th {
	font-weight: 			normal;
	font-size: 				0.85em;
	text-transform: 		uppercase;
	text-align: 			left;
}
td, th {
	padding: 				0.5em 0.5em 0.5em 0;
	vertical-align: 		top;
	line-height: 			1.25em;
}
tr.even td {
}
tr.odd {
}
table.tourdates tr,
table.releases tr {
	border-bottom: 			1px dashed #CCC;	
}
.day {
  font-size: 1.62em;
  line-height: 1em;
}
/* @end */


/* @group Forms */
#Content input,
#Content select,
#Content option,
#Content textarea {
  margin: 					0;
}
input,
textarea {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	border: 				1px solid #BBB;
	background: 			#DDD;
	color: 					#333;
	padding: 				4px;
}
input {
	vertical-align:			middle;
}
input:focus,
textarea:focus {
	background: 			#EEE;
}
fieldset {
	margin-bottom: 			1em;
}
legend {
	font-size: 				1.25em;
	font-weight: 			bold;
	color: 					#999;
	display: 				block;
}
#Content fieldset p {
	margin-bottom: 			0.5em;
	float: 					left;
}
fieldset label {
	text-transform: 		uppercase;
	font-size: 				0.88em;
	clear: 					left;
	width: 					240px;
	margin-right: 			10px;
	display: 				block;
	float: 					left;
}
fieldset input,
fieldset textarea {
	width: 					280px;
	display: 				block;
	float: 					left;
}
#ContentSidebar fieldset input,
#ContentSidebar fieldset textarea {
	width: 					225px;
}
fieldset textarea {
	height: 				5em;
}
fieldset input.radio,
fieldset input.checkbox {
	width: 					auto;
}
input.submit {
	clear: 					both;
	width: 					auto;
	border: 				none;
	padding: 				0;
	background: 			none;
}
#Content form.simple fieldset p {
	margin-bottom: 			0.5em;
	float: 					none;
}
form.simple fieldset label {
	width: 					240px;
	float: 					none;
}
form.simple fieldset input,
form.simple fieldset textarea {
	width: 					280px;
	float: 					none;
}
label.postal_code {
	width: 					10em;
}
input.postal_code {
	width: 					5em;
}
input.instant_submit {
	float: 					right;
	width: 					auto;
}
input.date_element {
	width: 					40px;
}
/* @end */






