/*
Theme Name: Modern Clix
Them URI: http://www.rodrigogalindez.com
Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
Version: 1

Media: Screen
Version: Tue 6, Jan 2008
Author: Rodrigo Galindez
Author URI: http://www.rodrigogalindez.com
Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar

*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
&nbsp;&nbsp;&nbsp; margin: 0;
&nbsp;&nbsp;&nbsp; padding: 0;
}

/* Added by Geir to fix IE7 problem */
.span-8a {

&nbsp;&nbsp;&nbsp; width: 430px;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; padding-left:0px;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; float:left;
}

/* -------------------------------- [ General Elements ] */

body {
&nbsp;&nbsp;&nbsp; font-family: Arial, Verdana, sans-serif;
&nbsp;&nbsp;&nbsp; font-size: 62.5%;

/*&nbsp;&nbsp;&nbsp; background: transparent url(images/grid-900.gif) repeat-y top center; */
&nbsp;&nbsp;&nbsp; background: #fff;
&nbsp;&nbsp;&nbsp; color: #111;
}

hr {
&nbsp;&nbsp;&nbsp; display: none;
}

img {
&nbsp;&nbsp;&nbsp; vertical-align: middle;
&nbsp;&nbsp;&nbsp; border: 0;

}

h1, h2, h3, h4 {
&nbsp;&nbsp;&nbsp; padding-left: 8px;
&nbsp;&nbsp;&nbsp; padding-right: 8px;
&nbsp;&nbsp;&nbsp; color: #000;
}

h1 {
&nbsp;&nbsp;&nbsp; margin-bottom: .3em;
&nbsp;&nbsp;&nbsp; font-size: 2.8em;
&nbsp;&nbsp;&nbsp; line-height: .95em;
}

h2 {
&nbsp;&nbsp;&nbsp; margin-bottom: 1em;

&nbsp;&nbsp;&nbsp; font-size: 1.8em;
&nbsp;&nbsp;&nbsp; line-height: 1.3;
}

h3 {
&nbsp;&nbsp;&nbsp; margin-bottom: 1em;
&nbsp;&nbsp;&nbsp; font-size: 1.8em;
&nbsp;&nbsp;&nbsp; line-height: 1.3;
}

h4 {
&nbsp;&nbsp;&nbsp; margin-bottom: .6em;
&nbsp;&nbsp;&nbsp; font-size: 1.3em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;

}

h5 {
&nbsp;&nbsp;&nbsp; margin-bottom: 1em;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;

}

p {
&nbsp;&nbsp;&nbsp; margin-bottom: 1em;
&nbsp;&nbsp;&nbsp; padding-left: 8px;
&nbsp;&nbsp;&nbsp; padding-right: 8px;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;

}

a {
&nbsp;&nbsp;&nbsp; text-decoration: none;
&nbsp;&nbsp;&nbsp; font-weight: bold;
&nbsp;&nbsp;&nbsp; color: #000;
}

a:hover {
&nbsp;&nbsp;&nbsp; color: #E90015;
}

acronym {
&nbsp;&nbsp;&nbsp; border-bottom: 1px dotted #eee;
}

kbd {
&nbsp;&nbsp;&nbsp; font-family: "Monaco", "Courier New", fixed;

&nbsp;&nbsp;&nbsp; font-size: 1em;
&nbsp;&nbsp;&nbsp; text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
&nbsp;&nbsp;&nbsp; width: 90em;
&nbsp;&nbsp;&nbsp; margin: 0 auto;
&nbsp;&nbsp;&nbsp; margin-top: 3em;
&nbsp;&nbsp;&nbsp; margin-bottom: 3em;

&nbsp;&nbsp;&nbsp; overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
&nbsp;&nbsp;&nbsp; padding: 0 0 .5em 0;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

#main-nav ul {
&nbsp;&nbsp;&nbsp; list-style-type: none;

}

#main-nav li.page_item {
&nbsp;&nbsp;&nbsp; margin-right: 2.2em;
&nbsp;&nbsp;&nbsp; float: left;
}

#main-nav li a {
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
&nbsp;&nbsp;&nbsp; padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */


