﻿ /*
  * BEGIN Browser reset (YUI)
  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/*
 * END Browser reset (YUI)
 */





/*
 * BEGIN HTML elements
 */

/*
@font-face {
	font-family: 'FontinRegular';
	src: url('fonts/Fontin_Sans_R_45b.eot');
	src: local('☺'), url('fonts/fontin_sans_r_45b-webfont.woff') format('woff'), url('fonts/fontin_sans_r_45b-webfont.svgz#webfont0XjgqXvx') format('svg'), url('fonts/fontin_sans_r_45b-webfont.svg#webfont0XjgqXvx') format('svg'), url('fonts/Fontin_Sans_R_45b.otf') format('opentype');
}

@font-face {
	font-family: 'FontinItalic';
	src: url('fonts/Fontin_Sans_I_45b.eot');
	src: local('☺'), url('fonts/fontin_sans_i_45b-webfont.woff') format('woff'), url('fonts/fontin_sans_i_45b-webfont.svgz#webfontREn3zD6D') format('svg'), url('fonts/fontin_sans_i_45b-webfont.svg#webfontREn3zD6D') format('svg'), url('fonts/Fontin_Sans_I_45b.otf') format('opentype');
}
*/

@font-face {
	font-family: 'FontinSans';
	src: url('fonts/Fontin_Sans_BI_45b.eot');
	src: local('☺'), url('fonts/fontin_sans_bi_45b-webfont.woff') format('woff'), url('fonts/fontin_sans_bi_45b-webfont.svgz#webfontJv4978j6') format('svg'), url('fonts/fontin_sans_bi_45b-webfont.svg#webfontJv4978j6') format('svg'), url('fonts/Fontin_Sans_BI_45b.otf') format('opentype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'FontinSans';
	src: local('☺'), url('fonts/fontin_sans_b_45b-webfont.woff') format('woff'), url('fonts/fontin_sans_b_45b-webfont.svgz#webfontYi9dA4So') format('svg'), url('fonts/fontin_sans_b_45b-webfont.svg#webfontYi9dA4So') format('svg'), url('fonts/Fontin_Sans_B_45b.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

* {
	line-height: 1.35em;
}

html {
	font-size: 100%;
}

body {
	margin: 3px 5px;
	font-size: 0.75em !important;
	background-color: #ffffff;
	/* background-size: 100%; */
	/*
	background: #ffffff -moz-linear-gradient(top, bottom,from(#dddddd),to(#ffffff));
	background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff)) no-repeat;
	*/
}

body,
input,
select,
textarea {
	font-family: Tahoma, Geneva, sans-serif;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #555555;
}
a:hover,
a:hover * {
	color: #0007b0;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;	
}

p {
	margin-bottom: 1em;	
}

pre {
	margin-bottom: 1em;	
}

code {
	padding: 0 0.3em;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
	background: rgba(255, 255, 255, 0.5);
}

strong {
	font-weight: bold;
}

a.skipContent {
	position: absolute;
	left: -9999em;
}

/*
 * END HTML elements
 */







/*
 * BEGIN General styles
 */

div.entry a,
div.column1 a,
div.column2 a {
	text-decoration: underline;
}

*.alignleft {
	float: left;
	margin: 3px 20px 15px 0;
}

*.alignright {
	float: right;
	margin: 3px 0 15px 20px;
}

*.heading1 {
	margin-bottom: 1em;
	font-family: FontinSans, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

a {
	color: #1971B6;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: #CE732C;
	text-decoration: none;
	-moz-transition: color 0.2s ease-out;  /* FF3.7+ */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5 */
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	transition: color 0.2s ease-out;
}

/*
 * END General styles
 */





/*
 * BEGIN Form
 */

input[type="text"],
textarea {
	width: 99%;
	border: 1px inset #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"],
input[type="button"] {
	border: 1px outset #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0.5em;
	-moz-box-shadow: 1px 1px 2px #000000;
	-webkit-box-shadow: 1px 1px 2px #000000;
	box-shadow: 1px 1px 5px #000000;
}

/*
 * END Form
 */





/*
 * BEGIN Containers
 */

div.siteNavigation *.heading3,
div.siteNavigation ul,
div.siteNavigation form.searchform,
div.siteNavigation strong.credits {
	display: none;
}

div.siteNavigation div.logo {
	display: block;
	margin: -3px -5px 0 -5px;
	padding: 3px 5px;
	color: #ffffff;
	font-size: 1.8em;
	background: #000000;
}

div.siteNavigation div.logo a.logo {
	float: left;
	font-family: FontinSans, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.siteNavigation div.logo a.logo,
div.siteNavigation div.logo a.logo * {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
}

div.siteNavigation div.logo a.logo em {
	text-shadow: 0 0 10px #aaaaaa;
	font-style: italic;
	font-weight: bold;
}

div.siteNavigation div.logo a.logo em:before {
	content: " ";
}

div.siteNavigation div.logo a.tblSocial_twitter {
	float: right;
	color: #bbbbbb;
	font-size: 0.45em;
}

div.siteNavigation div.logo br {
	display: none;
}

div.siteNavigation div.logo p.payoff {
	clear: both;
	display: block;
	margin: 0;
	color: #dddddd;
	font-size: 0.6em;
}



div.content *.heading5 {
	margin: 2em 0 0.5em 0;
	font-size: 1.5em;	
}
div.content div.column1 *.heading5:first-child {
	margin-top: 0.5em;
}

div.content *.heading5 a {
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
	padding: 1px 3px;
  	font-size: 0.5em;
	color: #fff;
	background-color: #BC3B02;
	background-image: -moz-linear-gradient(top, #F78127, #BC3B02); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F78127),color-stop(1, #BC3B02)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F78127', EndColorStr='#BC3B02'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F78127', EndColorStr='#BC3B02')"; /* IE8 */
}
div.content *.heading5 a:hover {
	background-image: -moz-linear-gradient(top, #F56A00, #AE3500); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #F56A00),color-stop(1, #AE3500)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F56A00', EndColorStr='#AE3500'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F56A00', EndColorStr='#AE3500')"; /* IE8 */
}

div.content *.heading2 {
	font-weight: bold;	
}

div.content div.singlePostNav {
	margin: 0 0 1em 0;
	min-height: 0;
}
div.content div.singlePostNav:after {
	display: block;
	width: 100%;
	content: "";
	clear: both;
}

div.content div.singlePostNav a {
	color: #333333;
	font-size: 0.9em;
}

div.content div.singlePostNav span.previous a {
	float: left;
}
div.content div.singlePostNav span.previous a:before {
	padding-right: 0.3em;
	content: "\00ab";
}

div.content div.singlePostNav span.next a {
	float: right;
}
div.content div.singlePostNav span.next a:after {
	padding-left: 0.3em;
	content: "\00bb";
}

div.content div.intro {
	padding-bottom: 0.5em;
	font-size: 1.25em;
}

div.intro div.tweetmeme {
	float: right;
	margin: 0 0 0.2em 1em;
}



div.comment-author {
	padding-left: 75px;
}

div.response-text {
	position: relative;
	padding: 0 20px;
}

div.response-text:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "\201c";
	font-size: 2em;
	line-height: 0.5em;
	vertical-align:bottom;
}

div.response-text:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "\201d";
	font-size: 2em;
	line-height: 0.5em;
	vertical-align: bottom;
}

div.comments *.commentsPreheading {
	color: #444444;
}
div.comments *.commentsPreheading * {
	color: #444444;
}

ol.commentlist li {
	position: relative;
	min-height: 80px;;
	padding-top: 0.5em;
}
ol.commentlist li:first-child {
	padding-top: 0;
}

ol.commentlist cite {
	font-size: 1.167em;
}

ol.commentlist img.avatar {
	position: absolute;
	left: 0;
}



div.content *.heading3 {
	margin: 2em 0 0.3em 0;
	border-bottom: 1px dotted #000000;
	font-size: 1.5em;
}



div.entry table {
	margin-bottom: 1em;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
	background: #ffffff;
}

div.entry th {
	padding: 2px 4px;
	font-weight: bold;
	background: #cccccc
}

div.entry th + th,
div.entry td + td {
	border-left: 1px solid #666;
}

div.entry td {
	padding: 1px 5px;
}

div.entry ul {
	margin-bottom: 1em;
	padding: 0 0 0 20px;
}

div.entry ul li {
	padding: 0;
	list-style: disc;
	background: none;
}

div.entry blockquote {
	padding: 5px 5%;
	font-style: italic;
}

* html div.entry ul,
* html div.entry p,
* html div.entry h2,
* html div.entry h3,
* html div.entry h4,
* html div.entry h5,
* html div.entry h6 {
	margin: 1em 0 0 0;
}

div.entry * + ul,
div.entry * + p,
div.entry * + h2,
div.entry * + h3,
div.entry * + h4,
div.entry * + h5,
div.entry * + h6 {
	margin: 1em 0 0 0;
}

div.entry h2 + *,
div.entry h3 + *,
div.entry h4 + *,
div.entry h5 + *,
div.entry h6 + * {
	margin-top: 0;
}

div.entry h2 {
	font-size: 1.4em;
}

div.entry h3 {
	font-size: 1.2em;
}

div.entry h4 {
	font-weight: bold;
}

div.entry h5 {
	font-weight: bold;
}

div.entry h6 {
	font-weight: bold;
}




div.wp-caption.alignnone {
	margin-bottom: 1em;	
}

div.wp-caption {
	margin-right: 5px;
	width: auto !important;
	padding: 1%;
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px #555;
	-webkit-box-shadow: 1px 1px 3px #555;
	box-shadow: 1px 1px 3px #555;
	background: #fff;
}

div.wp-caption p {
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
}

div.wp-caption > a > img:first-child,
div.wp-caption > img:first-child{
	width: 98% !important;
	height: auto !important;
	margin: 5px 0 0 5px;
}

p.wp-caption-text {
	padding: 0.5em 5px 2px 0;
}



a.button {
	display: block;
	float: left;
	white-space: nowrap;
	position: relative;
	margin: 0 20px 15px 0;
	border-top: 1px solid #E9ECF2;
	border-right: 1px solid #43577C;
	border-bottom: 1px solid #43577C;
	border-left: 1px solid #E9ECF2;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 10px 10px 48px;
	color: #000;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-shadow: -1px -1px 1px #fff;
	-moz-box-shadow: 1px 1px 4px #888;
	-webkit-box-shadow: 1px 1px 4px #888;
	box-shadow: 1px 1px 4px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E9ECF2, endColorstr=#B8C0CE)";
	background: -moz-linear-gradient(top, #E9ECF2, #B8C0CE);
	background: -webkit-gradient(linear, left top, left bottom, from(#E9ECF2), to(#B8C0CE)) no-repeat;
	-webkit-transition-property: border;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
}
a.button:hover {
	border-top: 1px solid #43577C;
	border-right: 1px solid #43577C;
	border-bottom: 1px solid #43577C;
	border-left: 1px solid #43577C;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

a.button span {
	position:absolute;
	top: 5px;
	left: 8px;
	display: block;
	width: 32px;
	height: 32px;
}

a.button.demo span {
	background: url(images/demo.png) 0 0 no-repeat;
}

a.button.download span {
	background: url(images/download.png) 0 0 no-repeat;
}

/*
 * END Containers
 */







/*
 * START Page
 */

body.home ul.postsList li:hover a {
	color: #CE732C;
	text-decoration: none;
	-moz-transition: color 0.2s ease-out;  /* FF3.7+ */
	-o-transition: color 0.2s ease-out;  /* Opera 10.5 */
	-webkit-transition: color 0.2s ease-out;  /* Saf3.2+, Chrome */
	transition: color 0.2s ease-out;
}

body.home ul.postsList p a {
	text-decoration: none;
}

/*
 * END Page
 */




#CssloadCheck {
	width: 100px;	
}