@charset "utf-8";

/*  

Theme Name: Kounterattack Design Blog
Theme URI: http://www.kounterattack.com/
Description: Theme designed for Kounterattack weblog.
Version: 1.0
Author: Diego Alejandro Peralta
Author URI: http://www.bahiastudio.net/

*/

/* ----- RESET ----- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ----- CLEARFIX ----- */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ----- CSS ----- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 11px;
}

/* links */

a {
	text-decoration: none;
	color: #ff6600;
}

/* titles */

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #ff6600;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;
}

h4 {
	font-weight: bold;
	font-size: 14px;
	color: #ff6600;
}

/* inputs */

input[type="text"] {
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	color: #231f20;
	font-size: 12px;
	padding: 2px;
	margin-top:-2px;
}

textarea {
	border-top: 1px solid #8e8e8e;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	color: #231f20;
	font-size: 12px;
	padding: 2px;
	margin-top:-2px;	
}

/* ----- LAYOUT ----- */

#wrapper {
	width: 100%;
	height:auto !important;
	margin: 0 auto -96px;
	min-height:100%;	
}

#main {
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 900px;
	height: 66px;
	background: url('i/header.jpg') no-repeat left top;
	margin-bottom: 36px;
}

#navbar {
	width: 420px;
	margin: 10px 0px 0px 475px;
}

#about {
	width: 598px;
	margin-bottom: 41px;
}

#container {
	width: 900px;
	padding-bottom: 126px;
}

#content {
	width: 625px;
	float: left;
}

#sidebar {
	width: 263px;
	float: right;
	position: relative;
}

#footer {
	clear: both;
	width: 900px;
	height: 96px;
	background: url('i/bg_footer.jpg') no-repeat left top;
	font-size: 11px;
	color: #514e39;
	margin: 0 auto;
	position: relative;
	z-index: 100000;
}

/* ----- HEADER ----- */

#header #logo h1 {
	padding: 25px 0px 0px 9px;
}

#header #logo h1 a {
	display: block;
	text-indent: -9999px;
	background: url('i/logo.jpg') no-repeat left top;
	width: 377px;
	height: 31px;
	float: left;
}

#header #logo h1 a:hover {
	background-position: left bottom;
}

/* ----- NAVBAR ----- */

#navbar ul {
	float: left;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	display: block;
	text-indent: -99999px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	width: 70px;
	height: 27px;
	margin-left: 10px;
}

#navbar ul li a:hover {
	background-position: left bottom;
}

#navbar ul li#nav_item_1 a {
	background-image: url('i/btnAbout.gif');
}

#navbar ul li#nav_item_2 a {
	background-image: url('i/btnProjects.gif');
}

#navbar ul li#nav_item_3 a {
	background-image: url('i/btnServices.gif');
}

#navbar ul li#nav_item_4 a {
	background-image: url('i/btnContact.gif');
}

/* ----- CONTENT ----- */

#about h2 {
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	line-height: 16pt;
	margin-left: 10px;
	text-align: justify;
}

.post {
	width: 625px;
	position: relative;
	margin-bottom: 13px;
}

.post:last-child {
	margin-bottom: 0;
}

.title_post {
	background: url('i/bg_post_top.jpg') no-repeat left top;
	padding: 15px 10px 0px 10px;
	height: 23px;
}

.title_post h2 a:hover {
	background-color: #FF6600;
	color: white;
}

p.date_post {
	font-size: 10px;
	color: #999999;
	float: right;
	padding: 6px 0px 0px 0px;
	margin: 0px 6px 0px 0px;
}

.post_bottom {
	display: block;
	background: url('i/bg_post_bottom.jpg') no-repeat left top;
	height: 10px;
}

.entry {
	padding: 12px 14px 0 11px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.entry a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

.image_tages  {
	position: relative;
	background: url('i/pattern.jpg') left top;
	overflow: hidden;
	margin-bottom: 11px;
}

.image_tages_content {	
	height: auto;
	min-height: 49px;
	height: 49px;
}

.image_tages_no_bg  {
	height: auto;
	position: relative;
	background: url('i/separator.gif') left top;
	overflow: hidden;
	text-align: center;
}

#content  .image_tages img {
	margin-bottom: 0;
	vertical-align: middle;
	padding: 5px 0;
}
#content  .image_tages .embed {
	padding: 5px 0 2px 0;
}

#content  .image_tages_no_bg img {
    margin-bottom: 0;
}

#content  object {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

ul.list-cateories {
	position: absolute;
	z-index: 1000;
	bottom: 17px;
	left: 10px;
}

ul.list-cateories li {
	display: inline;
}

ul.list-cateories li a {
	color: #ffffff;
	background: #ff6600;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}

ul.list-cateories li a:hover {
	color: #ffffff;
	background: #646048;
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
}

.entry p {
	line-height: 20px; 
	text-align: justify; 
	margin-top: 0px; 
	padding-bottom: 20px;
}

.entry p:first-child {
	margin-top: -7px;
}

.entry p:last-child {
	padding-bottom: 11px;
}

.entry img {
	margin-bottom: 12px;
}

.meta_post {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 10px;
	padding: 0px 10px 30px 10px;
	line-height: 1.8em;
}

.meta_post p {
	color: #999999;
}

.meta_post ul {
	margin-bottom: 26px;
	border-top: 1px solid #e5e5e5;
	padding-top: 8px;
}

.meta_post ul li {
	display: inline;
}

.meta_post ul li a {
	display: block;
	float: left;
	margin-right: 13px;
}

.meta_post a:hover {
	background-color: #FF6600;
	color: white;
}


.share_this a {
	text-indent: -9999px;
	background: url('i/share_this.gif') no-repeat left top;
	width: 125px;
	height: 16px;
}

.email_post a {
	background: url('i/mail.gif') no-repeat left 50%;
	padding: 0px 0px 0px 14px;
}

.meta_post a strong {
	font-size: 11px;
}

.related_post {
	width: 427px;
	padding-left: 73px;
}

.related_post a {
	font-weight: bold;
	font-size: 11px;
}

a.read_more {
	display: block;
	background: url('i/orange_arrow.gif') no-repeat left 50%;
	font-weight: bold;
	padding-left: 16px;
	position: relative;
	top: -8px;
	width: 66px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0;
}

/* ----- COMMENTS ----- */

.comments {
	width: 625px;
	margin-top: 12px;
	background: url('i/bg_post_top.jpg') no-repeat left top;
}

.comments ol {
	margin-bottom: 11px;
}

.comments ol li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px 25px 0px;
}

