/*
	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);

* {
	margin: 0;
	padding: 0;
}
.clear{ clear:both}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #f0f0f0;
	color: #111;
	
}

#bg{background:url(images/bg_bw.gif) no-repeat 0 0 ; margin:0 auto; width:981px}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.3;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;;
	font-family:Verdana, Geneva, sans-serif
}

a {
	text-decoration: none;
	color: #16ac9f;
}

a:hover {
	color: #BA7D80;
	text-decoration:underline
}

acronym {
	border-bottom: 1px dotted #eee;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .5em 0;

}

#main-nav ul {
	list-style-type: none;
	float:right;
	margin:52px 0 0 20px
}

#main-nav li {
	margin: 1em 1.5em  0 0;
	float: left;

}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 8px 8px 13px 8px ;
	color:#000
}
#main-nav li a:hover{
	background:url(images/nav_li_hover.gif) center bottom repeat-x;
	text-decoration:none
   
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 19em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;

}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #000;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;

}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: none
	color: #BA7D80;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 0 0 2em 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 43em;
	color:#464646
}

.pn{ border-bottom:1px dotted #bbb}
.content_title .date {
	height: 55px;
	width: 55px;
	background: url(images/round.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	padding: 6px 2px 20px 0;
	line-height: 100%;
	float: left;
}
.content_title .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #8ffbe6;
	text-align: center;
	padding-top: 3px;
	 margin-bottom: 1px;
}
.content_title .title {
	float: left;
	margin: 8px 0 0 10px;
	width:545px
}

.title_line{ border-bottom: dotted 1px #CCCCCC; height:27px}

.contenttitle{float:left;	margin: 3px 0 4px;;
	padding-bottom: 4px;
	font-weight:bold; 
	height:22px;
	font-size:1.8em}
.contenttitle a{ color:#000}

.category1{
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float:right;
	font-size:12px;
	font-weight: normal;
	margin-top:5px
}
.category1 a,{ color:#999999

}
.postdata {
	font-size:100%;
	color: #999999;
	padding-left:2px
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #BA7D80;
	text-decoration: none;
}

.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right; 
  
}
.contenttag { font-size:12px;	float: left;
}
.contenttag a, .contenttag a:visited  .mini-add-comment a{
	color: #16ac9f;
	text-decoration: none;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}


.post-content p {
	margin-bottom:10px;
	font-size:1.4em
}


.post-content img {
	margin: 10px 0px 15px 0;
}


.post-content h2{
	margin: 20px 0 10px;;
	padding-bottom: 4px;
	border-bottom: dotted 1px #aaa;
	font-weight:bold; 	
}


.post-content h3 { color: #0d6d91;
	margin: 3px 5px 2px;
	font-weight:bold; }

	
.post-content h4{ color:#0077CC;
	font-size:14px; font-weight:normal}
	
.post-content h5{ color:#CC4444;
	font-size:14px;font-weight:normal}
	

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
	color:#666
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 3em;
	padding-left: 20px;
	font-size: 1.4em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
font-size:1.2em;
font-weight:normal
}
.post-nav a, .post-nav a:visited {
	color: #000;
	text-decoration: none;
		margin-bottom: 5px
}
.post-nav a:hover {
	color: #BA7D80;
	text-decoration: underline;
}
 .previous a {
	float: left;
}
 .next a {
	float: right;
	text-align: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	line-height: 1.7;
}

#leave-comment {
	border-top: 1px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
	background-color:#fff
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin-top: 0.5em;
	padding: 1em 0 0 0;
	overflow: hidden;
	float:right
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-size: 1.2em;
	color: #111;
}


#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	clear: both;
	overflow: hidden;
}


.section p a{ color:#000; line-height:22px
}

.section .rss{ float:left; padding:0 0 0 36px; background:url(images/rss.png) no-repeat 0 4px; margin: 0 12px 10px 0; font:Verdana; color: #ff8951; font-size:1.1em; line-height:18px; height:36px }
.section .twitter{ float:right;padding-left:37px; background:url(images/twitter.png) no-repeat 0 4px ; font:Verdana; color: #16ac9f; font-size:1.1em; line-height:18px;  margin: 0 0 10px 0;}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.2em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
	float:right;
	margin:0 0 20px 0 ;
}
.search-field input {
	width: 12.7em;
	margin: 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: #fff url(images/bg-search.gif) no-repeat 190px center;
	font-size: 1.2em;
	float: left;
}


/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar a{
color:#000
}

ul.widgetized-sidebar li {
	margin: 0 0 4em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
		padding-left:0.5em
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 2em;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dotted #bbb;
	font-size: 1.2em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.2em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.2em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}


