/*  
Theme Name: Dominitis
Theme URI: http://www.dominitis.com/
Description: Tema Dominitis.com para el blog de <a href="http://www.dondominio.com">DonDominio.com</a>.
Version: 1.1
Author: Soluciones Corporativas IP
Author URI: http://www.scip.es/

*/

/*=================
 Master / Reset
=================*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #ff7200;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #fff url(images/bg.gif) repeat-x;
	color: #353535;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 1.2;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #594d4d;
	font-weight: normal;
	font-family: Helvetica, Arial, Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	line-height: 1em;
	margin-bottom: .2em;
}
h1, h2 {
	clear: left;
	font-size: 34px;
	margin-bottom: 0;
}
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
html {
	font-size: 100.01%;
}
input {
	margin: 0;
	padding: 0;
}
li {
	padding-bottom: .4em;
}
label {
	cursor: pointer;
}
ol, ul {
	list-style: none;
	padding: 0 0 1.25em 0;
}
p {
	margin: 0 0 1.25em 0;
	line-height: 1.3em;
}
small {
	font-size: 11px;
}
sup {
	bottom: 0.3em;
	position: relative;
}
sub {
	bottom: -0.2em;
	position: relative;
}
strong {
	font-weight: bold;
}

/*=================
 Estructura comun
=================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
html, body {
	height: 100%;
}
body {
	margin: 0;
}
h1.sub {
	border-bottom: 2px solid #666;
	font-size: 24px;
	margin-bottom: 20px;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	color: #594d4d;
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	color: #786a6a;
}
	
#wrapper {
	background: url(images/mainbg.png) repeat-y;
	margin: 0 auto;
	min-height: 100%;
	width: 980px;
}
#content {
	margin: 0 auto;
	padding: 10px 0;
	width: 930px;
}
#nonfooter {
	height: 100px;
	display: block;
	clear: both;
}
#footer {
	background: #FFC374 url(images/footer.gif) repeat-x 0 0;
	height: 100px;
	margin: -100px 0 0 0;
}
#ddbar {
	background: #000;
	height: 30px;
	margin: 0 auto;
	text-align: right;
	width: 970px;
}
#ddbar a img {
	margin-right: 20px;
	padding-top: 5px;
}
#header {
	background: url(images/header2.jpg) no-repeat;
	display: block;
	height: 200px;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
#colizq {
	border-right: 1px solid #ddd;
	float: left;
	padding: 0 40px 0 10px;
	width: 600px;
}
#colder {
	/*background: url(images/colderbg.gif) no-repeat;*/
	float: right;
	width: 260px;
}

