/*  
Theme Name: itirinois 1.0
Theme URI: 
Description: A partir del theme TheUnstandard de Derek Punsalan
Version: 1.2.1
Author: Luis Romanque
Author URI: http://www.itirinois.cl/
Image sizes: Main hero image for latest post is 593 x 225, secondary 293 x 150.
Files must be hosted on your own domain in order for timthumb script to work
properly re: thumbnailing / caching.
*/


@import url('/fonts/DINPro/stylesheet.css');

/* HTML Elements */
body { 
font-family: 'DINpro-Regular' Inconsolata, Helvetica Neue, Helvetica, Arial, verdana, sans-serif; 
background: #fff; 
color: #333; 
font-size: 15px;

 
}

/*Font*/
@font-face {  
font-family: "DinPro";  
src: url(http://www.itirinois.cl/fonts/DINPro/ È  
DINpro-Regular.otf) format("OpenType");  
} 
/* = Edit */

#edit a {
	color: #333;
	background-color: #e7e7de;
	position: fixed;
	top: 100px;
	left: 0;
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px;
	font-weight: lighter;
	border-top:1px solid  #bcbcbc;
	border-right:1px solid #bcbcbc;
	border-bottom:1px solid #bcbcbc;
	}
	
#edit a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ffcb05;

	}
/* = main structure */
#main-wrapper { 
margin: 0 auto; 
padding: 0 7px; 
width: 1000px; 
}
/* = basic reused style rules */
h1, h2, h3, h4, h5 { 
font-weight: bold; 
}
h1 { 
font-size: 3em; 
}
h2 { 
font-size: 2em; 
}
h3 { 
font-size: 1.5em; 
}
h4 { 
font-size: 1.3em; 
}
h5 { 
font-size: 1.1em; 
}
a {
border-bottom: 1px solid #ddd; 
color: #000; 
font-weight:600;
text-decoration: none; 
}
a:hover { 

border-color: #ffcb05; 
color: #ffcb05; 
}
.footnote{
line-height: 1.2em;
}
.footnote-link  {
font-size: 0.8em;
}
ul li { 
list-style: disc; 
}
strong{
font-weight: bolder;
}	
em {
font-style: italic;
line-height: 1.3em;
color: #666;
font-size: 1em;
}
p + p {
  text-indent: 1em;
  margin-top: 0 ;
}
/* = css3 border radius link */
#main-nav li { 
list-style: none; 
}

#main-nav li a, .radius-link a { 
	-moz-border-radius: 1px; 
	-webkit-border-radius: 1px; 
	background: #e7e7de; 
	border-radius: 1px; 
	border: 1px solid #ddd; 
	color: #000; 
	display: block; 
	font-weight: 400;
	font-size: 13px; 
	padding: 7px 15px; 
	text-decoration: none; 
	text-transform: uppercase; 
	}
#main-nav li a:hover, .radius-link a:hover { 
	background: #fff; 
	border-color: #e7e7de; 
	color: #ffcb05; 
	}
/* Dropdown Menus */

#main-nav li ul {
	position:absolute;
	left: -999em;
	height: auto;
	width: 120px;
	z-index: 1000;	
	margin:0px 0px;	
	}

#main-nav li li {
	width: 120px;
	background: #222;

	}

#main-nav li li a,#main-nav li li a:visited {
	font-weight:normal;
	color:#ffcb05;
	}

#main-nav li li a:hover, #main-nav li li a:active {
	background:#fff;
	}	
		
#main-nav li:hover ul, #main-nav li li:hover ul, #main-nav li li li:hover ul, #main-nav li.sfhover ul, #main-nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover{	
background:none;
	}

* #main-nav, #main-nav ul {
float:right;
list-style: none;
}
/* = text input */
.text-input { 
background: #fff url() repeat-x 0 0; 
border-left-color: #aaa; 
border-top-color: #999; 
border: 1px solid #ccc; 
font-size: 0.9em; 
padding: 5px; }
/* = masthead */
#leaderboard { 
margin-top: 0px;
padding: 10px 0 10px; 
position: relative; 
}
#site-name{ 
padding: 0px 0 10px; 
}

