/*
Theme Name: inmoba_minimal
Theme URI: http://inmoba.com/
Description: Minimal theme <a href="http://inmoba.com">Inmoba Networks</a>
Version: 0.1
Author: Luis A. Badiali + Sergio Gonzalez 
Author URI: http://www.inmoba.com/
*/

/* @group fonts-reset */

/*
RESET
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}/*
FONTS
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 helvetica, Verdana, arial;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* @end */

body {
	font-family:Helvetica, Verdana, Arial;
	font-size:12px;
	color:#35383d;
	background:#ececec url(images/body-back.gif) repeat-x 0 top;
}

a:link {
	text-decoration:none;
	color:#0085cf; /* #cc0000; */
	border:0px;
	-moz-outline-style:none;
}

a:active {
	text-decoration:underline;
	color:#0085cf; /* #cc0000; */
	border:0px;
	-moz-outline-style:none;
}

a:visited {
	text-decoration:none;
	color:#0085cf; /* #cc0000; */
	border:0px;
	-moz-outline-style:none;
}

a:hover {
	text-decoration:underline;
	color:#0085cf;
	border:0px;
	-moz-outline-style:none;
}

a:focus {
	outline:none;
	-moz-outline-style:none;
}

img {
	padding:0px;
	margin:0px;
	border:none;
	text-align:center;
}

hr {
	border-left:0px solid #abb0b5;
	border-right:0px solid #abb0b5;
	border-top:1px dotted #abb0b5;
	border-bottom:0px solid #abb0b5;
	height:1px;
}

form {
	padding:0px;
	margin:0px;
}

input {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}

textarea {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}

select {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

h1 {
	font-size:24px;
	margin-bottom:15px;
}

h2 {
	font-size:18px;
	color:#0085cf;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
	border-bottom:1px dotted #abb0b5;
	padding-bottom:0;
	margin-bottom:15px;
	color:#333;
	font-weight:bold;
}

h2 a:link, h2 a:visited, a:hover {
	color:#0085cf;
}

small.PostTime {
	display:block;
	padding:5px;
	background-color:#f2f2f2;
	width:37px;
	float:left;
	margin-right:10px;
	margin-bottom:3px;
}

strong.day {
	font-size:14px;
	font-weight:bold;
}

strong.month {
	font-size:10px;
	font-weight:normal;
	font-style:normal;
}

strong.year {
	font-size:12px;
	letter-spacing:0.2em;
	font-weight:normal;
	font-style:normal;
}

small.PostAuthor {
	display:block;
	margin-top:10px;
}

#group ul li {
	list-style-position:outside;
	list-style-type:square;
	margin-left:14px;
	opacity:1;
	margin-bottom:5px;
}

.about {
	background:#f2f2f2;
	padding:10px;
	height:128px;
	border:1px solid #ccc;
}

.about2 {
	background:#fffae7;
	padding:10px;
	height:128px;
	border:1px solid #ffeb9d;
	line-height:1.2em;
}

.about h3, .about2 h3 {
	font-size:24px;
	padding-bottom:0;
	margin-bottom:10px;
	color:#000;
	border-bottom-style:none;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}

em {
	font-style:italic;
}

p.tw {
	font-size:11px;
	margin-bottom:5px;
}

/* ------------------------ */

#group {
	width:958px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background-color:#fff;
	border:1px solid #999;
}

#content {
	width:399px;
	float:left;
	border-right:1px solid #ccc;
	padding:130px 20px 20px;
}

#content p {
	margin-bottom:15px;
	line-height:1.5em;
}

#header {
	width:960px;
	background:url(images/header.jpg) no-repeat center top;
	height:110px;
	position:absolute;
	left:-1px;
	top:-1px;
	border-bottom:1px solid #999;
}

#header-es {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	background:url(images/header-es.jpg) no-repeat center top;
	height:110px;
	position:absolute;
	left:-1px;
	top:-1px;
	border-bottom:1px solid #999;
}

.language {
	position:absolute;
	top:125px;
	right:25px;
	font-size:11px;
}

img.logo {
	margin-top:3px;
}

#sidebar {
	width:518px;
	float:right;
	padding-top:110px;
}

#column-left {
	width:280px;
	float:left;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
}

#column-right {
	width:157px;
	float:right;
	border-left:1px solid #ccc;
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
}

#column-right .aktt_tweets {
	overflow:hidden;}

#footer {
	width:960px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

ul.menu {
	display:block;
	color:#fff;
	position:absolute;
	top:90px;
	left:8px;
}

ul.menu li {
	display:inline;
	font-weight:bold;
	margin-right:10px;
}

ul.menu li a:link, ul.menu li a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

ul.menu li a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

#smart-banner {
	width:280px;
	height:150px;
	background:#ccc;
}

strong {
	font-weight:bold;
}

.alignleft {
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left:10px;
	margin-bottom: 10px;
}

/* Diagnostic CSS
div:empty, span:empty,
li:empty, p:empty,
td:empty, th:empty {padding: 0.5em; background: yellow;}

*[style], font, center {outline: 5px solid red;}
*[class=""], *[id=""] {outline: 5px dotted red;}

img[alt=""] {border: 3px dotted red;}
img:not([alt]) {border: 5px solid red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([title]) {outline: 5px solid fuchsia;}

table:not([summary]) {outline: 5px solid red;}
table[summary=""] {outline: 3px dotted red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}

a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}

 */