/* @override http://wearemortensen.com/mortensen/wp-content/themes/mortensen_v1/style.css */

/*   

Theme Name: Mortensen
Theme URI: http://wearemortensen.com
Author: RUDE
Author URI: http://rudeworks.com
Version: 1.1
Description: Variable theme for the Mortensens.

*/

/* @group CSS inicial */

/* Elementos que queremos limpiar completamente: */

* {
	margin: 0;
	padding: 0;
	border: none;
}

html {
	font: 62.5% Helvetica, Arial, Geneva, sans-serif;
}

ul {
	list-style: none;
	list-style-type: none;
}

/* Ajustes tipográficos */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-weight: normal;
	margin: 0 0 1em 0;
}

cite, em, dfn {
	font-style: italic;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

li, dd, blockquote {
	margin-left: 1em;
}

blockquote {
	width: 200px;
	margin: 7px;
	margin-top: 3px;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	text-shadow: #fff 0 1px 0;
}

blockquote.float-left {
	margin: 0 20px 0 0;
}

blockquote.float-right {
	margin: 0 0 0 20px;
}

#blog blockquote {
	font-size: 1.7em;
	width: 275px;
	color: #7E8AA2;
}

blockquote p {
	color: #7E8AA2;
}

code, kbd, samp, pre, tt, var {
	font-size: 100%;
	font-family: monaco, "Lucida Console", courier, mono-space;
}

pre {
	padding: 10px;
	color: #7E8AA2;
	overflow: auto;
	border: 1px #7E8AA2 dashed;
	background: #fff;
}

code {
	color: #7E8AA2;
	overflow: auto;
}

kbd {
	border-bottom: 1px dotted;
}

del {
	text-decoration: line-through;
}

ins, dfn {
	border-bottom: 1px solid #ccc;
}

small, sup, sub {
	font-size: 85%;
}

abbr, acronym {
	text-transform: uppercase;
}

a abbr, a acronym {
	border: none;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/*** LINKS: Recuerda utilizar siempre la regla del LoVe-HAte ***/

a, a:link, a:visited, a:hover, a:active {
	

/*
	Si quisieramos eliminar la línea de puntos que aparece al pulsar un enlace, aplicaríamos la siguiente propiedad:
	
	outline: 0;
	
	Sin embargo no se recomienda, por temas de accesibilidad para navegación con teclado (lo cual implica temas legales, un tema peliagudo).
	*/
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
/*Si añades un background aparecerá como fondo de la imagen, útil para imágenes de carga*/
}

/* Formularios */

label, button {
	cursor: pointer;
}

input:focus, select:focus, textarea:focus {
	background-color: #FFF;
}

input, textarea {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

fieldset {
	border: none;
}

/* Clases útiles */

/* @group Clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* @end */

.clear {
	clear: both;
}

.invisible {
	visibility: hidden;
}

.hide {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* @end */

/* @group HTML > BODY > WRAPPER */

/*Para empezar un layout centrado:*/

body {
	text-align: center;
	/*Hack para que IE6 no de problemas*/
	background: #EEEFF7 url(images/back-body.jpg) repeat-x top center;
}

#blog, #portfolio {
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/* @end */

/* @group TYPOGRAPHY */

h1 {
	font-size: 2em;
	margin: 0;
}

h2 {
	font-size: 1.8em;
}

h3, dt {
	position: relative;
	font-size: 2.4em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.post h3 {
	margin: 30px 0 20px;
}

h4 {
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #6d788d;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h5 {
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #6d788d;
}

h6 {
	font-size: 1.6em;
	margin-bottom: 5px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #7E8AA2;
}

p, li {
	color: #263248;
	font-size: 1.2em;
	line-height: 1.5em;
}

#content p a, #content li a, .sidecontact a {
	padding: 0 2px;
	border-right: 1px solid #FFE666;
	border-bottom: 1px solid #FFE666;
	background: #FFF3B3;
	color: #263248;
}

#content p a:hover, #content li a:hover, .sidecontact a:hover {
	padding: 0 2px;
	border-right: 1px solid #FFF3B3;
	border-bottom: 1px solid #FFF3B3;
	background: #FFE666;
	color: #263248;
}

#content p span.description {
	border-bottom: 1px solid #DDDEE6;
}

/* @end */

/* @group SEPARATORS */

.separator {
	margin: 0 auto 20px auto;
	padding-top: 20px;
	background: transparent url(images/separator.gif) repeat-x left bottom;
	border-bottom: 1px solid #fff;
	height: 1px;
	clear: both;
}

.big {
	margin: 20px 0 40px;
}

/*.small {
	width: 420px;
	margin-top: 15px;
}

.medium {
	width: 580px;
}*/

/* @end */

/* @group BUTTONS */

html body #content .button_alt {
	float: left;
	display: inline;
	padding-right: 25px;
	border: none;
	background: transparent url(images/button_alt-right-a.jpg) no-repeat right top;
	color: #fff;
	text-shadow: #696f7d 0 -1px 0;
}

