/*

	Stylesheet for Flucentre

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@netlash.com>

*/

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; }

body {
	font: 300 13px Arial, sans-serif;
	line-height: 1.5;
	color: #3c3c3c;
	background: #fff url(../images/header_sub.png) no-repeat top center;
}

	body#home {
		background: #fff url(../images/header_index.png) no-repeat top center;
	}

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
	color: #000;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 24px;
	padding: 0 0 14px 0;
}

h2 {
	font-size: 24px;
	padding: 0 0 14px 0;
}

	body#home h2 {
		font-size: 20px;
	}

h3 {
	font-size: 16px;
	padding: 0 0 6px 0;
}

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

/* Links */

a { text-decoration: none; border-bottom: 1px solid #abdcda; color: #00958e; }
a:link { border-color: #abdcda; color: #00958e; }
a:visited { border-color: #abd3d1; color: #007a74; }
a:hover, a:active { border-color: #fe9900; color: #fe9900; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

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

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #f5f5f5;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #ddd;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #ddd;
	margin: 0 0 12px 0;
}

	div.hr hr {
		display: none;
	}

table {
	border-top: 1px solid #eee;
	width: 100%;
	margin-bottom: 24px;
	vertical-align: top
}

td, th {
	border-bottom: 1px solid #eee;
	padding: 4px;
	vertical-align: top
}

th {
	font-weight: 700;
	background: #f4f4f4;
}

/* Image classes */

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

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

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
}

a.linkedImage img {
	display: block;
}

/* Sticky footer */

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#content {
	padding-bottom: 116px;
}

#bottomWrapper {
	position: relative;
	margin-top: -92px;
	height: 92px;
	clear: both;
	background: url(../images/footer.png) bottom center;
}

/*
	Page structure and layout
*/

.container {
	width: 936px;
	margin: 0 auto;
}

/*
	Header
*/

#header {
	height: 248px;
	padding-bottom: 20px;
	background: url(../images/mail.jpg) no-repeat 610px 42px;
}

	/* Logo */

	#header h1,
	#header h2 {
		width: 241px;
		height: 81px;
		background: url(../images/logo.png) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
		margin: 17px 0 23px 10px;
	}

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

	#newsletterSubscribeBox {
		float: right;
		margin: 58px 3px 0 0;
	}

		#newsletterSubscribeBox h4 {
		}

		#newsletterSubscribeForm {
			width: 260px;
		}

			#newsletterSubscribeForm label {
				display: none;
			}

			#newsletterSubscribeForm .inputText {
				float: left;
				margin-right: 5px;
				width: 165px;
			}

	/* Navigation */

	#navigation {
		clear: both;
		height: 42px;
		overflow: hidden;
	}

		#navigation ul {
			padding: 7px 0;
			height: 28px;
		}

			#navigation li {
				float: left;
				padding-right: 2px;
			}

				#navigation a {
					float: left;
					line-height: 28px;
					padding: 0 10px;
					text-transform: uppercase;
					color: #fff;
					font-size: 12px;
					border: 0;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
				}

				#navigation a:link,
				#navigation a:visited {
					color: #fff;
				}

				#navigation a:hover,
				#navigation a:active {
					color: #fff;
					background: #066a64;
				}

				#navigation li.selected a {
					color: #fe9900;
					background: #066a64;
				}

				#navigation li.selected a:link,
				#navigation li.selected a:visited {
					color: #fe9900;
					background: #066a64;
				}

				#navigation li.selected a:hover,
				#navigation li.selected a:active {
					color: #fe9900;
					background: #066a64;
				}

					#navigation li ul {
						display: none;
					}

	/* Search */

	#searchForm {
		float: right;
		padding: 55px 6px 0 0;
	}

		#searchForm form, #searchForm fieldset, #searchForm .inputHolder, #searchForm .buttonHolder {
			float: left;
		}

		#searchForm .inputHolder input {
			border: 0;
			width: 190px;
			padding: 6px 7px;
			-moz-border-radius-topright: 0;
			-moz-border-radius-bottomright: 0;
			-webkit-border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}

		#searchForm .buttonHolder input {

			-moz-border-radius-topleft: 0;
			-moz-border-radius-bottomleft: 0;
			-webkit-border-top-left-radius: 0;
			-webkit-border-bottom-left-radius: 0;
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}