#header {
&nbsp;&nbsp;&nbsp; height: 19em;
&nbsp;&nbsp;&nbsp; border-top: 1px solid #333;
&nbsp;&nbsp;&nbsp; border-bottom: 1px solid #333;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

#header h1 {
&nbsp;&nbsp;&nbsp; margin-top: .45em;
}

#header h1 a, #header h2 {

&nbsp;&nbsp;&nbsp; color: #000;
}

/* ------------------------------------------ [ Content ] */

#content {
&nbsp;&nbsp;&nbsp; padding-top: 1em;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

ul.nav {
&nbsp;&nbsp;&nbsp; margin: 0 0 2em 0;
&nbsp;&nbsp;&nbsp; list-style-type: none;

}

.nav li {
&nbsp;&nbsp;&nbsp; margin: 0;
&nbsp;&nbsp;&nbsp; padding: .4em 8px .5em 8px;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
&nbsp;&nbsp;&nbsp; border-bottom: 1px dotted #bbb;
}

.nav li.last {
&nbsp;&nbsp;&nbsp; border-bottom: 0;
}


ul.navlinks {
&nbsp;&nbsp;&nbsp; position: absolute;
&nbsp;&nbsp;&nbsp; top: 36.4em;
&nbsp;&nbsp;&nbsp; list-style-type: none;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

.navlinks li {
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
}

.navlinks li a {

&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
&nbsp;&nbsp;&nbsp; background: #000;
&nbsp;&nbsp;&nbsp; color: #fff;
}

/* -------------------------------------------- [ Post ] */


.post {

&nbsp;&nbsp;&nbsp; padding: 1em 0 2em 0;
&nbsp;&nbsp;&nbsp; border-top: 1px solid #ccc;
&nbsp;&nbsp;&nbsp; overflow: hidden;
&nbsp;&nbsp;&nbsp; clear: both;
}

.post-content p, .post-content h5, .post-content code {
&nbsp;&nbsp;&nbsp; width: 30.7em;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-size: 1.4em;

}

.post-content h3 {
&nbsp;&nbsp;&nbsp; line-height: 1.1;
}

.post-content h3 a{
&nbsp;&nbsp;&nbsp; color: black;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight:bold;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border:none;
}
.post-content h3 a:hover{
&nbsp;&nbsp;&nbsp; color: red;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background:white;

}

.post-content a{
&nbsp;&nbsp;&nbsp; color:red;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border-bottom:1px solid red;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; font-weight:normal;
}
.post-content a:hover{
&nbsp;&nbsp;&nbsp; color:white;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; background:red;
}

.post-content h5 {

&nbsp;&nbsp;&nbsp; margin-top: 2.5em;
&nbsp;&nbsp;&nbsp; margin-bottom: .5em;
&nbsp;&nbsp;&nbsp; padding-left: 8px;
&nbsp;&nbsp;&nbsp; padding-right: 8px;
&nbsp;&nbsp;&nbsp; text-transform: uppercase;
}

.post-content blockquote {
&nbsp;&nbsp;&nbsp; margin: 0 3.2em 0 3.2em;
}


.post-content blockquote p {
&nbsp;&nbsp;&nbsp; width: 25em;
&nbsp;&amp;nbsp;&amp;nbsp; padding: 0;
}

.post-content blockquote ul {
&nbsp;&nbsp;&nbsp; width: 30em;
}

.post-content dl {
&nbsp;&nbsp;&nbsp; margin: 0 0 1em 0;
&nbsp;&nbsp;&nbsp; padding-left: 8px;
&nbsp;&nbsp;&nbsp; padding-right: 8px;

&nbsp;&nbsp;&nbsp; font-size: 1.4em;
}

.post-content dt {
&nbsp;&nbsp;&nbsp; margin: 0 0 .5em 0;
&nbsp;&nbsp;&nbsp; font-weight: bold;
&nbsp;&nbsp;&nbsp; font-size: 1em;
}

.post-content dd {
&nbsp;&nbsp;&nbsp; width: 30em;
&nbsp;&nbsp;&nbsp; margin: 0 0 1em 2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;

}

.post-content ul, .post-content ol {
&nbsp;&nbsp;&nbsp; margin-left: 30px;
&nbsp;&nbsp;&nbsp; padding-right: 8px;
&nbsp;&nbsp;&nbsp; list-style-type: none;
}

.post-content li {
&nbsp;&nbsp;&nbsp; margin: 0 0 1em 0;
&nbsp;&nbsp;&nbsp; padding-left: 20px;
&nbsp;&nbsp;&nbsp; font-size: 1.4em;

&nbsp;&nbsp;&nbsp; background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
&nbsp;&nbsp;&nbsp; margin-left: 8px !important;
}

.post-content ol li {
&nbsp;&nbsp;&nbsp; padding-left: 0;
&nbsp;&nbsp;&nbsp; list-style-type: decimal;

&nbsp;&nbsp;&nbsp; background: none;
}

.post-content code {
&nbsp;&nbsp;&nbsp; font-family: "Monaco", "Courier New", fixed;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
}

.post-content pre {
&nbsp;&nbsp;&nbsp; margin: 2em 0 2em 0;
&nbsp;&nbsp;&nbsp; padding: 2em;

&nbsp;&nbsp;&nbsp; font-size: 1.4em;
&nbsp;&nbsp;&nbsp; background: #eee;
&nbsp;&nbsp;&nbsp; overflow: auto;
}

.post-content pre code {
&nbsp;&nbsp;&nbsp; color: #222;
}

.post-content .quote-author {
&nbsp;&nbsp;&nbsp; float: right;
}

.post-content img.border{
	border: 3px solid #cccccc;
}


/* -------------------------------------- [ Commentary ] */

#commentary {
&nbsp;&nbsp;&nbsp; border-top: 1px solid #111;
&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; overflow: hidden;
&nbsp;&nbsp;&nbsp; clear: both;
}