html body #content .button_alt span {
	background: transparent url(images/button_alt-span.jpg) no-repeat left top;
	float: left;
	padding-left: 10px;
	height: 16px;
	padding-top: 4px;
	font-weight: bold;
	border-right-color: #fff;
	line-height: 13px;
	font-size: 0.95em;
}

html body #content .button_alt:hover {
	background-position: right bottom;
}

html body #content .button_alt:hover span {
	background-position: left bottom;
}

html body #content .button {
	float: left;
	display: inline;
	padding-right: 33px;
	border: none;
	background: transparent url(images/button-a.jpg) no-repeat right top;
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
}

html body #content .button:hover {
	color: #263248;
}

html body #content .button span {
	background: transparent url(images/button-span.jpg) no-repeat left top;
	display: block;
	position: relative;
	white-space: nowrap;
	padding-left: 15px;
	height: 31px;
	line-height: 31px;
	border-right-color: #fff;
	font: bold 1.4em/31px Helvetica, Arial, Geneva, sans-serif;
}

html body #content .button.right-alt {
	background: transparent url(images/button-right_alt-a.jpg) no-repeat right top;
}

html body #content .button.right-alt:active {
	background-position: bottom right;
}

html body #content .button.left {
	padding: 0 0 0 36px;
	background: transparent url(images/button-left-a.jpg) no-repeat left top;
}

html body #content .button.left span {
	background: transparent url(images/button-left-span.jpg) no-repeat right top;
	padding: 0 15px 0 0;
}

html body #content .button.right {
	background: transparent url(images/button-right-a.jpg) no-repeat right top;
}

html body #content .button.float-right {
	float: right;
}

html body #content .button:active {
	background-position: right bottom;
}

html body #content .button:active span {
	background-position: left bottom;
}

/* @end */

/* @group HEADER */

#header {
	background: transparent url(images/back-header.jpg) no-repeat top center;
}

h1 a {
	float: left;
	width: 404px;
	height: 93px;
	background: transparent url(images/header-logo.jpg) no-repeat top left;
	text-indent: -9999px;
	display: block;
}

#menu {
	float: right;
	margin-top: 54px;
}

#menu li {
	float: left;
	margin-left: 20px;
	line-height: 1.1em;
}

#menu li a {
	float: left;
	color: #7E8AA2;
	border: none;
	background: none;
}

#menu li a:hover {
	color: #263248;
}

#menu li a.rss {
	float: left;
	background: transparent url(images/rss-small.jpg) no-repeat center top;
	margin: 3px 0 0 3px;
	width: 8px;
	height: 9px;
	text-indent: -9999px;
}

#menu li a.rss:hover {
	background-position: left bottom;
}

#title-search {
	position: relative;
	margin-bottom: 40px;
}

form.search-bar {
	position: absolute;
	margin-top: 0;
	top: 3px;
	right: 0;
}

form.search-bar p {
	margin: 0;
}

form.search-bar input {
	width: 105px;
	height: 17px;
	padding: 6px 5px 0;
	background: transparent url(images/tags-input.jpg) no-repeat left top;
	text-align: center;
	color: #ccc;
}

form.search-bar input:focus {
	background-position: top right;
	outline: 0;
}

form.search-bar #search-button {
	background: transparent url(images/tags-search.jpg) no-repeat left top;
	text-indent: -9999px;
	width: 13px;
	height: 14px;
	margin-left: 2px;
}

form.search-bar #search-button:hover {
	background-position: right top;
}

.were-hiring {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/were-hiring.png) no-repeat right top;
}

.were-hiring a {
	display: block;
	height: 167px;
	width: 167px;
	text-indent: -9999px;
}

/* @end */

/* @group TAGS */

#blog .module.tags {
	margin-top: 35px;
}

#blog #sidebar .module.tags {
	margin: 0 0 15px;
}

#blog .module.tags ul {
	margin: 0;
	float: left;
	border: none;
}

#blog .module.tags ul li {
	float: left;
	margin: 0;
	border: none;
}

