/************************************
* tangocheltenham-general.css
*
*	Extra styles for the general site
*/

/**************
*	#latest - latest news box on index
*/
#latest {
	min-width:30%;
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
	color:black;
	/*background-color:#EEE;*/
	background:#EEE url(../images/newsback.png) no-repeat top left;
	border:2px solid;
	border-color:#DDD #DDD #999 #999;
	padding:2px;
}
#latest h2 {
	margin:0;
}
/*****************
* rogues gallery stuff - people page
*/
#roguesgallery h3 {
	text-align:center;
}
.rogue {
	width:90%;
	margin:1px auto 1px auto;
	padding-right:6px;
	background-color:#DDD;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.rogue h4 {
	margin-bottom:1px;
	text-align:center;
}
.rogue p {
	margin-top:0;
	padding-left: 5px;
	padding-right: 5px;
}
.rogue img {
	float:left;
	width:10%;
	min-width:90px;
	max-width:100px;
	margin:0 6px 4px 3px;
}
/***********************
* venue stuff - directions page
*/
.venue {
	background-color:#CCC;
	color:black;
	width:95%;
	margin:2px auto 15px auto;
	padding:3px;
	border:2px solid;
	border-color:#AAA #000 #000 #AAA;
}
.venue h4 {
	margin:0;
}
.venue img {
	width:100%;
	background-color:white;
}
.venue .address {
	color:black;
	background-color:white;
	padding:0 20px 0 20px;
	list-style-type: none;
	font-size:0.9em;
	width:25%;
	min-width:8em;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.directions div {
	width:95%;
	margin:auto;
	padding:5px;
}
.directions h5 {
	font-size:0.9em;
	padding:0;
	margin:0;
}
.directions ul {
	padding-top:0;
	margin-top:0;
	font-size:0.85em;
}
.directions ul li {
	line-height:1.8em;
}



.directions div + div {
	border-top:3px solid #EEE;
}
/***********************
* maplist stuff - directions page
*/
#maplist {
	list-style-type:none;
	padding:2px 2px 7px 2px;
	margin:0;
}
#maplist h5 {
	margin:0;
	padding-bottom:3px;
	font-size:0.9em;
	text-align:center;
}
#maplist li {
	margin:0;
	padding:0;
	font-size:0.9em;
}

#maplist ul{
	margin-bottom:8px;
	list-style-type: none;
	padding:2px 2px 2px 2px;
}

#maplist ul li span {
	display:-moz-inline-box; /* Proprietary to be removed */
	display:inline-block;
	width:5.5em;
}
/*******************
* faq stuff - faqs page
*/
#answers h4 {
	margin-bottom: 0;
}
#answers h4 + p{
	margin-top:0;
}
.totop {
	font-size:0.9em;
}/************************
* date stuff - tccv page
*/
.datelist {
	list-style-type:none;
	padding-left:0;
}
.datelist .date {
	display:block;
	font-weight:bold;
}
.datelist li {
	padding-left:5em;
	text-indent: -3em;
}
/***************
* tango words - terminology page
*/
#tangowords p span:first-child {
	font-weight:600;
}
/*******************
* styles for clubs page
*/
.region {
	background-color:#CCC;
	color:black;
	padding:3px;
	border:2px solid;
	border-color:#DDD #000 #000 #DDD;
	margin-bottom:3px;
}
.region h4 {
	margin-bottom:0;
	padding-bottom:0;
}
.region ul {
	
	font-size:0.9em;
	margin-top: 0;
}
.name {
	font-weight:600;
}
.region li a {
	display:block;
	width:20em;
}/******************
*	privacy stuff
*/
#privacy li {
	padding-bottom:3px;
	font-size:0.9em;
}






