/* @override http://localhost:8888/wordpress/wp-content/themes/modern-clix/modern-clix/style.css */

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

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

* {
	margin: 0;
	padding: 0;
}

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

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	background: #fff; 
	color: #111;
}

hr {
	display: none;
}

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

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

h1 {
	margin-bottom: 8px;
	font-size: 28px;
}

h2 {
	margin-bottom: 8px;
	font-size: 22px;
}

h3 {
	margin-bottom: 8px;
	font-size: 16px;
}

h4 {
	margin-bottom: 8px;
	font-size: 12px;
}

h5 {
	margin-bottom: 8px;
	font-size: 10px;
}

p {
	margin-bottom: 14px;
	padding-left: 0;
	padding-right: 8px;
	font-size: 16px;
	line-height: 1.6;
}

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

a:hover {
	color: #cacaca;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}


.post-content p a {
	border-bottom: 1px solid #ccc;
}

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

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

audio {
	width:400px;
}

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

#wrapper {
	margin: 0 auto;
	padding: 0;
}

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

#main-nav {
	padding: 0;
	margin-left: 10px;
	border-bottom: 1px solid #333;
	padding-left:8px;
	background: #fff;
	z-index: 2;
	height: 55px;
}

#main-nav h1 {
	font-size: 40px;
	position: relative;
	height: 46px;
	line-height: 46px;
	top: 6px;
	float: left;
	z-index: 2;
	background: #fff;
}

#main-nav h1, #main-nav h2 {
	display: inline-block;
}

#main-nav ul {
	display: inline;
	list-style-type: none;
	float: left;
}

#main-nav li.page_item {
	float: left;
	padding: 30px 15px 10px 15px;
	color: #000000;
}

#main-nav li a {
	font-size: 12px;
	height: 30px;
}

/* ---------------------------------------- [ Last.fm Covers ] */

ul#lastfm_badge_wrapper,
ul#lastfm_badge_wrapper li,
ul#lastfm_badge_wrapper li a,
ul#lastfm_badge_wrapper li img {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
	z-index: 0;
}

ul#lastfm_badge_wrapper {
	position: relative;
	left: 30px;
	z-index:1;
}

ul#lastfm_badge_wrapper li{
	margin:6px 0 0 10px;
	float:left;
	position:relative;
	z-index: 1;
}

ul#lastfm_badge_wrapper li a{
	display:block;
	position:relative;
	background: url(images/jewel_case.png) no-repeat -1px -1px;
	float:left;
	width:49px;
	height:45px;
	text-indent:-1000em;
	overflow:hidden;
	z-index:1;
}
ul#lastfm_badge_wrapper li img{
	position:absolute;
	width:42px;
	height:42px;
	left:3px;
	top:0px;
}

/* --------------------------------------- [ Search ] */
#search {
    width:200px;
    position: absolute;
    top:13px;
    right: 10px;
}

#searchForm fieldset {
    width:200px;
    position:relative;
    display:block;
    border: 0;
}

div.input {
    width:75px;
    padding:0px 5px 0px 5px;
    border:1px solid #ccc;
    border-top:1px solid #bbb;
    float:right;
	background-color: #fff;
}

div.input.focus {
    border: 1px solid #939393;
}

input#s {
    width:100%;
    border:0;
    background:transparent;
    color:#aaa;
    text-shadow:0 1px 1px #fff;
    padding: 0;
    height: 30px;
}

input#s:focus {
    outline:none
}

input#searchSubmit {
    width:19px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(images/search-icon.png) no-repeat;
    border:0;
    position:absolute;
    top:7px; right:13px;
    z-index:5;
    display:none;
    cursor:pointer;
}



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

#content {
	padding-top: 1em;
	margin-bottom:3em;
	position: relative;
}

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

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

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

.nav li.postdate {
	padding:0 5px .4em 5px;
	text-align:center;
}

.nav li.postdate .month {
	font-size:18px;
	text-transform:uppercase;
	line-height:16px;
	font-weight:bold;
}

.nav li.postdate .day {
	font-size:24px;
	line-height:22px;
}

.nav li.postdate .year {
	font-size:18px;
	font-weight:bold;
	line-height:16px;
}

.nav .category {
	background: url(images/mini_icons/tag.gif) no-repeat 5px 10px;
	text-indent: 13px;
}

.nav .comment_num {
	background: url(images/mini_icons/comment_left.gif) no-repeat 5px 9px;
	text-indent: 13px;
}

.nav .edit {
	background: url(images/mini_icons/field_input.gif) no-repeat 5px 9px;
	text-indent: 13px;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;

}

.navlinks li {
	font-size: 12px;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .4em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

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

.post {
	padding: 1.5em 0 1em 0;
	border-top: 1px solid #ccc;
	clear: both;
}

.post:first-child {
	border-top: none;
	padding-top: 5px;
}

.post-content p, .post-content ul, .post-content li, .post-content div {
	font-family: 'PT Sans', serif;
	font-size: 16px; 
}

.post-content h3 a{
	font-size:26px;
}

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

.post-content blockquote {
	border-left: 5px solid #EEEEEE;
	margin:0 3em;
	padding-left:1em;
	font-style: italic;
}

.post-content blockquote p {
	padding: 0;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}

.post-content dl.gallery-item {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 12px;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 10px;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content object {
	z-index: 0;
}

.post-content ul, .post-content ol {
	padding: 0 25px 10px 0;
}

.post-content li {
	margin: 0;
	line-height: 1.6;
	padding-left: 20px;
}

.post-content ol, .post-content ul {
	margin-left: 25px !important;
}

.post-content ol li, .post-content ul li {
	padding-left: 0;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 10px;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 12px;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

.post-content a.more-link {
	font-size:14px;
}

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

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

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

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

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

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 10px;
}

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

label {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
}


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

#sidebar {
	padding-top: 1em;
	padding-bottom: 0;
	position: relative;
}

#sidebar h4 {
	padding-bottom: 2px;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar h4.lastfm {
	background: url(images/mini_icons/sound_on.gif) no-repeat scroll right 3px;
}

#sidebar h4.twitter {
	background: url(images/twitter.gif) no-repeat scroll right;
}

#sidebar p {
	font-size: 11px;
	color: #111;
	line-height: 1.3;
}

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

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

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

#sidebar .twitter {
	font-size:11px;
	line-height:1.3em;
	list-style:none;
	padding:0 8px;
}

#sidebar .twitter-item {
	margin-bottom:1em;
}

#sidebar .twitter-timestamp abbr {
	border:none;
}

.section {
	margin: 0 0 1.2em 0;
	clear: both;
}

#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 {
	list-style-type: none;
}

.navigation li {
	font-size: 12px;
}

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

#footnotes {
	border-top: 1px solid #333;
	padding: 1em 0 1em 0;
	clear: both;
	margin-top: 40px;
}

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

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

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

#flickr_badge_wrapper {
	margin-left: -1.2em;
	padding-left:5px;
	padding-top:5px;
}

.flickr_badge_image {
	margin: 0 0 1em 1em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 10px;
	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: 10px;
}

.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: #fff;
	font-size: 10px;
	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;

}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 10px;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

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

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 16px 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #ccc;  
   	-moz-box-shadow: 0px 0px 5px #ccc;  
    box-shadow: 0px 0px 5px #ccc;  

}

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

.wp-caption a {
	border-bottom: none;
}

.wp-caption span.wp-caption-text, .wp-caption p.wp-caption-text{
	padding-left: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-top: 5px;
	font-size: 11px;
	margin: 0;
	color: #777;
}

.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: 11px;
	margin: 0 auto;
}

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

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

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

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