#blog .module.tags ul li a {
	display: block;
	float: left;
	padding-right: 6px;
	border: none;
	background: transparent url(images/tag-a.jpg) no-repeat right top !important;
	color: #fff !important;
	text-shadow: #696f7d 0 -1px 0;
	font-weight: bold;
	font-size: 0.8em;
	cursor: pointer;
}

#blog .module.tags ul li a span {
	height: 19px;
	display: block;
	padding: 1px 0 0 6px;
	border: none;
	background: transparent url(images/tag-span.jpg) no-repeat left top;
	line-height: 19px;
}

#blog .module.tags ul li a:hover {
	display: block;
	padding-right: 6px;
	background: transparent url(images/tag-a.jpg) no-repeat right bottom !important;
	border: none;
	color: #fff;
	text-shadow: #696f7d 0 -1px 0;
}

#blog .module.tags ul li a:hover span {
	background-color: transparent;
	background-position: left bottom;
	border: none;
}



/* @end */

/* @group HOME */

#intro h2.intro1 {
	background: transparent url(images/home-intro-1.jpg) no-repeat left top;
	margin: 30px 0 10px;
	height: 62px;
	text-indent: -9999px;
}

#home h3 a, #blog h3 a {
	color: #263248;
}

/* @group BLOG */

#home .entry p, #home .entry li {
	font-size: 1.3em;
}

/* @end */

/* @group PORTFOLIO */

#portfolio-latest {
	position: relative;
}

#portfolio-latest .bubble {
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	height: 110px;
	width: 185px;
}

#blog #portfolio-latest .bubble {
	height: 160px;
}

#portfolio-latest .bubble.no-margin {
	margin: 0 0 20px 0;
}

#portfolio-latest .bubble a {
	float: left;
	background: transparent url(images/portfolio-corners.gif) no-repeat left top;
	border: none;
	margin: 0;
	padding: 1px;
}

#portfolio-latest .bubble a:hover {
	background-position: left bottom;
	border: none;
	margin: 0;
	padding: 1px;
}

#portfolio-latest .bubble img {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}

#portfolio-latest .bubble span {
	position: absolute;
	height: 20px;
	top: 82px;
	left: -2px;
	text-indent: -9999px;
}

#portfolio-latest .bubble span.new {
	background: transparent url(images/portfolio-new-badge.png) no-repeat left top;
	width: 53px;
	display: block;
}

#portfolio-foot {
	float: right;
}

#portfolio-latest .bubble .popup {
    position: absolute;
    display: none;
	width: 197px;
	background: transparent url(images/bubble-out.png) no-repeat left bottom;
	padding-bottom: 25px;
}

#portfolio-latest .bubble .popup-in {
	background: transparent url(images/bubble-in.png) no-repeat left top;
	padding: 10px 25px 0;
	width: 147px;
}

#portfolio-latest .bubble .popup-in h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 1px;
	background: none;
}

#portfolio-latest .bubble .popup-in h2 a {
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
	background: none;
}

#portfolio-latest .bubble .popup-in a {
	float: none;
	color: #3e5276;
	text-shadow: #fff 0 1px 0;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	background: none;
}

#portfolio-latest .bubble .popup-in a:hover {
	color: #fff;
	text-shadow: #848894 0 1px 0;
	background: none;
}

#portfolio-latest .portfolio-info {
	width: 185px;
	padding: 5px 0;
	float: left;
}

#portfolio-latest .portfolio-info h2 {
	position: relative;
	font-size: 1.5em;
	margin-bottom: 1px;
	background: none;
}

#portfolio-latest .portfolio-info .portfolio-year {
	position: relative;
	font-size: 1.3em;
	top: inherit;
	left: inherit;
	background: none;
	text-indent: 0;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
}

#portfolio-latest .portfolio-info h2 a {
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
	background: none;
}

#portfolio-latest .portfolio-info h2 a:hover {
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
	background: none;
}

#portfolio-latest .portfolio-info a {
	float: none;
	color: #3e5276;
	text-shadow: #fff 0 1px 0;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	background: none;
}

#portfolio-latest .portfolio-info a:hover {
	color: #263248;
	text-shadow: #fff 0 1px 0;
	background: none;
}



/* @end */

/* @group WE DO */

#we-do {
	background: transparent url(images/home-we_do-out.jpg) no-repeat left bottom;
	padding-bottom: 8px;
	margin: 40px 0;
}

.we-do-in {
	background: transparent url(images/home-we_do-in.jpg) no-repeat left top;
	padding: 20px 20px 12px 20px;
}

#we-do h2 {
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #e0e9ff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#we-do p {
	color: #FFF;
	margin: 0;
	font-size: 1.3em;
}