#all_comments_content {
	padding: 12px 15px 10px 10px;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	display: none;
}

.comments_bottom {
	display: block;
	background: url('i/bg_post_bottom.jpg') no-repeat left top;
	height: 10px;
}

.comments h3 {
	padding: 12px 10px 0px 10px;
}

a.toggle_open {
	background: url('i/bg_toggle_open.gif') no-repeat left 50%;
	padding-left: 16px;
	margin-left:1px;
}

a.toggle_open:hover, a.toggle_close:hover  {
	background-color: #FF6600;
	color: white;
}
 
a.toggle_close {
	background: url('i/bg_toggle_close.gif') no-repeat left 50%;
	padding-left: 16px;
	margin-left:1px;	
}

.comment_author p {
	font-weight: bold;
	color: #999999;
	font-size: 14px;
	float: left;
}

.comment_date p {
	color: #999999;
	font-size: 11px;
	float: right;
	padding: 2px 0px 0px 0px;
}

.comment_content {
	clear: both;
	margin-top: 22px;
}

.comment_content p {
	color: #333333;
	line-height: 1.7em;
	text-align:justify;
}

.comments form {
	margin-top: 12px;
}

.comments form p {
	margin-bottom: 9px;
	color: #666666;
}

.comments label {
	padding: 0px 0px 0px 6px;
}

.comments form p span {
	font-size: 10px;
}

.comments input[type="text"] {
	width: 162px;
}

.comments textarea {
	width: 478px;
	height: 130px;
}

label#label_comment {
	position: relative;
	top: -120px;
}

/* ----- SIDEBAR ----- */

#rss {
	position: absolute;
	top: -16px;
	right: 8px;
}

#rss a.rss {
	font-size: 8pt;
	background: url('i/rss.gif') no-repeat left 50%;
	padding: 0px 0px 0px 16px;
	font-weight: bold;
}

#rss a.rss:hover {
	background-color: #FF6600;
	color: white;
}

#rss a {
	font-size: 8pt;
	padding: 0px 0px 0px 16px;
	font-weight: bold;
}

#sidebar h3 {
	color: #514e39;
	font-size: 16px;
	font-weight: bold;
	padding: 16px 0px 0px 10px;
}

#sidebar div#categories {
	background: url('i/bg_sidebar_top.gif') no-repeat left top;
	margin-bottom: 8px;
}

#categories_list {
	width: 196px;
}

#sidebar div#search {
	background: url('i/bg_sidebar_top.gif') no-repeat left top;
	margin-bottom: 8px;
}

#sidebar div#search input#search_text {
	width: 155px;
	margin: 2px 15px 0px 0px;
}

#sidebar div#search input#search_submit {
	width: 52px;
	height: 19px;
	font-size: 11px;
}

#sidebar div#archives {
	background: url('i/bg_sidebar_top.gif') no-repeat left top;
	margin-bottom: 8px;
}

#sidebar div#archives select {
	width: 120px;
}

#sidebar .sidebar_box_content {
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 17px 12px 20px;
}

.sidebar_box_bottom {
	display: block;
	background: url('i/bg_sidebar_bottom.gif') no-repeat left top;
	height: 9px;
}

/*
	-=[Size of the tags]=-
 	small = 12px
	normal = 14px
	medium = 18px
	big = 20px
*/

#sidebar ul {
	margin-top: 22px;
	text-align: justify;
}

#sidebar ul#tagcloud li {
	display: inline;
	line-height: 1.7em;
}

#sidebar ul#tagcloud li a {
	color: #ffffff;
	background: #646048;
	padding: 3px;
	font-weight: bold;
}

#sidebar ul#tagcloud li a:hover {
	background: #ff6600;
}

#sidebar .tag_smallest {
	font-size: 10px;
}

#sidebar .tag_small {
	font-size: 12px;
}

#sidebar .tag_normal {
	font-size: 14px;
}

#sidebar .tag_medium {
	font-size: 16px;
}

#sidebar .tag_big {
	font-size: 18px;
}

#sidebar .tag_biggest {
	font-size: 20px;
}


/* ----- FOOTER ----- */

#footer p {
	padding: 2px 0px 0px 10px;
}

#footer ul {
	line-height: 14px; 
	padding-left: 10px;
	padding-top: 30px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #514e39;
}

#footer ul li a:link { 
	color: #514e39; 
	text-decoration: none;
}

#footer ul li a:visited { 
	color: #514e39; 
	text-decoration: none;
}

#footer ul li a:hover {
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #FF6600;
}

/* classes */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.aligleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

span.aligncenter {
	display: block;
	text-align: center;
}

.alignright {
	text-align: right;
}

/* EOF;  */
/* This is a very nice stylesheet */