/*
Theme Name: fimdalinha
Theme URI: http://wordpress.org/
Description: Minimalistic
Version: 1.0
Author: Marco Martins and Pedro Antunes
Author URI: http://ww.fimdalinha.com/
Tags: blue, custom header, fixed width, two columns, widgets

	fimdalinha.
	 http://www.fimdalinha.com/layout/

	This theme was designed by Pedro Antunes and built by Marco Martins.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Eric Meyer CSS Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* basic elements */
body {
	/*background-color: #e6ecc6;*/
	background-color: #c1ca8c;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	padding: 100px 0px 0px 0px;
}

h2 {
	color: #c1ca8c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 45px;
}

h3,
h3 a {
	color: #3aaed3;
	font-size: 17px;
	margin-bottom: 17px;
	text-decoration: none;
}

h4,
h4 a {
	color: #3aaed3;
	font-size: 14px;
	margin-bottom: 14px;
	text-decoration: none;
}

a {
	color: #92afbd;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}

small {
	font-size: 11px;
}

small code {
	font-size: 11px;
}

sup {
	vertical-align: super;
}

em {
	font-style: italic;
}

abbr,
acronym {
	letter-spacing: 0.1em;
}

code {
	font-family: Fixed, monospace;
	font-size: 12px;
}

blockquote {}

blockquote p {
	font-size: 12px;
	line-height: 18px;
	margin-left: 36px;
	margin-right: 36px;
}

cite {
	font-size: 12px;
	display: block;
	padding-right: 36px;
	text-align: right;
	margin-bottom: 18px;
}

pre {
	font-family: Fixed, monospace;
	font-size: 11px;
	margin-top: 15px;
	margin-bottom: 14px;
	margin-left: 24px;
}

address {
	font-size: 12px;
	line-height: 16px;
}

ul, ol, dl {
	margin-top: 1.2em;
	margin-bottom: 1.4em;
}

ul li {
	font-size: 12px;
	line-height: 14px;
	list-style-type: disc;
	list-style-position: outside;
}

ol li {
	font-size: 12px;
	line-height: 14px;
	list-style-type: decimal;
	list-style-position: outside;
}

dl {
	font-size: 12px;
	line-height: 14px;
}

dl dt {
	font-weight: bold;
}

input,
textarea {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}


/**
* Header
**/
#header {
	background-color: #c1ca8c;
	font-family: Arial, sans-serif;
	height: 1%;
	margin: 0 auto;
	margin-bottom: 5px;
	overflow: hidden;
	width: 955px;
}

#header h1 {
	display: block;
	float: right;
}

#header h1 a {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: 27px;
	margin-right: 30px;
	position: relative;
	text-decoration: none;
	width: 149px;
}

#header h1 span {
	background-image: url(img/fimdalinha-logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 100%;
	position: absolute;
	width: 100%;
}

/**
* Page
**/
#page {
	height: 1%;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 10px 60px 10px;
	width: 955px;
}

/**
* Navigation
**/
ul#navigation {	
	display: block;
	float: left;
	margin-top: 75px;
	width: 160px; /*122*/
}

ul#navigation li {
	list-style-type: none;
	margin-bottom: 5px;
	text-align: right;
}

ul#navigation li a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding-right: 20px;
	text-decoration: none;
	width: 140px;
}

ul#navigation li a:hover {
	text-decoration: underline;
}

ul#navigation li.current_page_item a {
	background-color: #fff;
	background-image: url(img/rounded-corners-navigation.png);
	background-position: top left;
	background-repeat: no-repeat;
	color:  #c1ca8c;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background-color: #fff;
	background-image: url(img/rounded-corners-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-top: 75px;
	position: relative;
	width: 775px;
}

#content .pageTitle {
	color: #c1ca8c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 45px;
	position: absolute;
	text-align: right;
	top: 0;
	right: 0;
}

#content .wrapper {
	background-image: url(img/rounded-corners-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 1%;
	overflow: hidden;
}


/**
* Blog
**/
.post {
	height: 1%;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 32px;
	padding-left: 30px;
	width: 700px;
}

.post h3.postTitle {
	display: block;
	line-height: 23px;
	margin-bottom: 0px;
}

.post .postmetadata {
	font-size: 11px;
	display: block;
	float: left;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	width: 122px;
}

.post .postBody,
.singlePage .entry {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 504px;
}

.post hr {
	clear: both;
	height: 0px;
	border: 0 none;
	border-top: 1px solid #8dc4dd;
	margin-bottom: 12px;
	margin-left: 145px;
	margin-right: 50px;
	width: auto;
}

.post .entry {
	padding-top: 10px;
}