.we-do-in div {
	padding-left: 35px;
	width: 200px;
	float: left;
}

#we-do .web-design {
	background: transparent url(images/home-we-do-web_design.jpg) no-repeat left top;
	border-right: #d3d3e0 1px solid;
	padding-right: 10px;
}

#we-do .consulting-seo {
	background: transparent url(images/home-we-do-web_consulting.jpg) no-repeat 15px top;
	border-left: #7b889c 1px solid;
	border-right: #d3d3e0 1px solid;
	padding-left: 50px;
	padding-right: 10px;
}

#we-do .graphic-design {
	background: transparent url(images/home-we-do-graphic_design.jpg) no-repeat 15px top;
	border-left: #7b889c 1px solid;
	padding-left: 50px;
}



/* @end */

/* @group WE ARE */

#we-are dl {
	display:block;
	margin:0 auto;
}

#we-are dl dt {
	float:left;
}

#we-are dl dd {
	margin: 0 14px 20px 0;
	padding: 0 0 0 50px;
	float: right;
	height: 41px;
	width: 137px;
	line-height: 1.1em;
	background: transparent no-repeat left top;
}

#we-are dl dd a {
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

#we-are dl dd a span {
	display: block;
}

#we-are dl dd a span.function {
	margin-top: 3px;
	color: #7E8AA2;
}

#we-are dl dd a span.name {
	color: #263248;
}

#we-are dl dd.jganyet {
	background-image: url(images/jganyet.gif);
}

#we-are dl dd.quim {
	background-image: url(images/quim.gif);
}

#we-are dl dd.rude {
	background-image: url(images/rude.gif);
}

#we-are dl dd.albert {
	background-image: url(images/albert.gif);
}

#we-are dl dd.konkas {
	background-image: url(images/konkas.gif);
}

#we-are dl dd.alexsancho {
	background-image: url(images/alexsancho.gif);
}

#we-are dl dd.miguel {
	background-image: url(images/miguel.gif);
}

/* @end */

/* @end */

/* @group CONTENT */

#content {
}

/* @end */

/* @group PORTFOLIO */

.portfolio-image-out {
	background: transparent url(images/portfolio-back-out.jpg) no-repeat left bottom;
	width: 550px;
	padding-bottom: 24px;
	margin: 0;
}

.portfolio-image-in {
	background: transparent url(images/portfolio-back-in.jpg) no-repeat left top;
}

.portfolio-toolbar {
	height: 24px;
	padding: 15px 17px 0;
}

.portfolio-toolbar a.portfolio-image-pager {
	float: left;
	background: transparent url(images/portfolio-pager.jpg) no-repeat left top;
	width: 16px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	margin-right: 8px;
	color: #e4e9ec;
	text-shadow: #848894 0 1px 0;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.portfolio-toolbar a.see-website {
	float: right;
	background: transparent url(images/portfolio-see.jpg) no-repeat right top;
	width: 90px;
	height: 15px;
	padding-top: 2px;
	color: #fff;
	text-shadow: #848894 0 1px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.portfolio-toolbar a.see-website:hover {
	color: #6d788d;
	text-shadow: #e4e9ec 0 1px 0;
}

#portfolio-image {
	margin: 0 0 0 11px;
	width: 530px;
}

.portfolio-desc p {
	margin: 0;
	color: #6d788d;
}

.portfolio-desc .note {
	margin: 10px 0 0;
}

.portfolio-desc p span {
	color: #263248;
	font-weight: bold;
}

/* @end */

/* @group BLOG */

.postblock {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	width: 550px;
}

#home .postblock {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	width: 550px;
}

#blog #portblock {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	width: 550px;
}

#blog #portblock .post {
	margin: 0 auto;
	float: none;
}

#blog .postblock {
	float: left;
	display: inline;
	margin: 0;
	width: 800px;
}

#blog .postblock .post {
	width: 550px;
	margin-right: 30px;
}

h3 a.rss {
	position: absolute;
	background: transparent url(images/rss-big.gif) no-repeat center top;
	top: 3px;
	margin-left: 6px;
	width: 12px;
	height: 13px;
	text-indent: -999px;
}

h3 a.rss:hover {
	background-position: left bottom;
}

a.date {
	float: left;
	position: relative;
	width: 59px;
	height: 20px;
	padding-top: 7px;
	background: transparent url(images/talk-date-back.jpg);
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

a.date abbr {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	line-height: 18px;
	left: 3px;
}

a.date span {
	background: url(images/talk-date-shadow.png) repeat-x;
	position: absolute;
	top: 15px;
	display: block;
	width: 100%;
	height: 12px;
}

.post h2 {
	float: left;
	font-size: 1.8em;
}

h2 a {
	display: block;
	margin: 4px 0 0 5px;
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
}

h2 a:hover {
	color: #263248;
}

#blog .post {
	float: left;
}

