article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block;}
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

html {
    font-size: 15px; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}


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

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

img {
    border: 0; 
    -ms-interpolation-mode: bicubic;
}

a {
    color: #3366FF;
}

a:visited {
    color: #3366FF;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

blockquote { margin: 1em 40px;}
dfn {font-style: italic;}
mark { background: #ff0;}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
input {
    line-height: normal; /* 1 */
    *overflow: visible;  /* 2 */
}

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

body {
	background: #F4F2EC;
	font: 16px/145% Calibri,  sans-serif;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: underline;
}

a {
    color: #05b;
}

a:visited {
    color: #16c;
}

.container {
	width: 600px;
	margin: 0 auto;
	position: static;
}

header {
	background-color: #242422;
	padding-top: 20px;
	height: 220px;
	color: #888;
}

header h1 {
	overflow: hidden;
	width: 255px;
	height: 178px;
	background: transparent url(../img/blog-logo.png) top left no-repeat;
	position: absolute;
}

header h1 a {
	display: block;
	width: 255px;
	height: 178px;
	text-indent: -1000px;
}

header h2 {
	color: #fff;
	padding-top: 85px;
	margin-bottom: 0;
}

header h2, header p {
	position: relative;
	margin-left: 180px;
	width: 450px;
}

header p {
	margin-top: 5px;
	-webkit-font-smoothing: antialiased;
}

header .container {
	position: relative;
	left: -30px;
}

header .place {
	position: absolute;
	top: 37px;
	left: 180px;
	color: #fff;
	text-shadow: rgba(0,0,0, 0.3) 1px 1px 2px;
	font-weight: bold;
}

header a, header a:link, header a:visited, header a:active {
	color: #1AF;
text-decoration: none;
font-weight: bold;
}

article h1 {
	margin-bottom: 0;
}

article h1 a, article h1 a:visited, article h1 a:hover {
	font-size: 36px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
}

article {
	background: transparent url(../img/blog-articlebg.png) 0 100% repeat-x;
	padding: 30px 0 50px 0;
}

article .author {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
		-webkit-font-smoothing: antialiased;
}

article .author a {
	color: #666;
}

.readmore a {
	text-decoration: none;
}

.comments {
	text-align: right;
        color: #999;
        overflow: hidden;
}

footer {
	font-size: 14px;
	padding: 40px 0;
}

footer ul, footer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 

footer .categories {
	width: 200px;
	float: left;
}

footer .previous {
	width: 400px;
	float: left;
}

footer .previous .no {
		color: #999;
}

.comment {
	background-color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	margin-bottom: 20px;
	position: relative;
        overflow: hidden;
}

h3.commenttitle {
	margin-top: 2em;
}

.comment .author {
	font-weight: bold;
  margin-bottom: 5px;
}

.comment .author a {
	text-decoration: none;
	color: #000;
}

.comment .date {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
}

.comment p {
	margin: 0 0 1em 0;
}

label {
	font-size: 14px;
	color: #999;
	padding-left: 10px;
}

.row {
	margin-top: 10px;
}

textarea {
	width: 400px;
	height: 150px;
}

input[type=submit] {
	margin-left: 0;
}

.project {
	font-size: 21px;
	padding-left: 140px;
	background: transparent url(../img/chile.png) top left no-repeat;
	margin: 20px 0 0 0;
	height: 100px;
	line-height: 130%;
}

.video .container {
	width: 720px;
}


blockquote.letter {
	width: 747px;
	height: 289px;
	background: transparent url(../img/letter.png) top left no-repeat;
	margin: 0;
	padding: 0;
	margin-left: -80px;
	padding-top: 10px;
	margin-top: 20px;
}

blockquote.letter p {
	width: 400px;
	margin: 0 auto;
	font: 15px/135% Georgia, serif;
	padding-top: 20px;
}

	article h1 {
	   font: normal 36px/120% Georgia, Times, 'Times New Roman', sans-serif;
	}

article h2, article h3, article h4 {
	margin-top: 2em;
}

.quotes {
	width: 400px;
	margin: 50px auto;
}

blockquote.quote.left, blockquote.quote.right {
	float: none;
	background-color: #fff;
	position: relative;
	font-size: 15px;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	color: #444;
}

blockquote.quote.right {
	margin-top: 0;
}

blockquote.quote.left:after {
	content: '';
	position: absolute;
	left: -20px;
	height: 0;
	width: 10px;
	border: solid transparent 5px;
	border-right: solid #fff 5px;
}

blockquote.quote.right:after {
	content: '';
	position: absolute;
	right: -20px;
	height: 0;
	width: 10px;
	border: solid transparent 5px;
	border-left: solid #fff 5px;
	top: 10px;
}

blockquote.quote img {
	display: block;
	position: absolute;
	top: 0;
}

blockquote.quote.left img {
	left: -60px;
}

blockquote.quote.right img {
	right: -60px;
}

  .results p {
	min-height: 3em;
}	

	.module {
		padding: 20px;
		background-color: #fff;
		border: solid #ddd 1px;
		margin-bottom: 20px;
		height: 140px;
		overflow: hidden;
		-webkit-transition: height 1s ease;
-moz-transition: height 1s ease;
-o-transition: height 1s ease;
transition: height 1s ease;
	}

	.module h3 {
		font: 16px/130% Arial, sans-serif;
		margin: 0;
	}
	
	.module ul li {
		font-size: 13px;
	}
	.module ul {
		margin: 0;
		padding: 0;
		margin-left: 20px;
	}
	
	
	.module ul li {
		margin: 0;
		padding: 0;
	}

	.pictures {
		margin: 10px 0 30px 20px;
	}

	.pictures img {
		cursor: pointer;
	}

	.pictures .opt {
		width: 80px;
		float: left;
		padding: 10px;
		color: #fff;
		font-size: 13px;
		text-align: center;
	}

	.pictures.active .m0 {
		background-color: #F00;
	}

	.pictures.active .m4 {
		background-color: #9c0;	
	}

	.clear {
		clear: both;
	}
	
	#yourresults {
		display: none;
	}