﻿#main_content.community
{
	border: 3px solid #155a93;
}

.community
{
/*float: left;*/
padding-bottom: 50px;


}

.community #wrap					/*contains page*/
{
	width: 760px;
	margin: 3px auto 0 auto;
	text-align: left;
	position: relative;
}


/*	Technical Info page	*/
.community_main
{
float: left;
display: block;
width: 550px;
}

.community_disabledaccess_main
{
float: left;
display: block;
width: 400px;
}

.community_main h2
{
display: block;
color: #000000;
font: bold 17px "Arial", sans-serif; 
margin-top: 20px;
margin-bottom: 8px;
}

.community_main h3
{
color: #155a93;
font: bold 14px "Arial", sans-serif;
margin: 5px 0 5px 0;
padding-top: 10px;
}
/*
.community_main h3
{
display: block;
color: #dca239;

font: normal 26px/28px "Arial Black", sans-serif; 
}
*/
/*
.community_main img
{
border: 1px solid #000;
margin: 0 0 10px 0 !important;
}
*/
.community_main img
{
border: 1px solid #000;
margin: 20px 0 10px 15px !important;
float: right !important;
padding: 0px;
border-style: solid;
border-width: 1px;
border-color: #000000;
}


/* I've added styles below to do the family events listing section in the middle of the familyevents.aspx page */
.community_main .allfamilyevents
{
 	float: left;
	display: block;
	width: 585px;
	margin: 0 0px 0 0;
	padding: 0; 
	
}

.allfamilyevents .allevent_sub
{
	float: left;
	width: 270px;
	margin: 0 10px 10px 0;
	background: #ECEDEF;
	padding: 5px;
	font: 87% Verdana; 
	

}

.allevent_sub ul { font-size: 90%; }
.allevent_sub li { float: left; margin: 0 5px; display: block; width: 160px; }

html>body.allevent_sub li { width: 160px;}