.comment {
&nbsp;&nbsp;&nbsp; margin: 0 0 3em 0;

&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; border-top: 1px dotted #bbb;
&nbsp;&nbsp;&nbsp; clear: both;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

.comment dt {
&nbsp;&nbsp;&nbsp; margin: 0 0 .5em 0;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
}

#leave-comment {

&nbsp;&nbsp;&nbsp; border-top: 1px solid #111;
&nbsp;&nbsp;&nbsp; padding: 1.2em 0 0 0;
&nbsp;&nbsp;&nbsp; overflow: hidden;
&nbsp;&nbsp;&nbsp; clear: both;&nbsp;&nbsp;&nbsp; 
}

#leave-comment code {
&nbsp;&nbsp;&nbsp; font-family: "Monaco", "Courier New", fixed;
&nbsp;&nbsp;&nbsp; font-size: .9em;

}

.comment-field {
&nbsp;&nbsp;&nbsp; padding-top: 1.2em;
&nbsp;&nbsp;&nbsp; padding-bottom: 1.2em;
&nbsp;&nbsp;&nbsp; border-bottom: 1px dotted #bbb;
&nbsp;&nbsp;&nbsp; clear: both;
&nbsp;&nbsp;&nbsp; overflow: hidden;&nbsp;&nbsp;&nbsp; 
}

label {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; padding-top: 7px;

&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
&nbsp;&nbsp;&nbsp; font-weight: bold;
}

input, textarea {
&nbsp;&nbsp;&nbsp; width: 94%;
&nbsp;&nbsp;&nbsp; padding: 8px;
&nbsp;&nbsp;&nbsp; font-family: Arial, Verdana, sans-serif;
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
&nbsp;&nbsp;&nbsp; border: 1px solid #ccc;

}

textarea {
&nbsp;&nbsp;&nbsp; height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
&nbsp;&nbsp;&nbsp; margin: 0;
&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

#sidebar h4, #sidebar h2 {

&nbsp;&nbsp;&nbsp; padding-bottom: .6em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
&nbsp;&nbsp;&nbsp; border-bottom: 1px dotted #bbb;
}

#sidebar p {
&nbsp;&nbsp;&nbsp; font-size: 1.1em;
&nbsp;&nbsp;&nbsp; color: #111;
}