#blog .post h2 {
	float: left;
	font-size: 2.4em;
	width: 491px;
}

#home .post h2 {
	margin: 0;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #6d788d;
}

#blog h2 a {
	display: block;
	margin: 1px 0 0 5px;
	color: #7E8AA2;
	line-height: 1.2em;
	text-shadow: #fff 0 1px 0;
}

#blog h2 a:hover, #home .post h2 a:hover {
	color: #263248;
}

#blog .postblock p, #blog .postblock li {
	font-size: 1.4em;
	line-height: 1.4em;
	list-style-position: outside;
}

#blog .postblock ul {
	margin-bottom: 20px;
}

.entry {
	margin-top: 10px;
}

.entry h6 {
	margin-top: 25px;
}

#blog .entry h6 {
	font-size: 2em;
}

.entry li {
	list-style-image: url(images/talk-bullet.jpg);
	list-style-position: inside;
	margin: 0 0 5px 45px;
}

.entry ol li {
	list-style-image: none;
	list-style-position: inside;
	margin: 0 0 5px 25px;
	list-style-type: lower-latin;
}

.more {
	margin-top: 10px;
}

#blog #we-talk-foot {
	position: relative;
	float: left;
	width: 100%;
	display: inline;
}

#blog #we-talk-foot ul {
	position: absolute;
	left: 50%;
	margin-left: -120px;
	height: 31px;
}

#blog #we-talk-foot ul li {
	float: left;
	margin: 0;
	margin: 0 2px;
}

#blog #we-talk-foot ul li a {
	float: left;
	display: inline;
	padding: 0 12px 0 0;
	border: none;
	background: transparent url(images/button-a.jpg) no-repeat right top;
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
}

#blog #we-talk-foot div a {
	color: #7E8AA2;
}

#blog #we-talk-foot div a:hover {
	color: #263248;
}

#blog #we-talk-foot ul li a span {
	background: transparent url(images/button-span.jpg) no-repeat left top;
	display: block;
	padding: 0 0 0 12px;
	height: 31px;
	font-weight: bold;
	border-right-color: #fff;
	line-height: 31px;
	font-size: 1em;
}

#blog #we-talk-foot ul li a:hover {
	color: #263248;
}

#blog #we-talk-foot ul li a:active {
	background-position: right bottom;
}

#blog #we-talk-foot ul li a:active span {
	background-position: left bottom;
}

#blog #we-talk-foot ul li.actual a {
	background: transparent url(images/button-pagination-a.jpg) no-repeat right bottom;
	color: #fff;
	text-shadow: #696f7d 0 -1px 0;
}

#blog #we-talk-foot ul li.actual a span {
	background: transparent url(images/button-pagination-span.jpg) no-repeat left bottom;
}

#blog #we-talk-foot ul li span.more-pages {
	display: block;
	background: transparent url(images/talk-pagination-more.jpg) no-repeat left center;
	width: 25px;
	height: 31px;
	text-indent: -9999px;
}

/* @end */

/* @group SIDEBAR */

#sidebar, .sidepost {
	float: left;
	width: 220px;
}

.module ul {
	margin: 0 0 20px 0;
	border-top: 1px solid #DDDEE6;
}

.module ul li {
	margin: 0;
	border-bottom: 1px solid #DDDEE6;
}

#sidebar .module ul li a, .postblock .module ul li a {
	margin: 3px 0;
	display: block;
	background: none !important;
	border: none !important;
	font-size: 0.9em;
	font-weight: bold;
	color: #7E8AA2 !important;
}

#sidebar .module ul li a:hover, .postblock .module ul li a:hover {
	background: none;
	border: none;
	color: #263248;
}

#sidebar .module.twitter p {
	margin: 0;
}

#sidebar .module.flickr ul, #sidebar .module.lastfm ul {
	background: none;
	border: none;
	margin: 0;
}

#sidebar .module.flickr ul li, #sidebar .module.lastfm ul li {
	background: none;
	border: none;
	margin: 0 7px 0 0;
	float: left;
}

#sidebar .module.flickr ul li a, #sidebar .module.lastfm ul li a {
	margin: 0;
	padding: 0;
}

#sidebar .portfolio-nav {
	position: relative;
	width: 220px;
}

