/*

	Stylesheet for Mischa

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@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; }

/*
	General
*/

body {
	font: 300 13px Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #000;
}

	.colorInverse { color: #fff; }
	.colorInverse a, .colorInverse a:link, .colorInverse a:visited { color: #fff; border-color: #7cb5cc;}
	.colorInverse a:hover, .colorInverse a:active { color: #fff; border-color: #fff;}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

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

/* Headings */

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

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

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	color: #0a3040;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active {
	color: #115773;
}

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

h2 {
	font-size: 18px;
	padding: 18px 0 6px 0;
}

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

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

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #20a6da;
	border-color: #b6e2f3;
}

a:visited {
	color: #2897c2;
	border-color: #b6e2f3;
}

a:hover {
	color: #197ea6;
	border-color: #197ea6;
}

a:active {
	color: #000;
	border-color: #000;
}

/* .content defaults */

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

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

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

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

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

table {
	border-top: 1px solid #ddd;
	width: 100%;
}

td, 
th {
	border-bottom: 1px solid #ddd;
	font-size: 11px; 
	padding: 4px;
}

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

/*
	Sticky footer
*/

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

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

#content {
	padding-bottom: 120px; /* Footer height plus spacing */
}

#bottomWrapper {
	position: relative;
	margin-top: -96px; /* Footer height */
	height: 96px;
	clear: both;
}

/*
	Page structure and layout
*/

#topWrapper {
	background: #fff url(../images/background_top.gif) repeat-x;
}

#header {
	width: 936px;
	margin: 0 auto;
}

#content {
	width: 936px;
	padding-top: 24px;
	margin: 0 auto;
}

