/*
 * NibbleBlog - http://www.nibbleblog.com
 *
 * Theme Default by Diego Najar
 *
 * Last update: 09 / 04 / 2010 (dd/mm/yyyy)
 * Compatible version: 2.0
*/

/*
=======================================
	ESQUELETO
=======================================
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: left;
	font-size: small;
	background-color: #f7f7f7;
}

#container { 
	width: 960px;			/* Tamaño del contenedor */
	background: #FCFCFC;
	margin: 0 auto;		/* Contenido en el medio por si varian los lados 	*/
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

/* Head outside the container */
#head {
	height:120px;
	background: url('default/head/bg_blue.png') repeat-x center;
}

/* Sidebar left or right */
#sidebar {
	float: left;
	width: 28%;
	margin: 10px;
}

/* Contenedor de los Post */
#container_main {
	float:left;
	width: 67%;		/* Si aumento el ancho el sidebar se va abajo */
	margin: 10px;
} 

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Footer separado del Container 	*/
#footer {
	height:50px;
	line-height: 50px;
	border-top: 1px solid #a7a7a7;
	font-size:x-small;
	background: #414141;
	color: #fff;
	padding-left: 30px;
}

/*
=======================================
	SIDEBAR - PLUGINS
=======================================
*/

.siderbar_plugin_container {
	background: #F9F9F9;
	margin: 10px 0;
	border: 1px solid #E6E6E6;
}

.sidebar_plugin_title {
	font-size: 18px;
	color: #4E5E9F;
	padding: 10px;
}

.sidebar_plugin_content {
	font-size:small;
	padding: 0 0 10px 10px;
}

/*
=======================================
	HTML TAG "a"
=======================================
*/

/* Hipervinculos */
a:link,
a:active,
a:visited,
a:hover {
	color: #606060;
}

a.footer_a:link,
a.footer_a:active,
a.footer_a:visited,
a.footer_a:hover {
	color: #fff;
	font-weight: bold;
}

a.sidebar:link,
a.sidebar:active,
a.sidebar:visited,
a.sidebar:hover {
	color: #747474;
	text-decoration: none;
}

a.head_title:link,
a.head_title:active,
a.head_title:visited,
a.head_title:hover {
	color: #FFF;
	text-decoration: none;
}

a.post_title:link,
a.post_title:active,
a.post_title:visited,
a.post_title:hover {
	color: #6F6F6F;
	text-decoration: none;
}

a.post_readmore:link,
a.post_readmore:active,
a.post_readmore:visited,
a.post_readmore:hover {
	color: #5C69A2;
	font-weight: bold;
	text-decoration: none;
}

a.comments:link,
a.comments:active,
a.comments:visited,
a.comments:hover {
	font-weight: bold;
	text-decoration: none;
}


/*
=======================================
	HTML TAG "img"
=======================================
*/

img {
	max-width: 515px;
	border:0px;
	display: block;
	margin: 0 auto;
}

img.captcha {
	display:inline;
	margin:0 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 2px;
}

/*
=======================================
	HEAD
=======================================
*/

/* Contenedor del head interior */
.container_head {
	width: 960px; /* Mismo tamaño que el contenedor */
	margin: 0 auto;
}

/* Title and description container*/
.head_left {
	float:left;
	margin-top: 25px;
	padding-left: 10px;
	font-family: "Trebuchet MS","Garuda",Helvetica,sans-serif;
}

.head_right {
	float:left;
}

.head_left_title {
	font-size: 28px;
	font-weight: bold;
	
}

.head_left_description {
	font-size: 16px;
	color: #F1F1F1;
	font-weight: bold;
}

/*
=======================================
	POST
=======================================
*/

.post_box {

}

.post_title {
	font-weight: bold;
	font-family: "Trebuchet MS", "Garuda", Helvetica, sans-serif;
	font-size: 30px;
	color: #858585;
}

