/* common */

*
	{ padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
body
	{ font-size: 62.50%; background: #E5F3FF url("../images/backgrounds/background.png") no-repeat 50% 0; }
img
	{ outline: none; border: 0; }
ul
	{ list-style-type: none; }
a
	{ color: #4b555f; }
a:hover
	{ color: #62a6db; }
hr
	{ display: none; }

/* site */

#site
	{ width: 980px; /*position: absolute; top: 0; left: 50%; margin-left: -490px;*/ margin: 0 auto; }

/* header */

#header
	{ padding: 0 20px; height: 161px; background: transparent url("../images/backgrounds/siteTop.png") no-repeat left bottom; }

#headerTitle
	{ float: left; height: 90px; width: 333px; }
#title
	{ float: left; display: block; height: 68px; width: 168px; text-indent: -5000px; cursor: pointer; background: transparent url("../images/logos/logo.png") no-repeat 0 0; margin: 12px 0 0 45px; }
.cal
	{ float: left; height: 52px; width: 52px; background: transparent url("../images/backgrounds/calendar.png") no-repeat 0 0; margin: 33px 0 0 5px; }
.cal .dayName
	{ color: #fff; display: block; text-align: center; font-size: .8em; height: 10px; padding: 9px 0 0 0; }
.cal .dayDate
	{ color: #231f20; display: block; text-align: center; font-size: 1.8em; font-weight: bold; padding: 2px 0 0 0; }
#changeDate
	{ float: left; color: #c22a2f; font-size: .9em; display: block; margin: 68px 0 0 0; text-decoration: none; }
#changeDate:hover
	{ color: #4475a1; }

#headerMenu
	{ float: right; height: 90px; width: 566px; }
#headerMenu ul
	{ float: right; width: 199px; height: 26px; background: transparent url("../images/backgrounds/topNav.png") no-repeat 0 0; }
#headerMenu ul li
	{ float: left; height: 26px; }
#headerMenu ul li a
	{ display: block; float: left; height: 26px; text-indent: -5000px; }
#headerMenu ul li.hmAdd a
	{ width: 96px; }
#headerMenu ul li.hmJoin a
	{ width: 48px; }
#headerMenu ul li.hmLogin a
	{ width: 55px; }
#headerMenu ul li.hmAdd a:hover
	{ background: transparent url("../images/backgrounds/topNav.png") no-repeat 0 -26px; }
#headerMenu ul li.hmJoin a:hover
	{ background: transparent url("../images/backgrounds/topNav.png") no-repeat -96px -26px; }
#headerMenu ul li.hmLogin a:hover
	{ background: transparent url("../images/backgrounds/topNav.png") no-repeat -144px -26px; }
#headerMenu span
	{ float: right; white-space: nowrap; color: #6a6a6a; display: block; padding: 5px 20px 0 0; }

#topMenu
	{ clear: both; background: transparent url("../images/backgrounds/topMenu.png") no-repeat left top; height: 32px; position: relative; }
#topMenu ul.tm
	{ float: left; height: 32px; }
#topMenu ul.tm li.tm
	{ float: left; padding-right: 3px; height: 32px; }
#topMenu ul.tm li.tm a.tm
	{ display: block; float: left; height: 32px; text-indent: -5000px; }

div.tmSubmenu
	{ display: none; position: absolute; top: 32px; left: 0; padding: 12px 17px; font-size: 1.4em; width: 906px; }
li.xhover div.tmSubmenu
	{ display: block; }

#topMenu .tmSubmenu a, #topMenu .tmSubmenu a:hover { background: transparent; }
.tmSubmenu .set1 {
	float: left;
}
.tmSubmenu .set2 {
	float: left;
	background: transparent url("../images/tabs/subNavSep.png") no-repeat 0 0;
}
#topMenu .tmSubmenu a.active, #topMenu .tmSubmenu a:hover {
	color: #c22a2f;
}
.tmSubmenu .set1 a {
	color: #4475a1;
	margin-right: 12px;
	text-decoration: none;
}
.tmSubmenu .set2 a {
	color: #4b555f;
	margin-left: 12px;
	text-decoration: none;
}

li.tmToppicks a { width: 118px; }
li.tmMusic a { width: 118px; }
li.tmArts a { width: 118px; }
li.tmNightlife a { width: 118px; }
li.tmHappyhours a { width: 118px; }
li.tmOthers a { width: 118px; }

li.tmToppicks a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat 0px -32px; }
li.tmMusic a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat -121px -32px; }
li.tmArts a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat -242px -32px; }
li.tmNightlife a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat -363px -32px; }
li.tmHappyhours a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat -484px -32px; }
li.tmOthers a:hover { background: transparent url("../images/backgrounds/topMenu.png") no-repeat -605px -32px; }

#search
	{ width: 208px; float: right; padding: 5px 0 0 0; }
#search input
	{ width: 157px; height: 14px; padding: 4px 8px; margin: 0; font-size: 1.1em; color: #4b555f; border: 0; background: transparent; vertical-align: top; }
#search input#searchSubmit
	{ width: 22px; height: 22px; vertical-align: top; margin-left: 5px; cursor: pointer; }
#search input.xhover
	{ background: transparent url("../images/backgrounds/topMenu.png") no-repeat -913px -38px; }

ul.news512
	{ }
ul.news512 li
	{ margin: 10px 0 5px 0; background: transparent url("../images/icons/news.png") no-repeat 0 3px; padding: 0 0 0 12px; }
ul.news512 li a
	{ font-size: 1.1em; color: #4b555f; margin: 0 0 15px 0; text-decoration: none; }
ul.news512 li a:hover
	{ color: #62a6db; }

/* main */

#main
	{ width: 940px; clear: both; padding: 0 20px; background: transparent url("../images/backgrounds/siteMiddle.png") repeat-y left bottom; overflow: auto; }

#content
	{ width: 561px; margin-left: 17px; padding: 10px 0 0 0; overflow: hidden; float: left; background: transparent url("../images/backgrounds/box1Top.png") no-repeat left top; }
#ctBottom
	{ width: 561px; background: transparent url("../images/backgrounds/box1Bottom.png") no-repeat left bottom; padding: 0 0 10px 0; }
#ctInner
	{ width: 561px; background: transparent url("../images/backgrounds/box1Middle.png") repeat-y left top; }

.news
	{ width: 535px; clear: both; border-bottom: 3px solid #E3E4E4; margin: 0 13px 15px 13px; padding: 0 0 13px 0; overflow: auto; }
.news h2 a
	{ font-size: 1.8em; color: #4b555f; font-weight: bold; text-decoration: none; }
.news h2 a:hover
	{ color: #62a6db; }
.news .timeplace
	{ font-weight: bold; padding: 3px 0 3px 0; }
.news .timeplace .time
	{ color: #c22a2f; font-size: 1.4em; }
.news .timeplace .at
	{ color: #abb7c4; font-size: 1.4em; }
.news .timeplace .place a.where
	{ color: #4475a1; text-decoration: none; font-size: 1.4em; }
.news .timeplace .place a.where:hover
	{ color: #4b555f; }
.news .timeplace .place .placepart
	{ font-size: 1.1em; color: #4b555f; }
.news .timeplace .place .placepart a
	{ color: #4b555f; text-decoration: none; }
.news .timeplace .place .placepart a:hover
	{ color: #62a6db; }
.news .text
	{ font-size: 1.3em; color: #4b555f; line-height: 1.5em; }
.news .text a
	{ text-decoration: none; color: #c22a2f; font-weight: bold; }
.news .text a:hover
	{ color: #4475a1; }
.news .others
	{ font-weight: bold; color: #4b555f; padding: 6px 0 0 0; }
.news .others span
	{ font-size: 1.4em; }
.news .others a.num
	{ text-decoration: none; color: #c22a2f; font-size: 1.4em; }
.news .others a.num:hover
	{ color: #4475a1; }
.news .srg
	{ clear: both; padding: 8px 0 0 0; }
.news img
	{ float: left; border: 6px solid #C8E6FF; margin: 0 15px 0 2px; }

.first
	{ padding-top: 5px; }
.first .timeplace
	{ font-weight: bold; padding: 3px 0 8px 0; }
.first .others a.num
	{ text-decoration: none; color: #c22a2f; font-size: 1.6em; }
.first .others a.num:hover
	{ color: #4475a1; }
.firstText
	{ float: left; width: 320px; }
.oneComment
	{ clear: both;  }
.comments
	{ float: left; font-size: 1.2em; color: #4b555f; background: transparent url("../images/backgrounds/quotes1.png") no-repeat 0 10px; padding: 18px 0 0 35px; max-width: 350px; }
.commentsInner
	{ background: transparent url("../images/backgrounds/quotes2.png") no-repeat right bottom; padding: 0 35px 10px 0; }
.commentsInner a
	{ text-decoration: none; color: #c22a2f; font-weight: bold; }
.commentsInner a:hover
	{ color: #4475a1; }
.commentsAuthor
	{ float: left; font-size: 1.2em; color: #4b555f; }
.commentsAuthor a
	{ text-decoration: none; color: #c22a2f; font-weight: bold;  }
.commentsAuthor a:hover
	{ color: #4475a1; }
.ca1
	{ padding: 17px 0 0 10px; }
.ca2
	{ padding: 34px 0 0 10px; }

a.img
	{ display: block; position: relative; }
.news a.img .play
	{ display: block; height: 91px; width: 91px; position: absolute; top: 0; left: 0; background: transparent url("../images/backgrounds/triangle2.png") no-repeat 35px 25px; cursor: pointer; }
.first a.img .play
	{ display: block; height: 177px; width: 177px;position: absolute; top: 0; left: 0; background: transparent url("../images/backgrounds/triangle1.png") no-repeat 65px 55px; cursor: pointer; }

/* just replace the ??? with the hover images */

.news a.img:hover .play
	{ /* background: transparent url("../images/backgrounds/???.png") no-repeat 35px 25px; */ }
.first a.img:hover .play
	{ /* background: transparent url("../images/backgrounds/???.png") no-repeat 65px 55px; */ }

a.sodoi
	{ font-size: 1.4em; font-weight: bold; color: #4b555f;  text-decoration: none; }
a.share
	{ font-size: 1.4em; font-weight: bold; color: #4b555f; text-decoration: none; }
a.rsvp
	{ font-size: 1.4em; font-weight: bold; color: #4b555f; text-decoration: none; }
a.tickets
	{ font-size: 1.4em; font-weight: bold; color: #4b555f; text-decoration: none; }

a.sodoi:hover,a.share:hover,a.rsvp:hover,a.tickets:hover
	{ color: #62a6db; }

#sidebar
	{ width: 326px; padding-right: 17px; overflow: hidden; float: right; }



#sidebar .box
	{ background: transparent url("../images/backgrounds/box2Middle.png") repeat-y 0 0; width: 300px; padding: 0 12px; overflow: auto; }
#sidebar .boxTop
	{ background: transparent url("../images/backgrounds/box2Top.png") no-repeat 0 0; width: 324px; height: 10px; font-size: 0; line-height: 0; }
#sidebar .boxBottom
	{ background: transparent url("../images/backgrounds/box2Bottom.png") no-repeat 0 0; width: 324px; height: 10px; margin-bottom: 18px; }

h4.newsfromdo512
	{ width: 324px; height: 28px; background: transparent url("../images/headings/news.png") no-repeat 0 0; text-indent: -5000px; }
h4.recentPicks
	{ width: 324px; height: 28px; background: transparent url("../images/headings/recentPicks.png") no-repeat 0 0; text-indent: -5000px; }
h4.recentComments
	{ width: 324px; height: 28px; background: transparent url("../images/headings/recentComments.png") no-repeat 0 0; text-indent: -5000px; }
.featuredVenue
	{ width: 324px; height: 28px; background: transparent url("../images/headings/featuredVenue.png") no-repeat 0 0; }

#featured
	{ width: 326px; height: 414px; background: transparent url("../images/backgrounds/blueBox.png") no-repeat left bottom; margin-bottom: 15px; overflow: hidden;  }
#featured img
	{ float: left; border: 3px solid #C8E6FF; margin: 0 14px 10px 0; }
#featured img.four
	{ margin: 0; }

#featuredTabs
	{ overflow: hidden; width: 326px; height: 414px; }
.ftb1
	{ background: transparent url("../images/backgrounds/tabs.png") no-repeat 0 0; }
.ftb2
	{ background: transparent url("../images/backgrounds/tabs.png") no-repeat -326px 0; }
#ft
	{ height: 28px; }
a.ft1
	{ display: block; float: left; width: 112px; height: 20px; text-indent: -5000px; outline: none; }
a.ft2
	{ display: block; float: left; width: 88px; height: 20px; text-indent: -5000px; outline: none; }
a.ft3
	{ display: block; float: right; height: 20px; font-size: 1.2em; color: #4b555f; text-decoration: none; font-family: Verdana; font-weight: bold; background: transparent url("../images/icons/share.png") no-repeat 0 4px; padding: 2px 15px 0 22px; }

a.ft1:hover
	{ background: transparent url("../images/backgrounds/tabshover.gif") no-repeat 0 0; }
a.ft2:hover
	{ background: transparent url("../images/backgrounds/tabshover.gif") no-repeat -112px 0; }

#ft1
	{ width: 302px; padding: 0 12px; }
#ft2
	{ width: 302px; padding: 0 12px; }

.pick
	{ width: 300px; clear: both; padding-top: 11px; color: #4b555f; }
.pick img
	{ float: left; border: 3px solid #C8E6FF; margin-right: 8px; }
a.user
	{ text-decoration: none; color: #c22a2f; font-weight: bold; font-size: 1.1em; }
a.user:hover
	{ color: #4475a1; }
.pick .picked
	{ color: #4475a1; font-weight: bold; font-size: 1.2em; }
.pick .picked a
	{ text-decoration: none; color: #4475a1; font-weight: bold; }

.more
	{ clear: both; text-align: right; padding-top: 5px; }
.more a
	{ font-weight: bold; color: #c22a2f; font-size: 1.1em; text-decoration: none; }
.more a:hover
	{ color: #4475a1; }

.comment
	{ width: 300px; clear: both; padding: 9px 0 0 0; }
.comment img
	{ border: 3px solid #C8E6FF;  }
.odd img
	{ float: left; }
.even img
	{ float: right; }

.odd .cmTop { width: 225px; background: transparent url("../images/backgrounds/comment1Top.png") no-repeat left top; padding: 4px 7px 4px 15px; }
.odd .cmBottom { width: 247px; background: transparent url("../images/backgrounds/commentBottom.png") no-repeat right bottom;}
.odd .cmInner { width: 247px; float: right; background: transparent url("../images/backgrounds/commentMiddle.png") repeat-y right top; }
.even .cmTop { width: 225px; background: transparent url("../images/backgrounds/comment2Top.png") no-repeat left top; padding: 4px 15px 4px 7px; }
.even .cmBottom { width: 247px; background: transparent url("../images/backgrounds/commentBottom.png") no-repeat left bottom;}
.even .cmInner { width: 247px; float: left; background: transparent url("../images/backgrounds/commentMiddle.png") repeat-y left top; }

a.post
	{ color: #4475a1; text-decoration: none; }
.comment p
	{ font-size: 1.1em; padding-top: 7px; color: #4b555f; }

/* linkbox */

.linkbox {
    width: 535px;
    padding: 0 13px 5px 13px;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.linkbox .previous, .linkbox .next {
    float: left;
    display: block;
    width: 90px;
    height: 25px;
    padding: 5px 5px 0 5px;
}
.linkbox .next {
    text-align: right;
}
.linkbox .previous a, .linkbox .next a {
    font-size: 1.4em;
    color: #62a6db;
    text-decoration: none;
}
.linkbox .previous a:hover, .linkbox .next a:hover {
	color: #c22a2f;
}
.linkbox .pages {
    float: left;
    width: 335px;
    text-align: center;
    font-size: 1.2em;
    color: #4b555f;
    margin: 0 auto;
}
.linkbox .pages p {
    display: inline-block;
    margin: 0 auto;
}
.linkbox .pages span {
    display: inline-block;
    padding: 6px 6px 0 6px;
    vertical-align: top;
}
.linkbox .pages a {
    display: inline-block;
    height: 22px;
    padding: 4px 10px 0 10px;
    margin: 0 5px;
    border: 2px solid #c9cdd6;
    color: #4b555f;
    text-decoration: none;
}
.linkbox .pages a.active, .linkbox .pages a:hover {
    background-color: #c9cdd6;
}

.sodoi
	{ background: transparent url("../images/icons/sodoi.png") no-repeat 0 -3px; padding: 0 0 0 20px; white-space: nowrap; }
.others .sodoi
	{ background: transparent url("../images/icons/sodoi.png") no-repeat 0 -3px; padding: 0 8px 0 20px; margin-left: 8px; }
.share
	{ background: transparent url("../images/icons/share.png") no-repeat 0 3px; padding: 0 16px 0 20px; }
.others .share
	{ background: transparent url("../images/icons/share.png") no-repeat 10px 3px; padding: 0 0 0 30px; border-left: 2px solid #C0C9D3; }
.rsvp
	{ background: transparent url("../images/icons/rsvp.png") no-repeat 0 3px; padding: 0 16px 0 18px; }
.tickets
	{ background: transparent url("../images/icons/tickets.png") no-repeat 0 3px; padding: 0 16px 0 22px; }

#sidebar .offset
	{ padding-top: 10px; }

.h4off
	{ display: none; }
.h4form
	{ float: right; position: relative; }
.h4form select
	{ width: 192px; height: 18px; margin: 5px 12px 0 0; }

/* select css */

.trigger, .activetrigger {
	display: block;
	font-weight: normal;
	float: left;
	background: #fff url("../images/form/select.png") no-repeat right top;
	border: 0;
	height: 14px;
	width: 176px;
	color: #4b555f;
	font-size: 1.1em;
	padding: 2px 8px;
	margin: 5px 12px 0 0;
	text-decoration: none;
	outline: none; }
.dropcontainer ul {
	background: #fff;
	border: 1px solid #456E98;
	border-top: 0;
	list-style-type: none;
	position: absolute; }
.dropdownhidden {
	top: 0;
	left: -5000px }
.dropdownvisible {
	top: 24px;
	left: -1px;
	width: 192px; }
.dropcontainer ul li a {
	display: block;
	font-weight: normal;
	text-decoration:none;
	color: #4b555f;
	font-size: 1.1em;
	padding: 2px 8px; }
.dropcontainer ul a:hover {
	background: #efefef;
	color: #000; }
.dropcontainer {
	position: relative; }

/* events column */

h4.h4a
	{ color: #4475a1; margin: 0 13px; height: 28px; background: transparent url("../images/backgrounds/grey.png") repeat-x 0 10px; margin-top: 25px; }
h4.toph4
	{ margin-top: 10px; }
h4.h4a span
	{ display: block; background: #fff url("../images/icons/bullet.png") no-repeat 0 4px; padding: 0 0 0 16px; float: left; }
h4.h4a b
	{ font-size: 1.6em; padding: 0 5px 0 0; }
h4.h4a em
	{ font-size: 1.4em; font-style: normal; color: #4b555f; padding: 0 5px 0 0; }

.box3Top
	{ width: 535px; height: 29px; background: transparent url("../images/backgrounds/heading.png") no-repeat 0 0; margin: 0 13px; font-weight: bold; font-size: 1.4em; color: #fff; }
.box3Top span
	{ display: block; padding: 6px; float: left; }
.box3
	{ width: 535px; background: transparent url("../images/backgrounds/box3Middle.png") repeat-y 0 0; margin: 0 13px; overflow: auto; }
.box3Bottom
	{ width: 535px; height: 10px; background: transparent url("../images/backgrounds/box3Bottom.png") no-repeat 0 0; margin: 0 13px; }

.box3Top a
	{ color: #c22a2f; text-decoration: none; }

.box3 p.text
	{ color: #4b555f; margin: 8px 13px; font-size: 1.2em; }

.rsvpForm
	{ margin: 0 13px; }
.rsvpI
	{ width: 220px; float: left; padding: 0; margin: 0; }
.rsvpI label
	{ display: block; font-size: 1.2em; font-weight: bold; color: #c22a2f; width: 210px; }
.rsvpI input
	{ width: 194px; height: 13px; background: transparent url("../images/form/input.png") no-repeat 0 0; border: 0; color: #4b555f; padding: 6px; }
.rsvpSubmit
	{ float: left; padding-top: 18px; width: 63px; }
.rsvpSubmit button
	{ width: 63px; height: 20px; border: 0; display: block; background: transparent url("../images/buttons/rsvp.png") no-repeat 0 0; text-indent: -5000px; cursor: pointer; }

/* scroller */

.scroller
	{ height: 65px; margin: 0 9px; }
.scrollLeft
	{ display: block; width: 26px; height: 42px; margin: 19px 8px 0 0; background: transparent url("../images/backgrounds/arrows.gif") no-repeat 0 0; float: left; text-indent: -5000px; }
.scrollRight
	{ display: block; width: 26px; height: 42px; margin: 19px 0 0 0; background: transparent url("../images/backgrounds/arrows.gif") no-repeat -26px 0; float: left; text-indent: -5000px; }
.scrollerInner
	{ width: 456px; height: 65px; overflow: hidden; float: left; }
.scrollerInner a
	{ display: block; float: left; position: relative; text-decoration: none; }
.scrollerInner img
	{ border: 3px solid #fff; margin: 15px 7px 0 0; }
.xstar
	{ display: block; position: absolute; top: 15px; left: 0; width: 50px; height: 50px; background: transparent url("../images/backgrounds/star.png") no-repeat center center; }
.xcrew
	{ display: block; position: absolute; top: 15px; left: 0; width: 50px; height: 50px; background: transparent url("../images/backgrounds/crew.png") no-repeat center center; }
.xbaloon
	{ display: none; }
.scrollerInner a:hover .xbaloon
	{ display: block; width: 67px; height: 22px; padding: 2px 5px; background: transparent url("../images/backgrounds/cloud.png") no-repeat 0 0; color: #fff; position: absolute; top: 5px; left: -13px; z-index: 1000; font-weight: bold; overflow: hidden; }

.gfsm
	{ padding: 10px 0 10px 63px; }
.gfsm a
	{ color: #4475a1; font-size: 1.2em; display: block; float: left; width: 220px; text-decoration: none; height: 25px; }
.gfsm a:hover
	{ color: #c22a2f; }
.gfsm a img
	{ vertical-align: -15%; }

.linkToEvent
	{ clear: both; display: block; margin: 0 10px; }
.linkToEvent label
	{ float: left; display: block; width: 75px; padding: 3px 0 0 21px; color: #4475a1; background: transparent url("../images/icons/link.png") no-repeat 0 6px; font-weight: bold; }
.linkToEvent input
	{ width: 399px; height: 13px; border:0; background: transparent url("../images/form/input2.png") no-repeat 0 0; padding: 4px 8px; color: #4b555f; }

.allStarComments
	{ width: 535px; overflow: auto; margin: 0 13px; }
.allStarComments .comments
	{ max-width: none; clear: both; }
.allStarComments .commentsAuthor
	{ float: none; text-align: center; clear: both; padding-top: 5px; }
.allStarComments .commentsAuthor em
	{ font-style: normal; font-weight: bold; color: #4475a1; }
.allStarComments .commentsAuthor span
	{ font-size: .9em; color: #4b555f; }

.mbox
	{ width: 535px; margin: 0 13px; overflow: auto; }

.mcomment
	{ width: 535px; clear: both; overflow: auto; padding: 0 0 9px 0; }
.mcomment img
	{ border: 6px solid #C8E6FF;  }

.mbox .odd .cmTop { width: 419px; background: transparent url("../images/backgrounds/bigComment1Top.png") no-repeat left top; padding: 8px 10px 4px 16px; overflow: auto; }
.mbox .odd .cmBottom { width: 445px; background: transparent url("../images/backgrounds/bigCommentBottom.png") no-repeat right bottom; }
.mbox .odd .cmInner { width: 445px; float: right; background: transparent url("../images/backgrounds/bigCommentMiddle.png") repeat-y right top; }
.mbox .even .cmTop { width: 419px; background: transparent url("../images/backgrounds/bigComment2Top.png") no-repeat left top; padding: 8px 16px 4px 10px; overflow: auto; }
.mbox .even .cmBottom { width: 445px; background: transparent url("../images/backgrounds/bigCommentBottom.png") no-repeat left bottom; }
.mbox .even .cmInner { width: 445px; float: left; background: transparent url("../images/backgrounds/bigCommentMiddle.png") repeat-y left top; }

.mcomment p
	{ padding: 10px 0; font-size: 1.2em; line-height: 1.6em; color: #4b555f; clear: both; }

.cform form
	{ padding: 1px 0 0 0; }
fieldset
	{ padding: 0; margin: 0; border: 0; }
.cform textarea
	{ width: 410px; height: 40px; background: transparent url("../images/form/textarea.png") no-repeat 0 0; border: 0; color: #4b555f; font-size: 1.2em; padding: 5px; margin-bottom: 5px; overflow: auto; }
.cform form span
	{ float: left; display: block; color: #4b555f; }
.cform form button
	{ float: right; display: block; width: 63px; height: 20px; border: 0; background: transparent url("../images/buttons/post.png") no-repeat 0 0; text-indent: -5000px; margin-bottom: 3px; cursor: pointer; }

.postedWhen
 	{ font-style: italic; float: right; }
.mcomment .user
	{ font-size: 1.2em; float: left; }

.ls
	{ font-size: 1.2em; padding: 2px 0 10px 0; color: #4b555f; font-weight: bold; }
.ls a
	{ color: #c22a2f; text-decoration: none; }
.ls a:hover
	{ color: #4475a1; }

/* first event */

.news .img2 img
	{ border: 1px solid #abb7c4; }
.firstText_type2
	{ width: 290px; }
.news .timeplace2
	{ padding: 3px 0 3px 0; }
.news .timeplace2 dt
	{ font-size: 1.4em; font-weight: bold; color: #4475a1; padding-top: 5px; }
.news .timeplace2 dd
	{ font-size: 1.4em; color: #4b555f; padding-bottom: 5px; }
.news .timeplace2 a
	{ color: #c22a2f; font-weight: bold; text-decoration: none; }
.news .timeplace2 a.map
	{ font-size: .9em; }
.news .timeplace2 a:hover
	{ color: #4475a1; }
.news .others2
	{ color: #4b555f; padding: 0; }
.news .others2 span
	{ font-size: 1.1em; float: left; padding: 8px 3px 0 3px; }
.news .others2 a.num
	{ font-weight: bold; text-decoration: none; color: #c22a2f; font-size: 1.3em; float: left; padding-top: 6px; }
.news .others2 a.num:hover
	{ color: #4475a1; }

.others2 .sodoi {
	display: inline-block;
	width: 78px;
	height: 26px;
	background: transparent url("../images/buttons/sodoi2.png") no-repeat 2px 0;
	text-indent: -5000px;
	float: left;
	padding: 0;
	vertical-align: bottom;
}
.sodoiStandalone {
	display: block;
	width: 78px;
	height: 26px;
	background: transparent url("../images/buttons/sodoi3.png") no-repeat 2px 0;
	text-indent: -5000px;
	float: right;
	padding: 0;
	margin: 1px 0 0 0;
}

.news .winTickets
	{ clear: both; padding: 8px 0 0 0; }
.news .winTickets span
	{ font-size: 1.2em; }
.news .winTickets a.wTickets
	{ font-size: 1.3em; font-weight: bold; color: #4b555f; text-decoration: none; margin-right: 6px; background: transparent url("../images/icons/tickets2.png") no-repeat 0 -1px; padding: 0 10px 0 24px; border-right: 1px solid #4b555f; }
.news .winTickets a.wTickets:hover
	{ color: #62a6db; }

.clickForDetails {
	background: transparent url('../images/icons/bullet.png') no-repeat 0 2px;
	color: #c4363b;
	font-size: 1.4em;
	padding-left: 20px;
	margin-left: 50px;
	font-weight: bold;
	text-decoration: none;
}

.textBelow
	{ clear: both; padding: 8px 0 0 0; }
.textBelow p.text
	{ margin: 8px 0; font-size: 1.2em; }

.pArtist .aImg
	{ float: left; margin: 3px 15px 0 0; }
.pArtist .artistInfo
	{ float: left; }
.artistInfo h5
	{ color: #c22a2f; font-size: 1.4em; margin-bottom: 9px; }
.artistInfo img
	{ border: 6px solid #c8e6ff; }
.artistInfo dl
	{ float: left; }
.artistInfo dt
	{ color: #4b555f; font-size: 1.2em; font-weight: bold; }
.artistInfo dd
	{ color: #4b555f; font-size: 1.2em; margin-bottom: 10px; }
.artistInfo dd a
	{ color: #4475a1; text-decoration: none; }
.artistInfo dd a:hover
	{ color: #c22a2f; }
.artistInfo .albumImg
	{ display: block; float: left; margin: 0 13px 10px 0; }

.event
	{ border: 0; margin-bottom: 0; padding-bottom: 0; }

/* footer */

#footer
	{ clear: both; padding: 20px; background: transparent url("../images/backgrounds/siteBottom.png") no-repeat left top; }
#footer span
	{ display: block; float: left; }
#footer .description
	{ width: 80px; font-weight: bold; font-size: 1.1em; line-height: 1.6em;	color: #4b555f; clear: left; }
#footer .links
	{ width: 500px; text-align: center; }
#footer p
	{ color: #4475a1; }
#footer p a
	{ font-weight: bold; font-size: 1.1em; color: #4475a1; text-decoration: none; }
#footer .copyright
	{ color: #838a91; clear: both; padding-top: 10px; }