* {font-size: 100.01%;}
html {font-size: 62.5%;height:100%;}
body{
	margin:0;
	font:1.2em Arial, Helvetica, sans-serif;
	color:#ababab;
	background:#23304b url(/images/bg-body.jpg) no-repeat 50% 0;
	min-width:918px;
	height:100%;
}
img{border-style:none;}
a{color:#0379c4;text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

#wrapper{
	min-height:100%;
	width:918px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.participant-page {
	width:930px !important;
}
* html #wrapper{height:100%;overflow:visible;}
.logo{
	position:absolute;
	top:26px;
	left:8px;
	margin:0;
	z-index:999;
}
.logo a{
	background:url(/images/logo.png) no-repeat;
	width:335px;
	height:84px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
/*header start*/
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
/*main navigation start*/
#nav{
	background:url(/images/bg-nav.png) no-repeat;
	width:538px;
	height:45px;
	float:right;
	margin:49px 0 0;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li{
	float:left;
	margin:3px 0 0;
	height:28px;
	background:url(/images/separator.gif) no-repeat;
	padding:11px 16px 0 20px;
	position:relative;
}
#nav ul li:first-child{background:none;}
#nav ul li a{
	float:left;
	font-size:12px;
	line-height:14px;
	color:#808080;
	font-weight:bold;
	letter-spacing:1px;
}
#nav ul li a:hover{text-decoration:none;}
#nav ul li .drop{
	position:absolute;
	top:28px;
	left:0;
	width:276px;
	display:none;
	z-index:500;
}
#nav ul li:hover .drop,
#nav ul li.hover .drop{display:block;}
#nav ul li .drop .t{
	background:url(/images/drop-t.png) no-repeat;
	width:100%;
	height:12px;
	overflow:hidden;
}
#nav ul li .drop .c{
	background:url(/images/bg-drop-search-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 20px;
}
#nav ul li .drop .b{
	background:url(/images/bg-drop-search-b.png) no-repeat;
	width:100%;
	height:20px;
}
#nav ul li .drop ul li{
	vertical-align:top;
	background:none;
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	overflow:hidden;
}
#nav ul li .drop ul li a{
	float:left;
	margin:5px 0 0 10px;
}
/*main navigation end*/
/*sub navigation start*/
.sub-nav{
	float:right;
	clear:both;
}
.sub-nav ul{
	list-style:none;
	margin:0;
	padding:7px 0 0 0;
	height:1%;
	float:right;
}
.sub-nav ul li{
	float:right;
	margin-right:-9px;
	display:inline;
	position:relative;
	z-index:600;
}
.sub-nav ul li:first-child{z-index:100;}
.sub-nav ul li a.sign-in,
.sub-nav ul li a.search{
	float:left;
	height:37px;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
	position:relative;
	z-index:200;
}
.sub-nav ul li:hover a span,
.sub-nav ul li.hover a span{margin-top:-37px;}
.sub-nav ul li a.sign-in span{
	background:url(/images/btn-sign-in.png) no-repeat;
	width:110px;
	display:block;
	height:74px;
}
.sub-nav ul li a.search span{
	background:url(/images/btn-search.png) no-repeat;
	width:131px;
	display:block;
	height:74px;
}
.sub-nav ul li .drop{
	position:absolute;
	visibility:hidden;
}
.sub-nav ul li .drop-sign-in{
	top:25px;
	left:0;
	width:219px;
}
.sub-nav ul li:hover .drop,
.sub-nav ul li.hover .drop{visibility:visible;}
.sub-nav ul li .drop-sign-in .t{
	background:url(/images/bg-drop-sign-in-t.png) no-repeat;
	width:100%;
	height:174px;
	overflow:hidden;
}
.sub-nav ul li .drop-sign-in .c{
	background:url(/images/bg-drop-sign-in-c.png) repeat-y;
	height:1%;
	padding:0 16px 0 27px;
}
.sub-nav ul li .drop-sign-in .c:after{
	content:"";
	display:block;
	clear:both;
}
.sub-nav ul li .drop-sign-in .b{
	background:url(/images/bg-drop-sign-in-b.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:21px;
}
.sub-nav ul li .drop-sign-in .content{
	float:left;
	margin:-136px 0 0;
	position:relative;
	z-index:300;
}
.sub-nav ul li .drop .content .seo{
	position:absolute;
	left:-9999px;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .row{
	width:100%;
	overflow:hidden;
	margin:6px 0 0;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .row .text{
	display:block;
	background:url(/images/bg-input-sign-in.gif) no-repeat;
	width:153px;
	background:#000;
	border:1px solid #242424;
	color:#6b6b6b;
	padding:6px 8px 5px;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .btn{
	float:left;
	margin:13px 0 0 -1px;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .col{
	float:right;
	margin:19px 16px 0 0;
	display:inline;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .col label{
	color:#0b76bd;
	float:left;
	font-size:10px;
	text-decoration:none;
	margin:2px 0 0 2px;
	display:inline;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form .col input{
	float:left;
	width:16px;
	height:15px;
	margin:0 !important;
	padding:0 !important;
}
.sub-nav ul li .drop-sign-in .content .sign-in-form a:hover{text-decoration:underline;}
.sub-nav ul li .drop-sign-in .content ul{
	list-style:none;
	margin:0;
	padding:0;
}
.sub-nav ul li .drop-sign-in .content ul li{
	float:left;
	width:100%;
	margin:5px 0 0;
}
.sub-nav ul li .drop-sign-in .content ul li a{
	float:left;
	display:inline;
	text-decoration:underline;
	margin-left:2px;
}
.sub-nav ul li .drop-sign-in .content a:hover{text-decoration:none;}
.sub-nav ul li .drop-search{
	width:276px;
	top:26px;
	right:0;
}
* html .sub-nav ul li .drop-search{right:-1px;} 
.sub-nav ul li .drop-search .t{
	background:url(/images/bg-drop-search-t.png) no-repeat;
	width:276px;
	height:12px;
	overflow:hidden;
}
.sub-nav ul li .drop-search .c{
	height:1%;
	overflow:hidden;
	background:url(/images/bg-drop-search-c.png) repeat-y;
	padding:7px 23px 8px 18px;
}
.sub-nav ul li .drop-search .b{
	background:url(/images/bg-drop-search-b.png) no-repeat;
	width:100%;
	height:20px;
}
.sub-nav ul li .drop-search .search-form{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:200;
}
.sub-nav ul li .drop-search .search-form .row{
	width:100%;
	overflow:hidden;
}
.sub-nav ul li .drop-search .search-form .row span{
	background:url(/images/bg-search.gif) no-repeat;
	float:left;
	width:193px;
	height:29px;
	overflow:hidden;
	padding:0 10px;
}
.sub-nav ul li .drop-search .search-form .row span .text{
	background:none;
	width:100%;
	padding:6px 0 5px;
	border:none;
	color:#6b6b6b;
}
.sub-nav ul li .drop-search .search-form .row .btn{
	float:left;
}
.sub-nav ul li.user{
	background:url(/images/bg-user-l.gif) no-repeat;
	visibility:hidden;
}
.sub-nav ul li.user strong{
	background:url(/images/bg-user-r.gif) no-repeat 100% 0;
	padding:7px 10px 0;
	font-size:12px;
	font-weight:bold;
	color:#d0d0d0;
	float:left;
	height:23px;
}
.sub-nav ul li.user strong a{color:#d0d0d0;}
/*sub navigation end*/
/*header end*/
/*main start*/
#main{
	padding:153px 0 119px;
	width:100%;
	overflow:hidden;
}

.search-page #main {padding:153px 0 158px;}

/*events box start*/
.events{
	width:919px;
	overflow:hidden;
}
.events .t{
	background:url(/images/bg-events-t.png) no-repeat;
	width:100%;
	height:7px;
	overflow:hidden;
}
.events .c{
	background:url(/images/bg-events-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 3px;
}
.events .b{
	background:url(/images/bg-events-b.png) no-repeat;
	width:100%;
	height:7px;
	overflow:hidden;
}
#main h2{
	font-size:1.33em;
	margin-top:12px;
	margin-bottom:0;
	color:#f1f1f1;
}
.events h2{
	font-size:1.33em;
	margin:12px 0 0 16px !important;
	color:#f1f1f1;
}
.events .gallery{
	width:913px;
	overflow:hidden;
	position:relative;
	padding:11px 0;
}
.events .gallery .left-grad{
	position:absolute;
	left:0;
	top:0;
	width:34px;
	height:133px;
	z-index:500;
	background:url(/images/bg-l-grad-black.png) repeat-y;
}
.events .gallery .right-grad{
	position:absolute;
	right:0;
	top:0;
	height:133px;
	width:34px;
	z-index:500;
	background:url(/images/bg-r-grad-black.png) repeat-y;
}
* html .events .gallery .right-grad{right:-1px;}
.events ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
}
.events ul li{
	float:left;
	padding-right:2px;
	position:static;
	z-index:0;
	position:relative;
}
.events ul li a{
	border:1px solid #000;
	float:left;
}
.events ul li a img{display:block;}
.events ul li .box{
	position:relative;
}
.events ul li .hover-state{
	position:absolute;
	top:-37px;
	left:-37px;
	display:none;
}
.events ul li:hover .hover-state,
.events ul li.hover .hover-state,
.events ul li.active .hover-state{display:block;}
.events ul li .hover-state .holder{
	width:183px;
	height:183px;
}
.events ul li .hover-state .holder .caption{
	position:absolute;
	left:27px;
	bottom:27px
}
* html .events ul li .hover-state .holder .caption{bottom:26px;}
.events ul li .hover-state .holder .caption .holder{
	background:url(/images/bg-caption.png) no-repeat;
	width:129px;
	height:35px;
	display:table-cell;
	vertical-align:middle;
}
.events ul li .hover-state .holder .caption .holder strong{
	text-align:center;
	color:#fff;
	display:block;
	width:100%;
}
/*events box end*/
/*content area start*/
#content{
	width:100%;
	overflow:hidden;
	margin-top: 15px;
}
#content .row{
	width:100%;
	overflow:hidden;
	margin:12px 0 0;
}
#content .row .box{
	width:453px;
	float:left;
}
#content .row .box .t{
	background:url(/images/bg-box-t.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:6px
}
#content .row .box .c{
	background:url(/images/bg-box-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 14px 8px 16px;
}
#content .row .box .b{
	background:url(/images/bg-box-b.png) no-repeat;
	width:100%;
	height:7px;
	overflow:hidden;
}
#content .row .box .gallery-holder{
	width:100%;
	height:288px;
	overflow:hidden;
	position:relative;
	margin:13px 0 0;
}
#content .row .box .gallery-holder ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:9999px;
	overflow:hidden;
}
#content .row .box .gallery-holder ul li{
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
#content .row .box .gallery-holder ul li.active {z-index:1;}
#content .row .box .gallery-holder ul li .holder{
	width:100%;
	overflow:hidden;
	position:relative;
}

