/*

	Stylesheet for IMSC
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stijn De Lathouwer stijn@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

html {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #1e1e1e;
	background: #FFF url(../images/body.jpg) repeat-x;
	height: 100%;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

p.backlink {
	margin: 20px 0 0 0;
}

a.noborder {
	border: none;
}

p.noborder {
	border: none;
}

p.justLikeButtons {
	float: left;
}

p.justLikeButtons a {
	float: left;
	background: url(../images/standardButton_left.gif) no-repeat;
	padding: 0 0 0 4px;
	color: #1e1e1e;
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

p.justLikeButtons a span {
	float: left;
	height: 16px;
	background: url(../images/standardButton_right.gif) no-repeat right 0;
	padding: 5px 15px 0 11px;
	line-height: 1;
}

p.justLikeButtons a:hover {
	background: url(../images/standardButton_left.gif) no-repeat 0 -21px;
}

p.justLikeButtons a:hover span {
	background: url(../images/standardButton_right.gif) no-repeat right -21px;
}

button.standardButton {
	border: 0;
	background: url(../images/standardButton_right.gif) no-repeat right 0;
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	color: #1e1e1e;
	font-weight: 800;
}

button.standardButton span {
	background: url(../images/standardButton_left.gif) no-repeat;
	float:left;
	height: 21px;
	text-align: center;
	padding: 5px 12px 0 18px;
	line-height: 1em;
}

button.standardButton:hover {
	background: url(../images/standardButton_right.gif) no-repeat right -21px;
}

button.standardButton:hover span {
	background: url(../images/standardButton_left.gif) no-repeat 0 -21px;
}

button::-moz-focus-inner{padding:0;border:none}


strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 17px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h3.openInsightsTitle {
	font-size: 14px;
	padding: 0 0 0 0;
	line-height: 1;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	color: #8f2533;
	border-bottom: 1px solid #8f2533;
	text-decoration: none;
}

a:link {
	color: #8f2533;
	border-color: #8f2533;
}

a:visited {
	color: #8f2533;
	border-color: #8f2533;
}

a:hover {
	color: #c92641;
	border-color: #c92641;
}

a:active {
	color: #8f2533;
	border-color: #0033CC;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#extraContainer {
	min-height: 100%;
	position: relative;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 52px 0;
}

	/* General */

	/* Header */

	/* Logo */

	#header h1 {
		width: 242px;
		height: 84px;
		background: url(../images/logo.jpg) no-repeat;
		text-indent: -9999px;
		float: left;
		margin: 30px 0 0 0;
	}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Navigation */
	
	#header #mainMenu {
		clear: left;
		float: left;
		width: 960px;
		margin: 0;
		padding: 15px 0 0 0;
	}
	
	#header #mainMenu li {
		float: left;
		line-height: 1;
		text-transform: uppercase;
		padding: 0 30px 0 0;
	}
	
	#header #mainMenu li.rss {
		float: right;
		background: url(../images/rssButton_left.gif) no-repeat;
		margin: -5px 0 0 0;
	}
	
	#header #mainMenu li.rss a {
		background: url(../images/rssButton_right.gif) no-repeat right 0;
		margin: 0 0 0 6px;
		padding: 4px 6px 0 0;
		display: inline;
		float:left;
		line-height: 1em;
		height: 15px;
		font-size: 10px
	}
	
	#header #mainMenu li a {
		color: #e1e1e1;
		border: 0;
	}
	
	#header #mainMenu li a:hover {
		color: #fff;
		border: 0;
	}

	#header #mainMenu li.selected a {
		color: #f6bfc3;
		border: 0;
		font-weight: 800;
	}
	
	#header #breadcrumb {
		clear: left;
		padding: 24px 0 0 0;
		font-size: 11px;
	}
	
	#header #breadcrumb a {
		color: #1e1e1e;
		border-bottom: 0;
		font-weight: 800;
		background: url(../images/breadcrumbBullet.gif) no-repeat right 1px;
		padding: 0 9px 0 0;
		text-decoration: underline;
	}

	#header #breadcrumb a:hover {
		color: #8F2533;
		border-bottom: 1px solid #8F2533;
	}
	
	/* Content */

	#content {
		margin: 30px 0 0 0;
	}
	
	#content h2 {
		color: #7f0616;
		font-size: 20px;
		font-weight: 800;
	}
	
		/* homeintroAndBlog */
		
		#homeIntroAndBlog {
			float: left;
			display: inline;
			width: 470px;
		}
		
			/* homeIntro */
			
			#homeIntro {
				border-bottom: 3px solid #d4d3d3;
			}
			
			#homeIntro p {
				font-size: 14px;
			}
			
			#homeIntro a {
				font-weight: 800;
			}
			
			/* homeBlog */
			
			#homeBlog {
				padding: 35px 0 0 0;
			}
			
			#homeBlog h2 a {
				float: right;
				background: url(../images/rssButton2_left.gif) no-repeat;
				margin: 4px 0 0 0;
				border: 0;
				color: #fefefe;
				cursor: pointer;
			}
			
			#homeBlog h2 a:hover {
				color: #fff;
				background: url(../images/rssButton2_left.gif) no-repeat 0 -19px;
			}
			
			#homeBlog h2 a span {
				background: url(../images/rssButton2_right.gif) no-repeat right 0;
				margin: 0 0 0 6px;
				padding: 4px 6px 0 0;
				display: inline;
				float:left;
				line-height: 1em;
				height: 15px;
				font-size: 10px
			}
			
			#homeBlog h2 a:hover span {
				background: url(../images/rssButton2_right.gif) no-repeat right -19px;
			}
			
				/*blogItem */
				
				.blogItem {
					margin: 0 0 71px 0;
				}
			
				.blogItem h3.blogTitle {
					font-size: 12px;
					font-weight: 800;
					padding: 0 0 10px 0;
					margin: 0;
				}
			
				.blogItem h3.blogTitle a {
					color: #1e1e1e;
					border-bottom: 1px solid #1e1e1e;
					text-transform: uppercase;
				}
				
				.blogItem h3.blogTitle a:hover {
					color: #8F2533;
					border-bottom: 1px solid #8F2533;
				}
				
				.blogItem p.postMeta {
					line-height: 1em;
					padding: 0 0 15px 0;
					font-size: 10px;
					color: #646464;
				}
				
					/* prevNextBox */
				
					#prevNextBox {
						margin: 20px 0 0 0;
					}
				
					/* blogExtraLinks */
					
					.blogExtraLinks {
					}
					
					.blogExtraLinks .justLikeButtons {
						float: left;
						width: 77px;
						background: url(../images/readMoreButton_bottom.gif) no-repeat 0 bottom;
					}
					
					#mainContent .blogItem ul li.justLikeButtons {
						float: left;
						width: 77px;
						background: url(../images/readMoreButton_bottom.gif) no-repeat 0 bottom;
					}
					
					.blogExtraLinks .justLikeButtons a {
						background: url(../images/readMoreButton_top.gif) no-repeat;
						width: 77px;
						float: left;
						border: 0;
						color: #1e1e1e;
						font-size: 10px;
						font-weight: 800;
						text-transform: uppercase;
						text-align: center;
						padding: 5px 0;
					}
					
					.blogExtraLinks .justLikeButtons a:hover {
						color: #8F2533;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia {
						float: left;
						width: 280px;
						display: inline;
						margin: 0 0 0 20px;
						font-size: 10px;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a {
						color: #1e1e1e;
						border-bottom: 1px solid  #1e1e1e;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a:hover {
						color: #8F2533;
						border-bottom: 1px solid  #8F2533;
					}
					
					#mainContent .blogItem ul li.socialMedia {
						padding: 10px 0 0 0;
					}
					
					div.blogcomments {
						padding: 40px 0 0 0;
					}
					
					div.blogcomments h3 {
						border-bottom: 2px solid #1E1E1E;
						margin: 0 0 15px;
						padding: 0 0 3px;
					}
					
					div.blogcomments .blogcomment {
						clear: left;
						float: left;
						padding: 0 0 20px 0;
						width: 490px;
					}
					
					div.blogcomments p.author {
						font-weight: 700;
					}
					
					img.gravatar { 
						float: left; 
						margin: 0 10px 10px 0;
					}
					
					
					.blogExtraLinks .socialMedia {
						padding: 10px 0 0 0;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a.delicious {
						text-indent: -9999px;
						float: left;
						width: 16px;
						height: 16px;
						background: url(../images/delicious.gif) no-repeat;
						border: 0;
						display: inline;
						margin: 0 5px 0 0;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a.linkedin {
						text-indent: -9999px;
						float: left;
						width: 16px;
						height: 16px;
						background: url(../images/linkedin.gif) no-repeat;
						border: 0;
						display: inline;
						margin: 0 5px 0 0;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a.twitter {
						text-indent: -9999px;
						float: left;
						width: 12px;
						height: 16px;
						background: url(../images/twitter.gif) no-repeat;
						border: 0;
						display: inline;
						margin: 0 5px 0 0;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a.facebook {
						text-indent: -9999px;
						float: left;
						width: 16px;
						height: 16px;
						background: url(../images/facebook.gif) no-repeat;
						border: 0;
						display: inline;
						margin: 0 5px 0 0;
					}
					
					.blogExtraLinks .tagsCategoryAndSocialMedia a.digg {
						text-indent: -9999px;
						float: left;
						width: 18px;
						height: 16px;
						background: url(../images/digg.gif) no-repeat;
						border: 0;
						display: inline;
						margin: 0 5px 0 0;
					}
					
					.blogExtraLinks .comments {
						float: right;
						width: 71px;
						text-align: center;
						color: #06234f;
						font-size: 10px;
						text-transform: uppercase;
					}
					
					.blogExtraLinks .comments a {
						color: #06234f;
						border: 0;
					}
					
					.blogExtraLinks .comments a:hover {
						color: #8F2533;
					}
					
					.blogExtraLinks .comments span {
						display: block;
						font-size: 14px;
						font-weight: 800;
					}
			
			#blogarchive th {
				padding: 0 16px 8px 0;
				vertical-align: top;
			}
			
			#blogarchive td {
				padding: 0 16px 8px 0;
				vertical-align: top;
			}
			
		/* subMenu */
		
		#subMenu {
			float: left;
			width: 190px;
		}
		
		#subMenu li {
			margin: 0 0 18px 0;
			text-align: right;
			padding: 3px 10px 3px 10px;
		}
		
		#subMenu li.selected {
			font-weight: 800;
			background: url(../images/submenuSelected.jpg) repeat-y right 0;
		}
		
		#subMenu a {
			color: #1e1e1e;
			border-bottom: 1px solid #1e1e1e;
		}
		
		#subMenu li.selected a {
			border: 0;
		}
		
		#subMenu a:hover {
			color: #7f0616;
			border-bottom: 1px solid #7f0616;
		}
		
		/* mainContent */
		
		#mainContent {
			float: left;
			width: 490px;
			display: inline;
			margin: 0 0 0 20px;
		}
		
		#mainContent h3 {
			text-transform: uppercase;
			font-size: 12px;
		}
		
		#mainContent h4 {
			font-size: 12px;
			color: #7F0616;
		}
		
		#mainContent blockquote {
			background: url('../images/quote.gif') no-repeat;
			min-height: 20px;
			padding: 0 50px;
			font-weight: 700;
			font-size: 16px;
			color: #737373;
			line-height: 1.5;
			margin: 10px 0;
		}
		
		
		#mainContent ul li {
			background: url(../images/bullet.gif) no-repeat 0 3px;
			padding: 0 0 0 15px;
		}
		
		#mainContent ul li.blogItem {
			background: none;
			padding: 0;
		}
		
		#mainContent .blogItem ul li {
			background: none;
			padding: 0;
		}
		
		#mainContent ol li {
			list-style-type: decimal;
		}
		
			/* relatedBlogs */
			#mainContent #relatedBlogs {
			margin: 35px 0 46px 0;
			}
			
			#mainContent #relatedBlogs h3 {
				color: #7f0616;
				font-weight: 800;
				text-transform: uppercase;
				font-size: 12px;
				border-bottom: 3px solid #7f0616;
				padding: 0 0 2px 0;
			}
			
			#mainContent #relatedBlogs li {
				padding: 5px 10px;
				background: none;
			}
			
			#mainContent #relatedBlogs li .date {
				width: 75px;
				float: left;
			}
			
			#mainContent #relatedBlogs li.odd {
				background: #ededed;
			}
			
			#mainContent #relatedBlogs li a {
				font-weight: 800;
				color: #1e1e1e;
				border-bottom: 1px solid #1e1e1e;
			}
			
			#mainContent #relatedBlogs li a:hover {
				color: #7f0616;
				border-bottom: 1px solid #7f0616;
			}
			
			/* relatedBlogs */
			#mainContent #wikiCocreation {
			margin: 35px 0 46px 0;
			}
			
			#mainContent #wikiCocreation h3 {
				color: #7f0616;
				font-weight: 800;
				text-transform: uppercase;
				font-size: 12px;
				border-bottom: 3px solid #7f0616;
				padding: 0 0 2px 0;
			}
			
			#mainContent #wikiCocreation li {
				padding: 5px 10px;
			}
			
			#mainContent #wikiCocreation li.odd {
				background: #ededed;
			}
			
			#mainContent #wikiCocreation li a {
				font-weight: 800;
				color: #1e1e1e;
				border-bottom: 1px solid #1e1e1e;
			}
			
			#mainContent #wikiCocreation li a:hover {
				color: #7f0616;
				border-bottom: 1px solid #7f0616;
			}
			
		/* detailEventsAndFeatured */
		
		#detailEventsAndFeatured {
			float: right;
			width: 215px;
		}
		
			#detailEventsAndFeatured ul {
				margin: 0 0 25px 0;
			}
			
			#detailEventsAndFeatured li
			{
				margin-bottom: 10px;
			}
		
		
			/* upcomingEvents */
			#detailEventsAndFeatured #upcomingEvents {
				padding: 0 0 30px 25px;
				background: url(../images/events.gif) no-repeat 0 2px;
			}
			
			#detailEventsAndFeatured h2 {
				border-bottom:2px solid #1E1E1E;
				color:#1E1E1E;
				font-size:14px;
				font-weight:800;
				margin:0 0 15px;
				padding:0 0 3px;
			}
			
			#detailEventsAndFeatured #upcomingEvents h2 {
				color: #1e1e1e;
				font-weight: 800;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #1e1e1e;
				padding: 0 0 3px 0;
				margin: 0 0 15px 0;
			}
			
			#detailEventsAndFeatured #upcomingEvents .date {
				float: left;
				width: 50px;
				background: url(../images/eventDate_bottom.gif) 0 bottom;
				text-align: center;
				font-size: 14px;
				font-weight: 800;
				display: inline;
				margin: 0 20px 20px 0;
			}
			
			#detailEventsAndFeatured #upcomingEvents .date .dayMonth {
				float: left;
				background: url(../images/eventDate_top.gif) no-repeat;
				width: 50px;
				color: #8f2533;
			}

			#detailEventsAndFeatured #upcomingEvents a {
				float: left;
				width: 120px;
				border: 0;
				text-decoration: underline;
				padding: 0 0 20px 0;
			}
			
			#detailEventsAndFeatured #upcomingEvents .justLikeButtons {
				float: right;
			}
			
			#detailEventsAndFeatured #upcomingEvents .justLikeButtons a {
				border: 0;
				text-decoration: none;
				width: auto;
				padding: 0 0 0 4px;
			}
			
			
			/* recentReactions */
			
			#recentReactions li {
				padding: 0 0 20px 0;
			}
			
			/* featuredBooks */
			#detailEventsAndFeatured #featuredBooks {
				padding: 0 0 30px 25px;
				background: url(../images/books.gif) no-repeat 0 2px;
			}
			
			#detailEventsAndFeatured #featuredBooks h2 {
				color: #1e1e1e;
				font-weight: 800;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #1e1e1e;
				padding: 0 0 3px 0;
				margin: 0 0 15px 0;
			}
			
			#detailEventsAndFeatured #featuredBooks li {
				margin: 0 0 25px 0;
			}
			
			/* featuredLinks */
			#detailEventsAndFeatured #featuredLinks {
				padding: 0 0 30px 25px;
				background: url(../images/links.gif) no-repeat 0 4px;
			}
			
			#detailEventsAndFeatured #featuredLinks h2 {
				color: #1e1e1e;
				font-weight: 800;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #1e1e1e;
				padding: 0 0 3px 0;
				margin: 0 0 15px 0;
			}
			
			#detailEventsAndFeatured #featuredLinks li {
				margin: 0 0 10px 0;
			}
		
		#eventdetail ul {
			margin: 0 0 30px 0;
		}
		
		
		#eventdetail h4 {
			clear: left;
		}
		
		/* homeEventsTagsAndContact */
		
		#homeEventsTagsAndContact {
			float: right;
			width: 423px
		}
		
			/* upcomingEvents */
			#homeEventsTagsAndContact #upcomingEvents {
				width: 400px;
				padding: 0 0 48px 24px;
				background: url(../images/events.gif) no-repeat 0 2px;
			}
			
			#homeEventsTagsAndContact #upcomingEvents h2 {
				color: #1e1e1e;
				font-weight: 800;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #1e1e1e;
				padding: 0 0 3px 0;
				margin: 0 0 15px 0;
			}
			
			#homeEventsTagsAndContact #upcomingEvents h2 a {
				float: right;
				width: auto;
				white-space: nowrap;
				font-size: 12px;
				color: #1e1e1e;
				font-weight: 400;
				text-transform: none;
			}
			
			#homeEventsTagsAndContact #upcomingEvents h2 a:hover {
				color: #8F2533;
			}
			
			#homeEventsTagsAndContact #upcomingEvents li {
				margin: 0 0 20px 0;
			}
			
			#homeEventsTagsAndContact #upcomingEvents .date {
				float: left;
				width: 50px;
				background: url(../images/eventDate_bottom.gif) 0 bottom;
				text-align: center;
				font-size: 14px;
				font-weight: 800;
				display: inline;
				margin: 0 20px 0 0;
			}
			
			#homeEventsTagsAndContact #upcomingEvents .date .dayMonth {
				float: left;
				background: url(../images/eventDate_top.gif) no-repeat;
				width: 50px;
				color: #8f2533;
			}
			
			#homeEventsTagsAndContact #upcomingEvents a {
				float: left;
				width: 330px;
				border: 0;
				text-decoration: underline;
			}
			
			#homeEventsTagsAndContact #upcomingEvents .justLikeButtons {
				float: right;
			}
			
			#homeEventsTagsAndContact #upcomingEvents .justLikeButtons a {
				border: 0;
				text-decoration: none;
				width: auto;
			}
			
			/* siteTags */
			#homeEventsTagsAndContact #siteTags {
				width: 400px;
				padding: 0 0 48px 24px;
				background: url(../images/tags.gif) no-repeat 0 5px;
			}
			
			#homeEventsTagsAndContact #siteTags h2 {
				color: #1e1e1e;
				font-weight: 800;
				font-size: 14px;
				text-transform: uppercase;
				border-bottom: 2px solid #1e1e1e;
				padding: 0 0 3px 0;
				margin: 0 0 15px 0;
			}
			
			#homeEventsTagsAndContact #siteTags li {
				float: left;
				padding: 0 10px 0 0;
				height: 25px;
				white-space: nowrap;
			}
			
			#homeEventsTagsAndContact #siteTags li.level1 { font-size: 10px; }
			#homeEventsTagsAndContact #siteTags li.level2 { font-size: 11px; }
			#homeEventsTagsAndContact #siteTags li.level3 { font-size: 12px; }
			#homeEventsTagsAndContact #siteTags li.level4 { font-size: 13px; }
			#homeEventsTagsAndContact #siteTags li.level5 { font-size: 14px; font-weight: 800; }
			#homeEventsTagsAndContact #siteTags li.level6 { font-size: 15px; font-weight: 800; }
			#homeEventsTagsAndContact #siteTags li.level7 { font-size: 16px; font-weight: 800; }
			#homeEventsTagsAndContact #siteTags li.level8 { font-size: 17px; font-weight: 800; }
			#homeEventsTagsAndContact #siteTags li.level9 { font-size: 18px; font-weight: 800; }
			#homeEventsTagsAndContact #siteTags li.level10 { font-size: 19px; font-weight: 800; }
			
			/* homeContactBox */
			#homeEventsTagsAndContact #homeContactBox {
				width: 400px;
				margin: 0 0 0 24px;
				background: url(../images/homeContactBox_bottom.gif) no-repeat 0 bottom;
			}
			
			#homeEventsTagsAndContact #homeContactBox h2 {
				padding: 14px 12px 0 12px;
				color: #646464;
				font-weight: 800;
				text-transform: uppercase;
				font-size: 14px;
				line-height: 1;
			}
			
			#homeEventsTagsAndContact #homeContactBox h2.stayInformed {
				background: url(../images/homeContactBox_top.gif) no-repeat;
			}
			
			#homeEventsTagsAndContact #homeContactBox form {
				padding: 0 12px 12px 12px;
			}
			
			#homeEventsTagsAndContact #homeContactBox form label {
				display: block;
				color: #646464;
			}
			
			#homeEventsTagsAndContact #homeContactBox form input {
				height: 18px;
				padding: 2px;
				border: 1px solid #e7e6e6;
				width: 250px;
				float: left;
				display: inline;
				margin: 0 5px 0 0;
			}
			
			#homeEventsTagsAndContact #homeContactBox #mailBox {
				padding: 0 0 0 12px;
				float: left;
				width: 195px;
			}
			
			#homeEventsTagsAndContact #homeContactBox #mailBox p {
				padding: 0 0 0 0;
				color: #646464;
			}
			
			#homeEventsTagsAndContact #homeContactBox #socialMediaBox {
				padding: 0 12px 0 0;
				float: left;
				width: 166px;
				margin: 0 0 0 15px;
			}
			
			#homeEventsTagsAndContact #homeContactBox #socialMediaBox .linkedin {
				float: left;
				text-indent: -9999px;
				width: 70px;
				height: 37px;
				border: 0;
				background: url(../images/linkedIn2.gif) no-repeat;
			}
			
			#homeEventsTagsAndContact #homeContactBox #socialMediaBox .facebook {
				float: left;
				text-indent: -9999px;
				width: 33px;
				height: 37px;
				border: 0;
				background: url(../images/facebook2.gif) no-repeat;
				margin: 0 0 0 30px;
				display: inline;
			}
			
			#homeEventsTagsAndContact p.contactUs {
				clear: left;
				padding: 20px 12px 15px 0;
				text-align: right;
			}
			
			#homeEventsTagsAndContact p.contactUs a {
				color: #646464;
				border-bottom: 1px solid #646464;
			}
			
			#homeEventsTagsAndContact p.contactUs a:hover {
				color: #8f2533;
				border-bottom: 1px solid #8f2533;
			}
	
	/* eventsOverview */
	
	#eventsOverview {
		
	}
	
	#eventsOverview .event {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		clear: left;
	}
	
	#eventsOverview .eventDate {
		padding: 0;
		float: left;
		width: 100px;
		background: url(../images/eventDate2_bottom.gif) 0 bottom;
		text-align: center;
		font-size: 12px;
		font-weight: 800;
		display: inline;
		margin: 0 20px 20px 0;
	}
		
		.startDate, .endDate {
			display: block;
		}	
		
		#eventsOverview .endDate {
			background: url('../images/eventsOverview.gif') no-repeat 0 1px;
			padding: 7px 0 0 0;
		}
		
		#eventsOverview .startDate {
			background: url(../images/eventDate2_top.gif) no-repeat;
			width: 100px;
			color: #8f2533;
		}
	
	
	/* Footer */
	
	#footer {
		background: #171717;
		bottom: 0;
		height: 52px;
		margin: -52px 0 0 0;
		padding: 0;
		position: relative;
	}
	
	#footer ul {
		width: 960px;
		margin: 0 auto;
		padding: 12px 0 0 0;
	}
	
	#footer li {
		float: left;
		color: #ebebeb;
		font-size: 10px;
		margin: 0 14px 0 0;
	}
	
	#footer li a {
		color: #ebebeb;
		border-bottom: 1px solid #ebebeb;
	}
	
	#footer li a:hover {
		color: #8F2533;
		border-bottom: 1px solid #8F2533;
	}
	
