/*
___ ____ _  _ ___  ____ 
 |  |___ |\/| |__] |  | 
 |  |___ |  | |    |__| 
Â©2009 www.tempointeractiu.com 

*/

/* reset.css */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body {
    font-family:'Open Sans', 'Helvetica Neue', 'Arial'; background-color:#eaeaea; 
	color:#777; text-align:left;
	}
strong, b, h1, h2, h3, h4 { font-weight:700; }



ul{ list-style:none; }
img{ border:none; }


div#wrapper { width:750px; margin:0 auto; 
    background-image:url('../img/bg.jpg'); background-repeat:no-repeat; 
    background-color:#fff; padding:0px 30px 0px 30px; }

.debug { border: 1px solid black; }

a { text-decoration: none; outline:none; color: #2498c3; border:none;}
a:hover { text-decoration: underline; color:#c95109; }
div.clear { clear:both }

div#header { 
    font-size:16px; 
    padding-top:40px; line-height: 20px; 
    border-bottom:1px dotted #285879; padding-bottom:30px; 
    color:#5b8798;
    }
div#header a { color:#285879 }
div#header a.logo {  font-weight:Bold; }

h2 { color:#2a5878; font-size:22px; padding-top:8px  }
h3 { font-size:18px; padding-bottom:10px;  }
 
div.item { padding-top:10px;  }
div.item p.date { display:block; float:left; width:100px; color:#666; 
    color:#0a8fb3;  padding-left:0px; }
div.item p.teasehome { padding-left: 100px; font-size:14px; }

div.content_title p.date { font-size:12px; padding-top:20px;  }
div.content_title h2 { font-size:26px; padding-top:5px; padding-bottom:15px;  }

div.content p { font-size:14px; line-height:18px; }
div.content p.tease { color:#4e6575; padding-bottom:10px; font-size:16px; line-height:20px; }

div.body {margin-top:10px; padding-bottom:20px; color:#666; }
div.body p {  padding: 8px 0 8px 0; }
div.body h3, div.body h4, div.body h5 { padding: 14px 0 4px 0; color:#2A5878; }
div.body ul { padding-left:25px; padding-bottom:8px; line-height:18px; }
div.body ul li { list-style:square; font-size:14px;  }


div.categorias { margin-top:30px; border-top:1px dotted #aaa; padding-top:10px; }
div.categorias h3 { font-size:18px; }


div.content form {  font-size:0.9em; border-top:1px solid #eaeaea; 
    padding:10px; }
div.content form textarea { display:block; float:none; width:50%; }
div.content form p { padding:0.5em; }

p.inline_tag_list { border-top:1px dotted black; font-size:8px; 
    padding-top:5px; color:#666; margin-top:30px;}

p.other_posts { font-size:11px; padding:20px; }
div.comment { margin: 10px 0 10px 0; }

div#pie {  font-size:12px;  border-top: 1px solid #666; padding-top:5px; padding-bottom:40px; }

div.content p.pagination { padding-top:30px; text-align:center; font-size:12px; font-weight:700; }
p.pagination a { padding:2px; background-color:#eee; }

div.dos { font-size: 14px; line-height:18px; }


#post_search_form { padding:0px; margin:0px; float:right;}
#search { border:2px solid #eaeaea; padding:3px; }
#post_search_form input.button { border: 2px solid #eaeaea; background-color:#eaeaea; padding:3px; }

