/*

Theme Name:		Chinezu WP Theme

Theme URI: 		http://chinezu.eu/

Version: 		2.0

Description: 	A WP Theme specially created for chinezu.eu.

Author: 		Ruben Kislaki

Author URI:		http://ruben.kislaki.net

Tags:			two-columns, three-columns, fixed-width, threaded-comments, microformats



If you have any questions, comments, or concerns, 

visit <http://wpframework.com> for more information!

*/



/* Reset Browser Defaults 

@import url( 'library/media/css/reset.css' );*/



/**

 * Reset - Resets all browsers down to common default settings

 *

 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>

 * @package WPFramework

 * @subpackage Media

 */



/* Eric Meyer Reset Reloaded */

html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, code,

del, dfn, em, img, q, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }



/* Removes dotted line when focus */

:focus { outline: none; }



/* Tables still need 'cellspacing="0"' in the markup. */

table { border-collapse: separate; border-spacing: 0px; }

caption, th, td { text-align: left; font-weight: normal; }

table, td, th { vertical-align: middle; }



/* Remove possible quote marks (") from <q>, <blockquote>. */

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }



/* Remove annoying border on linked images. */

a img { border: none; }



/* Clearing floats without extra markup

   Based on How To Clear Floats Without Structural Markup by PiE

   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: block; }



/* Regular clearing, just in case! */

.clear { clear: both; }











/* Apply base theme styles and colors

@import url( 'library/media/css/base.css' );*/



/**

 * Base - Sets vertical rhythm and basic overall typographic face-lift

 * 

 * @package WPFramework

 * @subpackage Media

 * @beta

 */



/* Document Body */

body, input, textarea { font: 13px/1.5 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; }



body {background: #BEDBED url('library/media/images/bg.jpg') no-repeat top center;}
/*
body {background: #BEDBED url('library/media/images/nori.jpg') no-repeat top center;}
*/


/* Font Styles */

.serif { font-family: Georgia, "Times New Roman", Times, serif; }

.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }



/* Vertical Rhythm  */

.entry-meta { margin-bottom: 10px; }

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }



/* Header */

.header {background:url('library/media/images/header-bg.jpg') no-repeat top center;height:415px;position:relative;} 
/*
.header {background:url('library/media/images/header-bg-dm.jpg') no-repeat top center;height:415px;position:relative;}
 */

#chinezu {background:url('library/media/images/character.png') no-repeat top left; display:inline-block;width:241px;height:395px;position:absolute;right:30px;top:10px;z-index:100;}

#birdie {background:url('library/media/images/twitter-birdie.png') no-repeat 0 0; display:inline-block;width:47px;height:72px;position:absolute;z-index:100;top:154px;left:636px;}

#birdie:hover {background-position:-52px 0;}



/* Logo */

#logo a { color:#4D4D4D; text-transform:uppercase; font-size:59px; margin-top:70px; position:absolute; }

#logo a:hover { color: #2361a1; text-decoration: none; }

#logo a:focus { color:#fff; }

#tagline { color:#808080; text-transform:uppercase; font-size:20px; position:absolute; margin-top:122px; }

	.msie p#tagline {margin-top:132px;}



#twitter {background:url('library/media/images/twitter-baloon.png') no-repeat top left; display:inline-block; width:350px; height:191px; position:absolute;left:330px;top:-14px;}

#twitter_update_list li {list-style-type:none;}



/* Menu */

.menu {background:url('library/media/images/menu-bg.png') no-repeat top center;display:block;width:960px; height:111px; position:absolute;margin-top:220px;}
/*
.menu {background:url('library/media/images/menu-bg-dm.png') no-repeat top center;display:block;width:960px; height:111px; position:absolute;margin-top:230px;}
*/
.nav { margin-top:-9px;}


.nav { float: left; line-height: 1; width: 100%; padding:12px 10px; }

.nav, .nav * { list-style: none; margin-left: 0; }

.nav li { float: left; padding: 0; position: relative; }

.nav ul li { width: 100%; }



.nav a { display: block; position: relative; padding: 8px 10px; }



/* Hides items under top menu */

.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }



/* Default Menu Skin */

.nav a { color:#999999; text-transform:uppercase; font-size:22px; }

.nav a:hover { color:#C4C4C4; text-decoration:none; }



/* Menu bugfix */

.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }



/* Links */

a { color: #c43e26; text-decoration: none; }

a:hover { text-decoration: underline; }

.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #C43E26; text-decoration: none; }

.entry-content a:hover { text-decoration: underline; }



/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }

h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }

h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }

h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }

h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }

h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }

h6 { font-size: 10px; line-height: 16px; }



/* Content */

