/******************************
 *    CSS FOR THE HOMEPAGE		* 
 *****************************/
 
 
 
 .homebox {
	width: 270px;
	-moz-border-radius:15px;
	border-radius:15px;
	-webkit-border-radius:15px;
	border:1px solid #17375e;
	height:auto;
	word-wrap: break-word;
	background-color: #FFF;
	padding: 5px 10px 5px 10px;
	
}

.homebox h2 {
	text-align: center;
}

.smalldatebox {
	
	background-image: url('/images/icons/smalldate.gif');
	background-repeat: no-repeat;
	height: 60px;
	float: left;
	width: 60px;
	margin-right: 15px;
	padding-bottom: 3px;	
}

.white_date {
	text-align:center;
	padding-top: 2px;
	font-weight: bold; 
	color:#fff;
}

.event_date {
	text-align:center;
	padding-top: 10px;
	font-weight: bold;
	font-size: 2em;
	color: #000;
}
.left {
	float: left;
}

.right {
	float:right;
}

.center {
	margin: 0 auto;
}


#boxes { /* Only used on landing page */
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.boxContainer .box {
	border: 2px solid black;
	background-color: #CCC;
	width: 225px;
	min-height: 200px;
	padding: 0 10px;
	float: left;
	margin: 10px 20px;
	overflow: hidden;
}

.side_box {
	padding-left:4px;
	margin: 9px 0px 5px 0px;
	
}

.side_box a {
	color: #000;
}

.result {
	background-color: #FFF;
	padding: 2px;
	margin: 0 10px 10px 10px;
	color: #333;
	overflow: hidden;
	border: solid 1px #d7d7d7;
}

.boxContainer .box .title {
	font-size: 1.5em;
	padding: 5px 0;
	color: #333;
}

.boxContainer .box .result .link {
	display: inline-block;
	width: 85%;
	text-overflow: ellipsis;
	overflow: hidden;
}

.boxContainer .box .heroes.result .link {
	width: 60%;
}

.boxContainer .box .heroes {
	min-height: 50px;
}

.boxContainer .box .heroes.result img.profile {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 3px;
}



#sidebars .boxContainer .box {
	width: 206px;
}

#sidebars .boxContainer .box .result{
	font-size: 0.9em;
	line-height: 1.3em;
}

#leftSidebar {
	float: left;
	clear: both;
}

#leftSidebar .boxContainer .box {
	margin: 20px 10px 20px -30px;
}

#rightSidebar {
	float: right;
}

#rightSidebar .boxContainer .box {
	margin: 20px -20px 20px 10px;
}

#centerContent .boxContainer .box {
	width: 433px;
	min-height: 250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#centerContent.fullWidth .boxContainer .box {
	width: 860px;
}

a.nochange {
	margin: 0;
	padding: 0;
	text-transform: none;
	color: inherit;
}