/*
	Content
*/

	/* Subnavigation */

	#subnavigation ul, #subnavigation li {
		width: 192px;
	}

		#subnavigation a {
			text-align: right;
			display: block;
			font-size: 14px;
			line-height: 32px;
			padding: 0 24px 0 0;
			width: 168px;
			border: 0;
			color: #00958e;
		}

		#subnavigation a:link,
		#subnavigation a:visited {
			color: #00958e;
		}

		#subnavigation a:hover,
		#subnavigation a:active {
			color: #00958e;
			background: url(../images/subnavigation_hover.png) no-repeat 176px center;
		}

		#subnavigation li.selected a {
			color: #de8601;
			background: url(../images/subnavigation_active.png) no-repeat 176px center;
		}

		#subnavigation li.selected a:link,
		#subnavigation li.selected a:visited {
			color: #de8601;
			background: url(../images/subnavigation_active.png) no-repeat 176px center;
		}

		#subnavigation li.selected a:hover,
		#subnavigation li.selected a:active {
			color: #de8601;
			background: url(../images/subnavigation_active.png) no-repeat 176px center;
		}

		#subnavigation ul ul {
			padding-bottom: 6px;
		}

		#subnavigation li.selected li a {
			color: #666;
			background: none;
			font-size: 12px;
			line-height: 22px;
		}

		#subnavigation li.selected li a:link,
		#subnavigation li.selected li a:visited {
			color: #666;
			background: none;
		}

		#subnavigation li.selected li a:hover,
		#subnavigation li.selected li a:active {
			color: #000;
			background: none;
		}

		#subnavigation ul ul {
			padding-bottom: 6px;
		}

		#subnavigation li.selected li.selected a {
			font-weight: 700;
			color: #000;
		}

		#subnavigation li.selected li.selected a:link,
		#subnavigation li.selected li.selected a:visited {
			color: #000;
		}

		#subnavigation li.selected li.selected a:hover,
		#subnavigation li.selected li.selected a:active {
			color: #000;
		}

	/* Modules */

	.mod {
		padding-bottom: 12px;
	}

		#mainColWrapper .mod {
			width: 360px;
			overflow: hidden;
		}

			#mainColWrapper * {
				max-width: 360px;
			}

		/* Media listing */

		.mediaListing {
			border-bottom: 1px solid #ddd;
			margin-bottom: 16px;
		}

			.mediaListingThumb {
				float: left;
				width: 99px;
				padding-right: 12px;
			}

				.mediaListingThumb img {
					width: 99px;
					height: auto;
					display: block;
				}

			.mediaListingContent {
				float: left;
				width: 249px;
			}

		/* Tags */

		.tagList li {
			display: inline;
			padding-right: 6px;
		}

			.tagList li a {
				border: 0;
				line-height: 26px;
				font-weight: 700;
			}

			.tagList li.tag1 a {
				font-size: 18px;
				color: #00958e;
			}

			.tagList li.tag1 a:link,
			.tagList li.tag1 a:visited {
				color: #00958e;
			}

			.tagList li.tag2 a {
				font-size: 14px;
				color: #66bfbb;
			}

			.tagList li.tag2 a:link,
			.tagList li.tag2 a:visited {
				color: #66bfbb;
			}

			.tagList li.tag3 a {
				font-size: 11px;
				color: #99d5d2;
			}

			.tagList li.tag3 a:link,
			.tagList li.tag3 a:visited {
				color: #99d5d2;
			}

			.tagList li.tag1 a:hover, .tagList li.tag1 a:active, .tagList li.tag2 a:hover, .tagList li.tag2 a:active, .tagList li.tag3 a:hover, .tagList li.tag3 a:active {
				color: #fe9900;
			}

	/* Link button */

	a.button {
		float: left;
		line-height: 26px;
		font-size: 11px;
		color: #333;
		padding: 0 6px;
		border: 0;
		background: url(../images/buttons.png) repeat-x 0 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-weight: 700;
	}

	a.button:link,
	a.button:visited {
		color: #333;
	}

	a.button:hover,
	a.button:active {
		color: #fff;
		background: url(../images/buttons.png) repeat-x 0 -30px;
	}

	/* Big box */

	#bigBox {
		border: 1px solid #ddd;
		padding: 18px 12px 12px 12px;
		background: #fff url(../images/virus.png) no-repeat bottom left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 36px;
	}

		#bigBox ol, #bigBox ul {
			font-size: 11px;
		}

		#bigBox #leftBoxCol {
			width: 450px;
			float: left;
			padding-right: 24px;
		}

			#bigBox #leftBoxCol ul {
				padding: 0 0 40px 38px;
				width: 320px;
			}

				#bigBox #leftBoxCol li {
					width: 160px;
					float: left;
				}

		#bigBox #rightBoxCol {
			width: 424px;
			float: left;
			padding-right: 12px;
		}

	/* Home media */

	#homeMedia {
		float: left;
		width: 165px;
		padding-right: 24px;
		min-height: 189px;
		height: auto !important;
		height: 189px;
	}

	#homeMedia .mediaListingContent {
		float: left;
		width: 165px;
	}

	/* Home news */

	#homeNews {
		float: left;
		width: 209px;
		padding: 0 24px;
		background: url(../images/divider.png) no-repeat;
		min-height: 189px;
		height: auto !important;
		height: 189px;
	}

	/* Home tags */

	#homeTags {
		float: left;
		width: 209px;
		padding: 0 24px 0 24px;
		background: url(../images/divider.png) no-repeat;
		min-height: 189px;
		height: auto !important;
		height: 189px;
	}
	
	/* Home tags */

	#homeLike {
		float: left;
		width: 233px;
		padding: 0;
		min-height: 189px;
		height: auto !important;
		height: 189px;
	}
	
		#homeLike iframe {
			border: none; 
			overflow: hidden; 
			width: 233px; 
			height: 300px;
		}
	
