/*
Theme Name: cink. theme
Theme URI: http://www.cink.es/
Description: don't you cink this is the official cink theme?
Version: 1.0
Author: 100x100.net
Author URI: http://100x100.net
Tags: cink,2.0,minimal,#0087cd
*/

/* html */
* { margin: 0; padding: 0; }
ul { list-style: none; }
body { font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", "Microsoft Sans Serif", "Nimbus Mono L", sans-serif; 
color: #333333; font-size: 12px; 
background: #f0f0f0 url(images/bg_body.gif) top center repeat-y; }
a:link, a:active, a:visited, a:hover { color: #333333; text-decoration: underline; }
a img { border: 0; }


/* título */
.header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 120px;
background: #f0f0f0 url(images/bg_header_top.gif) top left repeat-x; }
h1 { position: absolute; width: 403px; height: 74px; bottom: 20px; left: 50%; margin-left: -375px;
background: url(images/h1.gif) top center no-repeat;  }
h1 strong { display: none; }


/* common layout */
.main, .sidebar { top: 120px; }


/* main: posts, nav, etc. */
.main { position: absolute; left: 50%; width: 530px; margin-left: -376px; }
.main .post { position: relative; padding: 15px; padding-bottom: 50px; line-height: 1.6em; }
.main a:hover { background-color: #FFFF88; }
/* titulo */
.main .post h2 {  font-family: georgia; font-size: 32px; font-weight: normal; line-height: 0.9em; 
background: url(images/h2_bg.gif) bottom left repeat-x; 
padding-bottom: 10px; }
.main .post h2 a:link, .main .post h2 a:active, .main .post h2 a:visited { color: #333333; text-decoration: none; }
.main .post h2 a:hover { background-color: #FFFF88; }
/* autor y fecha */
.main .post small { font-size: 12px; }
.main .post small strong { color: #4096EE; font-weight: normal; }
.main .post small strong a:link, .main .post small strong a:active, .main .post small strong a:visited { color: #4096EE; text-decoration: none; }
/* texto */
.main .post p { padding-top: 10px; }
/* by */
.main .post p.postmetadata { padding-top: 20px; line-height: 1.3em; font-size: 12px; } 
/* archivos */
.main .post ul.archive { padding-top: 5px; padding-bottom: 20px; list-style: square; list-style-position: inside; }
/* nav */
.main .nav ul { height: 20px; padding: 0px 15px 20px 15px; }
.main .nav ul li.older { float: left; }
.main .nav ul li.newer { float: right; }
/* single post */
.main .single { padding-bottom: 20px; }
/* general comments */
.main .comments h3, .main .commentsForm h3 {  font-family: georgia; font-size: 14px;  }
/* comments template */
.main .comments { padding: 15px; }
.main .comments ol { list-style: none; padding-top: 10px; }
.main .comments ol li { background-color: #fafafa; padding: 10px; position: relative; 
margin-bottom: 15px; }
.main .comments ol li p.autor { position: absolute; top: 10px; left: 60px; font-weight: bold; }
.main .comments ol li p.fecha { position: absolute; top: 28px; left: 60px; font-size: 11px; color: #abb1aa; }
.main .comments ol li blockquote { padding-top: 10px; }
/* comments form */
.main .commentsForm { padding: 15px; padding-bottom: 100px; }
.main .commentsForm p { padding-top: 10px; text-transform: lowercase; font-weight: bold; color: #7d7d7d; }
.main .commentsForm input, .main .commentsForm textarea { border: 1px solid #7d7d7d; width: 240px; 
font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", "Microsoft Sans Serif", "Nimbus Mono L", sans-serif; 
fon-size: 11px; }
.main .commentsForm textarea { height: 120px; overflow: auto; }
.main .commentsForm input#submit { width: auto; border: 0; font-size: 11px; }


/* menu de arriba */
.mainMenu { position: absolute; z-index: 20; top: 70px; left: 50%; margin-left: 54px; width: 320px; height: 30px; 
background: url(images/bg_menuMain.gif) top left no-repeat; }
.mainMenu ul { position: relative; }
.mainMenu ul li { position: absolute; top: 5px; font-size: 17px; }
.mainMenu ul li.blog { left: 50px; }
.mainMenu ul li.archive { left: 120px; }
.mainMenu ul li.contact { left: 220px; }
.mainMenu a:link, .mainMenu a:active, .mainMenu a:visited { text-decoration: none; color: #acb8b6; }
.mainMenu a:hover { text-decoration: underline; }


/* sidebar: last comments, rss, links, etc. */
.sidebar { position: absolute; left: 50%; width: 222px; margin-left: 154px;
background: url(images/bg_main_right.gif) top left repeat-y; font-size: 11px; }
.sidebar ul { padding: 20px; }
.sidebar ul li { padding-bottom: 20px; }
.sidebar ul li h2 { font-family: georgia; font-size: 12px; text-transform: lowercase; color: #7d7d7d; } 
.sidebar ul li ul { padding: 0px; }
.sidebar ul li ul li { padding-bottom: 0px; }
.sidebar a:link, .sidebar a:active, .sidebar a:visited { text-decoration: none; color: #848484; }
.sidebar a:hover { background-color: #FFFF88; }
/* search */
.sidebar li.search { padding-top: 20px; }
/* tag cloud */
.sidebar p.cloud { line-height: 1.3em; font-size: 12px; }
/* recent */
.sidebar ul.recent li { position: relative; font-size: 12px; line-height: 1.3em; border: 1px solid #f8f8f8;}
.sidebar ul.recent p.gravatar { position: absolute; top: 0; left: 0; border: 1px solid #e5e5e5; }
.sidebar ul.recent p.autor { padding: 0px 0px 5px 50px; }
/* creative commons */
.sidebar li.cc { padding-top: 20px; color: #9f9f9f; line-height: 1.2em; }
/* powered by wp */
.sidebar li.wp { padding-top: 40px; color: #9f9f9f; font-size: 12px; }
.sidebar li.wp a:link, .sidebar li.wp a:active, .sidebar li.wp a:visited { color: #9f9f9f; text-decoration: none; }

/* form */
.sidebar form { padding-top: 2px; }
.sidebar form input { border: 0; background-color: #EEEEEE; font-size: 12px; padding: 1px 2px; padding: 2px; }
.sidebar form input.btn { border: 1px solid #eeeeee; background-color: #ffffff; font-size: 10px; padding: 0; }