#bottomWrapper {
	background: #20a6da url(../images/background_bottom.gif) repeat-x;
}

	/* General */

	small,
	p.date {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		color: #666;
	}

	.item {
		padding-bottom: 18px;
	}

	a.button {
		float: left;
		height: 24px;
		padding: 0 0 0 10px;
		margin: 0;
		background: url(../images/button_background.gif) no-repeat left 0;
		border: 0;
		color: #fff;
		cursor: pointer;
	}

		a.button:link,
		a.button:visited {
			background-position: left 0;
		}

		a.button:hover {
			background-position: left -24px;
		}

		a.button:active {
			background-position: left -48px;
		}

	.silverBox a.button {
		background: url(../images/button_background.gif) no-repeat left -72px;
	}

		.silverBox a.button:link,
		.silverBox a.button:visited {
			background-position: left -72px;
		}

		.silverBox a.button:hover {
			background-position: left -96px;
		}

		.silverBox a.button:active {
			background-position: left -120px;
		}

	a.button span {
		float: left;
		display: block;
		height: 24px;
		line-height: 24px;
		padding: 0 10px 0 0;
		background: url(../images/button_background.gif) no-repeat right 0;
		border: 0;
		color: #fff;
	}

		a.button:link span,
		a.button:visited span {
			background-position: right 0;
		}

		a.button:hover span {
			background-position: right -24px;
		}

		a.button:active span {
			background-position: right -48px;
		}

	a.submitButton {
		font-size:11px;
		font-weight:700;
		font-family:"Lucida Grande",Verdana,Arial,sans-serif;
		color: #fff;
		border: 0;
		background:#197EA6;
		padding: 3px 6px;
	}

	a.submitButton:link,
	a.submitButton:visited {
		color: #fff;
		background:#197EA6;
	}

	a.submitButton:hover,
	a.submitButton:focus {
		color: #fff;
		background:#156a8c;
	}

	a.submitButton:active {
		color: #fff;
		background:#000;
	}

	.silverBox a.button span {
		background: url(../images/button_background.gif) no-repeat right -72px;
		color: #fff;
	}

		.silverBox a.button:link span,
		.silverBox a.button:visited span {
			background-position: right -72px;
		}

		.silverBox a.button:hover span {
			background-position: right -96px;
		}

		.silverBox a.button:active span {
			background-position: right -120px;
		}

	.silverBox {
		padding: 12px;
		background: #f4f4f4;
		border: 1px solid #ddd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 12px;
	}

	div.hr hr {
		display: none;
	}

	div.hr {
		background: #ddd url(../images/hr_background.gif) repeat-x;
		height: 2px;
		padding: 0;
		border: 0;
		margin: 12px 0;
	}

	/* Header */

	#header {
		background: url(../images/blue_background.png);
		padding: 12px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}

	#extraBar {
		float: right;
		background: url(../images/top_box.gif) no-repeat;
		height: 86px;
		padding: 0 0 0 10px;
	}

	#extraBarWrapper {
		float: left;
		background: url(../images/top_box.gif) no-repeat top right;
		height: 86px;
		padding: 0 10px 0 0;
	}

	#extraBar #rss {
		padding: 10px 0;
		background: url(../images/top_hr_background.gif) repeat-x bottom left;
	}

	#extraBar #rss a {
		border: 0;
		color: #e9f5f9;
		background: url(../images/rss_icon.gif) no-repeat bottom left;
		padding: 0 0 0 24px;
	}

		#extraBar #rss a:link,
		#extraBar #rss a:visited {
			color: #e9f5f9;
		}

		#extraBar #rss a:hover,
		#extraBar #rss a:active {
			color: #fff;
		}

	#extraBar #search {
		padding: 12px 0 0 24px;
		background: url(../images/search_icon.gif) no-repeat 0 16px;
	}

	#extraBar #search .input-text {
		width: 150px;
	}

	/* Logo */

	#header h1,
	#header h2 {
		width: 192px;
		height: 84px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
		padding: 0;
	}

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

	/* Navigation */

	#navigation li {
		padding: 0 0 6px 0;
	}

	#navigation li a {
		display: block;
		width: 144px;
		min-height: 18px;
		padding: 7px 12px;
		border: 0;
		font-weight: 700;
		line-height: 1.384;
		color: #115773;
		background: url(../images/navigation_background.gif) repeat-x 0 0;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #115773;
			background-position: 0 0;
		}

		#navigation li a:hover,
		#navigation li a:active {
			color: #fff;
			background-position: 0 -32px;
		}

	#navigation li.selected a {
		color: #e9f5f9;
		background-position: 0 -64px;
	}

		#navigation li.selected a:link,
		#navigation li.selected a:visited {
			color: #e9f5f9;
			background-position: 0 -64px;
		}

		#navigation li.selected a:hover,
		#navigation li.selected a:active {
			color: #fff;
			background-position: 0 -64px;
		}

	#navigation li li {
		padding: 0 0 0 12px;
	}

	#navigation li li a {
		width: 132px;
		padding: 6px 0 6px 0;
		font-weight: 300;
		background: #fff;
		border-bottom: 1px solid #ccc;
		width: auto;
	}

	#navigation li.selected li a,
	#navigation li.selected li a:link,
	#navigation li.selected li a:visited {
		color: #115773;
	}

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

	#navigation li.selected li.selected a,
	#navigation li.selected li.selected a:link,
	#navigation li.selected li.selected a:visited, 
	#navigation li.selected li.selected a:hover,
	#navigation li.selected li.selected a:active {
		color: #000;
		font-weight: 700;
	}

	#navigation li.selected li.selected li a,
	#navigation li.selected li.selected li a:link,
	#navigation li.selected li.selected li a:visited {
		color: #115773;
		font-weight: 300;
	}

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

	#navigation li.selected li.selected li.selected a,
	#navigation li.selected li.selected li.selected a:link,
	#navigation li.selected li.selected li.selected a:visited,
	#navigation li.selected li.selected li.selected a:hover,
	#navigation li.selected li.selected li.selected a:active {
		color: #000;
		font-weight: 700;
	}

	#navigation li.selected li.selected li.selected li a,
	#navigation li.selected li.selected li.selected li a:link,
	#navigation li.selected li.selected li.selected li a:visited {
		color: #115773;
		font-weight: 300;
	}

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

	#navigation li.selected li.selected li.selected li.selected a,
	#navigation li.selected li.selected li.selected li.selected a:link,
	#navigation li.selected li.selected li.selected li.selected a:visited,
	#navigation li.selected li.selected li.selected li.selected a:hover,
	#navigation li.selected li.selected li.selected li.selected a:active {
		color: #000;
		font-weight: 700;
	}

	/* Content */

	#slideshow {
		height: 146px;
		width: 456px;
		margin: 0 0 24px 0;
	}

	p.contactBox {
		height: 88px;
		width: 290px;
		padding: 38px 24px 0 142px;
		margin: 0 0 24px 0;
		background: url(../images/dialog_background.jpg) no-repeat;
		font-size: 16px;
		color: #fff;
	}
	
	.contactBox a {
		color: #fff;
		border-color: #6bcdf4;
	}

		.contactBox a:link,
		.contactBox a:visited {
			color: #fff;
			border-color: #6bcdf4;
		}

		.contactBox a:hover,
		.contactBox a:active {
			color: #fff;
			border-color: #fff;
		}

	/* Blog */

	.blogarticle {
		padding-bottom: 48px;
	}

	.socialMedia {
		padding-top: 4px;
	}

	.socialMedia li {
		width: 16px;
		height: 16px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 0 10px;
		list-style-type: none;
	}

	.socialMedia li a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: none;
		border: 0;
	}

	.socialMedia li.fb {
		background: url(../images/share/shareicon_facebook.gif) no-repeat;
	}

	.socialMedia li.twit {
		background: url(../images/share/shareicon_twitter.gif) no-repeat;
	}

	.socialMedia li.del {
		background: url(../images/share/shareicon_delicious.gif) no-repeat;
	}

	.socialMedia li.su {
		background: url(../images/share/shareicon_stumbleupon.gif) no-repeat;
	}

	.socialMedia li.digg {
		background: url(../images/share/shareicon_digg.gif) no-repeat;
	}

	.socialMedia li.ek {
		background: url(../images/share/shareicon_ek.gif) no-repeat;
	}

	.socialMedia li.li {
		background: url(../images/share/shareicon_linkedin.gif) no-repeat;
	}

	.col-5 {
		overflow: hidden;
	}

	.col-5 img {
		max-width: 456px;
		height: auto;
	}

	/* Newsletter */

	#sideNewsletter input.input-text {
		width: 130px;
		float: left;
		margin: 1px 6px 0 0;
	}

	/* References */

	.sideBox {
		padding: 0 12px 0 12px;
	}

	.refWrapper {
		padding-bottom: 12px;
		word-wrap: break-word;
		overflow: hidden;
	}

	.logoBox {
		width: 48px;
		height: auto;
		padding: 0 24px 12px 0;
		float: left;
	}

	.logoBox a {
		border: 0;
	}

	.logoBox img {
		display: block;
		width: 48px;
		height: auto;
	}

	.textBox {
		font: 300 11px "Lucida Grande", Verdana, Arial, sans-serif;
		line-height: 1.636;
		width: 168px;
		float: left;
	}

	.bigTextBox {
		width: 384px;
		float: left;
	}

	/* Footer */

	#footer {
		text-align: center;
		padding-top: 48px;
		color: #fff;
	}

	#footer li {
		display: inline;
		padding: 0 12px;
	}

	#footer li a {
		color: #daf0f9;
		border-color: #5dbee4;
	}

		#footer li a:link,
		#footer li a:visited {
			color: #daf0f9;
			border-color: #5dbee4;
		}

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