#content .row .box .gallery-holder ul li .holder {
	text-align: center;
	margin: auto;
}
#content .row .box .gallery-holder ul li .holder img{
	display:block;
	border:1px solid #000;
	margin: auto;
}
#content .row .box .gallery-holder ul li .holder .caption{
	width:100%;
	overflow:hidden;
	margin:8px 0 0;
	padding-bottom:5px;
}
#content .row .box .gallery-holder ul li .holder .caption div{float:left;}
#content .row .box .gallery-holder ul li .holder .caption strong{
	font-size:1em;
	color:#a8a8a8;
	display:block;
	text-align:right;
	margin:4px 0 0;
}
#content .row .box .gallery-holder ul li .holder .caption span{
	color:#666;
	font-size:0.83em;
	text-align:right;
	display:block;
	font-weight:bold;
}
#content .row .box .gallery-holder ul li .holder .caption .location{width:160px; padding-top: 4px;}
/*#content .row .box .gallery-holder ul li .holder .caption .cause{width:173px;}*/
#content .row .box .gallery-holder ul li .holder .caption .title{width:220px; padding-top: 2px;}
#content .row .box .gallery-holder ul li .holder .caption .title .heading{
	font-size:1.33em;
	color:#f1f1f1;
	margin:-1px 0 0;
}
.star-rating{
	position:absolute;
	top:11px;
	right:15px;
}
.star-rating img{border:none !important;}
.gallery-wraper{
	position:absolute;
	top:1px;
	left:9px;
	height:242px;
	width:50px;
	overflow:hidden;
	z-index:2;
}
.gallery-wraper ul li{
	width:100%;
	float:left;
	display:block !important;
	position:static !important;
}
.gallery-wrapper ul li a img{border:1px solid #000;}
.arrow{
	background:url(/images/arrow.png) no-repeat;
	height:23px;
	width:14px;
	position:absolute;
	top:188px;
	left:62px;
	z-index:3;
}
.container{
	float:left;
	width:450px;
	margin:0 0 0 15px;
	display:inline;
}
.container .tab-holder{
	width:100%;
	overflow:hidden;
}
.container .tab-holder .tabset{
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.container .tab-holder .tabset li{
	float:left;
}
.container .tab-holder .tabset li a{
	float:left;
	height:25px;
	color:#f1f1f1;
	cursor:pointer;
	font-size:1.33em;
	padding-top:8px;
	outline:none;
}
.container .tab-holder .tabset li a:hover{text-decoration:none;}
.container .tab-holder .tabset li a.active{
	position:relative;
	font-size:1.5em;
	padding-top:6px;
	height:27px
}
.container .tab-holder .tabset li.participate{margin-right:-44px;}

.container .tab-holder .tabset li.participate a{
	background:url(/images/btn-participate.png) no-repeat;
	width:237px;
	text-align:left;
	padding-left:11px;
}
.container .tab-holder .tabset li.organize a{
	background:url(/images/btn-organize.png) no-repeat;
	width:235px;
	text-align:right;
	padding-right:11px;
}
.container .tab-holder div.tab{
	width:100%;
	height:185px;
	position:relative;
}
.container .tab-holder div.tab .caption{
	width:449px;
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
}
.container .tab-holder div.tab .caption .c{
	background:url(/images/bg-caption-c.png) repeat;
	width:449px;
}
.container .tab-holder div.tab .caption .c:after{
	content:"";
	display:block;
	clear:both;
}
.container .tab-holder div.tab .caption .b{
	width:100%;
	height:68px;
	overflow:hidden;
	background:url(/images/bg-caption-b.png) no-repeat;
}
.container .tab-holder div.tab .caption .c .content{
	float:left;
	margin:0 0 -57px;
	padding:0 23px 0 26px;
	height:1%;
	width:400px;
	position:relative;
}
.container .tab-holder div.tab .caption p{
	margin:10px 0 0;
	color:#cecfd0;
	line-height:2em;
}
.container .tab-holder #tab1{
	background:url(/images/bg-tab1.gif) no-repeat;
}
.container .tab-holder #tab2{
	background:url(/images/bg-tab2.gif) no-repeat;
}
.container .contributors{
	width:451px;
	overflow:hidden;
	margin:15px 0 0 -1px;
	position:relative;
}
.container .contributors .t{
	background:url(/images/bg-contributors-t.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:6px;
}
.container .contributors .c{
	background:url(/images/bg-contributors-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 2px;
}
.container .contributors .b{
	background:url(/images/bg-contributors-b.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}
.container .contributors h2{
	margin:6px 0 0 16px !important;
}
.container .contributors .gallery{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:10px 0 7px;
}
.container .contributors .gallery .left-grad{
	position:absolute;
	left:0;
	top:10px;
	background:url(/images/bg-l-grad-grey.png) no-repeat;
	width:20px;
	height:61px;
	z-index:100;
}
.container .contributors .gallery .right-grad{
	position:absolute;
	right:0;
	top:10px;
	background:url(/images/bg-r-grad-grey.png) no-repeat;
	width:20px;
	height:61px;
	z-index:100;
}
* html .container .contributors .gallery .right-grad{right:-1px;}
.container .contributors ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
	position:relative;
}
.container .contributors ul li{
	float:left;
	margin:0 2px 0 0;
}
.stream{
	width:567px;
	float:left;
	margin-top:4px;
}
.stream .t{
	width:100%;
	height:6px;
	overflow:hidden;
	background:url(/images/bg-steam-t.png) no-repeat;
}
.stream .c{
	background:url(/images/bg-steam-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 16px 0 18px;
	min-height:252px
}
* html .stream .c{height:252px;overflow:visible;}
.stream .b{
	background:url(/images/bg-steam-b.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}
.stream .event-list{
	width:100%;
	overflow:hidden;
	position:relative;
}
.stream .event-list h2{
	position:absolute;
	top:0;
	left:-1px;
}
.stream .event-list ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:533px;
	height:30px;
}
.stream .event-list li{
	float:left;
	width:533px;
}
.stream .event-list ul.inform {
	height:250px;
}
.inform li {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.inform li.active {z-index:1;}
.stream .event-list li .image-holder{
	float:left;
	margin:44px 13px 0 0;
}
* html .stream .event-list li .image-holder{margin-right:10px;}
.stream .event-list li .image-holder img{
	display:block;
	border:1px solid #000;
}
.stream .event-list li .caption{
	height:1%;
	overflow:hidden;
}
.stream .event-list li .caption h3{
	color:#0379c4;
	margin:14px 50px 0 27px;
	font-size:1.17em;
	text-align:right;
}
.stream .event-list li .caption p{
	margin:7px 0 0;
	line-height:1.6em;
}
.stream .event-list li .caption p span{
	color:#fff;
}
.stream .event-list li .caption .more{
	float:right;
	margin:0;
	font-weight:bold;
}
.stream .event-list .btns{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:16px;
	right:5px;
	z-index:200;
	width:auto;
}
.stream .event-list .btns li{
	float:left;
	width:auto;
	margin-left:16px;
	display:inline;
}
.stream .event-list .btns li a{
	text-indent:-9999px;
	overflow:hidden;
	width:9px;
	height:12px;
	display:block;
	cursor:pointer;
}
.stream .event-list .btns li a.pre{background:url(/images/arrow-left.png) no-repeat;}
.stream .event-list .btns li a.next{background:url(/images/arrow-right.png) no-repeat;}
.feed{
	width:337px;
	float:left;
	margin:4px 0 0 14px;
	display:inline;
}
.feed .t{
	background:url(/images/bg-feed-t.png) no-repeat;
	width:100%;
	overflow:hidden;
	height:6px;
}
.feed .c{
	background:url(/images/bg-feed-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 20px 0 22px;
	min-height:252px;
}
* html .feed .c{height:252px;overflow:visible;}
.feed .b{
	background:url(/images/bg-feed-b.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}
.feed p{
	margin:7px 0 0;
	line-height:1.53em;
}
.feed p strong{
	color:#fff;
}
.feed .more{
	float:right;
	margin:9px 0 0;
	font-weight:bold;
}
/* event-page start */
/* promo-box start */
.event-page {width:910px !important;}
.promo{
	margin:0 0 11px;
	padding:15px 0 0;
}
.promo .t,
.recent-events-box .t,
.sign-up-holder .t{
	background:url(/images/bg-promo-t.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}
.promo .c,
.recent-events-box .c,
.sign-up-holder .c{
	background:url(/images/bg-promo-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:5px 10px 1px;
}
.promo .b,
.recent-events-box .b,
.sign-up-holder .b{
	background:url(/images/bg-promo-b.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}
.promo .asociation-box{
	width:155px;
	border:1px solid #121317;
	background:#030303;
	float:left;
	overflow:hidden;
	padding:48px 0 40px;
	text-align:center;
}
.promo .info {
	float:left;
	overflow:hidden;
	width:540px;
	padding:10px 0 0 18px;
}
.promo .info .title {
	font-size:3em;
	font-weight:bold;
	color:#ebebeb;
	display:block;
	padding:0 0 3px;
}
.promo .info ul{
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	list-style:none;
}
.promo .info ul li{float:left;}
.promo .info ul li a {
	height: 25px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
.promo .info ul li .btn-join {
	background:url(/images/btn-join.gif) no-repeat;
	width: 63px;
}

.promo .info ul li .btn-leave {
	background:url(/images/btn-leave.png) no-repeat;
	width: 63px;
}

.promo .info ul li .btn-invite {
	background:url(/images/btn-invite.gif) no-repeat;
	width: 70px;
}
.by-date {
	height:1%;
	overflow:hidden;
	padding:46px 0 0;
}
.by-date .box{
	width:250px;
	float:left;
	padding:0 15px 0 0;
}
.by-date .box strong{
	display:block;
	color:#676767;
	font-size:0.9em;
}
.by-date .box span {
	display:block;
	color:#f3f1f1;
	font-size:1.5em;
}
.promo .sponsored-box {
	width:156px;
	background:#030304;
	border:1px solid #131317;
	width:156px;
	text-align:center;
	float:right;
	padding:6px 0 27px;
}
.promo .sponsored-box strong {
	color:#b4b3b3;
	display:block;
	text-align:center;
	font-size:0.9em;
	padding:0 0 14px;
	text-transform:uppercase;
}
/* promo-box end */
/* content-columns start */
.content-columns {
	width:100%;
	overflow:hidden;
}
/* main-column start */
.main-column {
	width:600px;
	float:right;
}
/* images-box star */
.images-box {
	width:600px;
	overflow:hidden;
	margin:0 0 14px;
}
.images-box .t,
.details-box .t,
.links-box .t {
	background:url(/images/bg-inner-box-t.png) no-repeat;
	width: 600px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.images-box .b,
.details-box .b,
.links-box .b  {
	background:url(/images/bg-inner-box-b.png) no-repeat;
	width: 600px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.images-box .c,
.details-box .c,
.links-box .c {
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
	background:url(/images/bg-inner-box-c.png) repeat-y;
}
.images-box .ttl {
	height:1%;
	overflow:hidden;
	padding:7px 18px 0;
}
.images-box .ttl h2 {
	float:left;
	margin:5px 0 0 !important;
}
.images-box .ttl .btn-all{
	float:right;
	color:#00a9ef;
	font-size:1em;
	margin:5px 0 0 24px;
}
.images-box .ttl ul {
	margin:0;
	padding:5px 0 0;
	list-style:none;
	float:right;
	background:url(/images/bg-upload.gif) no-repeat;
	width: 174px;
	height: 21px;
}
.images-box .ttl li {
	float:left;
	padding:0 3px 0 8px;
}
.images-box .ttl li a{
	overflow:hidden;
	color:#00a9ef;
	font-size:1em;
	text-indent:-9999px;
	float:left;
	padding:2px 0 0;
}
.images-box .ttl li.active a span{
	background:url(/images/bull-active.gif) no-repeat 100% 7px;
	padding:0 9px 0 18px;
	text-indent:0;
	float:left;
	cursor:pointer;
}
.images-box .btn-upload-video {
	background:url(/images/ico-video.gif) no-repeat;
	width: 16px;
	height: 16px;
}
.images-box .btn-upload-video:hover {
	background:url(/images/ico-video-rollover.gif) no-repeat;
	text-decoration:none;
}
.images-box .ttl li.active .btn-upload-video{
	text-indent:0;
	width:auto !important;
	background:url(/images/ico-video-rollover.gif) no-repeat;
}
.images-box .btn-upload-picture {
	background:url(/images/ico-picture.gif) no-repeat;
	width: 13px;
	height: 16px;
}
.images-box .btn-upload-picture:hover{
	background:url(/images/ico-picture-rollover.gif) no-repeat;
	text-decoration:none;
}
.images-box .ttl li.active .btn-upload-picture{
	text-indent:0;
	width:auto !important;
	background:url(/images/ico-picture-rollover.gif) no-repeat;
}
.images-box .btn-upload-music {
	background:url(/images/ico-music.gif) no-repeat;
	width: 12px;
	height: 16px;
}
.images-box .btn-upload-music:hover{
	background:url(/images/ico-music-rollover.gif) no-repeat;
	text-decoration:none;
}
.images-box .ttl li.active .btn-upload-music{
	text-indent:0;
	width:auto !important;
	background:url(/images/ico-music-rollover.gif) no-repeat;
}
.images-box .ttl h3 {
	margin:0;
	font-size:0.9em;
	color:#434343;
	padding:6px 7px 0 0;
	float:right;
	text-transform:uppercase;
	font-weight:normal;
}
.images-box .gallery {
	width:596px;
	overflow:hidden;
	margin:9px 0 0 2px;
	position:relative;
}
.images-box .gallery ul{
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
	margin:0;
}
.images-box .gallery ul li {
	float:left;
	padding:0 1px 0 0;
}
.images-box .gallery ul li a{float:left;}
.images-box .gallery ul li a img {
	border:1px solid #0d1015;
	float:left;
}
.images-box .gallery .left-grad {
	background:url(/images/upload-l-shadow.png) no-repeat;
	width: 46px;
	height: 86px;
	position:absolute;
	top:0;
	left:0;
}
.images-box .gallery .right-grad {
	background:url(/images/upload-r-shadow.png) no-repeat;
	width: 46px;
	height: 86px;
	position:absolute;
	top:0;
	right:0;
}
/* images-box end */
/* details-box start */
.details-box {
	width:100%;
	overflow:hidden;
	margin:0 0 13px;
}
.details-box .ttl{
	width:560px;
	overflow:hidden;
	padding:0 20px;
}
.details-box .ttl h2 {float:left;}
.details-box .ttl .btn-view {
	background:url(/images/btn-view.png) no-repeat;
	width: 69px;
	height: 18px;
	font-size:0.8em;
	color:#00a9ef;
	text-align:center;
	float:right;
	padding:4px 0 0;
	margin:8px 0 0 20px;
	cursor:pointer;
}
.details-box .ttl div {
	float:right;
	width: 385px;
	padding:2px 0 0;
}
.details-box .ttl div span {
	font-size:1em;
	color:#636265;
	display:block;
	text-align:right;
}
.details-box .ttl div strong {
	color:#b7b7b8;
	font-weight:normal;
	font-size:1.2em;
	text-align:right;
	display:block;
}
.details-box .info {
	width:563px;
	overflow:hidden;
	margin:13px 0 3px 18px;
}
.details-box .info .top {
	background:url(/images/bg-details-txt-t.png) no-repeat;
	width: 563px;
	height: 2px;
	font-size:0;
	line-height:0;
}
.details-box .info .bottom {
	background:url(/images/bg-details-txt-b.png) no-repeat;
	width: 563px;
	height: 2px;
	font-size:0;
	line-height:0;
}
.details-box .info .center {
	background:url(/images/bg-details-txt-c.png) repeat-y;
	width:563px;
	overflow:hidden;
	padding:12px 0 39px;
}
.details-box .info p {
	font-size:1.2em;
	color:#d0cece;
	margin:0;
	line-height:1.55em;
	padding: 0 5px 0 15px;
}
.instructions {
	background:url(/images/border-instructions.gif) repeat-x;
	padding:17px 0 0;
	margin:14px 0 0;
}
.instructions h3 {
	font-size:1em;
	font-weight:normal;
	color:#efeeee;
	margin:0 0 2px 15px;
}
/* details-box end */
/* links-box start */
.links-box {
	width:100%;
	overflow:hidden;
}
.links {
	margin:10px 0 0 18px;
	padding:0 0 0 6px;
	list-style:none;
	background:url(/images/bg-links.png) no-repeat;
	width: 557px;
	height: 65px;
}
.links li {
	float:left;
	padding:9px 14px 0 14px;
	position:relative;
}
.links li a{
	float:left;
	font-size:1em;
	color:#787c77;
}
.links li a:hover,
.links li.active a {
	color:#f1f1f1;
	text-decoration:none;
}
.links .btn-vote {
	background:url(/images/ico-vote.gif) no-repeat 50% 100%;
	padding:0 0 29px;
}
.links .btn-vote:hover {background:url(/images/ico-vote-rollover.gif) no-repeat 50% 100%;}
.links li.active .btn-vote {background:url(/images/ico-vote-rollover.gif) no-repeat 50% 100%;}
.links .btn-comment {
	background:url(/images/ico-comment.gif) no-repeat 50% 100%;
	padding:0 0 30px;
}
.links .btn-comment:hover {background:url(/images/ico-comment-rollover.gif) no-repeat 50% 100%;}
.links li.active .btn-comment {background:url(/images/ico-comment-rollover.gif) no-repeat 50% 100%;}
.links .btn-share {
	background:url(/images/ico-share.gif) no-repeat 50% 100%;
	padding:0 0 31px;
}
.links .btn-share:hover {background:url(/images/ico-share-rollover.gif) no-repeat 50% 100%;}
.links li.active .btn-share {
	background:url(/images/ico-share-rollover.gif) no-repeat 50% 100%;
	margin:0 25px 0 0;
}
.links li.active {
	background:url(/images/bg-link-active.gif) no-repeat;
	width: 378px;
	height: 56px;
}
.links ul {
	margin:0;
	padding:4px 0 0;
	list-style:none;
	float:right;
}
.links ul li {
	margin:0 0 0 9px;
	padding:0;
	float:left;
	line-height:0;
	font-size:0;
}
.links ul li:first-child{margin-left:0;}
.links ul li a{
	font-size:0;
	line-height:0;
	float:left;
}
.links ul img{float:left;}
/* links-box end */
/* main-column end */
/* side-column start */
.side-column {
	width:297px;
	float:left;
}
/* event-poster start */
.event-poster {
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
.event-poster .t,
.participants-box .t,
.organizers-box .t{
	background:url(/images/bg-event-poster-t.png) no-repeat;
	width: 297px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.event-poster .b,
.participants-box .b,
.organizers-box .b {
	background:url(/images/bg-event-poster-b.png) no-repeat;
	width: 297px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.event-poster .c,
.participants-box .c,
.organizers-box .c {
	background:url(/images/bg-event-poster-c.png) repeat-y;
	width: 283px;
	overflow:hidden;
	padding:0 0 11px 14px;
}
.event-poster .img-holder {
	width:100%;
	overflow:hidden;
	padding:12px 0 0;
}
.event-poster .img-holder img {
	display:block;
	border:1px solid #1a1d23;
}
/* event-poster end */
/* organizers-box start */
.organizers-box {
	margin:0 0 13px;
	width:100%;
	overflow:hidden;
}
.organizers-box .c{
	padding:0 3px 3px;
	width:291px;
}
.organizers-box .ttl{
	width:269px;
	padding:0 13px 10px 15px;
	overflow:hidden;
}
.organizers-box .ttl h2{
	float:left;
	margin-top:5px !important;
}
.organizers-box .ttl .btn-all {
	float:right;
	font-size:1em;
	margin:7px 0 0;
}
.organizers-box .gallery {
	width:100%;
	overflow:hidden;
	position:relative;
}
.organizers-box .gallery ul {
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
	background:url(/images/bg-organizers-gallery.gif) repeat-x;
}
.organizers-box .gallery ul li {
	float:left;
	padding:8px 7px 9px 0;
}
.organizers-box .gallery ul li.active {
	width:209px;
	padding:8px 0 9px 10px;
	background:url(/images/bg-organizers-active.gif) no-repeat;
}
.organizers-box .gallery ul li.active img{
	float:left;
	margin: 0 10px 0 0;
}
.organizers-box .gallery ul li .name {
	float:left;
	font-size:1.3em;
}
.organizers-box .gallery ul li .btn-send {
	background:url(/images/btn-send-message.gif) no-repeat 0 3px;
	padding:0 0 0 16px;
	float:left;
	margin:13px 0 0;
	font-size:1em;
}
.organizers-box .gallery .left-grad{
	background:url(/images/upload-l-shadow.png) no-repeat;
	width: 46px;
	height:56px;
	position:absolute;
	top:0;
	left:0;
}
.organizers-box .gallery .right-grad{
	background:url(/images/upload-r-shadow.png) no-repeat;
	width: 46px;
	height: 56px;
	position:absolute;
	top:0;
	right:0;
}
* html .organizers-box .gallery .right-grad {
	right:-1px;
}
/* organizers-box end */
/* participants-box start */
.participants-box .c {
	padding:0 3px 4px;
	width:291px;
}
.participants-box {
	width:100%;
	overflow:hidden;
}
.participants-box .ttl{
	width:269px;
	padding:0 13px 10px 15px;
	overflow:hidden;
}
.participants-box .ttl h2{
	float:left;
	margin-top:6px !important;
}
.participants-box .ttl .btn-all {
	float:right;
	font-size:1em;
	margin:7px 0 0;
}
.participants-box .gallery {
	width:100%;
	overflow:hidden;
	position:relative;
}
.participants-box .gallery ul {
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
}
.participants-box .gallery ul li {
	float:left;
	padding:0 1px 0 0;
}
.participants-box .gallery .left-grad{
	background:url(/images/upload-l-shadow.png) no-repeat;
	width: 46px;
	height:54px;
	position:absolute;
	top:0;
	left:0;
}
.participants-box .gallery .right-grad{
	background:url(/images/upload-r-shadow.png) no-repeat;
	width: 46px;
	height: 54px;
	position:absolute;
	top:0;
	right:0;
}
* html .participants-box .gallery .right-grad {
	right:-1px;
}
/* participants-box end */
/* side-column end */
/* content-columns end */
/* twocolumn start */
.twocolumn {
	width:100%;
	margin:12px 0 0;
	overflow:hidden;
}
.twocolumn .t{
	background:url(/images/bg-twocolumn-t.png) no-repeat;
	width: 910px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.twocolumn .b{
	background:url(/images/bg-twocolumn-b.png) no-repeat;
	width: 910px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.twocolumn .c{
	background:url(/images/bg-twocolumn-c.png) repeat-y;
	width:910px;
	overflow:hidden;
}
.event-update {
	width:448px;
	float:left;
	margin:0 13px 0 0;
}
.twocolumn .ttl{
	width:414px;
	padding:0 17px 19px;
	overflow:hidden;
}
.twocolumn .ttl h2{
	float:left;
	margin-top:6px !important;
}
.twocolumn .ttl .btn-all {
	float:right;
	font-size:1em;
	margin:7px 0 0;
}
.event-update ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.event-update ul li {
	background:url(/images/border-event.gif) repeat-x;
	padding:10px 16px 12px 10px;
	height:1%;
	overflow:hidden;
}
.event-update ul li:first-child{
	background:none;
	padding-top:0;
}
.event-update .date {
	width:55px;
	float:left;
	margin:0 18px 0 0;
	overflow:hidden;
}
.event-update .day {
	background:url(/images/bg-date.gif) no-repeat;
	width: 55px;
	height: 52px;
	padding:3px 0 0;
	text-align:center;
	display:block;
}
.event-update .day strong{
	font-size:2.6em;
	color:#fff;
	display:block;
	text-align:center;
	line-height:1em;
}
.event-update .day span {
	font-size:1em;
	color:#05a3dd;
	display:block;
}
.event-update .time {
	display:block;
	text-align:center;
	color:#eaeaea;
	font-size:0.9em;
	padding:5px 0 0;
}
.event-update .title{
	color:#05a3dd;
	float:left;
	font-size:1.2em;
	padding:0 0 4px;
}
.event-update p{
	font-size:1em;
	color:#cbcbcb;
	margin:0;
	float:left;
	width:340px;
}
.discussion-forum {
	width:410px;
	float:left;
	padding:0 18px 0 17px;
}
.discussion-forum .ttl {
	padding:0 0 19px;
}
.discussion-forum .post {
	padding:0 0 8px;
	width:100%;
	overflow:hidden;
}
.discussion-forum .titile {
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.discussion-forum .titile a{
	float:left;
	font-size:1.2em;
}
.discussion-forum .titile span {
	float:right;
	font-size:1em;
	color:#565656;
}
.discussion-forum p{
	font-size:1em;
	color:#c2c2c2;
	margin:0;
}
/* twocolumn end */
/* event-page end */
/* participant-page start */
.main-t {
	background:url(/images/bg-sidebar-inner-t.png) no-repeat;
	height: 6px;
	font-size:0;
	line-height:0;
}
.main-b {
	background:url(/images/bg-sidebar-inner-b.png) no-repeat;
	height: 6px;
	font-size:0;
	line-height:0;
}
.main-c{
	background:url(/images/bg-sidebar-inner-c.png) repeat-y;
	width:100%;
}
.main-c:after{
	content:'';
	display:block;
	clear:both;
}
/* participant-page content start */
.participant-page {overflow:visible !important;}
.participant-page #main {overflow:visible !important;}
.participant-page #content{
	width:666px;
	float:right;
	margin:-6px 0 -6px;
	position:relative;
	overflow:visible !important;
}
/* doing-box start */
.doing-box {
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.doing-box .t,
.comment-post-holder .t {
	background:url(/images/bg-inner2-main-t.png) no-repeat;
	width: 666px;
	height: 6px;
	font-size:0;
	line-height:0;
	position:relative;
}
.doing-box .b,
.comment-post-holder .b {
	background:url(/images/bg-inner2-main-b.png) no-repeat;
	width: 666px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.doing-box .c,
.comment-post-holder .c {
	background:url(/images/bg-inner2-main-c.png) repeat-y;
	width: 666px;
	padding:0 0 10px;
}
.doing-box .c {padding:0;}
.doing-box .c fieldset {
	width:639px;
	overflow:hidden;
	padding:6px 13px 0 14px;
}
.doing-box .form-row {
	width:100%;
	overflow:hidden;
	padding:3px 0 11px;
}
.doing-box .form-row label {
	font-size:1.5em;
	color:#d4d3d3;
	float:left;
	line-height:1em;
}
.doing-box .form-row ul{
	margin:0;
	padding:1px 0 0;
	list-style:none;
	float:right;
}
.doing-box .form-row ul li{
	float:left;
	padding:0 0 0 12px;
}
.doing-box .form-row ul li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	height: 16px;
}
.doing-box .form-row .btn-insert-link {
	background:url(/images/ico-insert-link.gif) no-repeat;
	width: 17px;
}
.doing-box .form-row .btn-upload-video {
	background:url(/images/ico-upload-movie.gif) no-repeat;
	width: 16px;
}
.doing-box .form-row .btn-upload-picturie {
	background:url(/images/ico-upload-image.gif) no-repeat;
	width: 13px;
}
.doing-box .form-row .btn-upload-music {
	background:url(/images/ico-upload-music.gif) no-repeat;
	width: 12px;
}
.doing-box .form-row span {
	background:url(/images/bg-input-doing.gif) no-repeat;
	width: 624px;
	height: 27px;
	float:left;
	padding:9px 0 0 15px;
}
.doing-box .form-row input {
	margin:0;
	padding:0;
	border:0;
	background:none;
	font:1.2em/1em Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	width:619px;
	float:left;
}
/* doing-box end */
/* comment-post-holder start */
.comment-post-holder {
	width:100%;
	overflow:hidden;
}
.comment-post-holder .post {
	width:640px;
	margin:0 auto 6px;
	padding:7px 0 20px;
	overflow:hidden;
	background:url(/images/border-comment.gif) repeat-x 0 100%;
}
.comment-post-holder .avatar-holder {
	background:url(/images/bg-avatar.png) no-repeat;
	width: 57px;
	height: 59px;
	padding:6px 0 0 6px;
	float:left;
}
.comment-post-holder .info{
	width:564px;
	overflow:hidden;
	padding:3px 0 0 8px;
}
.comment-post-holder .ttl{
	width:100%;
	overflow:hidden;
	padding:0 0 7px;
}
.comment-post-holder .ttl h3{
	float:left;
	font-size:1.2em;
	color:#0979bf;
	font-weight:normal;
	margin:0;
}
.comment-post-holder .ttl ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.comment-post-holder .ttl ul li {
	float:left;
	padding:3px 0 0 26px;
}
.comment-post-holder .ttl .number-likes{
	font-size:0.9em;
	color:#a1a1a0;
	background:url(/images/ico-like02.gif) no-repeat 100% 0;
	padding:3px 22px 0 0;
}
.comment-post-holder .ttl .date {
	color:#424242;
	font-size:1em;
}
.comment-post-holder .info p{
	color:#f1f1f1;
	margin:0;
	font-size:1.1em;
	line-height:1.5em;
}
.post-links{
	margin:0;
	padding:8px 0 0;
	list-style:none;
}
.post-links li{
	float:left;
	padding:0 20px 0 0;
}
.post-links li a{
	float:left;
	color:#0979bf;
	font-size:0.9em;
}
.post-links .btn-comment-post {
	background:url(/images/ico-comment02.gif) no-repeat;
	padding:0 0 0 21px;
}
.post-links .btn-share-post {
	background:url(/images/ico-share02.gif) no-repeat;
	padding:0 0 0 18px;
}
.post-links .btn-like-post {
	background:url(/images/ico-like.gif) no-repeat;
	padding:0 0 0 17px;
}
.comment-post-holder .video-holder a{
	position:relative;
	display:block;
}
.comment-post-holder .video-box a img{display:block;}
.comment-post-holder .video-holder {
	background:url(/images/bg-video.png) no-repeat;
	width:407px;
	height:236px;
	padding:8px 0 0 8px;
	margin:14px 0 0 -6px;
}
.comment-post {
	width: 562px;
	overflow:hidden;
	margin:8px 0 4px -7px;
}
.comment-post .comment-t {
	background:url(/images/bg-comment-t.gif) no-repeat;
	width: 562px;
	height: 22px;
}
.comment-post .comment-b{
	background:url(/images/bg-comment-b.gif) no-repeat;
	width: 562px;
	height: 12px;
}
.comment-post .comment-c{
	background:url(/images/bg-comment-c.gif) repeat-y;
	width: 562px;
	overflow:hidden;
}
.comment-post .all-comments {
	float:right;
	font-size:0.9em;
	color:#0979bf;
	margin:0 17px 0 0;
	clear:both;
}
.comment-info {
	height:1%;
	overflow:hidden;
	padding:2px 0 0 11px;
	clear:both;
}
.comment-info .avatar-holder2 {
	background:url(/images/bg-small-avatar.gif) no-repeat;
	width: 41px;
	height: 42px;
	padding:4px 0 0 4px;
	float:left;
}
.comment-info .avatar-holder2 img{display:block;}
.comment-info .comment-txt {
	float:left;
	width:480px;
	overflow:hidden;
	padding:0 0 0 12px;
}
.comment-info .comment-txt h4{
	margin:0;
	font-size:1em;
	font-weight:normal;
	padding:0 0 1px;
}
.comment-info .comment-txt h4 a{color:#0979bf;}
.comment-info .comment-txt p{
	font-size:1em;
	color:#d9d9d8;
	margin:0;
	line-height:1.6em;
}
.comment-post fieldset{
	height:1%;
	overflow:hidden;
	padding:13px 0 0 11px;
}
.comment-post fieldset span {
	background:url(/images/bg-input-comment.gif) no-repeat;
	width:523px;
	height: 22px;
	padding:5px 0 0 15px;
	float:left;
}
.comment-post fieldset input {
	float:left;
	margin:0;
	padding:0;
	font:1em/1.3em Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	background:none;
	border:0;
	width:520px;
}
.none {display:none;}
/* comment-post-holder end */
.comment-post-holder .btn-more {
	font-size:1em;
	color:#0979bf;
	background:url(/images/ico-more.gif) no-repeat 100% 4px;
	padding: 0 14px 0 0;
	clear:both;
	margin:0 0 0 21px;
}
/* notification-box start */
.notification-box {
	position:relative;
	height:1%;
	margin:0 0 15px;
}
.notification-box .t {
	background:url(/images/bg-notific-holder-t.gif) no-repeat;
	width: 665px;
	height: 7px;
	font-size:0;
	line-height:0;
}
.notification-box .b {
	background:url(/images/bg-notific-holder-b.gif) no-repeat;
	width: 665px;
	height: 5px;
	font-size:0;
	line-height:0;
}
.notification-box .c{
	background:url(/images/bg-notific-holder-c.gif) repeat-y;
	width: 651px;
	overflow:hidden;
	padding:0 7px;
}
.notification-holder {
	width:647px;
	margin:2px;
	position:relative;
	background:url(/images/bg-notifications.gif) repeat;
}
.notification-holder .notific-t {
	background:url(/images/bg-notific-t.png) no-repeat;
	width: 651px;
	height: 3px;
	font-size:0;
	line-height:0;
	position:absolute;
	top:-2px;
	left:-2px;
}
.notification-holder .notific-b {
	background:url(/images/bg-notific-b.png) no-repeat;
	width: 651px;
	height: 3px;
	font-size:0;
	line-height:0;
	position:absolute;
	bottom:-2px;
	left:-2px;
}
* html .notification-holder .notific-b{
	bottom:-3px;
}
.notification-holder .notific-c {
	background:url(/images/bg-notific-c.png) repeat-y;
	width:651px;
	overflow:hidden;
	position:relative;
	margin: 0 0 0 -2px;
}
.nitific-info {
	background:url(/images/ico-notifications.gif) no-repeat 10px 50%;
	padding:5px 0 6px 80px;
	width:567px;
}
.nitific-info h2{
	color:#ebebeb !important;
	font-size:1.7em !important;
	margin:0 !important;
	padding:0 0 5px !important;
	font-weight:normal;
}
.nitific-info p{
	color:#ebebeb;
	font-size:1.2em;
	margin:0;
}
.nitific-info p a{
	color:#ebebeb;
	text-decoration:underline;
}
.nitific-info p a:hover{text-decoration:none;}
.btn-close {
	position:absolute;
	top:-5px;
	right:-6px;
	background:url(/images/btn-close.gif) no-repeat;
	width: 26px;
	height: 26px;
	text-indent:-9999px;
	overflow:hidden;
}
/* notification-box end */
/* participant-page content end */
/* participant-page sidebar start */
.participant-page #sidebar {
	width:208px;
	float:left;
	padding:18px 20px 0 22px;
}
.user-info {
	width:100%;
	overflow:hidden;
}
.user-info img{display:block;}
.user-info .name {
	display:block;
	font-size:2.1em;
	color:#fff;
	margin:12px 0 0;
}
.participant-page .location {
	width:100%;
	overflow:hidden;
	padding: 11px 0 0;
}
.location span {
	display:block;
	font-size:0.9em;
	color:#737272;
}
.location strong{
	color:#fff;
	font-size:1.5em;
	display:block;
	line-height:1em;
}
.motto-philosophy {
	width:100%;
	overflow:hidden;
	padding:13px 0 0;
}
.motto-philosophy span {
	display:block;
	font-size:0.9em;
	color:#737272;
}
.motto-philosophy p{
	margin:-3px 0 0;
	font-size:1.2em;
	line-height:1.5em;
	color:#fff;
}
.sidebar-image-holder {
	width:100%;
	overflow:hidden;
	padding:26px 0 0;
}
.sidebar-image-holder .ttl{
	width:100%;
	padding:0 0 3px;
	overflow:hidden;
}
.sidebar-image-holder .ttl h3 {
	float:left;
	font-size:0.9em;
	color:#737272;
	margin:0;
}
.sidebar-image-holder .ttl a{
	float:right;
	color:#0979bf;
	float:right;
	font-size:0.9em;
}
.sidebar-image-holder ul{
	margin:0;
	padding:0;
	list-style:none;
	width:220px;
	overflow:hidden;
}
.sidebar-image-holder ul li{
	float:left;
	padding:0 4px 4px 0;
}
.sidebar-image-holder ul li img{float:left;}
.friend-box ul li {padding:0 6px 6px 0;}

/* participant-page sidebar end */
/* participant-page end */
/* image-wall-page start */
.sign-up-holder{padding:25px 0 0;}
.recent-events-box .c{
	padding:15px 10px 9px 19px;
}
.recent-events-box .ttl{
	width:100%;
	overflow:hidden;
	padding:0 0 29px;
}
.recent-events-box .ttl h2{
	float:left;
	font-size:1.6em !important;
	color:#fff !important;
	font-weight:normal !important;
	margin:0 !important;
}
.recent-events-box .ttl fieldset {
	float:right;
	padding:0 11px 0 0;
}
.recent-events-box .ttl fieldset span {
	background:url(/images/bg-input-recent.png) no-repeat;
	width: 220px;
	height: 22px;
	padding:6px 0 0 13px;
	float:left;
}
.recent-events-box .ttl fieldset span input {
	float:left;
	font:1.1em/1.3em Arial, Helvetica, sans-serif;
	color:#636364;
	margin:0;
	padding:0;
	background:none;
	border:0;
	width:210px;
	position:relative;
}
.recent-events-box .ttl .btn-search-recent {
	float:left;
	border:0;
	margin:0;
	padding:0;
	background:url(/images/btn-search-recent.png) no-repeat;
	width: 23px;
	height: 28px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.image-wall-list {
	margin:0;
	padding:0;
	list-style:none;
}
.image-wall-list li {
	float:left;
	padding:0 4px 4px 0;
}
.image-wall-list li a{float:left;}
.image-wall-list li img{
	float:left;
	border:1px solid #090c11;
}
/* image-wall-page end */
/* signup-page start */
.sign-up-holder .c{padding:5px 20px 6px 21px;}
.sign-up-holder h2{
	font-size:2em !important;
	color:#e5e5e5 !important;
	margin:0 0 0 7px !important;
	padding:15px 0 4px !important;
}
.sign-up-holder .txt {
	font-size:1em;
	color:#7b7b7b;
	margin:0 0 0 7px;
}
.sign-up-holder .txt a{
	color:#0278b8;
	background:url(/images/ico-sign.gif) no-repeat 100% 5px;
	padding:0 10px 0 0;
}
.sign-columns {
	width:100%;
	overflow:hidden;
	padding:16px 0 0;
}
.sign-box {
	width:493px;
	float:left;
	overflow:hidden;
}
.sign-box .sign-t {
	background:url(/images/bg-sign-form-t.png) no-repeat;
	width: 493px;
	height: 2px;
	font-size:0;
	line-height:0;
}
.sign-box .sign-b {
	background:url(/images/bg-sign-form-b.png) no-repeat;
	width: 493px;
	height: 2px;
	font-size:0;
	line-height:0;
}
.sign-box .sign-c {
	background:url(/images/bg-sign-form-c.png) repeat-y;
	width:474px;
	overflow:hidden;
	padding:19px 0 16px 19px;
}
.sign-box fieldset {
	height:1%;
	overflow:hidden;
}
.sign-box .row {
	padding:0 0 39px;
	margin:0 !important;
}
.sign-box label {
	float:left;
	font-size:1.2em;
	color:#fff;
	width:78px;
	line-height:1.8em;
}
.sign-box .row span {
	float:left;
	background:url(/images/bg-inp-full-name.gif) no-repeat;
	width: 368px;
	height: 22px;
	padding:5px 0 0 11px;
}
.sign-box .row span input {
	font:1em/1.333em Arial, Helvetica, sans-serif;
	height:15px;
	color:#aeaeae;
	margin:0;
	padding:1px 0 2px;
	border:0;
	float:left;
	background:none;
	width:360px;
}
.sign-box .row2 {
	width:100%;
	overflow:hidden;
	padding: 0 0 17px;
}
.sign-box .row2 span {
	float:left;
	background:url(/images/bg-inp-small.png) no-repeat;
	width:196px;
	height: 22px;
	padding:5px 0 0 11px;
}

.sign-box .row2.big span {
  float:left;
  background:url(/images/bg-inp-big.png) no-repeat;
  width: 196px;
  height: 200px;
  padding: 5px 0 0 11px; 
}

.sign-box span.hint {
	background: none;
	float: right;
	color: #E6808D;
	font-size: 0.8em;
	width: 168px;
	height: auto;
	padding: 10px 10px 0px 10px;
}

.sign-box .row2 span textarea { height: 200px;}

.sign-box .row2 span input,
.sign-box .row2 span textarea {
	font:1em/1.3em Arial, Helvetica, sans-serif;
	color:#aeaeae;
	margin:0;
	padding:0;
	border:0;
	float:left;
	background:none;
	width:190px;
	position:relative;
}

.sign-box .row2 img{
	float:left;
	margin:2px 10px 0 9px;
}
.sign-box .row2 strong{
	font-size:1em;
	color:#4f4f4f;
	float:left;
	line-height:1.2em;
	font-weight:normal;
	width:130px;
}
.sign-box .row2 .username {padding:5px 0 0;}
.sign-box .row2 .characters {margin:-2px 0 0;}
.sign-box .profile {
	width:100%;
	overflow:hidden;
	padding:21px 0 0;
}
.sign-box .profile label {width:106px;}
.sign-box .photo-box {
	background:url(/images/bg-photo.png) no-repeat;
	width: 108px;
	height: 102px;
	float:left;
	padding:10px 0 0 2px;
}
.sign-box .photo-box img{float:left;}
.sign-box .buttons {
	float:left;
	width:210px;
	margin:0 0 0 25px;
}
.sign-box .buttons .btn-browse {
	clear:both;
	float:left;
}
.sign-box .buttons strong,
.sign-box .buttons em {
	width:183px;
	text-align:center;
	font-size:1em;
	color:#4f4f4f;
	font-weight:normal;
	float:left;
	padding:4px 0 6px;
}
.sign-box .buttons em {
	width:200px;
	font-style:normal;
	font-size:0.9em;
	padding:6px 0 0;
}
.sign-box .buttons span {
	float:left;
	background:url(/images/bg-inp-browse.gif) no-repeat;
	width: 170px;
	height: 22px;
	padding:5px 0 0 11px;
}
.sign-box .buttons span input {
	font:1em/1.3em Arial, Helvetica, sans-serif;
	color:#aeaeae;
	margin:0;
	padding:0;
	border:0;
	float:left;
	background:none;
	width:165px;
}
.captcha-holder {
	width:359px;
	overflow:hidden;
	float:right;
}

.captcha-holder .captcha-t {
	background:url(/images/bg-captcha-t.png) no-repeat;
	width: 359px;
	height: 2px;
	font-size:0;
	line-height:0;
}
.captcha-holder .captcha-b {
	background:url(/images/bg-captcha-b.png) no-repeat;
	width: 359px;
	height: 3px;
	font-size:0;
	line-height:0;
}
.captcha-holder .captcha-c {
	background:url(/images/bg-captcha-c.png) repeat-y;
	width: 349px;
	padding:8px 0 11px 10px;
	overflow:hidden;
}
.captcha-box {
	width:359px;
	overflow:hidden;
}
.captcha-img-holder {
	border:1px solid #171717;
	margin:0 7px 12px 0;
	float:left;
	width:282px;
}
.captcha-box img{float:left;}
.captcha-box .btn-sound,
.captcha-box .btn-renew {
	background:url(/images/btn-sound.gif) no-repeat;
	width: 43px;
	height: 42px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 0 7px;
}
.captcha-box .btn-renew {background:url(/images/btn-renew.gif) no-repeat;}
.captcha-box  span {
	float:left;
	background:url(/images/bg-inp-captcha.png) no-repeat;
	width: 325px;
	height: 22px;
	padding:5px 0 0 11px;
	clear:both;
}
.captcha-box  span input {
	font:1em/1.3em Arial, Helvetica, sans-serif;
	color:#aeaeae;
	margin:0;
	padding:0;
	border:0;
	float:left;
	background:none;
	width:320px;
	position:relative;
}
.captcha-holder .bg-btn {
	background:url(/images/ico-captcha.png) no-repeat;
	width: 300px;
	height: 52px;
	display:block;
	margin:0 0 0 38px;
}

.login .captcha-holder .bg-btn {
	margin-top: 20px;
}

.sign-up-holder.login .t,
.sign-up-holder.login .b {
	width: 620px
}

.sign-up-holder.login .t { background:url(/images/bg-inner-box-t.png) no-repeat;}
.sign-up-holder.login .b { background:url(/images/bg-inner-box-b.png) no-repeat;}

.sign-up-holder.login .c { 
	height:1%;
	overflow:hidden;
	padding:20px;
	background:url(/images/bg-inner-box-c.png) repeat-y;
	width: 590px;
}



.captcha-holder .btn-account,
#upload-photo-btn {
	background:url(/images/btn-account.gif) no-repeat;
	width: 357px;
	height: 45px;
	text-align:center;
	display:block;
	font-size:2.1em;
	color:#e8e8e8;
	padding:12px 0 0;
}
.captcha-holder .btn-account:hover,
.captcha-holder #upload-photo-btn {text-decoration:none;}
.captcha-holder p{
	margin:0;
	font-size:1em;
	color:#444445;
	text-align:center;
	line-height:1.4em;
	padding:9px 0 0;
}
.captcha-holder p a{color:#0278b8;}
/* signup-page end */

/* login-page start */

#remember-me {
	width: 200px;
	}
	
#remember-me label {
	width: 100px;
	float:none;
}

#remember-me input {
	font-size: 1.3em;
}

/* search-page start */
.search-page {width:922px !important;}
.search-holder {
	width:100%;
	overflow:hidden;
}
.search-holder .t{
	background:url(../images/bg-search-page-top.png) no-repeat;
	width: 922px;
	height: 40px;
	padding:15px 0 0;
}
.search-holder .t ul{
	margin:0;
	padding:0 0 0 21px;
	list-style:none;
	float:left;
	position:relative;
}
.search-holder .t ul li{float:left;}
.search-holder .t ul li a{
	float:left;
	height:20px;
	padding:4px 0 0;
	font-size:1.2em;
	color:#414040;
}
.search-holder .t ul li a:hover,
.search-holder .t ul li.active a{
	text-decoration:none;
	color:#eaeaea;
}
.search-holder .btn-event{
	background:url(../images/btn-event.gif) no-repeat;
	width: 75px;
	text-align:center;
}
.search-holder .btn-event:hover,
.search-holder .t ul li.active .btn-event{
	background:url(../images/btn-event-rollover.gif) no-repeat;
}
.search-holder .btn-group{
	background:url(../images/btn-group.gif) no-repeat;
	width: 79px;
	text-align:center;
}
.search-holder .btn-group:hover,
.search-holder .t ul li.active .btn-group{
	background:url(../images/btn-group-rollover.gif) no-repeat;
}
.search-holder .t fieldset {
	float:right;
	width:400px;
	padding:0 8px 0 0;
	position:relative;
}
.search-holder .t fieldset input {
	float:left;
}
.search-holder .t span {
	background:url(../images/bg-input-search.gif) no-repeat;
	width: 301px;
	height: 21px;
	float:left;
	padding:6px 0 0 13px;
	margin:0 6px 0 0;
}
.search-holder .t span input {
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#dcdcdc;
	padding:0;
	border:0;
	margin:0;
	background:none;
	width:270px;
}
.search-holder .btn-search-submit {
	float:left;
	background:url(../images/btn-search-page.gif) no-repeat;
	width: 74px;
	height: 25px;
	border:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor:pointer;
}
.search-holder .b{
	background:url(../images/bg-pagination.png) no-repeat;
	width: 922px;
	height: 38px;
}
.search-holder .b ul{
	margin:0 auto;
	padding:10px 0 0;
	list-style:none;
	width:455px;
	position:relative;
}
.search-holder .b ul li{
	float:left;
	padding:0 0 0 10px;
}
.search-holder .b ul li a{
	float:left;
	color:#016db2;
	font-size:1.25em;
}
.search-holder .b ul li a:hover,
.search-holder .b ul li.active a{
	text-decoration:none;
	color:#ececec;
}
.search-holder .b .btn-prev a,
.search-holder .b .btn-next a{
	text-indent:-9999px;
	overflow:hidden;
}
.search-holder .b .btn-prev a{
	background:url(../images/btn-prev.gif) no-repeat;
	width: 8px;
	height: 13px;
	margin:3px 86px 0 0;
}
.search-holder .b .btn-next a{
	background:url(../images/btn-next.gif) no-repeat;
	width: 8px;
	height: 13px;
	margin:3px 0 0 86px;
}
.search-holder .c .dark{
	background:url(../images/bg-search-page-dark.png) repeat-y;
}
.search-row {
	background:url(../images/bg-search-page.png) repeat-y;
	width:906px;
	overflow:hidden;
	padding:6px 0 12px 16px;
}
.search-row img{
	float:left;
	margin:7px 13px 0 0;
}
.search-row .row-info {
	float:left;
	width:824px;
}
.search-row .row-info .title{
	width:100%;
	overflow:hidden;
}
.search-row .row-info .title h2{
	margin:5px 0 0 !important;
	text-transform:uppercase;
	font-size:1.25em;
	float:left;
	width:405px;
	font-weight:normal;
}
.search-row .row-info .title h2 a{color:#0e70af;}
.search-row .row-info .title .search-by {
	float:left;
	width:185px;
}
.search-row .row-info .title .search-by span {
	font-size:0.8em;
	color:#3c3c3c;
	display:block;
}
.search-row .row-info .title .search-by a{
	display:block;
	color:#0e70af;
	font-size:1em;
}
.search-row .location-date {
	width:116px;
	float:left;
}
.search-row .location-date span {
	display:block;
	color:#3c3c3c;
	font-size:0.8em;
}
.search-row .location-date strong{
	color:#b9b9b9;
	display:block;
	font-size:1em;
	font-weight:normal;
}
.search-row .row-info p{
	margin:0;
	font-size:1.1em;
	line-height:1.35em;
	color:#eae8e8;
	padding:10px 10px 0 0;
}
/* search-page end */

/*footer search-page start*/
#footer.search-footer {
	background:url(../images/bg-footer-search.png) repeat-x;
	height:116px;
	margin:-116px 0 0;
}
.footer-nav {
	width:705px;
	overflow:hidden;
	margin:0 auto;
	padding:4px 0 0;
	list-style:none;
}
.footer-nav li {float:left;}
.footer-nav li a{
	float:left;
	color:#808080;
}
.footer-nav li a:hover,
.footer-nav li.active a{
	background:url(../images/bg-footer-nav-left.gif) no-repeat;
	text-decoration:none;
	color:#d6d5d5;
}
.footer-nav li a span{
	float:left;
	cursor:pointer;
	height: 23px;
	padding:5px 15px 0;
}
.footer-nav li a:hover span,
.footer-nav li.active a span {
	background:url(../images/bg-footer-nav-right.gif) no-repeat 100% 0;
}
/*footer search-page end*/

/*content area end*/
/*main end*/
/*footer start*/
#footer{
	width:100%;
	overflow:hidden;
	background:url(/images/bg-footer.png) repeat-x;
	height:77px;
	margin:-77px 0 0;
}
#footer .w{
	width:918px;
	margin:0 auto;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#footer .w .sub-logo{
	margin:13px auto 0;
	padding-bottom:2px;
	display:block;
	width:124px;
}
#footer .w .sub-logo a{
	background:url(/images/sub-logo.png) no-repeat;
	width:124px;
	height:31px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#footer .copyright{color:#4a4c4b;}
#footer .by{
	position:absolute;
	top:22px;
	right:2px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/images/ico-benders.png) no-repeat;
	width:129px;
	height:26px;
	cursor:pointer;
}
/*footer end*/

/* MK additions */
 
#remember-me {
  font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#remember-me input {
	vertical-align: bottom;
	position: relative;
	top: -2px;
}
 
div#header_options {
  position: absolute;
  top: 10px;
  right: 20px;
}
div#header_options li { 
  display: inline;
  margin: 10px;
}
 
#mgmt-links {
  font-size: 14px;
  margin-bottom: 0px;
  margin-right: 10px;
  float: right;
}

.edit {
	float: right;
	font-size: 18px;
}
 
#main_flash {
	width: 100%;
	background-color: #f00;
	border: 1px solid black;
 
}
 
/* Success, error & notice boxes for messages and errors. */
.notice, .error, .success {
	padding: 1em 0;
	margin-bottom: 1em;
	border: 1px solid #ddd;
}
 
.notice p, .error p, .error h2, .error ul, .success p {
	margin-left : 10px;
	margin-right: .25em;
	color: #474f51;
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 1.25em;
}
 
.success p  { background: url(/images/tick.png); color: #529214; }
.error p, .error h2    { background: url(/images/error.png); color: #D12F19; }
.notice p   { background: url(/images/asterisk_yellow.png); color: #817134; }
 
/* error messages in Rails throw an H2 and <ul> by default*/
.error h2, .error li { color: #D12F19;;}
 
.notice p, .error p, .error h2, .success p {
	background-repeat: no-repeat;
}

#errorExplanation h2{ color: #D12F19;}

#errorExplanation p {background: none;}
 
 
.error      { background: #FBE3E4; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; border-color: #FFD324; }
.success    { background: #E6EFC2; border-color: #C6D880; }
.error a    { color: #D12F19; text-decoration: underline; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
 
.highlight {
	color: #ff6c00;
}

.recent-events-box { margin-bottom: 15px;}

.photo-selector-box .t {
	background:url(/images/bg-promo-t.png) no-repeat;
	width:100%;
	height:6px;
}

.photo-selector-box .c {
	background:url(/images/bg-promo-c.png) repeat-y;
	height:1%;
	padding:5px 10px 1px;
}

.photo-selector-box .b {
	background:url(/images/bg-promo-b.png) no-repeat;
	width:100%;
	height:6px;
}

.photo-selector-box .ttl{
	width:100%;
	overflow:hidden;
	padding:0 0 29px;
}
.photo-selector-box .ttl h2{
	float:left;
	font-size:1.6em !important;
	color:#fff !important;
	font-weight:normal !important;
	margin:0 !important;
}


a.badge.delete {
  z-index: 1000;
  position: absolute;
  left: 3px;
  top: 3px;
}

a.badge.featured {
	z-index: 1000;
	position: absolute;
	right: 3px;
	top: 3px;
}

.image-wall-list li a img { border: none;}


/* event-poster start */
.group-image {
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
}
.group-image .t {
	background:url(/images/bg-event-poster-t.png) no-repeat;
	width: 297px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.group-image .b {
	background:url(/images/bg-event-poster-b.png) no-repeat;
	width: 297px;
	height: 6px;
	font-size:0;
	line-height:0;
}
.group-image .c {
	background:url(/images/bg-event-poster-c.png) repeat-y;
	width: 297px;
	overflow:hidden;
	padding:0 0 11px 0;
}
.group-image .img-holder {
	width:100%;
	overflow:hidden;
	padding:18px 0 0;
	margin: auto;
}
.group-image .img-holder img {
	display:block;
	border:1px solid #1a1d23;
	margin: auto;
}

.group-image ul{
	margin: auto;
	padding:0;
	height:1%;
	overflow:hidden;
	list-style:none;
	margin-left: 75px;
	margin-top: 20px;
}
.group-image ul li{float:left;}
.group-image ul li a {
	height: 25px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
	
.group-image ul li .btn-join {
	background:url(/images/btn-join.gif) no-repeat;
	width: 63px;
}

.group-image ul li .btn-leave {
	background:url(/images/btn-leave.png) no-repeat;
	width: 63px;
}

.group-image ul li .btn-invite {
	background:url(/images/btn-invite.gif) no-repeat;
	width: 70px;
}

.promo .info  p {
	font-size:1.2em;
	color:#d0cece;
	margin:0;
	line-height:1.55em;
	padding: 0 5px 0 15px;
}

.group-members-box,
.featured-images-box {
	margin-bottom: 13px;
}

.group-members-box .t,
.featured-images-box .t {
	background:url(/images/bg-inner-box-t.png) no-repeat;
	width: 600px;
	height: 6px;
	font-size:0;
	line-height:0;
}

.group-members-box .b,
.featured-images-box .b  {
	background:url(/images/bg-inner-box-b.png) no-repeat;
	width: 600px;
	height: 6px;
	font-size:0;
	line-height:0;
}

.group-members-box .c,
.featured-images-box .c {
	height:1%;
	overflow:hidden;
	padding:0 0 10px;
	background:url(/images/bg-inner-box-c.png) repeat-y;
}

.group-members-box .ttl,
.featured-images-box .ttl {
	height:1%;
	overflow:hidden;
	padding:7px 18px 0;
}
.group-members-box .ttl h2,
.featured-images-box .ttl h2 {
	float:left;
	margin:5px 0 0 !important;
}

.main-column .promo {
	padding-top: 0;
}

.main-column.group {
	width:600px;
	float:left;
}

.side-column.group {
	width:297px;
	float:right;
}

.group-members-box .ttl .btn-all,
.featured-images-box .ttl .btn-all {
	float:right;
	color:#00a9ef;
	font-size:1em;
	margin:5px 0 0 24px;
}

.group-members-box .gallery{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:10px 0 7px;
}
.group-members-box .gallery .left-grad{
	position:absolute;
	left:0;
	top:10px;
	background:url(/images/bg-l-grad-grey.png) no-repeat;
	width:20px;
	height:61px;
	z-index:100;
}
.group-members-box .gallery .right-grad{
	position:absolute;
	right:0;
	top:10px;
	background:url(/images/bg-r-grad-grey.png) no-repeat;
	width:20px;
	height:61px;
	z-index:100;
}
* html .group-members-box .gallery .right-grad{right:-1px;}
.container .contributors ul{
	list-style:none;
	margin:0;
	padding:0;
	width:9999px;
	position:relative;
}

.group-members-box .gallery ul{
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
	margin:0;
}
.group-members-box .gallery ul li {
	float:left;
	padding:0 1px 0 0;
}
.group-members-box .gallery ul li a{float:left;}
.group-members-box .gallery ul li a img {
	border:1px solid #0d1015;
	float:left;
}


.featured-image-container {
	width: 100%;
	margin: auto;
	text-align: center;
}

.featured-image-container a,
.featured-image-container a img {
	margin: auto;
	padding: 10px;
}

.group .organizers-box ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding:0;
}

.group .organizers-box ul li {
	margin: 0;
	padding: 0;
}

.group .organizers-box ul li div.image {
	float:left;
	border: 1px solid red;
	width: 50px;
}

.group .organizers-box ul li div {
	float:left;
}

.group .organizers-box ul li span {
	display: block;
	color: #fff;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.avatar-box {
  text-align: center;
  margin: auto;
}

.avatar-box img {
  margin:auto;
}


.photo-container {
	margin: auto;
	text-align: center;
	padding: 20px;
}

.photo-container img {
	margin: auto;
}

.image-detail-box .t{
	background:url(/images/bg-promo-t.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}

.image-detail-box .c {
	background:url(/images/bg-promo-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:5px 10px 1px;
}

.image-detail-box .b {
	background:url(/images/bg-promo-b.png) no-repeat;
	width:100%;
	height:6px;
	overflow:hidden;
}

.image-detail-box .info {
	overflow:hidden;
	width:100%;
	padding:10px 0 0 18px;
}

.image-detail-box .profile {
  float: right;
  padding: 5px 25px 25px;
}
.image-detail-box .info .title {
	font-size:3em;
	font-weight:bold;
	color:#ebebeb;
	display:block;
	padding:0 0 3px;
}

.image-detail-box .info  p {
	font-size:1.2em;
	color:#d0cece;
	margin:0;
	line-height:1.55em;
	padding: 0 5px 0 15px;
}

.scale-links {
  float: right;
  padding-right: 20px;
}

.upload-info {
  height: 200px;
}

.search-holder .b{
	background:url(../images/bg-pagination.png) no-repeat;
	width: 922px;
	height: 38px;
}
.search-holder .b .pagination {
	margin:0 auto;
	padding:10px 0 0;
	list-style:none;
	width:455px;
	position:relative;
}
.search-holder .b .pagination span,
.search-holder .b .pagination a {
	float:left;
	padding:0 0 0 10px;
}
.search-holder .b .pagination a,
.search-holder .b .pagination span {
	float:left;
	color:#016db2;
	font-size:1.25em;
}
.search-holder .b .pagination a:hover,
.search-holder .b .pagination span.current {
	text-decoration:none;
	color:#ececec;
}
.search-holder .b .prev_page a,
.search-holder .b .next_page a{
	text-indent:-9999px;
	overflow:hidden;
}
.search-holder .b .prev_page a{
	background:url(../images/btn-prev.gif) no-repeat;
	width: 8px;
	height: 13px;
	margin:3px 86px 0 0;
}
.search-holder .b .next_page a{
	background:url(../images/btn-next.gif) no-repeat;
	width: 8px;
	height: 13px;
	margin:3px 0 0 86px;
}

.all-text {
	padding: 20px;
}

.all-text p {
	padding: 5px 30px;
	font-size:1.3em;
}

#content .comment-post-holder {
  text-align: center;
  height: 800px;
}

#content .comment-post-holder h2 {
  font-size: 2.0em;
  padding-top: 100px;
  padding-bottom: 100px;
}

.info a.delete {
  float: right;
  clear: right;
  padding-right: 20px;
  padding-top: 5px;
  font-size: 14px;
  color: #f00;
}
/* event-poster end */

/* help box */
/*events box start*/
.help{
	width:919px;
	overflow:hidden;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 14px;
}
.help .t{
	background:url(/images/bg-events-t.png) no-repeat;
	width:100%;
	height:7px;
	overflow:hidden;
}
.help .c{
	background:url(/images/bg-events-c.png) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 3px;
}
.help .b{
	background:url(/images/bg-events-b.png) no-repeat;
	width:100%;
	height:7px;
	overflow:hidden;
}

.help p {
	width: 750px;
	margin: auto;
	margin-top: 10px;
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.67em;
}
.help h2 {
	font-size:2em !important;
	margin-top:12px;
	margin-bottom:0;
	color:#f1f1f1;
}

.help h3 {
  font-size: 1.5em;
  color: #F1F1F1;
  margin: 0px 20px 20px 20px;
}

/*help box end*/

/* TODO MK Remove this when user management links are removed*/
/*#nav {
  margin-top: 10px;
}  */
  