#sidebar .portfolio-nav a {
	float: left;
	background: none;
	border: #ced2e0 1px solid;
	margin: 0;
	padding: 0;
}

#sidebar .portfolio-nav .no-portfolio {
	width: 102px;
	height: 87px;
	background: #ced2e0;
	float: left;
}

#sidebar .portfolio-nav .older {
	margin-left: 16px;
}

#sidebar .portfolio-nav a:hover {
	background: none;
	border: none;
	border: #263248 1px solid;
}

#sidebar .portfolio-nav a.back-portfolio:hover {
	background: transparent url(images/portfolio-back.jpg) no-repeat left bottom;
}

#sidebar .portfolio-nav a img {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar .portfolio-nav span {
	position: absolute;
	display: block;
	height: 20px;
	top: 55px;
	left: -2px;
	text-indent: -9999px;
}

#sidebar .portfolio-nav span.decoy {
	width: 70px;
	display: block;
	border: 1px solid #000;
}

#sidebar .portfolio-nav span.newer {
	background: transparent url(images/previous-badge.png) no-repeat left top;
	width: 84px;
	display: block;
}

#sidebar .portfolio-nav span.older {
	background: transparent url(images/next-badge.png) no-repeat left top;
	width: 58px;
	display: block;
	left: auto;
	right: -2px;
}

#blog .postblock .author-img h3 {
	margin-bottom: 15px;
}

.postblock .author-img span.author-name {
	display: inline;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
}

#blog .postblock .author-img a:hover span.author-name {
	color: #7E8AA2;
}

.postblock .author-img img {
	display: inline;
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group CONTACT */

#contact {
	margin: 0 auto;
	width: 550px;
}

#contact-form {
	background: transparent url(images/home-contact-out.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

.contact-form-in {
	background: transparent url(images/home-contact-in.jpg) no-repeat left top;
	padding: 20px 20px 10px 20px;
}

#contact-form input, #contact-form textarea {
	padding-left: 35px;
	padding-right: 5px;
	width: 470px;
	margin-bottom: 10px;
	outline: none;
}

#contact-form textarea {
	color: #7C7F8A;
	overflow: auto;
}

#contact-form-author {
	background: transparent url(images/home-contact-name-input.jpg) no-repeat left top;
}

#contact-form-email {
	background: transparent url(images/home-contact-mail-input.jpg) no-repeat left top;
}

#contact-form-author:focus, #contact-form-email:focus {
	background-position: left bottom;
}

.contact-form-textarea {
	background: transparent url(images/home-contact-text-out.jpg) no-repeat left bottom;
	padding-bottom: 4px;
	width: 510px;
}

#contact-form .contact-form-textarea textarea {
	background: transparent url(images/home-contact-text-in.jpg) no-repeat left top;
	margin: 0;
	padding-top: 9px;
}

#contact-form .contact-send .button {
	width: 106px;
	height: 31px;
	background: transparent url(images/home-contact-send-button.jpg) no-repeat left top;
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
	font: bold 1.4em Helvetica, Arial, Geneva, sans-serif;
	float: right;
	margin-top: 10px;
}

#contact-form .contact-send .button:hover {
	color: #263248;
}

#contact-form .contact-send .button:active {
	background-position: left bottom;
}

.sidecontact {
	float: left;
	width: 220px;
}

.sidecontact a {
}

/* @end */

/* @group FOOTER */

#footer {
	margin-top: 60px;
	height: 130px;
	background: transparent url(images/footer-back.jpg) no-repeat left top;
}

.we-like-it-simple-link {
	display: none;
}

#foot-menu {
	width: 260px;
	margin: 0 auto;
	padding-top: 70px;
	text-align: center;
}

#foot-menu li {
	float: left;
	line-height: 1.1em;
	margin: 0;
	color: #7E8AA2;
}

#foot-menu li a {
	float: left;
	color: #7E8AA2;
	border: none;
	margin: 0 5px;
	background: none;
}

#foot-menu li a:hover {
	color: #263248;
}

#foot-menu li a.rss {
	float: left;
	background: transparent url(images/rss-small.jpg) no-repeat center top;
	margin: 3px 10px 0 0;
	width: 8px;
	height: 9px;
	text-indent: -9999px;
}

#foot-menu li a.rss:hover {
	background-position: left bottom;
}

#footer p {
	margin: 10px 0 20px;
	text-align: center;
	color: #7E8AA2;
	font-size: 1.1em;
}

#footer address {
	margin: 20px 0;
	text-align: center;
	color: #7E8AA2;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}

#footer address a, #footer p a {
	color: #263248;
}



