/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */

/* ======================== general ======================== */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #b1b1b1 url(../images/layout/bg.jpg) 0px -50px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #474747;
}

/* ======================== typography ======================== */

a {
	color: #474747;
}

a:hover {
	color: #990100;
}

a:focus {
	outline: 0;
}

p {
	margin: 0 0 1.6em 0;
}

h2 {
	font-size: 1em;
	margin: 0 0 1.3em 0;
}

h3 {
	margin: 0 .5em 0 0;
	border-right: 1px solid #474747;
	padding: 0 .5em 0 0;
	float: left;
	font-size: 1em;
	color: #990100;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

strong {
	color: #990100;
}

.content_text strong {
	color: #474747;
}

.content_text ul {
	margin-left: 20px;
}

ul {
	list-style: square;
}

/* ======================== structure ======================== */

#main {
	width: 870px;
	background: #fff;
	overflow: hidden;
	margin: 30px auto 90px auto;
	background: #fff url(../images/layout/sideColumnBg.gif) repeat-y right;
}

/* ------------------------ menu ------------------------ */

#menu {
	width: 200px;
	padding: 140px 0 0 0;
	float: left;
	background: url(../images/layout/dec_twigTopLeft.gif) no-repeat;
}

.menu_sI1 {
	width: 150px;
	margin: 0 0 0 35px;
	border-left: 1px solid #515151;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	margin-left: -4px;
}

#menu a {
	padding: 1px 0 10px 15px;
	display: block;
	text-decoration: none;
	background: url(../images/layout/menuItem.gif) no-repeat;
	position: relative;
	z-index: 20;
}

#menu a.mark,
#menu a:hover {
	color: #990100;
	background-image: url(../images/layout/menuItem_mark.gif);
}

#menu a.menuSub {
	background: url(../images/layout/menuItem_sub.gif) no-repeat;
}

#menu a.menuSub.mark,
#menu a.menuSub:hover {
	background-image: url(../images/layout/menuItem_sub_mark.gif);
}
 
#menu a.first-child {
	background: url(../images/layout/menuItem_first.gif) no-repeat;
}

#menu a.first-child.mark,
#menu a.first-child:hover {
	background-image: url(../images/layout/menuItem_first_mark.gif);
}

#menu a.last-child {
	background: url(../images/layout/menuItem_last.gif) no-repeat;
}

#menu a.last-child.mark,
#menu a.last-child:hover {
	background-image: url(../images/layout/menuItem_last_mark.gif);
}

#menu li li {
	margin-left: 3px;
}

#menu li li a {
	background: url(../images/layout/menuItem_subItem.gif) no-repeat;
	padding-left: 25px;
}

#menu li li a.mark,
#menu li li a:hover {
	background-image: url(../images/layout/menuItem_subItem_mark.gif);
}

#menu a:first-child {
	
}

#menu a:last-child {
	
}

/* ------------------------ sideColumn ------------------------ */

#sideColumn {
	float: right;
	width: 205px;
}

.sideColumn_sI1 {
	background: url(../images/layout/dec_twigTopRight.gif) no-repeat -5px 0px;
	width: 210px;
	height: 300px;
}

.sideColumn_links {
	background: #fff;
	padding: 135px 0 10px 20px;
}

.sideColumn_links a {
	display: block;
	background: url('../images/layout/menuItemSide.gif') no-repeat 0 1px;
	padding: 0 0 5px 18px;
}

.sideColumn_links a:hover {
	background: url('../images/layout/menuItemSide_mark.gif') no-repeat 0 1px;
	color: #990100;
}

.sideColumn_links a.external {
	background: url('../images/layout/menuItemSideExt.gif') no-repeat 0 1px;
}

.sideColumn_links a.external:hover {
	background: url('../images/layout/menuItemSideExt_mark.gif') no-repeat 0 1px;
	color: #990100;
}

/* ------------------------ header ------------------------ */

#header {
	padding: 80px 0 30px 0;
	overflow: hidden;
	width: 460px;
	color: #848484;
}

#header a {
	color: #848484;
	text-decoration: none;
}

#header a:hover {
	color: #990100;
	text-decoration: underline;
}

#header h1 {
	width: 90px;
	height: 27px;
	background: url(../images/layout/logo01.gif) no-repeat;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

#header h1 span {
	position: absolute;
	top: -9999px;
}

#header div {
	padding: 16px 0 0 0;
}

