/* 
******************************************************************
							=TINYMCE
******************************************************************
*/

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.8em;
	line-height: 130%;
	padding:18px;
	background-color: #000;
	color:#fff;
	line-height: 140%;
}

/* 
******************************************************************
							=HEADINGS
******************************************************************
*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom:15px;
	line-height: normal;
	text-transform: uppercase;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.6em;
}

	h2#progdat {
		margin:0 0 20px 0;
	}

h3 {
	font-size:1.3em;
}

h4, .rssSummaryListTitle {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/* 
******************************************************************
							=PARAGRAPHS
******************************************************************
*/ 

p {
	padding:0 0 10px 0;
}

#footer p {
	margin:5px 0 0 0;
}

.large {
	font-size:1.2em;
}


/* 
******************************************************************
							=LISTS
******************************************************************
*/ 


ul {
	margin:5px 0 15px 15px;
}

ul li {
	margin-bottom:10px;
	list-style-type: disc;
}
	
	/* Nav stays the same */
	ul.nav li {
		list-style-type: none;
	}

	ul.inline-list {
		margin: 15px 0;
	} 
	
	ul.inline-list li {
		display:inline;
	}
	
	/* Tabled lists */
	ul.tabled-list {
		margin:15px 0;
	}
	
	ul.tabled-list li {
		display:inline;
		height:30px;
	}
	
	ul.tabled-list li.odd {
		width: 170px;
		float:left;
	}
	
	ul.tabled-list li.even {
		width: 330px;
		float:right;
	}

	/* !NAV */
	
	#wrapper .nav {
		margin:20px 0;
	}
	
	#wrapper .nav li {
		margin:0;
	}
	

/* 
******************************************************************
							=IMAGES
******************************************************************
*/




/* 
******************************************************************
							=TABLES
******************************************************************
*/ 


table {
	width:350px;
	margin:10px 0 15px 0;
	text-align:left;
}

	/* Styled table */
	table.style1 {
		border:1px solid #0081D3;
		width:350px;
		margin:10px 0 15px 0;
		text-align:left;
	}
	
	#content table.style1 th {
		background-color:#0081D3;
		color:#000000;
		font-weight:bold;
		text-transform: uppercase;
	}
	
	#content table.style1 tr {
		border:1px solid #0081D3;
	}
	
	#content table.style1 th,
	#content table.style1 td {
		padding:4px;
	}


/* 
******************************************************************
							=LINKS
******************************************************************
*/ 

a {
	color:#fff;
	text-decoration: underline;
}

a:hover {
	color:#0081D3;
	text-decoration: underline;
}

	#sidebar a:hover {
		color:#fff;
		text-decoration: underline;
	}

/* !Nav */

	.nav a {
		font-size: 1.1em;
		text-decoration:none;
		display:block;
		color:#0081D3;
		padding:0 0 10px 0;
	}
	
	.nav a:hover,
	ul.nav li.nav-selected a {
		text-decoration: none;
		color:#fff;
	}
	
	/* Buttons */
	a.landscape-btn {
		background-image: url(http://www.good-dealsuk.com/themes/gduk/buttons/book-conference.gif);
		background-position: bottom left;
		width:518px;
		height:70px;
		display:block;
		text-decoration: none;
	}
	
	a.landscape-btn:hover {
		background-image: url(http://www.good-dealsuk.com/themes/gduk/buttons/book-conference.gif);
		background-position: top left;
	}



/* 
******************************************************************
							=GENERAL
******************************************************************
*/ 

hr {
	background-color: #ccc;
	border:none;
	height:1px;
}

.hidden {
	text-indent:-99999px;
	font-size:1px;
	position: absolute;
}

.left {
	float:left;
}

.right {
	float:right;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight:bold;
}

.small {
	font-size:xx-small;
}

.clear {
clear:both;
}

.yt {
	margin:30px 0;
	clear:both;
}

/* RSS feed */

.rssticker {
	background-color: #333;
}

.rssItem {
	padding:10px;
}

.rssItemDate {
	margin-bottom: 10px;
	font-size:0.85em;
}

/* JQuery Slideshow */

#slides, .rssticker, .openxrhs {
	margin:0 0 20px 0;
}

#slidecount a { color:#999; text-decoration: none; margin: 0 2px; }
#slidecount a.activeSlide { color:#ffffff; }
#slidecount a:focus { outline: none; }

#slidecount {
	margin:0 0 20px 0;
}

#nx, #pr { background-color: #ccc; padding:2px; }

/* !TOOLTIPS */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#fff;
	padding:2px 5px;
	color:#000;
	display:none;
	width:100px;
	z-index:1000;
}