.footnotes {
	background-image: url(img/footnotes-top-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}

.footnotes span.footnote {
	display: block;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.post .postmetadata span {
	display: block;
	line-height: 18px;
}

.pagination {
	font-size: 12px;
	margin-bottom: 20px;
}

.pagination .next {
	color: #8dc4dd;
	display: inline;
	float: right;
	font-size: 22px;
	margin-bottom: 50px;
	padding-right: 50px;
}

.pagination .previous {
	color: #8dc4dd;
	display: inline;
	float: left;
	font-size: 22px;
	margin-bottom: 50px;
	padding-left: 50px;
}

.pagination .next a,
.pagination .previous a {
	color: #8dc4dd;
	text-decoration: none;
}

.pagination .next a:hover,
.pagination .previous a:hover {
	border-bottom: 1px solid #8dc4dd;
}

/**
* Comments
**/
#comments {
	padding-bottom: 25px;
	padding-left: 177px;
	width: 504px;
}

#respond {
	padding-bottom: 32px;
	padding-left: 177px;
	width: 504px;
}

textarea#comment{
	width: 400px;
}

ol.commentlist li {
	display: block;
	margin-bottom: 40px;
}

.commentmetadata {
	font-size: 10px;
	margin-bottom: 10px;
}


/**
* Archive
**/
.archives .archiveTypeOptions {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 35px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	width: 122px;
}

.archives .archiveTypeOptions a {
	display: block;
	line-height: 25px;
	margin-left: 30px;	
	text-decoration: none;
}

.archives .archiveTypeOptions a:hover {
	text-decoration: underline;
}

.archives .archiveTypes {
	display: block;
	float: left;
	margin-bottom: 20px;
	width: 504px;
}

.archives .tagCloud a {
	line-height: 1.4em;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

.archives ul li {
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
}

.archives ul li a {
	text-decoration: none;
	line-height: 20px;
}

.archives ul {
	margin-left: 50px;
}

.archive,
.archives {
	padding-top: 50px;
}

.archive,
.archives {
	position: relative;
}

.archive h2,
.archives h2 { 
	margin-top: 15px;
	margin-right: 45px;
	top: 0;
	right: 0;
	position: absolute;
}

.archiveType {
	display: none;
}

.archiveType.default {
	display: block;
}

/**
* Contact
**/
#wpcf7-f1-p12-o1 form {
	height: 1%;
	overflow: hidden;
	width: 400px;
}

#wpcf7-f1-p12-o1 label {
	display: block;
}

#wpcf7-f1-p12-o1 input,
#wpcf7-f1-p12-o1 textarea {
	display: block;
	width: 395px;
}

#wpcf7-f1-p12-o1 .quiz-924 input {
	display: inline;
	width: 18px;
}

#wpcf7-f1-p12-o1 #contactSubmit {
	clear: both;
	width: 75px;
}

/**
* Footer
**/
#footer {
	clear: both;
	font-size: 12px;
	width: 775px;
	margin-left: 170px;
}

#footer .footerCol {
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 30px;
	width: 165px;
}

#footer .footerCol.last {
	margin-right: 0px;
}

#footer .footerCol.last p.first {
	margin-top: 15px;
}

#footer .footerCol.last p a {
	display: inline;
	line-height: 18px;
	text-decoration: underline;	
}

#footer .footerCol a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

#footer .footerCol ul li a {
	padding-left: 7px;
}


#footer h5 {
	background-color: #fff;
	color: #c1ca8c;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-align: center;
}

#footer ul li {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	list-style-type: none;
}

#footer .footerCol p a {
	border: none;
	display: inline;
	text-decoration: underline;
}

#footer .footerCol p a:hover {
	text-decoration: underline;
}

#footer .lastTweet {
	margin-top: 20px;
}

/**
* Flickr
**/
#footer .footerCol #flickr {
	margin-top: 25px;
}

#footer .footerCol #flickr a {
	border: 1px solid #fff;
	float: left;
	height: 75px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 75px;
}


/**
* Twitter
**/
.twitter-timestamp {
	display: block;
	float: right;
	font-size: 11px;
	font-weight: normal;
}

/**
* Misc
**/
a#toTop {
	background-color: #fff;
	bottom: 0;
	color: #8dc4dd;
	display: block;
	font-weight: bold;
	margin-right: 25px;
	padding-top: 5px;
	margin-bottom: 15px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
}

a#toTop:hover {
	border-bottom: 1px solid #8dc4dd;
}

a.rss {
	background-image: url(img/feed-icon.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 17px;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

img.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}

a.spotify {
	background-image: url(img/icon-spotify.jpg);
	background-position: left middle;
	background-repeat: no-repeat;
	line-height: 16px;
	padding-left: 21px;
}