/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

#mainContent .pagination li {
	background: none;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form style */

input, textarea, select, button { 
	font-family: Arial, sans-serif;
}

input.input-submit {

}

input.input-text {
	border:1px solid #E7E6E6;
	display:inline;
	height:18px;
	float: left;
	margin:0 5px 0 0;
	padding:2px;
	width:250px;
}

.blogform {
	padding: 40px 0 0 0;
}

.blogform h3 {
	padding:0 0 3px;
	border-bottom:2px solid #1E1E1E;
	margin: 0 0 15px 0;
}

.blogform form, #mainContent form {
	clear: left;
	float: left;
	width: 259px;
}

.blogform input.input-text, #mainContent input.input-text, #newsletterSidebar p input.input-text {
	clear: left;
}

#newsletterSidebar p input.input-text {
	width: 210px;
}

#mainContent input.checkbox {
	float: left;
}

.blogform p, #mainContent form p, #newsletterSidebar p {
	clear: left;
	float: left;
	white-space: nowrap;
	width:250px;
}

.blogform p label, #mainContent form p label, #newsletterSidebar p label {
	width: 250px;
	clear: left;
	float: left;
	white-space: nowrap;
}

#mainContent form li {
	padding: 0;
	background: none;
	width: 250px;
	clear: left;
	float: left;
	margin: 0 0 25px 0;
}

#mainContent form ul {
	clear: left;
	float: left;
	margin: 0 0 20px 0;
}

#mainContent form li label {
	clear: none;
	width: 200px;
	padding: 1px 0 0 4px;
	float: left;
}

#mainContent form p label.newsletterSubscribe {
	clear: none;
	width: 200px;
	padding: 1px 0 0 4px;
}

.blogform p small, #mainContent form p small {
	width: 250px;
	clear: left;
	float: left;
	white-space: nowrap;
}

.form-error {
	clear: left;
	float: left;
	white-space: nowrap;
	color: #f00;
}

.form-success {
	border: 1px solid #7AA326;
	padding: 5px;
	background: #8DBC2E;
	font-weight: 700;
	color: #fff;
}

.blogform input.input-text-error, #mainContent form input.input-text-error {
	border: 1px solid #f00;
}

textarea {
	border:1px solid #E7E6E6;
	display:inline;
	float: left;
	margin:0 5px 0 0;
	padding:2px;
	width:250px;
}

input:focus,
textarea:focus {

}

/* General classes */

.hidden { display: none !important; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}