div.subevents {
	width: 60%;
}
div.photos {
	margin: 15px;
	float: right;
	text-align: right;
}
div.photos li {
	list-style-type: none;
}

/* Entries, teams and sides */
.entry a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: none;
	font-weight:normal;
	/*font-size: 11pt;*/
}
.entry a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
}
.entry a.org {
	color: #600;
}

#nav_user {
	background: url('../img/user_icon.png') left center no-repeat;
	padding-left: 15px !important;
	color: #ffffff;
	text-transform: none;
}

/* Links */
#links {
	margin-top: 10px;
	padding: 20px;
	/*background-color: #fefefe;*/
	background: #f4f4f4;
	border: 2px solid #abc;
	text-align: left;
}
#links li {
	list-style-type: square;
}
#links li.org {
	list-style-type: none;
	margin-top: 20px;
}
#links ul li a {
	color: #003d4c;
	text-decoration: none;
}
#links ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#imagelinks {
	float: right;
	width: 360px;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
}
#imagelinks li {
	list-style-type: none;
}
#imagelinks img {
	border: none;
	margin-bottom: 20px;
	margin-left: 10px;
}