.page-title { font-size: 14px; font-weight: bold; color:#777; padding:0 20px 2px 18px;margin-top:-17px; }

.page-title span { font-style: italic; font-weight: normal; }

.entry-title {background:url('library/media/images/title-bg.png') no-repeat top left;margin-left:-8px;width:682px;padding:8px 10px 12px 26px;z-index:9999;font-size: 22px; line-height: 28px; font-weight:bold; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;text-shadow:-1px 1px 1px #FFCC89;}

.entry-title a { color: #000;  }

.entry-title a:hover { color: #575757; text-decoration: none; }

.entry-content {color:#333333;padding:8px 20px 0;}

.entry-summary {padding:8px 20px; color:#333333;}

.entry-meta {padding:10px 20px 0;color:#777777;font-size:11px;}

	.entry-meta span {background:url('library/media/images/metaicons.png') no-repeat;padding-left:20px;margin-right:16px;font-family:Helvetica, Arial, sans-serif; height:16px;display:inline-block;}

	.entry-meta span.published {background-position:0 0;}

	.entry-meta span.entry-categories {background-position:0 -16px;}

	.entry-meta span.comment-count {background-position:0 -32px;}

	.entry-meta span.edit-post {background:none;padding:0;}

	.entry-meta span.entry-tags {background:none;padding:0;}

	.entry-meta span.js-kit-comments-count {background:none; padding:0; margin:0;}

.entry-header a {color:#777777;}

.entru-header a:hover {color:#333333;}

.post {background:url('library/media/images/post-bg.jpg') no-repeat bottom center;padding-bottom:10px; margin-top:10px;}



.share {background:url('library/media/images/post-bg.jpg') no-repeat bottom center; padding:10px 20px 14px;margin-bottom:18px;}

.meritacitit iframe { height:63px !important; width:44px !important;}

#tweetmeme_button {margin-top:-3px;}



.ie6 div.post {background:none;}



#primary {background:url('library/media/images/wrapper-bg.jpg') repeat-y;position:relative;top:-44px;margin-bottom:-44px;}

#primary-head {background:url('library/media/images/content-bg-heading.jpg') no-repeat top left; display:inline-block; height:20px; width:668px;}

#primary-foot {background:url('library/media/images/content-bg-footer.jpg') no-repeat top left; display:inline-block; height:8px; width:668px;}



.footer {margin-top:14px; }

/* Sidebar */

.aside {background:url('library/media/images/sidebar-bg.png') repeat-y left;}

#sidebar-heading {background:url('library/media/images/sidebar-header.jpg') no-repeat top left;height:9px;}

#sidebar-footer {background:url('library/media/images/sidebar-footer.jpg') no-repeat top left; height:9px;}

.widget-title {background:url('library/media/images/sidebar-h2.png') no-repeat top left;color:#364E5A;text-shadow:0 1px #9CC5DA;font-weight:bold;padding-left:20px;margin-bottom:16px;display:block;}

.widget {margin-bottom:28px;}

.widget ul {list-style-type:square; padding:0px 10px 0 20px;}

.widget ul li {color:#777;}

.widget li a {color:#575757;}





/* Text Elements */

address { font-style: italic; }

abbr[title], acronym[title], dfn[title] { cursor: help; }



blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }



strong { font-weight: bold; }

em, dfn, cite { font-style: italic; }

dfn { font-weight: bold; }



sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 12px; }



del { text-decoration: line-through; }

ins { text-decoration: underline; }



code, pre {  line-height: 15px; }

var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }

kbd { font-weight: bold; }

samp, var { font-style: italic; }

pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }

code { padding: 0px 3px; }



/* Lists: (ul, ol, dl) */

ul, ol, dl { margin-left: 15px; }

.nav { margin-left: 0px; }

.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }



li ul, li ol { margin-bottom: 0; }

ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }



ol { list-style-type: decimal; }



ul { list-style-type: disc; }

ul ul { list-style-type: circle; }

ul ul ul { list-style-type: square; }



dt { font-weight: bold; }



.fat li { margin-bottom: 10px; }



/* Tables */

table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th, td { padding: 5px 3px; }



/* Forms */

input, textarea, button { background: #fafafa; border:1px solid #ccc; font-size: 12px; font-family:Helvetica, Arial, sans-serif; padding:5px; color:#555; }

button { font: 12px; padding: 2px 10px; cursor: pointer; }

input:focus, textarea:focus { background: #fcfae3; border:1px solid #F2A845; }



/* Search Form */

.widget_search {margin-bottom:14px;}

.searchform {padding:4px 20px 0;margin-bottom:10px;}

.search-inpt {background:#fff;border:1px solid #BDC7CD; width:180px;padding:5px;font-family:Helvetica, Arial, sans-serif;}

.search-inpt:focus {border:1px solid #F2A845; background:#fff;}

.search-btn {background:url('library/media/images/search-btn.png') no-repeat top left;color:#fff;font-family:Helvetica, Arial, sans-serif;font-weight:bold;border:none;text-align:center;width:56px;padding:5px 0;margin:-1px 0 0 8px;}



/* bugfix */

.safari input { padding: 0px 3px; }

.chrome input { padding: 1px 3px; }



/* Comments */

#comments {background:url('library/media/images/post-bg.jpg') no-repeat bottom center;padding:1px 20px 1px;}

.comment-list, .comment-list .children { list-style: none; }

.comment-list { margin-left: 0; }

.comment-list .children { margin-top: 40px; }

h3.comment-title {font-family: Helvetica, Arial, sans-serif;font-weight:bold;color:#333;}

.comment-meta { margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; font-size:10px; margin-left:34px; color:#575757; }

.commenter { font-size: 14px; margin-left:10px; font-family: Helvetica, Arial, sans-serif; font-weight:bold; font-style:normal; }

.comment {background:#fff;border:1px solid #DDDDDD;margin-bottom:14px;padding:12px;margin-left:16px;}

.comment-content {margin-left:34px;}

	.comment-content p {margin-bottom:3px;}

.avatar { float: left; margin: 0px 0px 10px -30px; border: 1px #ddd solid; padding: 1px; background:#fff; }

textarea#comment {width:614px;display:block;}



.administrator {background:#fcfbf0;}



#respond {padding:10px 20px;}

#leave-a-reply {font-family: Helvetica, Arial, sans-serif;font-weight:bold;color:#333;}

#comment-form input {width:220px;}



#submit {background:url('library/media/images/send-button.jpg') no-repeat top left;border:none;height:37px; width:132px;}

	#submit span {display:none;}

/* Comment Reply */

#comment-form .form-section input { margin-right: 10px; }

.form-section { margin-bottom: 10px; }

.form-section label { cursor: pointer; }

#commenter-details input { margin-right: 10px; }

#allowed-tags { color:#aaa; font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 604px; }



/* Pings */

h3.pings-title {font-family: Helvetica, Arial, sans-serif;font-weight:bold;color:#333;margin:30px 0 10px 0;}

.pings-list {list-style-type:none;}

.pings-list li {background:#fff;border:1px solid #DDDDDD;margin-bottom:14px;padding:12px;margin-bottom: 10px; font-family: Helvetica, Arial, sans-serif; font-size:10px; color:#575757;}

.pings-list cite.commenter {margin-left:0;}

.pings-list p {font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;font-size:13px;color:#000;margin:10px 0 0 0;}



/* Images */

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }

img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }

img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }



.wp-caption { text-align: center; }

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

.wp-caption .wp-caption-text { margin: 0; padding: 5px; }



.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */



/* [gallery] */

.gallery { margin: auto; }

.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }

.gallery-caption { margin-left: 0; }

.gallery-item { float: left; text-align: center; margin-left: 0; }



.gallery-columns-2 { width: 50%; }

.gallery-columns-3 { width: 33%; }

.gallery-columns-4 { width: 25%; }

.gallery-columns-5 { width: 20%; }

.gallery-columns-6 { width: 16%; }

.gallery-columns-7 { width: 14%; }

.gallery-columns-8 { width: 12%; }

.gallery-columns-9 { width: 11%; }



/* Navigation */

.navigation-links {background:url('library/media/images/wrapper-bg.jpg') repeat-y center;margin-top:20px; margin-bottom:14px;float:left;width:668px; display:inline-block;}

.navigation-links div#primary-head {height:7px !important;}

.navigation-links a {font-size:16px; font-weight:bold;margin-top:-20px;position:relative;}

.page-navigation .nav-next { float: left; padding-left:10px; }

.page-navigation .nav-previous { float: right; padding-right:10px; }

.single-page-navigation .nav-next { float: right; padding-right:10px; }

.single-page-navigation .nav-previous { float: left; padding-left:10px; }



/* [gallery] + navigation clearfix */

.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.gallery-row, .navigation-links, .container, .menu { display: block; }



/* Basic Alignments */

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }



/* Twitter Widget */

#twitter_update_list {width:230px;margin:26px 0 0 38px;font-family:Helvetica, Arial, sans-serif;font-size:11px;text-align:center;color:#333;}

#twitter_update_list li {line-height:14px;margin-bottom:8px;}

#twitter_update_list a {display:block;color:#ccc;}

#twitter_update_list span a {display:inline;color:#29ABE2;}





/* Basic 2 Column Layout

@import url( 'library/media/layouts/2col-r.css' );*/

/**

 * Basic 2 column (content)(aside) fixed layout

 * 

 * @package WPFramework

 * @subpackage Layouts

 * @beta

 */



.container { width: 973px; margin: 0px auto; }

.hfeed { width: 668px; float: left; }

.aside { width: 305px; float: right; }

.footer { clear: both; }



/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.abonare-btn { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#000; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#000000'); background: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#000)); background: -moz-linear-gradient(top,  #656565,  #000); border:1px solid #000; color:#fff; padding:4px 10px; font-weight:bold; margin-left:10px; }


/* proud member of DreamTeamRO */
.dreamteam {display:block;width:84px; height:70px; position:absolute;margin-top:333px;margin-left:858px; z-index:101;}

/* leaderboard */
.leaderboard {display:block;width:728px; height:90px; position:absolute;margin-top:273px;margin-left:0px; z-index:101;}

