@charset "utf-8";

/* Overarching style stuff */
a { text-decoration: none; color: #218fc6; }
a:hover { text-decoration: underline; }
a img { border: none; text-decoration: none;}
a[target=_blank] {
	padding-right: 12px;
	background-image: url(images/external.png);
	background-position: right;
	background-repeat: no-repeat;
}

/* Overarching layout stuff */
body {
	background-image: url(images/disco_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial', sans-serif;
	font-size: 10pt;
}

#container {
	width: 969px;
	margin: auto;
	margin-bottom: 15px;
}

#header {
	height: 85px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#header * {
	text-decoration: none;
}

#header #siteTitle {
	float: left;
	display: block;
	margin: 10px 0 0 20px;
	width: 90px;
	text-align: center;
}

#header .trioDePago {
	float: right;
	padding-top: 22px;
	height: 32px;
}

#header #linkResume {
	margin-right: 8px;
}

#header #linkContact{
	margin-right: 143px;
}

#header #linkAbout {
	margin-right: 45px;
}

#discoTop {
	height: 26px;
	width: 969px;
	background-image: url(images/disco_top.png);
	margin-top: -25px;
}

#contentBlock {
	background-image: url(images/disco_mid.png);
	background-repeat: repeat-y;
}

#content {
	position: relative;
	text-align: left;
	float: left;
	width: 560px;
	padding: 10px;
	margin-bottom: -23px;
	min-height: 500px;
}

#contentBlock div.subpage {
	padding: 20px;
	width: 540px;
}

#feedlink {
	position: absolute;
	top: -1px;
	left: 1px;
}

#footer {
	background-image: url(images/disco_bot.png);
	background-repeat: no-repeat;
	margin-top: -1px;
	padding: 28px 28px 0 3px;
	font-size: 8pt;
	height: 8pt;
	clear: both;
}

#copyright {
	float: right;
}

ul#footerlinks {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#footerlinks li {
	float: left;
	margin-right: 12px;
}

ul#footerlinks li a {
	text-decoration: none;
	border-bottom: 1px dotted #218fc6;
}

/* Sidebar styles */
#sidebar {
	float: right;
	min-height: 474px;
	width: 338px;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: -13px 15px 10px 0;
}

#sidebar #discoball {
	text-align: center;
}

#sidebar ul {
	list-style-type: disc;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar ul li {
	margin-bottom: auto;
}

/* Search box styles */
#search {
	height: 30px;
}

#search input {
	float: left;
	width: 240px;
	border: 2px solid #218fc6;
	border-bottom-color: #c9e7f6;
	border-right-color: #c9e7f6;
	border-width: 1px 1px 3px 3px;
	background: white;
	padding: 3px;
	font-size: 12pt;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#search a#searchsubmit {
	display: block;
	float: left;
	padding: 2px;
	margin-left: 6px;
	width: 65px;
	font-size: 12pt;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 3px 3px;
	border-color: #218fc6;
	border-bottom-color: #c9e7f6;
	border-right-color: #c9e7f6;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#search a#searchsubmit:active {
	border-width: 3px 3px 1px 1px;
	border-color: #c9e7f6;
	border-bottom-color: #218fc6;
	border-right-color: #218fc6;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0px;
}

/* Utility layout styles */
p { margin: 0 0 15px 0; line-height: 15pt;}
.alignleft { float: left; }
.alignright { float: right; }
.clear { clear: both; }
.hidden { display: none; }

/* Blog post styles */
.postbox {
	width: 550px;
	margin-bottom: 50px;
}

.post_head {
	padding: 13px 5px 14px 40px;
	width: 505px;
	height: 35px;
	background-image: url(images/post_title.png);
	background-repeat: no-repeat;
	font-size: 18pt;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.post_content {
	padding: 5px 15px 5px 45px;
	width: 490px;
	background-image: url(images/post_content.png);
	background-repeat: repeat-y;
}

.post_bottom {
	padding: 5px 30px;
	width: 490px;
	height: 20px;
	background-image: url(images/post_bottom.png);
	background-repeat: no-repeat;
}

.num_comments, .read_more {
	padding: 5px 3px 16px 18px;
	margin: -17px 0 0 -1px;
	width: 121px;
	height: 26px;
	text-align: center;
	display: block;
	float: left;
	background-image: url(images/post_subbox.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

.read_more {
	float: right;
	margin: -17px 13px 0 0;
}

.wp-caption {
	margin-right: 10px;
}

.wp-caption-text {
	font-style: italic;
	color: #666;
	margin: 0;
}

ul.projectTech {
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
}

ul.projectTech li {
	padding-left: 20px;
	background-image: url(images/blue_tick.png);
	background-repeat: no-repeat;
	margin-left: 170px;
}

ul.post-categories {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

ul.post-categories li {
	display: inline;
}

/* Some text formatting styles */
h1 {
	margin: 0 0 10px 0;
	font-size: 16pt;
}

h1.replace {
	height: 31px;
}

h2 {
	margin: 0 0 5px 0;
	font-style: italic;
}

h3.widgettitle {
	display: inline;
	margin: 0 5px 0 0;
	font-weight: normal;
}

h3.subTitle {
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	margin: -5px 0 10px 0;
}

dfn {
	font-style: normal;
	color: #218fc6;
	border-bottom: 1px dotted #218fc6;
}

h1 dfn {
	border-width: 2px;
}

var {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

#siteTitle h1 {
	display: inline;
}

code {
	background-color: #EAEAEA;
	font-family: "Courier New", Courier, monospace;
}

.codeblock {
	white-space: pre;
	background-color: #c9e7f6;
	border: 2px dashed #333;
	padding: 5px;
}

