/*
Theme Name: CiF Theme for Wordpress
Theme URI: http://www.cif.es
Description: Minimalist wordpress theme built from scratch with two basic principles: content comes first and the smallest possible size. Valid XHTML (strict), Valid CSS with no hacks, simple and clean code, lightweight, Wordpress 2.7+ compatible, threaded comments, microformats, sticky-post, SEO, options page, printer friendly, post thumbnails (WP 2.9+), enhanced archives template, localization supported.
Version: 0.1
Author: CiF
Author URI: http://www.cif.es
Tags: white, light, two-columns, fixed-width, left-sidebar, threaded-comments, sticky-post, theme-options, microformats
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/*===== o0o: STRUCTURE =====*/
html {
font-size:100%;
}
html,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
border:0;
outline:0;
margin:0;
padding:0;
}
body {
margin:0;
padding:0;
border:0;			/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
text-align:center;
color:#111;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
/* 
font-size:90%;
font-family:Arial, Helvetica, sans-serif;
line-height:1.6em;
*/
}

.entry {
  font-size: 11pt;
  width: 700px;
}

ul, li {
	list-style:none;
	margin:0px;
	padding:0px;
}
img {
	border:0px;
}
h1 {
        font-size:12pt;
}

h2 {
        font-size:11pt;
}
#fixed {
margin:0 auto;
width:990px;   		/* you can use px, em or % */
text-align:justify;
background:#fff;
}

#header {
clear:both;
background-color:#144393;
background-image:url(images/default.jpg);
background-repeat:no-repeat;
background-position:center;
/*border-bottom:solid 1px #eaeaea;*/
height:119px;
padding:0px;
margin-bottom:10px;
}
#header h1 { text-indent:-10000px; }
#header .description { text-indent:-10000px; }

.colmask {
position:relative;	/* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}
.colright, .colmid, .colleft {
float:left;
width:100%;
position:relative;
}
.col1, .col2, .col3 {
float:left;
position:relative;
padding:0 0 1em 0;
overflow:hidden;
}
.rightmenu .colleft {
right:30%;			/* right column width */
background:#fff;	/* left column background colour */
border-right:solid 0px #eaeaea;
}

.rightmenu .col1 {
width: 700px;
padding: 0 1em 0 1em;
}

.rightmenu .col2 {
width:26%;			/* right column content width (right column width minus left and right padding) */
left:30%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
font-size:1em;
line-height:1.6em;
}
#footer {
clear:both;
float:left;
width:100%;
/*border-top:solid 1px #eaeaea;*/
font-size:1em;
line-height:1.2em;
padding-top:50px;
padding-bottom:20px;
}

/*===== o0o: TYPO =====*/
/* Typography General */
.post,.page {
padding-bottom:10px;
padding-top:15px;
}
.description {
color:#999;
font-size:1em;
font-weight:400;
padding:7px 0 0 12px;
width:300px;
display:block;
}
.postinfo {
color:#999;
font-size:1em;
line-height:1.25em;
margin:10px 0;
clear:left;
}
.sticky {
padding:0 10px 10px;
border:solid 1px #ccc;
margin-bottom:30px;
background:#f8f8f8;
}
blockquote {
background:url(images/blockquote.gif) top left no-repeat;
margin:10px 40px 10px 20px;
font-style:italic;
padding:3px 3px 3px 40px;
}
pre {
width:100%;
white-space:pre-wrap;
}
code {
font: 12px/20px Consolas, Monaco, 'Lucida Console', monospace  normal;
color: #596878;
}
input,textarea,select {
font-family: Arial, Helvetica, sans-serif;
border:1px solid #ccc;
background:#f8f8f8;
color:#333;
font-size:1em;
}
small {
font-size:1em;
color:#999;
}
.printinfo {
display:none;
}

/* Header styles */
h1,h2,h3,h4 {
font-weight:700;
color:#111;
padding:20px 0 0;
}
#header h1 {
font-weight:700;
font-size:2em;
padding:60px 0 0 10px;
}
h1 {
font-size:1.50em;
}
h2 {
font-size:1.35em;
}
h3 {
font-size:1em;
}
.col2 h3 {
font-size:1.25em;
padding:0;
margin:20px 0 0;
}
h4 {
font-size:1em;
}