.allevent_sub li.category	{ font-size: 90%; font-weight: bold; padding: 0 0 1px 0; }
.allevent_sub li.date	{font-size: 70%; }
.allevent_sub li.name	{ font-weight: bold; font-size: 100%; }
.allevent_sub a	{ color: #000000; font-weight: bold;}
.allevent_sub li.place	{ color: #333; text-transform: uppercase; float: right;}
.allevent_sub li.bold	{ color: #333; font-weight: bold; }
.allevent_sub li.break	{ margin-bottom: 1em; }


.allevent_sub img
{
    width:85px;
    border:none;
    }

/* I've added styles above to do the family events listing section in the middle of the familyevents.aspx page */

/* I've added styles below to do the family events details section of the familyeventsdetails.aspx page */
.event
{
	float: left;
	display: block;
	width: 300px;
	margin: 0 10px 0 0;
	padding: 0;
}



.event h2	
{
	display: block;
	margin: 0;
	padding: 0; 
	font: normal 26px/28px "Arial Black", sans-serif; 
	line-height: 1.25;
}

.event h3	{ font: normal 16px/18px "Arial Black", sans-serif !important;  color: #CD3800 !important; }
.event h5	{ color: #A22F7C !important; font: normal 17px "Arial", sans-serif !important; margin: 10px 0 5px 0; }

.event p.presenting { margin: 0; padding: 0; color: #222; font-size: 90%; }

.event img
{
    width:300px;
    border: none;
    }
    
    
    
.event_info
{
	float: left;
	display: block;
	width: 140px;
	background: #EAD3E5;
	margin: 0 10px 0 0;
	padding: 0;
	text-align:left;
}    

.event_info p { float: left; padding: 0 5px; display: block; }


.event_info ul { margin: 10px 5px 5px 5px;}
.event_info li { float: left; margin: 0px; display: block; width: 100%; position: relative; }

html>body.event_info li { width: 100%;}

.event_info li.category	{ font-size: 80%; font-weight: bold; padding: 0 0 1px 0; }
.event_info li.date	{ font-size: 70%; }
.event_info li.name	{ font-weight: bold; font-size: 90%; }
.event_info li.place	{ color: #333; font-size:70%;}
.event_info li.bold	{ color: #333; font-weight: bold; }
.event_info li.break	{ margin-bottom: 1em; }
.event_info li.tickets { font-size:80%; width:100%;}

.event_info li a	{ font-size: 90%; color: #000; text-decoration: underline; margin: 0; padding: 0; width: 100%; height: 1.2em; position: absolute; top: 0; left: 0; }

.event_info img
{
width: 125px;
float: left;
padding-left: 5px;
}

.other
{
	float: left;
	display: block;
	width: 110px;
	margin: 0 2px 0 0px;
	padding: 0;
	background: #fff url('/images/events_info.png') top left no-repeat;
}

.other .month
{
	font-size: 90%;
	display: block;
	float: left;
	color: #333;
}

.other strong
{
	color: #A74182;
	font: normal 14px/16px "Arial Black", sans-serif;
	line-height: 80% !important;
	display: block;
	float: left;
	width: 100%;
	line-height:1.25;
}
.other img
{
    width:100px;
    border:none;
    }

.other div
{
float: left;
display: block;
margin: 10px 0 0 0;
padding: 0 0 5px 0;
border-bottom: 1px dotted #F0BF9D;
}

.other p { float: left; width: 100%;  }

.other ul { width: 100%; }
.other li { float: left; display: block; clear: left; }

.other li.category	{ font-size: 80%; font-weight: bold; padding: 0 0 1px 0; }
.other li.date		{ color: #fff; background: #A22F7D; padding: 1px 1px 1px 1px; width:100%; font-size: 70%; }
.other li.name		{ color: #ffffff; font-weight: bold; font-size: 80%; width:100%; }
.other a	{ color: #000000;}
.other li.place		{ color: #333; }

/* I've added styles above to do the family events details section of the familyeventsdetails.aspx page */


.community_menu
{
float: right;
display: block;
width: 160px;
margin: 0 0 0 20px;
background: #DBDCE0;
padding-bottom: 100px;
}

.technical_menu ul { list-style: none; margin: 10px 0 0 0; }
.technical_menu li { list-style-type: none; display: block; padding: 2px 0 5px 0; margin: 5px; border-bottom: 2px solid #fff;  }
.technical_menu li a { color: #011945; font-weight: bold; }


/*	Main promoters page	*/
.community_main
{
float: left;
display: block;
width: 550px;
}

.community_disabledaccess_main
{
float: left;
display: block;
width: 400px;
}

.community_main .caption
{
display: block;
float: left;
width: 340px;
background: #dca239;
color: #fff;
}

.community_disabledaccess_main .caption
{
display: block;
float: left;
width: 340px;
background: #dca239;
color: #fff;
}

.community_main .caption h2
{
padding: 3px 20px 5px 20px;
margin: 0;
font: normal 14px "Arial Black", sans-serif;
line-height: 1;
}

.community_disabledaccess_main .caption h2
{
padding: 3px 20px 5px 20px;
margin: 0;
font: normal 14px "Arial Black", sans-serif;
line-height: 1;
}
/*
.community_main h3
{
	color: #011A42;
	font: normal 26px/28px "Arial Black", sans-serif;
	margin: 5px 0 2px 0;
}
*/
.community_disabledaccess_main h3
{
	color: #011A42;
	font: normal 26px/28px "Arial Black", sans-serif;
	margin: 5px 0 2px 0;
}

.community_main .clearer
{
display: block;
float: left;
border-bottom: 4px solid #dca239;
height: 1px;
margin: 0;
padding: 0;
width: 100%;
}

html>body .community_main .clearer { margin: 15px 0 10px 0; }
/*
.community_main ul { list-style: none; }
.community_main li { list-style-type: none; font-weight: bold; margin-bottom: 10px; color: #333; }
	*/
.community_main ul { list-style: none; padding-left: 35px; padding-bottom:10px}
.community_main li { list-style-type: disc; margin-bottom: 5px; color: #000000; }


.community_side
{
float: left;
display: block;
width: 220px;
margin: 0 0 0 20px;
}

.community_side .tour
{
float: left;
display: block;
margin-top: 10px;
width: 200px;
/* position: relative; */
}

.community_side .tour a.play
{
display: block;
color: #fff;
float: right;
}

.tour p
{
float: left;
margin: 0;
padding: 0;
display: block;
width: 195px;
}


.community_side .tour b
{
display: block;
float: left;
color: #023;
font-size: 130%;
margin: 0 0 5px 0 !important;
}


.community_side .box
{
float: left;
display: block;
width: 200px;
margin: 10px 0 0 0;
padding: 0 0 10px 0;
background: #C9CADC url('i/sidenews.png') bottom left no-repeat;
}

.community_side .box h5
{
text-indent: 1em;
color: #fff;
font-weight: bold;
font: normal 15px "Arial Black", sans-serif;
padding: 0;
float: left;
display: block;
width: 200px;
margin: 0 0 10px 0;
background: #CF3801 url('i/sidenews_top.png') top left no-repeat;
}

.community_side .box ul { list-style: none; font-size: 90%; color: #002233; font-weight: bold; }
.community_side .box li { list-style-type: none; display: block; float: left; width: 180px; margin: 3px 5px; }
.community_side .box li b { display: block; width: 150px; float: left; }

.sidenews
{
float: left;
display: block;
margin: 5px 0 5px 10px;
padding: 0;
width: 170px;
border-bottom: 1px solid #fff;
}

html>body .sidenews { width: 180px; }

.sidenews img
{
float: right !important;
border: 2px solid #fff;
}

.sidenews p
{
padding: 2px 5px;
color: #002233; 
font-weight: bold;
}

.sidenews a.more
{
color: #000;
background: url('i/sidenew_arrow.png') no-repeat 100% 50%;
padding-right: 14px;
margin: 0;
}