#site-name {
float: left; 
width: 200px; 
}
#site-name h4 { 
font-size: 1.6em; 
margin-top: 15px; 
}
#site-name a img { 
margin-top: 1px; 
}
/* = plain text logo option */
#site-name a { 
border: 0; color: #333; }
#site-name a:hover { 
color: #ffcb05; 
}
/* = main navigation top of page */
.nav-container { 
float: right; 
margin:0 0 0 0; 
width: 700px; 
}
#main-nav { 
font-weight: bold; 
text-align: center; 
text-transform: uppercase; 
}
	#main-nav li { 
	float: left; 
	margin-left: 7px; 
	}
/* = home posts */
.left, 
.recent-leads { width: 607px; }
.post-comments { 
position: absolute; 
right: 7px; 
top: -1px; 
z-index: 1; 
}
.post-comments a { 
-moz-border-radius-bottomleft: 1px; 
-moz-border-radius-bottomright: 1px; 
-webkit-border-bottom-left-radius: 1px; 
-webkit-border-bottom-right-radius: 1px; 
background: #fff; 
border: 1px solid #ddd; 
color: #888; 
display: block; 
font-size: 0.7em; 
font-weight: lighter;
padding: 7px; 
text-align: center; 
}
.post-comments a:hover { 
background: #fff; 
border-color: #ddd; 
color: #ffcb05; 
}
/* = title overlay */
.title-insert { 
text-transform: uppercase;
font-size: 7px;
-moz-opacity: .7; 
background: #e7e7de; 
bottom: 0; 
filter: alpha(opacity=80); 
left: 0; 
opacity: .7; 
position: absolute; 
right: 0; 
width: 100%; 
z-index: 1; 
}
.title-insert a { 
	border: 0; 
	color: #000; 
	display: block; 
	font-size: 1em; 
	font-weight: 500;
	line-height: 1.4em; 
	padding: 9px 10px; }
	
	.title-insert a:hover { 
	color: #ffcb05; 
	}
.main-post-bg, .secondary-post-bg { 
background: #666; 
display: block; 
overflow: hidden; 
overflow: hidden; 
position: relative; 
}
.main-post-bg { 
height: 225px; 
margin: 0 0 10px 0; 
width: 593px; }
.main-post-bg.showhero { 
margin-left: 7px; 
}
.secondary-post-bg { height: 150px; margin: 0 7px 10px 0; width: 293px; }

/* = single entry style */
.home.is-single { 
border-top: 1px solid #ccc; 
}
.post.single { 
line-height: 1.4em; 
padding-top: 0px; 
}