/* @end */

/* @group COMMENTS */

.commentblock {
	width: 550px;
	margin-top: 50px;
}

.commentblock h2#respond {
	margin-bottom: 10px;
}

.commentblock ol {
	list-style: none;
}

.commentblock ol li {
	background: transparent url(images/talk-comment-back-bottom.jpg) no-repeat left bottom;
	padding-bottom: 11px;
	margin: 10px 0 15px;
}

.commentblock ol li .comment-inner {
	background: transparent url(images/talk-comment-back-top.jpg) no-repeat left top;
	padding: 15px 15px 0 15px;
}

.commentblock .author {
	width: 195px;
	float: left;
}

.commentblock .author img {
	float: left;
	margin-right: 10px;
}

.commentblock .author p {
	margin: 0;
	float: left;
}

.commentblock .author .commentmetadata {
	font-size: 0.75em;
	color: #7E8AA2;
}

.commentblock .comentario {
	float: left;
	margin-left: 25px;
	width: 300px;
}

#blog .postblock .commentblock p {
	font-size: 0.95em;
}

.postblock .info {
	padding: 3px 10px;
	color: #7E8AA2;
	border: 1px #7E8AA2 dashed;
	background: #fff;
}

#commentform .info {
	padding: 3px 10px;
	color: #7E8AA2;
	border: 1px #7E8AA2 dashed;
	background: #fff;
}

#commentform .textarea {
	float: left;
	width: 308px;
	margin: 0;
	padding-bottom: 3px;
	background: transparent url(images/talk-comment-textarea-div.jpg) no-repeat left bottom;
}

#commentform textarea {
	width: 288px;
	height: 103px;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: transparent url(images/talk-comment-textarea.jpg) no-repeat left top;
	color: #7C7F8A;
}

#commentform input {
	float: right;
	width: 212px;
	height: 20px;
	padding-top: 9px;
	margin-bottom: 15px;
	background: transparent url(images/talk-comment-input.jpg) no-repeat left top;
	text-align: center;
	color: #ccc;
	font-size: 1.2em;
}

#commentform .enviar {
	float: right;
}

.postblock form .button {
	float: right;
	width: 212px;
	margin-bottom: 15px;
	text-align: center;
	color: #7C7F8A;
}

.postblock form .enviar .button span {
	padding-left: 35px;
}

.postblock .post img.float-left {
	margin: 0 10px 10px 0;
}

.postblock .post img.float-right {
	margin: 0 0 10px 10px;
}

/* @end */

/* @group STATIC-PAGES */

/* @group WE ARE */
.i-feed-flickr ul {
	clear: both;
}
.i-feed-flickr ul li {
	width: 60px;
	height: 60px;
	float: left;
	margin: 10px 40px 10px 0;
	list-style-image: none;
}
/* @end */

#static h2, #blog h2, #portfolio h2 {
	position: relative;
	font-size: 2.4em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #263248;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

#static .entry h3 {
	position: relative;
	font-size: 2em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #7E8AA2;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#static #sidebar h3, #blog #sidebar h3, #portfolio #sidebar h3, #blog .sidepost h3 {
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	color: #7E8AA2;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#sidebar h3 a.rss {
	float: left;
	background: transparent url(images/rss-small_alt.jpg) no-repeat center top;
	margin: 0 10px 0 5px;
	width: 8px;
	height: 9px;
	text-indent: -9999px;
}

#sidebar h3 a.rss:hover {
	background-position: left bottom;
}

#static .postblock p, #static .postblock li {
	font-size: 1.4em;
	line-height: 1.4em;
}

.bio-tags {
	margin: 0;
}

html body #content .bio-tags li {
	float: left;
	margin: 0;
	list-style-image: none;
}

html body #content .bio-tags li a {
	display: block;
	padding-right: 6px;
	border: none;
	background: transparent url(images/tag-a.jpg) no-repeat right top;
	color: #fff;
	text-shadow: #696f7d 0 -1px 0;
	font-weight: bold;
	font-size: 0.8em;
}

html body #content .bio-tags li a span {
	height: 19px;
	display: block;
	padding: 1px 0 0 6px;
	border: none;
	background: transparent url(images/tag-span.jpg) no-repeat left top;
	cursor: pointer;
}

html body #content .bio-tags li a:hover {
	display: block;
	padding-right: 6px;
	background: transparent url(images/tag-a.jpg) no-repeat right bottom;
	border: none;
	color: #fff;
	text-shadow: #696f7d 0 -1px 0;
}

