/*
	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;
}

/* -------------------------------- [ General Elements ] */

#wrapper {
	margin: 0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #111;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

#wrapper h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #000;
}

#wrapper h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

#wrapper h2 {
	margin-bottom: .2em;
	margin-top: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

#wrapper h3 {
	margin-bottom: 1em;
	font-size: 2.6em;
	font-weight: bolder; 
	line-height: 1.3;
	width: 20em; 
}

#wrapper h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

#wrapper h5 {
	margin: 2em 0 1em 0;
	font-size: 1.2em;
	text-transform: uppercase; 
	line-height: 1.6;
	padding-left: 8px;
	border-bottom: 1px dashed #DDD; 

}

#wrapper h5 a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

#wrapper h5 a:hover {
	color: #990000;
	border-bottom: 1px;
}


#wrapper p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}


#wrapper acronym {
	border-bottom: 0px dotted #eee;
}

#wrapper kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 90em;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
}

/* ---------------------------------------- [ Main Nav ] */

.nav-bar {
	list-style-type: none;
	margin: 2em 0 0 .3em;
	font-size: 2.3em;
	font-weight: bold;
	text-transform: uppercase;

}

.nav-bar a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.nav-bar a:hover {
	color: #990000;
}


#main-nav {
	width: 600px;
	padding: 0 0 0 0;
	overflow: hidden;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

#twittercon  {
	margin: 3em 0 0 .8em;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: 22em;
	margin: 5px 0 0 0;
	overflow: hidden;
}

#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #000;
}

/* ------------------------------------------ [ Content ] */

#content {
	padding-top: 1em;
	overflow: hidden;
}

#content .nav li {
	background: none;
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 0px dotted #bbb;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}


.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: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */


.car-toggler {

	margin: 4em 0 0 1em;
	font-size: 110%;
	
}

.car-list {

	margin-top: 4em;
	
}

.car-container {

	width: 35.7em; 
}

.car-yearmonth {

	font-weight: bold; 
}

.car-container a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.car-container a:hover {
	color: #990000;
	border-bottom: 1px;
}



.post {
	margin: 2em 0 0 0;
	padding: 1em 0 2em 0;
	border-top: 0px solid #ccc;
	overflow: hidden;
	clear: both;
}

.post-content p, .post-content h5, .post-content code {
	width: 43em;
}

.post-content h3 {
	line-height: .9;
}

h3 a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

h3 a:hover {
	color: #990000;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	 margin: 1em 0 1em 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.15em;
	color: #666;
	width: 10em;
}

.post-content blockquote p {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 0 0 1em .7em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	width: 30em;
}

.post-content blockquote ul {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 0 0 1em .7em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	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 {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 2em;
	padding-left: 20px;
	font-size: 1.2em;
	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 ul a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.post-content ul a:hover {
	color: #990000;
	border-bottom: 1px;
}

.post-content ol a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.post-content ol a:hover {
	color: #990000;
	border-bottom: 1px;
}


.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;
}


.post-content p a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.post-content p a:hover {
	color: #990000;
	border-bottom: 1px;
}

.post-meta a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.post-meta a:hover {
	color: #990000;
	border-bottom: 1px;
}

.post .nav a {	
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted;
	color: #990000;
}

.post .nav a:hover {
	color: #990000;
	border-bottom: 1px;
}

#content .navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#content .navigation a:hover {
	color: #990000;
}



/* -------------------------------------------- [ Static Pages ] */

#page_content {
	padding: 1em 0 2em 0;
	border-top: 0px solid #ccc;
	overflow: hidden;
	clear: both;
}

#page_content p, h5, code {

}

#page_content h3 {
	line-height: .9;
}

#pagecontent h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

#page_content blockquote {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 0 0 1em .7em;
	font-style: italic;
	font-weight: normal;
	font-size: 1.15em;
	color: #666;
	width: 10em;
}

#page_content blockquote p {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 0 0 1em .7em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	width: 30em;
}

#page_content blockquote ul {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 0 0 1em .7em;
	font-style: italic;
	font-weight: normal;
	color: #666;
	width: 30em;
}

#page_content li {
	margin: 0 0 1em 2em;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
	list-style: none;
}


#page_content ol {
	margin-left: 8px !important;
}

#page_content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

#page_content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

#page_content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

#page_content pre code {
	color: #222;
}

#page_content .quote-author {
	float: right;
}