.post.single h2, .post.single h2 a { 
border: 0; 
color: #000; 
text-transform: uppercase;
font-size: 1em;
font-weight: 200; 
line-height: 1.8em; 
}
.post.single h2 a:hover {
color: #ffcb05; 
}
.post.single .showhero h2 a { 
color: #333; 
}
.post.single .showhero h2 a:hover {
color: #ffcb05; 
}
.post.single .entry { 
border-top: 1px solid #ccc; 
padding: 10px 10px 0 0px; 
clear: both; 
}
.post.single .meta { font-size: 0.8em; overflow: hidden; margin: 10px 0 20px 7px; padding: 0; }
		.post.single .meta li { list-style: none; float: left; margin: 0 5px 0 0; padding: 2px 7px; }
		.post.single .meta li.first { background: #e7e7de; border: 1px solid #ccc; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; padding: 2px 7px; }
	.post.single p { line-height: 1.4em; margin: 1.5em 0; }
		.post.single p a, 

.post.single li a { font-weight: 700; }

	.post.single h3 { margin-top: 10px; }
	.post.single blockquote, 
	.post.single ul, 
	.post.single ol { color: #555; margin: 0 15px; }
	.post.single ul li { 
	margin: 0 20px; 
	}
	.post.single ol li { list-style: decimal; margin: 0 20px; }
	.post.single blockquote { 
font-family: Georgia; 
border-left: 1px solid #ccc; 
font-size:1.4em; 
margin-left: 20px; 
padding-left: 10px; 
}
	.post.single img.floatleft,
	.post.single img.alignleft { float: left; margin: 4px 10px 0 0; }
	.post.single img.floatright,
	.post.single img.alignright { float: right; margin: 4px 0 0 10px; }
	.post.single .wp-caption-text { color: #888; font-size: 0.8em; text-align: center; text-transform: uppercase; }
.gallery-item a img { border-color: #e7e7de !important; }
.navigation { clear: both; font-weight: bold; padding: 10px 0; }
	.navigation a { float: left; }
	.navigation .left, 
	.navigation .right { 
	width: 100px; 
	}
	.navigation .left e7e7de
	.navigation .right { margin-right: 15px; text-align: right; }
* html .navigation .right { margin-right: 7px; }
.navigation .right a { float: right; }
.for-tags { background:#e7e7de url(images/clock.png) 0 3px no-repeat;-moz-border-radius: 3px; -webkit-border-radius: 3px; ; border: 1px solid #ddd; border-radius: 3px; font-size: 0.8em; padding: 7px 10px; }

/* = sidebar and widgets style */
.home .right { 
overflow: hidden; 
width: 350px; 
font-size: 12px;
}
.home .right h3 { 
	font-size: 1em; 
	padding: 9px 3px 7px; 
	}
h3.module-title, 
h3.widgetTitle { 
border-bottom: 1px solid #e7e7de; 
border-top: 1px solid #ccc; 
font-size: 0.7em; 
font-weight: 400;
margin: 0 0 10px; 
text-transform: uppercase;
padding: 9px 3px 7px; 
color: #333;
background-color: #e7e7de;
}
h3.module-title a, 
h3.widgetTitle a ffcb05
.widgetContainer { margin: 0 0 20px 0; }

.widgetContainer .textwidget { font-size: 1em; line-height: 1.3em; margin: 0 7px; }
ul.module-list, 
.widgetContainer ul { margin: 0 0 20px 0; }
.module-list li, 
.widgetContainer li { font-size: 1em; line-height: 1.3em; margin: 0 3px 7px 15px; }
.sidebar-nextprev { overflow: hidden; width: 320px; }
	.sidebar-nextprev li { border-left: 1px solid #ccc; float: left; height: 40px; list-style: none; width: 159px; }
		.sidebar-nextprev li.previous { border-right: 1px solid #ccc; }
		.sidebar-nextprev li.next { border-left: 1px solid #ccc; float: right; margin-left: -1px; }
		.sidebar-nextprev li a { border-left: 1px solid #ccc; border: 0; color: #ccc; display: block; font-size: 0.9em; font-weight: bold; height: 40px; margin-left: -1px; }
			.sidebar-nextprev li a:hover { border-color: #ffcb05; color: #ffcb05; }
			.sidebar-nextprev li a span { cursor: pointer; display: block; padding: 15px 0 0 10px; }
.widgetContainer #wp-calendar { border-collapse: collapse; width: 100%; }
#wp-calendar caption { font-weight: bold; margin-bottom: 7px; }
#wp-calendar thead th { border-width: 1px 0; border: 1px solid #ccc; padding: 4px 0 4px 3px; }
#wp-calendar td { color: #777; padding: 3px 0 7px 3px; }
	#wp-calendar td a { font-weight: bold; }
#middle-widgets { width: 970px; }
	#middle-widgets .widgetContainer { clear: top; float: left; margin: 0 11px 15px 0; width: 312px; }
.sidebar-desc { font-size: 0.9em; line-height: 1.4em; margin: 0 4px; }
/* = legacy comments style support */
.legacy .commentlist li ffcb05
.legacy img.avatar { float: right; margin: 0 7px 0 0; }
.legacy cite { font-style: normal; }
.legacy .commentlist li p { margin: 1em 0; }
.legacy .commentlist li ul, 
.legacy .commentlist li ol, 
.legacy .commentlist li blockquote { margin: 1em 15px; }
.legacy .commentlist li ul li, 
.legacy .commentlist li ol li { border: 0 !important; margin: 0 15px !important; padding: 0 !important; }
.legacy .commentlist ol li { list-style: decimal; }
.legacy #respondform { margin-left: 20px; padding: 10px 0 0 0; }
.nocomments { background: #ffffcc; border: 1px solid #BEBE3C; font-size: 0.8em; font-weight: bold; padding: 10px 0; text-align: center; }
/* = style support for threaded comments */
#comments-wrapper, 
#comments-wrapper-form {}
#comments-wrapper p { margin: 15px 0; }
#comments-wrapper .navigation { margin: 0 0 25px 80px; }
h3#comments { clear: both; margin: 20px 0 20px 20px; }
.commentlist { font-size: 0.9em; line-height: 1.4em; }
	.commentlist li.comment, 
	.commentlist li.pingback { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 20px; }
	.commentlist li.comment-author-admin { border-color: #ffcb05; }
	.commentlist li.comment ul, 
	.commentlist li.comment ol, 
	.commentlist li.comment blockquote { margin: 0 15px; }
	.commentlist li.comment blockquote { border-left: 1px solid #ccc; color: #777; font-style: italic; padding-left: 10px; }
	.commentlist ul.children { margin: 0 !important; padding: 0; }
	.commentlist .children li.comment { list-style: none; margin: 15px 0 0 0; padding: 7px 0 0 45px; }
.comment-author img.avatar { float: right; margin: 0 7px 0 0; }
.comment-author cite { font-style: normal; }
.comment-meta { font-size: 0.8em; }
#respond { clear: both; margin-left: 40px; padding: 10px 0 0 0; }
li.comment #respond { margin-left: 0; }
#respond h3 { margin: 0 0 15px 0; }
#respond .text-input { font-size: 12px; margin-right: 4px; width: 160px; }
#respond textarea.text-input, 
#respondform textarea.text-input { margin-right: 0; overflow: auto; width: 97%; }
/* = categories */
#categories { margin: 35px 0 15px; padding: 10px 0; }
	#categories h3 { margin-bottom: 10px; }
	#categories ul { color: #ccc; font-size: 0.9em; line-height: 1.2em; }
	#categories li { display: block; float: left; margin: 0 8px 0 7px; text-align: right; width: 145px; }
		#categories li li { width: 138px; }
		#categories li li li { width: 131px; }
		#categories li li li li { width: 124px; }
		#categories li li li li li { width: 117px; }
		#categories li a { float: left; text-decoration: none; margin: 3px 0;}
/* = search */
#submit{
margin: 0; 
-moz-border-radius: 1px; 
-webkit-border-radius: 1px; 
background: #fff; 
border-radius: 1px; 
padding: 1px; 
}
#submit input { 
color: #777; 
width: 350px;
}

#searchForm { 
margin: 0; 
}
#searchWrap span { 
-moz-border-radius: 1px; 
-webkit-border-radius: 1px; 
background: #fff; 
border-radius: 1px; 
padding: 1px; 
}
#searchWrap input { 
color: #777; 
width: 324px;
}
/* = footer */
#footer { 
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
border-top: 1px solid #ccc; 
margin-top: 15px; 
padding: 20px 0 72px; 
width: 960px; 
}
#footer a { 
font-weight: 600; }
--
#footer_2 {
	border-top:1px solid #E7E7E7;
	height: 65px;
	border-top:solid 1px #e7e7e7;
	clear:both;
	width:auto;
}
#footer_2 #copyright {
	line-height: 65px;
	float: left;
	border-right:solid 1px #e7e7e7;
	padding:0 10px;
}
#footer_2 #sponsor {
	width:258px;
	float: left;
	border-right:solid 1px #e7e7e7;
	padding:10px 10px 20px 10px;
}
#footer_2 #sponsor p {
	padding-bottom:10px;
	font-size:10px;
}
#footer_2 #sponsor a {
	padding-right:5px;
}
#footer_2 #credits {
	line-height: 65px;
	float: right;
	border-left:solid 1px #e7e7e7;
	padding:0 10px;
}

--



/* twitter widget */

span.entry-content{
display: block;
font-weight: 400;
font-size: 1.2em;
margin: .7em 0 0 0;
}
span.entry-content a {
font-size: 1em;
}
span.time-meta{
display: block;
font-size: 0.7em;
text-align: left;
text-transform: uppercase;
}

span.time-meta a{
color: #333;
	
}
span.from-meta{
display: none;
}

