/*
Theme Name: Fede
Theme URI: http://federicojoselevich.com/
Description: FJ
Version: 1.0
Author: Sebastián Puiggrós & Federico Joselevich
Author URI: http://area3.net/
Tags: FJ


*/



/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family: "Courier New", monospace;
	background: white;
	color: black;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	margin: 32px 0 32px 0;
	padding: 0;
	height: 90px;
	width: 960px;
}

#headerimg {
	margin: 0;
	height: 64px;
	width: 960px;
	margin: 0 0 16px 0;
}


#content {
	width: 960px;
	text-align: left;
	margin: 0;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#agenda, .redesSociales {
	width: 432px;
	background-color: #66cccc;
	padding: 16px;
	display: inline;
	float: right;
	margin: 16px 0 16px 0;
}
.redesSociales {
	float: left;
	background-color: #66cc33;
}

.punto {
	font-size: 40px;
	font-family: sans-serif;
}

.redesSociales a {
	padding-bottom: 0px;
}

.redesSociales .twitter_status img {
	display: none;
}
.redesSociales .twitter_status {
	margin: 10px 0;
}

.twitter_posted_at {
	border-bottom: 1px dotted black;
	display: inline;
	clear: both;
}

.separador_agenda {
	width: 360px;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
	margin-left: 40px;
	
}

#footer {
	font-size: 0.8em;
	display: block;
	clear: both;
	text-align: center;
	border: none;
	padding: 0;
	margin: 80px auto 10px auto;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 944px;
	}



.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.leftLine {
	display: inline;
	float: left;
}

.rightLine {
	display: inline;
	float: right;
}

a {
	padding-bottom: 2px;
	border-bottom: 1px solid black;
	color: black;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed black;
	color: black;
	text-decoration: none;
}

#footer a, .navigation a, #headerimg a
{
	border: none;
}


#footer a:hover, .navigation a:hover
{
	border-bottom: 1px dashed black;
}


.collumn 
{
	width: 296px;
	margin-right: 32px;
	display: inline;
	float: left;
}

h3 {
	text-transform: uppercase; /* force text to uppercase */
	font-size: 1.6em;
	font-weight: normal;
	color: black;
	display: block;
	margin: 0 0 16px 0;
}


#workses {
	background: url(images/bt_working_es.gif) no-repeat;
}
#worksen {
	background: url(images/bt_working_en.gif) no-repeat;
}


#teachinges {
	background: url(images/bt_teaching_es.gif) no-repeat;
}
#teachingen {
	background: url(images/bt_teaching_en.gif) no-repeat;
}

#otheres {
	background: url(images/bt_other_es.gif) no-repeat;
}
#otheren {
	background: url(images/bt_other_en.gif) no-repeat;
}

#titleProj {
	display: inline;
	float: left;
	padding-top: 4px;
}

#nextBtn, #prevBtn {
	text-transform: uppercase; /* force text to uppercase */
	font-size: 2em;
	font-weight: normal;	
}

#nextBtn {
	display: inline;
	float: right;
}

#prevBtn {
	margin-right: 32px;
	display: inline;
	float: right;
}

.blockLeft {
	display: inline;
	width: 470px;
	float: left;
	text-align: left;
}
.blockRight {
	display: inline;
	width: 470px;
	float: right;
	text-align: right;
}

form.wpcf7-form {
	text-align: left;
}

input, textarea {
	border: 1px solid black;
}