.formcontainer {
	width: 41em;
	margin: 3em 0 0 4em;

}

ul .car-monthlisting {
	font-size: .8em;
}

.paypal {
	margin: 0 0 0 5em;
	font-size: 115%;
}


/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 0px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 0px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment p {
	width: 35em;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

.comment a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.comment a:hover {
	color: #990000;
}

.comment p a {	
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted;
	color: #990000;
}

.comment p a:hover {
	color: #990000;
	border-bottom: 1px;
}

#leave-comment {
	border-top: 0px solid #111;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment a {	
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted;
	color: #990000;
}

#leave-comment a:hover {
	color: #990000;
	border-bottom: 1px;
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 0px dotted #ccc;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	margin: 0 0 0 .5em;
	padding-top: 0;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 92%;
	margin: 0 .5em 1em .5em;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

.form-option {
	width: 40%;
	margin: 0 0 0 13em;
}

/* ----------------------------------------- [ Sidebar ] */



.networking {
	margin: 5em 0 2em 0;
}

.membership {
	margin-top: 50px;
}

.membership h2 {
	color: black;
}

.membership a {	
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #990000;
}

.membership a:hover {
	color: #990000;
	border-bottom: 1px;
}


#sidebar {
	margin: 0 0 0 2em;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 0px solid #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 12em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#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.1em;
	line-height: 1.6;

}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 0px dotted #bbb;
}

#content .first {
	border: 0;
}

.submit {
	width: 100%;
	margin: 0 1em 0 0;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 160px;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

.search-field {
	margin: 0 0 0 0;
}

.widgetized-sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.widgetized-sidebar a:hover {
	color: #990000;
}

.sidebar-quote {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	margin: 3em 0 3em .6em;
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #666;
	width: 10em;}
	

/* --------------------------------------- [ Footer ] */

.footer {
	width: 90em;
	margin: 0 auto 3em;
	overflow: hidden;
}

#footnotes {
	border-top: 1px solid #000;
	background-color: #333;
	width: 100%;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	overflow: hidden;
	clear: both;
	
}

#footnotes h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
}

#footnotes h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

#footnotes h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

#footnotes h3 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

#footnotes h4 {
	margin-bottom: .6em;
	font-size: 1.6em;
	line-height: 1.6;
	padding: 0 0 0 0; 
}

#footnotes h5 {
	margin-bottom: 1em;
	color: #fff; 
	font-size: 1.2em;
	line-height: 1.6;

}

#footnotes p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.5em;
	line-height: 1.6;
	color: #fff;
}

#footnotes a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#footnotes a:hover {
	color: #990000;
}


#footnotes .ver {
	text-transform: uppercase;
	color: #fff;
}

#footnotes li {
	border-bottom: 0px dotted #fff;
	font-size: 1.3em;
	line-height: 1.1em;
	padding: 0.4em 0 0.5em;
}

.ps   {
	margin: 0 0 0 10px;
}
 
 
.footer-post {
	padding: 1em 0 2em 0;
	border-top: 0px solid #ccc;
	overflow: hidden;
	clear: both;
}


.footer-left  {
	float: left;
	width: 130px;
	font: 1em;
	margin: 10px 20px 0 0;
}


.footer-middle  {
	float: left;
	width: 30em;
	font-size: 1.7em;
	margin: 0 20px 0 0;
}


.footer-right  {
	width: 100px;
	font-size: 1.1em;
	margin: 15px 0 60px 65em;
}

.category-tags   {
	margin: 15px 0 0 0;
}


.flickr-section  {
	width: 700px;
	margin: 0 0 0 145px;
	
}

.white {
	color: #fff;
}

.coda  {
	float: left;
	margin: 0 0 0 14em;	
	
}

.cat   {
	font-size: 1.3em;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}




/* ------------------------------------------ [ Twitter ] */

#twitter_div {
	margin: 0 0 0 7px;
	width: 265px;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: none; 
}

#twitter_div li {
	margin: 1em 0 1em 0;

}


/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin: 0 0 0 0;
	width: 500px;
	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: 1.2em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

#wrapper .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;
	margin: 0 0 0 1em;
	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;
}

/* 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: #ccc;
	width: 100px;
	margin: 2em 0 1em 18em;
	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;
	margin-top: 3em;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 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: 0px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 0px dotted #bbb;
	font-size: 1.1em;
}

.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.1em;
	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.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