/*=================
  Estilos basicos
=================*/
.center {
	text-align: center;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#header strong {
	font-weight: normal;
	position: absolute;
	bottom: 20px;
	right: 70px;
}
a#header,
a#header:link,
a#header:visited,
a#header:hover,
a#header:active {
	color: #353535;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 28px;
	font-style: italic;
	text-decoration: none;
}
.post {
	margin-bottom: 4em;
}
.post img {
	float: left;
	margin: 5px 10px 5px 0;
}
.entry {
	color: #555;
	font-family: "Lucida Grande", Arial, Verdana, Sans-serif;
}
.entry p {
	line-height: 1.5em;
}
.entry ul li {
	background: url(images/bullet.gif) no-repeat 15px .5em;
	padding-left: 2.5em;
}
.postnoborder {
	border-bottom: none;
}
.date, .postmetadata {
	clear: left;
	color: #878787;
	font-size: 12px;
}
.alt {
	background: #EFF3FB;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}
.nav {
	height: 30px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.alt a,
.alt a:link,
.alt a:visited,
.alt a:active {
	color: #114ea9;
}
.alt a:hover {
	text-decoration: underline;
}
.commentlist {
	padding-left: 0;
}
.commentlist li {
	margin-bottom: 1.5em;
	padding: 10px;
}
.commentlist li .date {
	display: block;
	margin-bottom: 1em;
}
.comment {
	/*background: #f0f4fb url(images/commentbg.jpg) no-repeat;*/
	border: 1px solid #e8e8e8;
}
.comment p {
	color: #555;
	line-height: 1.5em;
	margin: 1em 0 0 0;
}
#respond {
	margin-bottom: 15px;
}
#commentform textarea {
	width: 100%;
}
#commentform .th input {
	border: 1px solid #97b2e9;
	color: #555;
	padding: 5px 2px;
	width: 170px;
}
#commentform textarea {
	border: 1px solid #97b2e9;
	color: #555;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	padding: 2px;
}
#commentform label {
	color: #555;
	font-weight: bold;
	margin-left: 5px;
}
#commentform label span {
	color: #aaa;
	font-weight: normal;
}
#commentform #submit {
	background: url(images/enviarcomentario.gif) no-repeat 0 0;
	border-width: 0;
	cursor: pointer;
	height: 26px;
	overflow: hidden;
	text-indent: -999px;
	width: 120px;
}
#commentform div.th {
	margin-bottom: .7em;
}
.searchform .s {
	color: #555;
	border: 1px solid #97B2E9;
	margin: 0 5px 0 0;
	padding: 3px 2px;
	width: 180px;
	vertical-align: top;
}
.searchform .searchsubmit {
	background: url(images/buscar.gif) no-repeat 0 0;
	border-width: 0;
	cursor: pointer;
	height: 26px;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
	width: 64px;
}
#footerinner {
	color: #444;
	margin: 0 auto;
	width: 930px;
}
#footer p {
	font-size: 11px;
	margin: 0;
	padding-top: 15px;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footerlogo {
	float: left;
	margin: 0 10px 0 0;
}
.footerleft {
	float: left;
	width: 65%;
}
.footerright {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 35%;
}
.footerright li {
	float: left;
	font-size: 12px;
}
.footerright li a,
.footerright li a:link,
.footerright li a:visited,
.footerright li a:hover,
.footerright li a:active {
	padding: 0 20px 0 0;
}
#colder h2 {
	font-size: 22px;
}
#colder h3 {
	border-bottom: 1px solid #ddd;
	color: #ff911b;
	font-size: 18px;
	margin: 0 0 8px 0;
}
#colder .block {
	margin-bottom: 35px;
}
#colder a {
	color: #114EA9;
}
#submit {
	margin-bottom: 10px;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
#errorpage h2 {
	color: #777;
	font-size: 22px;
	margin: 10px 0 30px 0;
}
#errorpage ul li {
	background: url(images/bullet.gif) no-repeat 15px .5em;
	padding-left: 2.5em;
}
#errorpage a,
#errorpage a:link,
#errorpage a:visited,
#errorpage a:hover,
#errorpage a:active {
	color: #555;
}

/* compartir */
#social {
	height: 26px;
}
#social strong {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	width: 75px;
}
#social a,
#social a:link,
#social a:visited,
#social a:hover,
#social a:active {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 16px;
	margin: 0 10px 10px 0;
	width: 16px;
}
#share_men {
	background-image: url(images/share/meneame.gif);
}
#share_dig {
	background-image: url(images/share/digg.png);
}
#share_fre {
	background-image: url(images/share/fresqui.png);
}
#share_fac {
	background-image: url(images/share/facebook.gif);
}
#share_goo {
	background-image: url(images/share/google_bmarks.gif);
}
#share_win {
	background-image: url(images/share/windowslive.gif);
}
#share_yah {
	background-image: url(images/share/yahoo_myweb.gif);
}
#share_del {
	background-image: url(images/share/delicious.png);
}
#share_tec {
	background-image: url(images/share/technorati.gif);
}

ul.twitter {
}
li.twitter-item {
	font-size: 12px;
	line-height: 1.3em;
	background:transparent url(images/bullet.gif) no-repeat scroll 5px 0.5em;
	padding: 0 0 15px 1.5em;
}
p.twitter-message {
}
.twitter-timestamp, .twitter-timestamp abbr
{
	border-width: 0;
	cursor: default;
	color: #999;
	font-size: 11px;
	display: block;
}
a.twitter-link {
}
a.twitter-user {}