html body #content .bio-tags li a:hover span {
	background-color: transparent;
	background-position: left bottom;
	border: none;
}

.postblock p.edit-link a {
	border: none;
	background: transparent url(images/edit-link.gif) no-repeat left top;
	display: block;
	width: 34px;
	height: 17px;
	text-indent: -9999px;
}

.postblock p.edit-link a:hover {
	background-position: left bottom;
}

#static.author .postblock .author-recent h3 {
	padding-bottom: 5px;
	margin: 0;
}

#static.author .postblock .author-recent h2  {
	font-size: 1.6em;
	padding: 5px 0;
	letter-spacing: 0.1px;
}

#static.author .postblock .author-recent h2 a {
	margin: 0 5px;
	display: inline;
}

/* @end */

/* @group CFORMS */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:0;
	background: transparent url(images/home-contact-in.jpg) no-repeat left top;
	padding: 20px 20px 10px 20px;
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

#contact #contact-form ol.cf-ol li	{
	margin:0px 0!important;
	padding:0; 
	list-style:none; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:none;
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

/*.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}*/

#contact-form .cform textarea,
#contact-form .cform input {
	padding-left: 35px;
	padding-right: 5px;
	width: 470px;
	margin-bottom: 10px;
	outline: none;
	font-size: 1em;
}

#contact-form .cform input {
	height: 12px;
	padding: 9px 5px 8px 35px;
	line-height: 1em;
	color: #CCC;
}

#contact-form .cform input.cf_error {
	color:#ad2929;
}

.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

#contact #contact-form #li--3 {
	display: block;
	background: transparent url(images/home-contact-text-out.jpg) no-repeat left bottom;
	padding-bottom: 4px;
	width: 510px;
}

#contact #contact-form #li-2-4 {
	display: block;
	background: transparent url(images/home-contact-text-out.jpg) no-repeat left bottom;
	padding-bottom: 4px;
	width: 510px;
}

#contact-form .cform textarea {
	color: #7C7F8A;
	overflow: auto;
	background: transparent url(images/home-contact-text-in.jpg) no-repeat left top;
	margin: 0;
	padding-top: 9px;
}

#contact-form #cf_field_1 {
	background: transparent url(images/home-contact-name-input.jpg) no-repeat left top;
}

#contact-form #cf_field_2 {
	background: transparent url(images/home-contact-mail-input.jpg) no-repeat left top;
}

#contact-form #cf2_field_1 {
	background: transparent url(images/home-contact-name-input.jpg) no-repeat left top;
}

#contact-form #cf2_field_2 {
	background: transparent url(images/home-contact-mail-input.jpg) no-repeat left top;
}

#contact-form #cf2_field_3 {
	background: transparent url(images/home-contact-web-input.jpg) no-repeat left top;
}

#contact-form #cf_field_1:focus, #contact-form #cf_field_2:focus, #contact-form #cf2_field_1:focus, #contact-form #cf2_field_2:focus, #contact-form #cf2_field_3:focus {
	background-position: left bottom;
	color: #7C7F8A;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt {
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: none; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
}

#contact-form .cform input.sendbutton	{ 
	width: 106px;
	height: 31px;
	background: transparent url(images/home-contact-send-button.jpg) no-repeat left top;
	color: #7E8AA2;
	text-shadow: #fff 0 1px 0;
	font: bold 1.2em Helvetica, Arial, Geneva, sans-serif;
	margin-top: 10px;
	cursor: pointer;
	padding: 0;
	margin: 10px 0 0 405px;
}



#contact-form .cform input.sendbutton:hover {
	color: #263248;
}

#contact-form .cform input.sendbutton:active {
	background-position: left bottom;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:7px 10px!important;
	width:360px;
	line-height:1.3em;
	margin:-40px 10px 0 20px;
	float: left;
	font-size: 1.2em;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background: #fdffdd;
	color: #cab15d;
	border: 1px #FFE666 dashed;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style: dashed;
	border-width:1px;
	color:#ad2929;
}

/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:none; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display: none;
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* @end */

/* @group UTIL */

.postblock .entry a.no-border {
	border: none !important;
	background: none !important;
	display: block;
	margin-bottom: 10px;
}

.postblock .entry a.no-border img {
	border: 9px #DDDEE6 solid;
	padding: 1px;
	background: none;
}

.postblock .entry a.no-border:hover img {
	border: 9px solid #c0c2c9;
}

.postblock .entry a.no-border.float-left {
	margin: 0 10px 10px 0;
}

.postblock .entry a.no-border.float-right {
	margin: 0 0 10px 10px;
}


/* @end */