/* Sidebar */
.col2 ul {
margin:0 0 30px;
padding:0;
}
.col2 ul li ul {
margin:0;
padding:0;
}
.col2 ul li {
list-style:none;
}
.col2 ul li ul li {
list-style:none;
list-style-position:outside;
list-style-image:url(images/arrow.gif);
margin-left:17px;
}
.col2 p {
margin-top:0;
}

/*===== o0o: LINKS =====*/
a,a:visited {
text-decoration:none;
color:#26a;
outline:none;
}
a:hover {
color:#0e4071;
text-decoration:underline;
}
.col2 a:hover {
text-decoration:none;
}
.postinfo a, .postinfo a:visited {
text-decoration:none;
color:#999;
}
.postinfo a:hover {
color:#111;
text-decoration:none;
}
h2.posttitle,h2.posttitle a {
font-size:16px;
font-weight: normal;
color:#0A6EAA;
text-align: justify;
text-transform: uppercase;
padding: 0px;
}
#header a,#header a:hover {
color:#111;
text-decoration:none;
}

/*===== o0o: COMMENTS =====*/
ul.commentlist {
margin:0;
padding:0;
}
ul.children {
margin-left:0.5em;
}
ul.commentlist,ul.children {
list-style-type:none;
}
ul.commentlist li div.vcard img.avatar {
border:1px solid #999;
padding:2px;
margin:4px 5px 0 0;
float:left;
}
ul.commentlist .commentmetadata {
font-size:0.9em;
}
ul.commentlist .comment-author {
padding-top:4px;
border-top:1px dotted #999;
}
ul.commentlist .comment-meta {
padding-bottom:4px;
border-bottom:1px dotted #999;
}
.reply {
margin-bottom:1em;
}
span.says {
display:none;
}
h4#comments,h4#pings {
margin:0 0 1em;
font-size:1.125em;
}
h4#postcomment {
margin:0;
font-size:1.125em;
}
.commentmeta {
border-top:1px dotted #999;
border-bottom:1px dotted #999;
}
.commentmeta li {
font-size:.87em;
}
li.author,li.date {
font-style:italic;
}

/*===== o0o: FORMS =====*/
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;
}
#commentform #submit {
margin:0 0 5px auto;
}
div#search{
border:none;
position:relative;
margin-top:25px;
margin-bottom:60px;
}
div#search form#searchform{
position:absolute;
top:0;
width:180px;
height:25px;
border:1px solid #ccc;
background-color:#f8f8f8;
}
div#search form#searchform .searchinput{
position:absolute;
padding-left:2px;
top:5px;
color:#666;
font-size:13px;
width:145px;
border:0;
}
div#search form#searchform .button{
position:absolute;
top:0px;
left:155px;
background:url(images/mag.gif) no-repeat;
height:25px;
width:25px;
border:0;
cursor:pointer;
}

/*===== o0o: IMAGES =====*/
/* Images General */
.alignleft {
float:left;
}
.alignright {
float:right;
}
img {
border:0;
}
img.avatar {
float:left;
padding-right:5px;
}
p img {
max-width:100%;
padding:0;
}
img.alignleft{
margin: 3px 10px 2px 0;
}
img.alignright{ 
margin: 3px 0 2px 10px;
}
img.alignleft, img.alignright{
padding: 4px;
border: 1px solid #eee;
display: inline;
}
img.centered,.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

/* Captions */
.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f8f8f8;
padding-top:4px;
margin:10px;
}
.wp-caption img {
border:0 none;
margin:0;
padding:0;
}
.wp-caption p.wp-caption-text {
color:#666;
font-style:italic;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

/*===== o0o: WIDGETS =====*/
div#calendar_wrap,table#wp-calendar {
width:100%;
}
div#calendar_wrap {
padding:0 15px 0 5px;
}
div#calendar_wrap caption {
font-size:1.1em;
font-weight:700;
padding:0 20px 0 0;
}

