/*
	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 ] */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
/*	background: transparent url(images/grid-900.gif) repeat-y top center; */
	background: #fff;
	color: #333;
}

hr {
	display: none;
}

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

h1, h2, h3, h4 {
	padding-left: 0px;
	padding-right: 0px;
	color: #333
}

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

h2 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: 1.5;
}

h3 {
	margin-bottom: .3em;
	font-size: 3.2em;
	line-height: 1.7;
}

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: 0px;
	padding-right: 0px;
	font-size: 1.5em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	color: #5C932D;
}

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: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}

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

#main-nav {
	padding: .3em 0 .3em 0;
	overflow: hidden;
	border-top: 1px #ccc solid;
	border-bottom: 2px #00CC00 solid;
}

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

#main-nav li.page_item {
	font-size: 1.5em;
	line-height: 1.6;	
	margin-right: 2.2em;
	float: left;
}
#main-nav li {
	font-size: 1.5em;
	line-height: 1.6;	
	margin-right: 2.2em;
	float: left;
}

#main-nav li, #main-nav li a:link, #main-nav li a:visited {	
	padding-left: 0px;
	text-decoration: none;
	color: #333;
}
#main-nav li a:hover {	
	text-decoration: none;
	color: #00CC00;
}

/* ------------------------------------------ [ Header ] */
#banner-top {
	height: 10em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	background-color:#DD7700;
}

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

#header {
	height: 9em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

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

#header h1 a, #header h2 {
	text-transform: uppercase;
	color: #333;
}


#blog-name {float:left;}
#search-top {float:left;}

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

#content {
	padding: 0;
	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: #000;
	color: #fff;
}

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

.post {
	padding: 3em 0 2em 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	clear: both;
}
/*
.post-content p, .post-content h5, .post-content h3, .post-content code {
	width: 33.5em;
}*/

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

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

#content .post .post-content h3, #content .post .post-content h3 a:link, #content .post .post-content h3 a:visited {	
	text-decoration: none;
	color: #333;
}
#content .post .post-content h3 a:hover {	
	text-decoration: none;
	color: #00CC00;
}

.post-content blockquote {
	margin: 0 0 0 2em;
	background-color:#F5F5F5;
	border-left: #DDD solid .2em;
}

.post-content blockquote p {
	padding: 1em;
}

.post-content blockquote ul {
	padding: 1em;	
}

.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;*/
	width: 27.5em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

/*.post-content ul, .post-content ol {
	width: 27.5em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}*/
.post-content ul {
	width: 27.5em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	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 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;
}

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

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

.comment {
	margin: 0 0 3em 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.2em;
	line-height: 1.6;
}

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

textarea {
	height: 10em;
}

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

#sidebar {
	margin: 0;
	padding: 3em 0 2em 0;
	overflow: hidden;
}
#sidebar .section {
	padding-bottom: 2em;
	margin: 0;
}
#sidebar h4 {
	padding-bottom: .6em;
	padding-top: 1em;	
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	border-top: 2px solid #00CC00;
}

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

/* SIDEBAR | asidepost */
#sidebar .section li h3{font-size:1.4em; color:#333; text-align:left; margin-top:15px; margin-bottom:3px; padding:0;}
#sidebar .section li h3 a{display:inline; margin:0; padding:0; text-decoration:none; font-style:normal; font-weight:none; color:#333; line-height:normal; text-align:left;}
#sidebar .section li h3 a:hover{text-decoration:none; color:#00CC00;}

#sidebar .section li p {margin:0; padding:0 0 1em 0; font-size:1.2em; font-style:normal; font-weight:none; color:#333; line-height:normal; text-align:left; border-bottom: 0 dotted #ccc; }
#sidebar .section li p a{display:inline; margin:0; padding:0; text-decoration:none; font-style:normal; font-weight:none; color:#00CC00; line-height:normal; text-align:left;}
#sidebar .section li p a img {display:inline; margin:0; padding:10px 0px 5px 0px; border:0px; text-align: left;}
#sidebar .section li p a:hover{color:#5C932D; text-decoration:none; background-color:#fff;}


/* top, left, bottom, right */
#header .section input {
	width: 20em;
	margin: 0;
	padding: 6px;
	border: 1px solid #00CC00;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar .section input {
	width: 20em;
	margin: 0;
	padding: 6px;
	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;
	list-style-type: none;
}

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

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

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

.section li p a {
	text-decoration: none;
	color: #000;
}