#sidebar .section input {
&nbsp;&nbsp;&nbsp; width: 15.8em;

&nbsp;&nbsp;&nbsp; margin: 0 0 1em 0;
&nbsp;&nbsp;&nbsp; padding: 6px 6px 6px 23px;
&nbsp;&nbsp;&nbsp; border: 1px solid #ccc;
&nbsp;&nbsp;&nbsp; background: transparent url(images/bg-search.gif) no-repeat 7px center;
&nbsp;&nbsp;&nbsp; font-size: 1.1em;
&nbsp;&nbsp;&nbsp; float: left;
}


#sidebar ul.nav {
&nbsp;&nbsp;&nbsp; margin: 0 0 2em 0;
&nbsp;&nbsp;&nbsp; list-style-type: none;
}

#sidebar .nav li {
&nbsp;&nbsp;&nbsp; padding: .4em 8px .5em 8px;
&nbsp;&nbsp;&nbsp; font-size: 1.1em;
&nbsp;&nbsp;&nbsp; line-height: 1.6;
&nbsp;&nbsp;&nbsp; border-bottom: 1px dotted #bbb;

}

#sidebar .nav li.last {
&nbsp;&nbsp;&nbsp; border-bottom: 0;
}

.section {
&nbsp;&nbsp;&nbsp; margin: 0 0 1em 0;
&nbsp;&nbsp;&nbsp; clear: both;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

.section .col {
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

#content .section {

&nbsp;&nbsp;&nbsp; margin: 0 0 2em 0;
&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; border-top: 1px dotted #bbb;
}

#content .first {
&nbsp;&nbsp;&nbsp; border: 0;
}

.submit {
&nbsp;&nbsp;&nbsp; width: auto;
&nbsp;&nbsp;&nbsp; padding: 0;
&nbsp;&nbsp;&nbsp; border: 0;
}


.navigation {
&nbsp;&nbsp;&nbsp; margin: 0 0 1em 0;
&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; list-style-type: none;
&nbsp;&nbsp;&nbsp; overflow: hidden;
&nbsp;&nbsp;&nbsp; clear: both;
}

.navigation li {
&nbsp;&nbsp;&nbsp; font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */


#footnotes {
&nbsp;&nbsp;&nbsp; border-top: 1px solid #333;
&nbsp;&nbsp;&nbsp; padding: 1em 0 0 0;
&nbsp;&nbsp;&nbsp; overflow: hidden;
&nbsp;&nbsp;&nbsp; clear: both;
}

#footnotes p {
&nbsp;&nbsp;&nbsp; margin-bottom: .2em;
&nbsp;&nbsp;&nbsp; font-size: 1.1em;
}

#footnotes .rss {

&nbsp;&nbsp;&nbsp; margin-left: 8px;
&nbsp;&nbsp;&nbsp; padding-left: 16px;
&amp;nbsp;&nbsp;&amp;nbsp; background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {

&nbsp;&amp;nbsp;&nbsp; margin-left: -1.2em;
&nbsp;&nbsp;&nbsp; overflow: hidden;
}

.flickr_badge_image {
&nbsp;&nbsp;&nbsp; margin: 0 0 1.2em 1.2em;
&nbsp;&nbsp;&nbsp; float: left;
}

.flickr_badge_image img { 
&nbsp;&nbsp;&nbsp; width: 64px;
&nbsp;&nbsp;&nbsp; height: 64px;
}


.flickr_badge_image a {
&nbsp;&nbsp;&nbsp; display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
&amp;nbsp;&nbsp;&nbsp; font-size: 1em;
&nbsp;&;nbsp;&nbsp; line-height: 1.6;
}

/* If you want a text in ALL CAPS */


.ver {
&nbsp;&nbsp;&nbsp; text-transform: uppercase;
&nbsp;&nbsp;&nbsp; color: #000;
}

/* For by-lines */