/* ------------------------ content ------------------------ */

#content {
	width: 460px;
	float: left;
}

.content_text {
	font-size: 1.1em;
}

.welcomeText p {
/*	white-space: pre-wrap; */
}


/* ------------------------ content menues ------------------------ */

.contentMenu {
	margin: 0 0 1.6em 0;
	padding: 0 0 .6em 0;
	border-bottom: 1px solid #474747;
	overflow: hidden;
}

.contentMenuSub {
	margin: -.8em 0 1.6em 0;
	padding: 0 0 .6em 0;
	overflow: hidden;
}

.contentMenu h3,
.contentMenuSub h3 {
	color: #474747;
	margin-right: 25px;
}

.contentMenu a,
.contentMenuSub a {
	text-decoration: none;
	margin-right: 10px;
}

.contentMenu a .definition,
.contentMenuSub a .definition {
	display: none;
}

.contentMenu a.mark,
.contentMenuSub a.mark {
	color: #990100;
	font-weight: bold;
}

/* ------------------------ footer ------------------------ */

#footer {
	clear: both;
	width: 870px;
	background: url(../images/layout/footerBg.gif) no-repeat right;
	height: 60px;
}

#footer .s1 {
	
}

/* ======================== objects ======================== */

.imgLeft {
	float: left;
	margin: 0 1em .5em 0;
}

.img {
	border: 1px solid #b6b6b6;
	padding: 1px;
	display: block;
}

.imgLeft img,
.imgRight img  {
	display: block;
}

.imgLeft .byline,
.imgRight .byline {
	color: #848484;
	padding: 3px 2px;
	display: block;
}

.imgRight {
	float: right;
	margin: 0 0 .5em 1em;
}

/* ------------------------ discography items ------------------------ */

.disc_item {
	overflow: hidden;
	margin: 0 0 1em 0;
}

.disc_item .img {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.disc_item .img img {
	width: 80px;
}

.disc_item h4 {
	font-weight: normal;
	color: #990100;
}

.disc_copy {
	color: #848484;
}

.disc_links {
	margin: 1em 0;
}

.disc_links a {
	display: block;
}

/* ------------------------ calendar items ------------------------ */

.calendarContent {
}

#serverDate {
	display: none;
}

.calItem {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
}

.date_previous {
	color: #999;
}

.date_previous .calDate {
	border-color: #999;
}

.calDate {
	float: left;
	width: 80px;
	padding: 0 10px 0px 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #474747;
	display: inline;
}

.calItem h4 {
	font-weight: normal;
	float: left;
	width: 320px;
}

.calText {
	display: none;
	float: left;
	width: 320px;
	margin: 0;
	padding: 7px 0;
}

.calMore {
	float: left;
	width: 320px;
}

.sys_calReadingMore .calText {
	display: block;
}

.sys_calReadingMore .calMore {
	display: none;
}


/* ------------------------ image items ------------------------ */

.image_item {
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
}

.image_item .img_big,
.image_item .ctrl_big {
	display: none;
}

.img_small .img {
	float: left;
}

.sys_imageItemActive .img_small,
.sys_imageItemActive .image_ctrl .ctrl_small {
	display: none;
}

.sys_imageItemActive .img_big {
	display: block;
}

.sys_imageItemActive .ctrl_big {
	display: inline;
}

.sys_imageItemActive .image_info {
	position: relative;
	float: none;
	clear: both;
	width: 350px;
}

.sys_imageItemActive .image_ctrl {
	position: absolute;
	top: 0px;
	right: 0px;
}

.image_info {
	float: left;
	width: 280px;
}

.image_item h4 {
	font-weight: normal;
	color: #990100;
	padding: 0 0 10px 0;
}

.image_links {
}

.image_links strong {
	background: url(../images/layout/download.gif) no-repeat 0 2px;
	padding: 0 0 0 10px;
	color: #474747;
	font-weight: normal;
}

.image_links a {

}

.image_ctrl {
	display: block;
	padding: 10px 0;
}

.image_ctrl .ctrl_small  {
	display: inline;
}

.ctrl_small,
.ctrl_big  {
	background: url(../images/layout/zoom.gif) no-repeat 0 2px;
	padding: 0 0 0 10px;
}

.ctrl_small:hover,
.ctrl_big:hover   {
	background: url(../images/layout/zoom_mark.gif) no-repeat 0 2px;
}