.post_date {
	font-size: x-small;
	color: #898A8C;
}

.post_content {
	margin-top: 15px;
	margin-bottom:15px;
	font-size: small;
	color: #606060;
}	

.post_footer {
	color: #6A6A6A;
	background: #f2f2f2;
	
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;

	padding: 5px 0;
	padding-left: 10px;	
	font-weight: bold;
}

.post_footer_tags {
	background: url("default/tags.png") no-repeat left;
	
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: #6A6A6A;
	padding: 5px 0;
	padding-left: 20px;


	margin: 5px 0;
	font-size:x-small;
}

.post_footer_comment {
	background: url("default/comment.png") no-repeat left;
	padding-left: 18px;
	font-weight: bold;
}

/*
=======================================
	MISC
=======================================
*/

.line {
	height: 1px;
	margin:20px;
	border-bottom: 1px solid #c1c1c1;
}

.next_page {
	background: #f2f2f2;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: small;
	font-weight: bold;
	padding:5px;
}

.page_number {
	margin: 5px;
	padding: 6px;
}

.form_button {
	color: #fff;
	border: 1px solid #873232;
	background: #b34343;
	height: 30px;
}

/*
=======================================
	FORM COMMENT
=======================================
*/
.comment_form_box {
	margin: 20px 0;
}

.comment_form_title {
	border-top: 1px solid #ccc;
	font-weight: bold;
	color: #aaa;
	margin-bottom: 10px;
}

.comment_form_subtitle {
	font-size: x-small;
	font-weight: bold;
	color: #343434;
	margin-top: 10px ;
}

.comment_form_textbox {
	border: 1px solid #ccc;
	width: 70%;
}

.comment_form_textbox_captcha {
	border: 1px solid #ccc;
	width: 20%;
}

.comment_form_textarea {
	border: 1px solid #ccc;
	width: 90%;
	height: 90px;
}

.comment_form_button {
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 10px 0;
}

.comment_form_captcha {
	margin: 10px 0;
}

/*
=======================================
	COMMENTS
=======================================
*/

/* Container comment */
.comment_box,
.comment_box_admin {
	margin: 20px 0;
	padding:10px;
	font-size: small;
}
.comment_box {
	background: #EFEFEF;
	border:1px solid #9A9A9A;
}
.comment_box_admin {
	background: #f1f8f0;
	border-top: 1px solid #cdd3cd;
	border-bottom: 1px solid #cdd3cd;
}

/* Span for author */
.comment_author {
	background: url('default/comment/user.png') no-repeat left 0px;
	padding-left: 20px;
	float: left;
	padding-bottom: 10px;
	font-weight: bold;
	color: #343434;
}

/* Span for date */
.comment_date {
	background: url('default/comment/clock.png') no-repeat left;
	padding-left: 20px;
	float: right;
	font-size: x-small;
	height: 16px;
}

/* Div for content */
.comment_content {
	clear:both;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.comment_admin_tool {
	background: #E8E8E8;
	border: 1px solid #ccc;
	margin-top: -20px;
	padding: 4px;
	cursor: pointer;
}

/*
=======================================
	BANNER
=======================================
*/

.banner_error {
	border: 1px solid #c44509;
	background: #ffece6;
	font-size:small;
	color:#950000;
	padding: 20px 10px;
	margin:10px 0;
}

/*
=======================================
	STYLES
=======================================
*/

.style_text_file,
.style_console,
.style_code {
	margin-top:5px;
	margin-bottom:5px;
	padding: 15px;
	padding-right:30px;
}

.style_text_file {
	background: url("default/styles/text.png") no-repeat top right #f2f2f2;
	color:#695c4c;
}

.style_console {
	background: url("default/styles/terminal.png") no-repeat top right #808387;
	font-weight: bold;
	color: #fff;
}

.style_code {
	background: url("default/styles/code.png") no-repeat top right #bcc0c6;
}

pre {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