/*
	Footer
*/

	#footer {
		padding: 50px 12px 0 12px;
	}

		#footer li {
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			float: left;
			padding: 12px 12px 12px 0;
		}

			#footer li a {
				color: #cee7e5;
				border: 0;
			}

			#footer li a:link,
			#footer li a:visited {
				color: #cee7e5;
			}

			#footer li a:hover,
			#footer li a:active {
				color: #fff;
			}

/*
	Column system
*/

#leftCol {
	float: left;
	width: 192px;
		overflow: hidden;
}

	#leftColWrapper {
		width: 192px;
		min-height: 12px;
		height: auto !important;
		height: 12px;
	}

#mainCol {
	float: left;
	width: 408px;
	padding: 1px 24px 0 24px;
	overflow: hidden;
}

	#mainColWrapper {
		width: 360px;
		padding: 0 24px;
		min-height: 12px;
		height: auto !important;
		height: 12px;
	}

#sideCol {
	float: left;
	width: 264px;
	padding: 8px 0 0 24px;
}

/* Pagination */

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

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

.pagination ul {
	padding: 18px 0;
	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;
	text-align: center;
	font-size: 11px;
}

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

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

.pagination li.selected span {
	padding: 5px 6px;
	font-weight: 700;
	color: #000;
}

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

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #000;
}

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

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

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

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
	color: #999;
	border: 1px solid #ddd;
	padding: 5px 7px;
	margin: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 147px;
}

textarea {
	line-height: 1.5;
	width: 320px;
}

input:focus, textarea:focus {
	border-color: #999;
	background: #fff;
	color: #000;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	outline: none;
	border-color: rgba(205,122,0,.75);
	box-shadow: 0 0 6px rgba(254,153,0,.66);
	-moz-box-shadow: 0 0 6px rgba(254,153,0,.66);
	-webkit-box-shadow: 0 0 6px rgba(254,153,0,.66);
}

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #333;
	background: url(../images/buttons.png) repeat-x 0 0;
	border: 0;
	padding: 5px;
	cursor: pointer;
	overflow: visible;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: 700;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover, input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	color: #fff;
	background: url(../images/buttons.png) repeat-x 0 -30px;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	color: #8a1f11;
	display: block;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	background: #e4f0d8;
	color: #2c5301;
	display: block;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

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

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.mute { color: #666; }
.mute a, .mute a:link, .mute a:visited { color: #333; border-color: #bcbcbc; }
.mute a:hover, .mute a:active { color: #333; border-color: #333; }

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after, #header:after, #content:after, #footer:after, #bigBox:after, #bigBox #leftBoxCol ul:after, .mediaListingWrapper:after, .tagList:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