/*
	Column system
*/

.col { width: 72px; padding-right: 24px; float: left; }
.col-2 { width: 168px; }
.col-3 { width: 264px; }
.col-4 { width: 360px; }
.col-5 { width: 456px; }
.col-6 { width: 552px; }
.col-7 { width: 648px; }
.col-8 { width: 744px; }
.col-9 { width: 840px; }
.lastCol { padding-right: 0; }

.paddingLeftCol { padding-left: 96px; }
img.goLeft { float: left; margin-left: -96px; padding-right: 24px; width: 72px; height: auto; }

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 12px;
 	margin-bottom: 12px;
 	background: #f4f4f4;
 	border: 1px solid #eee;
 	color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 }

.dialogSucces {
	background: #e6efc2;
	border-color: #c6d880;
	color: #264409;
}

.dialogError {
	background: #fbe3e4;
	border-color: #fbc2c4;
	color: #8a1f11;
}

.dialogNotice {
	background: #fff6bf;
	border-color: #ffd324;
	color: #514721;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

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

.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 styles */

legend {
	display: none;
}

label {
	display: block;
	font: 700 12px Verdana, Helvetica, Arial, sans-serif;
	padding: 4px 0;
}

input.input-text,
textarea {
	background: #fcfcfc;
	border: 1px solid #ddd;
	color: #666;
	font: 300 12px Verdana, Helvetica, Arial, sans-serif;
	padding: 2px 1px;
}

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

@-moz-document url-prefix() {
	input[type="text"]:focus,
	input[type="submit"]:focus,
	textarea:focus { 
		outline: 2px solid #41b3e0;
		-moz-outline-radius: 3px;
		fborder-color: #197ea6;
	}
} 

input.input-submit {
	color: #fff;
	background: #197ea6;
	padding: 2px 6px;
	font: 700 11px "Lucida Grande", Verdana, Arial, sans-serif;
	border: 0;
	text-align: center;
	overflow: visible;
}

input.input-submit:hover {
	background: #156a8c;
	cursor: pointer;
}

input.input-submit:active,
input.input-submit:focus {
	background: #000;
}

/* General classes */

.left { text-align: left;}
.right { text-align: right;}

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

.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }

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

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.clear { clear: both;}

.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.serifSpecial { font-family: "Hoefler Text", "Palatino Linotype", "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sc { font-variant: small-caps; }
.lc { text-transform: lowercase; }

.rc {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

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

a.linkedImage img {
	display: block;
}

/*
	Clearfix
*/

.clearFix:after,
.cols:after,
.section:after,
.buttonHolder:after,
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}