/*===== o0o: PLUGINS =====*/
/* Wp Page Numbers */
#wp_page_numbers ul,#wp_page_numbers li,#wp_page_numbers a {
background:#fff;
padding:0;
margin:0;
border:none;
text-decoration:none;
font-weight:400;
font-style:normal;
list-style:none;
text-transform:none;
text-indent:0;
font-variant:normal;
text-align:left;
line-height:12px;
letter-spacing:0;
word-spacing:0;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
}
#wp_page_numbers {
margin-top:10px;
width:100%;
background:#fff;
}
#wp_page_numbers ul {
width:100%;
}
#wp_page_numbers li {
float:left;
display:block;
margin-bottom:2px;
}
#wp_page_numbers a {
color:#26a;
border:none;
padding:3px;
padding-left:5px;
padding-right:5px;
margin-left:2px;
margin-right:2px;
display:block;
text-decoration:none;
}
#wp_page_numbers li a:hover {
text-decoration:underline;
}
#wp_page_numbers li.space {
padding:6px;
padding-left:2px;
padding-right:2px;
}
#wp_page_numbers li.first_last_page {
font-style:italic;
}
#wp_page_numbers li.active_page a, #wp_page_numbers li.active_page a:hover {
color:#000;
}
#wp_page_numbers li.page_info {
float:left;
display:block;
padding:3px;
padding-left:5px;
padding-right:5px;
margin-right:2px;
color:#000;
font-size:1em;
}

/* Lightsocial */
.lightsocial_container{
margin-top:10px;
margin-bottom:55px;
position:relative;
}
.lightsocial_element {
margin-left:4px;
margin-right:4px;
display:inline;
float:left;
}

/* Flickrss */
ul.flickr li, .col2 ul li ul.flickr li {
list-style:none;
list-style-position:outside;
margin-left:0;
display:inline;
padding-right:5px;
}
ul.flickr {
margin-left:0;
padding-left:0;
}

/*===== o0o: FIXES =====*/
/* Floats */
clearFloat {
clear:both;
}

/* menu styles */
div#site_left_250 {
width:250px;
text-align:justify;
}

div.module_menu {
  width: 250px;
  text-align:justify;
  float: left;
}

div.module_header_top  {
background-color:#444444;
background-image:url("images/module_header_top.gif");
background-position:right top;
background-repeat:no-repeat;
height:4px;
overflow:hidden;
}

div.module_content {
background-color:#EFEFEF;
background-image:url("images/module_content_right.gif");
background-position:right center;
background-repeat:repeat-y;
overflow:hidden;
padding:10px 17px 10px 10px;
text-align:left;
}

div.module_bottom_250  {
background-image:url("images/module_bottom_250.gif");
height: 16px;
}

.fl {
float:left;
}

a {
	font-size:11pt;
	color:#000;
	text-decoration:none;
}

a:visited {
	font-size:11pt;
	color:#000;
	text-decoration:none;
}

a:hover {
	font-size:11pt;
	color:#676767;
	text-decoration:none;
}

li#current.active {
        font-weight:bold;
}

li.current_page_item {
        font-weight:bold;
}

.module_content li {
	display:block;
	margin:0px 4px 0px 0px;	
	padding:10px 6px 8px 20px;
	background-image:url(images/li_bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


.module_content li li{
	display:block;	
	margin:0px 4px 0px 0px;
	padding:2px 6px 4px 16px;
	background-image:none;
	background-image:url(images/submenu.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.module_content li li li{
	display:block;	
	margin:0px 4px 0px 0px;
	padding:2px 6px 2px 16px;
	background-image:none;
	background-image:url(images/submenu2.gif);
	background-repeat:no-repeat;
	background-position:left top;
}


#menu_header {
  padding-top:89px;
  width:360px;
}

#menu_header li {
  list-style: none outside none;
  padding: 6px 10px 8px;
  background-image: url("images/topmenu_back.gif");
  background-repeat: repeat-x;
  border-right: 1px solid;
  float: left;
  height: 16px;
  margin: 0 3px 0 0;
}

#menu_header li:hover {
	background-image:url(images/topmenu_back_hover.gif);
}

ul.topos li {

  background-image:url("images/topito_rojo.gif");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  margin-left:15px;
  margin-bottom:5px;
  padding-left: 13px;
}

ul.triangulos li {

  background-image:url("images/triangulo_rojo.gif");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  margin-left:15px;
  margin-bottom:5px;
  padding-left: 13px;
}