.low {
&nbsp;&nbsp;&nbsp; font-family: Palatino, Georgia, "Times New Roman", sans-serif;
&nbsp;&nbsp;&nbsp; font-style: italic;
&nbsp;&nbsp;&nbsp; font-weight: normal;

&nbsp;&nbsp;&nbsp; text-transform: lowercase;
&nbsp;&nbsp;&nbsp; color: #666;
}

/* A nice ampersand */

.amp {
&nbsp;&nbsp;&nbsp; font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
&nbsp;&nbsp;&nbsp; font-style: italic;
&nbsp;&nbsp;&nbsp; font-weight: normal;

&nbsp;&nbsp;&nbsp; color: #666;
}

/* For image captions */

.tooltip {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; padding-top: 8px;
&nbsp;&nbsp;&nbsp; font-size: .9em;
}

.left {
&nbsp;&nbsp;&nbsp; float: left;
}

.right {
&nbsp;&nbsp;&nbsp; float: right;

}

.align-right {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; text-align: right;
}

.align-center {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; text-align: center;
}

.both {
&nbsp;&nbsp;&nbsp; clear: both;
}

.image {
&nbsp;&nbsp;&nbsp; background-color: #f9f9f9;

&nbsp;&nbsp;&nbsp; border: 1px solid #eee;
&nbsp;&nbsp;&nbsp; border-bottom: 1px solid #eee;
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; padding: 7px;
}

.nudged {
&nbsp;&nbsp;&nbsp; margin-right: 8px;
}

.nudged-left {
&nbsp;&nbsp;&nbsp; padding-left: 8px;
}


.nudge-bottom {
&nbsp;&nbsp;&nbsp; margin-bottom: 1.5em;
}

.last-field, .first-post {
&nbsp;&nbsp;&nbsp; border: 0;
}

.title-not {
&nbsp;&nbsp;&nbsp; width: 33px;
&nbsp;&nbsp;&nbsp; height: 25px;
&nbsp;&nbsp;&nbsp; margin: 0 6px 0 0;
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; text-indent: -1000em;

&nbsp;&nbsp;&nbsp; background: transparent url(images/not.gif) no-repeat top left;
&nbsp;&nbsp;&nbsp; float: left;
}

.search-field {
&nbsp;&nbsp;&nbsp; padding: 0;
}

/* Use for full width images (596px) */

.full-image {
&nbsp;&nbsp;&nbsp; margin-left: -15.2em;

}

/* Centering for older posts */ 

.centered {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; margin: 0 auto;
}

.button {
&nbsp;&nbsp;&nbsp; display: block;
&nbsp;&nbsp;&nbsp; padding: 8px;
&nbsp;&nbsp;&nbsp; background: #222;
&nbsp;&nbsp;&nbsp; color: #fff;

&nbsp;&nbsp;&nbsp; font-size: .9em;
&nbsp;&nbsp;&nbsp; text-transform: uppercase;
&nbsp;&nbsp;&nbsp; letter-spacing: 3px;
&nbsp;&nbsp;&nbsp; text-align: center;
&nbsp;&nbsp;&nbsp; -moz-border-radius: 4px;
&nbsp;&nbsp;&nbsp; -webkit-border-radius: 4px;
}

.button:hover {
&nbsp;&nbsp;&nbsp; background: #000;

}

.alignright{
	float:right;
        margin-left:10px;
}
.alignleft{
	float:left;
        margin-right:10px;
}
.textwidget, li.widget_categories{
	font-size:1.2em;
}
li.widget_categories li{
	padding-left:8px;
        padding-right:8px;

}
li.widget_categories li a{
  font-weight:normal;
}

.box-advert-container{
	width: 120px; float: left; position: absolute; z-index:1; height:0px;
}
.box-advert-subcontainer{
	font-size:1.2em;padding:5px 0px 5px 0px;border-top: 1px dotted rgb(187, 187, 187); border-bottom: 1px dotted rgb(187, 187, 187); position: relative; bottom: 140px;
}
.box-advert-subcontainer img{margin-left:auto;margin-right:auto;display:block; margin-bottom:5px;}
.box-advert-subcontainer a{font-weight:normal; color:red; text-decoration:none; border-bottom:1px solid red;}
.box-advert-subcontainer a:hover{color:white; background:red;}