.section li p a:hover {
	color: #00CC00;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 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.5em;
	font-weight: bold;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	border-top: 3px solid #00CC00;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

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

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

.clear{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: #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 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: 1px solid #ccc;
	color: #333;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px 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: 0;
	padding: 0;
	text-align: left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;	
}

.wp-caption p.wp-caption-text {
	margin: 0 0 1.5em 0;
	padding: 0 0 .2em .5em;
	font-size: 1.2em;
	line-height: 1.6;
	width: 592px;
	background-color:#F5F5F5;
	border-left: #DDD solid thin;
	border-bottom: #DDD solid thin;
	border-right: #DDD solid thin;
}

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


/*
-----------------------------------------
LATEST
----------------------------------------- 
*/
#front-bottom{margin-top:36px}

#latest-wrap{float:left; width:600px; padding: 3em 0 0 0; margin:0;}

.latest-post-wrap{float:left; width:180px; margin-right:20px}

.latest-post{position:relative; width:180px; height:180px}

.latest-image{position:absolute; z-index:1}

.latest-title h2{margin:8px 10px 7px; line-height:1.4em; font-size:1em; text-transform:none; padding-bottom:0; border-bottom:0}

.latest-title h2 a{display:block; color:#00CC00; text-decoration:none}

.latest-title h2 a:hover{color:#fff}

.latest-title{background:#000; display:block; z-index:101; width:100%; bottom:0; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; position:absolute; z-index:2}

.latest-content{position:relative; width:180px; height:130px; margin-bottom:0px}

.latest-content h2{margin-top:15px}
.latest-content h2 a{color:#00CC00; text-decoration:none}
.latest-content h2 a:hover{color:#000}

.latest-content p{color:#222; font-size:1.2em; line-height:1.5; margin-top:8px; margin-bottom:1.5em; text-align:left}


/*
-------------------------------------------
post-meta
-------------------------------------------
*/
.post .postmeta {
	/*background: url(images/postmeta.png) no-repeat left bottom;*/
	border-bottom: #DDD thin dotted;
	margin-bottom: 5px;
	padding-bottom: 8px;
	width: 600px;
	line-height:27px;
	font-size:1.1em; 
}
.post .postmeta .postauthor {
	width:270px;
	vertical-align:middle;
}
.post .postmeta .posttags {
	vertical-align:middle;
}
.post .postmeta table {
	width:600px;
}

.post .postmeta .commentcount a {
	background: url(images/ico_comment.png) no-repeat scroll left 50% transparent;
	padding-left: 20px;
}
.post .postmeta .commentcount a:link, #content .post .commentcount a:visited {
	color: #333;	
	text-decoration:none;
	margin-right: 8px;
}
.post .postmeta .commentcount a:hover {
	color: #5C932D;
}

.post .postmetab {
	/*background: url(images/postmeta.png) no-repeat left bottom;*/
	border-top: #DDD thin dotted;
	border-bottom: #DDD thin dotted;
	margin-bottom: 3px;
	padding-bottom: 6px;
	margin-top: 3px;
	padding-top: 6px;
	width: 600px;
	display: block;
}
.post .postmetab .posttags {
	width: 90%;
	vertical-align:middle;
}
.post .postmetab table {
	width:600px;
}
.post .postmetab .posttags .posttag p a:link, #content .post .postmeta .postauthor .posttags p a:visited {
	color: #00CC00;	
	text-decoration:none;
	margin-right: 10px;
}
.post .postmetab .posttags .posttag p a:hover {
	color: #5C932D;
}
.post .postmetab .posttags .posttag p {color:#333; margin:0; font-size: 1.3em;}
.post .postmetab .posttags .posttag p span.hashgreen {color:#00CC00; margin:0; font-size: .9em;}
.post .postmetab .sharelinks .addthis_toolbox {float: right; text-align: right; margin:0; padding:0;}
.post .postmetab .sharelinks .addthis_toolbox a.addthis_button_compact {text-align: right; margin:0; padding:.1em .2em 0 0; vertical-align:bottom;}
.post .postmetab .sharelinks .addthis_toolbox a.addthis_button_compact span.at15t_compact {text-align: right; margin:0; padding:.1em .2em 0 0; vertical-align:bottom;}

td.sharelinks {
	text-align:right;
}
.topsy_widget_shortcode {
	float:right;
	margin-top: 6px;
}
.topsy-sm {

}

.facebookshare {
}
.facebookshare a {
}
#content .twittershare {

}
#content .buzzshare {
	display:inline;
}
#content .buzzshare a {
	float:right;
	display:block;
	height:15px;
	margin: 0 10px 0 10px;
}
#content .buzzshare a img {

}
.buzzshare a img{

}

/*
-------------------------------------------
Related Posts
-------------------------------------------
*/

.post-content #relatedcontent {margin:0; padding:5px 0px; border-bottom: #DDDDDD thin dotted;}
.post-content #relatedcontent h4 {font-size:1.3em;}
.post-content #relatedcontent ol.related-posts {margin:0; padding:0;}
.post-content #relatedcontent ol.related-posts li{width:180px; display:inline; margin-right:18px; padding:0; float:left;}
	.post-content #relatedcontent ol.related-posts img{padding:0; border:1px solid #DDD;}
	.post-content #relatedcontentol.related-posts a{display:block; border:none; text-decoration:none;}
	.post-content #relatedcontent ol.related-posts li{font-size:1.1em;}
