﻿/*
Theme Name: bzugodesign Theme
Theme URI: http://bzugodesign.com/
Description: The sixth version of bzugodesign.com (the third using wordpress).
Version: 3.0.0
Author: Hugo Velez
Author URI: http://bzugodesign.com/
*/

/* RESET *//* @import 'style/css/reset.css'; */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul, li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
/* Global reset-RESET *//* The below restores some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
a img { border: none; } /* Gets rid of IE's blue borders */
/* -- end reset -- */

body {
	color: #3e3e3e;
	background-color: #c84926;
	font: 12px 'Trebuchet MS', Arial, Verdana, sans-serif;
	text-decoration: none;
}
a {
	color: #d02f2c;
}
p {

}
p.p1 {
	text-align: left;
}
p.p2 {
	text-align: center;
}
p.p3 {
	text-align: right;
}
p.p4 {
	text-align: justify;
	text-indent: 20px;
	margin-bottom: 10px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}
/*--header--*/
#header {
	width: 100%;
	background-color: #444444;
}
#tophead {
	width: 900px;
	margin: 0 auto;
}
#search {
	width: 200px;
	float: right;
	padding-top: 8px;
}
#menu {
	float: left;
}
#menu ul { list-style:none; margin:0; padding: 0; overflow: hidden; /*border-bottom: 1px solid #333333;*/ }
#menu li {
	float:left;
	text-align:center;
}
#menu li a {
	display: block;
	color: #c0c0c0;
	text-decoration:none;
	font-size: 14px;
	/*padding: 30px 0 10px 0;*/
	padding: 2px 20px;
	height: 25px;
	padding-top: 10px;
}

#menu li a:hover, #menu li#current a {
	background-color: #333333;
}

#menu li a:hover {
	color: #FFFFFF;
}

#header h1 {
	clear: both;
	text-indent: -9999px;
	width: 100%;
	height: 167px;
	background: #c84926 url('images/header_logo.png') no-repeat center top;
	margin: 0 auto;
	/*border-top: 2px solid #333333;*/
}
/*--blog--*/
#content {
	clear: both;
	width: 976px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffd200;
	background: url('images/bottom_content.png') no-repeat center bottom;
	z-index: 10;
	position: relative;
}

#content .wrap {
	background: url('images/top_content.png') no-repeat center top;
}

#content-container {
	width: 880px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
}

#extra-sizer {
	background: url('images/content_bg.png') repeat-y center;
}
.hack {
	clear: both;
}
#blog {
	float: left;
	width: 610px;
	/*background-color: #ffd926;
	border: 1px solid #ffe154;*/
	margin-left: 20px;
	margin-top: 10px;
}
#sidebar {
	float: right;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 170px; /*min-height*/
}

#sidebar h3 {
	color: #4e4946;
}

#last-entries {
	width: 205px;
	margin: 0 auto;
}

/*--sidebar--*/
#last-entries h3 {
	font-size: 20px;
}
#last-entries ul {
	border-top: 1px solid #DDDDDD;
	list-style-type: none;
	padding: 0px;
	margin: 20px 0 0 0;
}
#last-entries ul li {
	border-bottom: 1px solid #DDDDDD;
}
#last-entries ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #555555;
}

#last-entries ul li a:hover {
	background-color: #DDDDDD;
	color: #d02f2c;
	text-decoration: underline;
}

/*--post--*/
.post {
	clear: both;
	margin-left: 0px;
	/*padding: 20px;*/
	padding-bottom: 20px;
	color: #1d2328;
}
.post h2 {
	font-size: 26px;
	font-weight: bold;
	color: #1d2328;
}

.post h2 span {
	border-bottom: 1px solid #d02f2c;
}

.post h2 a, #comments-container span a {
	color: #1d2328;
	text-decoration: none;
	border-bottom: 1px solid #d02f2c;

}
.post h2 a:hover, #comments-container span a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #d02f2c;
}
.post h2.pageheader {
	border-bottom: 1px solid #9AD800;
}
.entry p {
	padding-bottom: 10px;
}
.entry a, .comment-content a {
	color: #d02f2c;
}
.entry h2 {
	margin-top: 20px;
}
.post a:hover, .comment-content a:hover {
	color: #FFFFFF;
	background-color: #d02f2c;
}
.entry {
	clear: both;
	font-size: 13px;
	padding-top: 10px;
	line-height: 1.7em;
}
.entry h3 {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px; /*_*/;
	border-bottom: 1px solid #e0e0e0;
}
/*--------------------------------------*/
p.images a {
	margin: 5px;
}
p.images a:hover {
	background: none;
}
p.images a img {
	padding: 0px;
}
p.images img {
	border: 5px solid #DFDFDF;
}
/*--------------------------------------*/
.post img {
	padding: 5px 10px 5px 0px;
}
.post img.pl {
	float: left;
	padding: 10px;
}
.post img.pr {
	float: right;
	padding: 10px;
}

.post ol, .post-content ul {
	line-height: 20px;
	list-style: none;
}

.post ul {
	padding-left: 30px;
}

.post ul li {
	padding: 3px 0;
}

.post ul li ul li {
	list-style: square ;
	list-style-position: inside;
}

.post ol {
	padding-left: 37px;
}

.post ol li {
	list-style: decimal;
	padding: 3px 0;
}

.post blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}


code, pre {
	margin: 10px 20px;
	display: block;
	background-color: #f8f8f8;
	border: 1px solid #c0c0c0;
	padding: 10px;
}
.postmetadata {
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline;
	font-weight: bold;
	color: #666666;
}

.postmetadata a {
	text-decoration: none;
}

.postmetadata a:hover, .postmetadata-alt a:hover {
	color: #FFFFFF;
	background-color: #d02f2c;
}
.postmetadata-alt {
	margin-bottom: 10px;
	background-color: #EEEEEE;
	padding: 5px 10px;

	/*display: inline;*/
}
/*--comments--*/
#comments-container {
	margin-top: 20px;
}
#comments-container h2 {
	background-color: #EEEEEE;
	padding-left: 10px;
	font-size: 16px;
}
#comments-container ul {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #C0C0C0;
}
#comments-container ul li {
	display: block;
	border-bottom: 1px solid #C0C0C0;
}
#comments-container ul li.me {
	background-color: #F9F9F9;
}
.comment-header {
	margin: 0 10px;
}
.comment-header span.author {
	font-size: 12px;
	float: left;
}
.comment-header span.author a, .comment-header span.author b {
	font-weight: bold;
	font-size: 16px;
}
.comment-header span.date {
	color: #C0C0C0;
	float: right;
	font-weight: bold;
}
.comment-content {
	clear: both;
}
#comments-container p {
	margin: 0 10px;
	padding: 5px 10px;
}
/*--comments form--*/
#comment-form {
	margin-top: 20px;
}
#comment-form p {
	padding-top: 5px;
}
#comment-form small {
	font-size: 11px;
}
#author, #email, #url {
	width: 50%;
}
#comment {
	width: 100%;
	height: 100px;
}
/*-------------------------------*/
.nextprevious {
	clear: both;
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.nextprevious a {
	color: #999999;
	padding: 0 5px;
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
}
.nextprevious a:hover {
	color: #fff;
	background-color: #dddddd;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/*--bottom--*/
#bottom {
	z-index: 5;
	/*clear: both;*/
	text-align: center;
	background: #0e0e0e;
	border-top: 3px solid #ffe154;
	/*border-bottom: 8px solid #ffe154;*/
	width: 100%;
	margin-top: -24px;
}

#bottom-container {
	width: 900px;
	margin: 0 auto;
	text-align: center;

}
#bottom-container h3 {
	color: #FFFFFF;
}
#extra-content {
	padding-top: 30px;
}
#bottom a {
	color: #C0C0C0;
	text-decoration: none;
}
#bottom a:hover {
	text-decoration: underline;
	color: #d02f2c;
}
#bottom a:active {
	text-decoration: underline;
	color: #C0C0C0;
}
/*--@bottom -> Categories/Archives--*/
#categories, #extra-div {
	float: left;
	width: 245px;
	text-align: left;
	padding: 10px 0 40px 0;
	margin-left: 40px;
	display: inline; /* IE double margin bug. */
}

#archives {
	float: left;
	width: 250px;
	text-align: center;
	padding: 10px 0 40px 0;
	margin-left: 40px;
	display: inline; /* double margin bug. #@%#$'*/
}

#archives ul li {
	padding: 5px 0px 5px 0px;
}

#bottom h3 {
	font-size: 20px;
	border-bottom: 1px solid #ffd200;
	text-align: left;
}
#bottom ul {
	list-style-type: none;
	padding: 0px;
	margin: 30px 0 0 0;
	border-top: 1px solid #333333;
}
#bottom ul li {
	border-bottom: 1px solid #333333;
}
/* #bottom ul li a { */
#categories ul li a, #extra-div ul li a {
	display: block;
	padding: 5px 0px 5px 20px;
}
#bottom ul li a:hover {
	background-color: #111111;
	color: #ffd200;
}
/*--footer--*/
#footer {
	width: 900px;
	clear: both;
	padding-bottom: 20px;
	font-weight: bold;
	background-color: #0e0e0e;
	border-top: #222222 1px solid;
	margin: 0 auto;
}
#footer-container {
	height: 20px;
	font-size: 11px;
	width: 100%;
	margin: 10px auto 0 auto;
}
#footer a {
	color: #aaaaaa; /* #d02f2c */
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	/*background-color: #d02f2c;*/
}

#left-foot {
	float: left;
	margin: 2px 0;
	padding-left: 5px;
	text-align: left;
}
#right-foot {
	float: right;
	margin: 2px 0;
	padding-right: 5px;
	text-align: right;
}
/*--misc--*/
.feed {
	height: 14px;
	padding-left: 15px;
	background: url('images/feed-icon.gif') no-repeat 0% 50%;
}
.validate {
	height: 12px;
	padding-left: 15px;
	background: url('images/validate-icon.gif') no-repeat 0% 50%;
}

abbr {
	border-bottom: none;
}
/* -- end -- */
ul.skills-tab {
	width: 350px;
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0px;
}

ul.skills-tab li div {
	display: inline;
}

ul.skills-tab li.title {
	clear: both;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 15px;
	font-weight: bold;
}
.skills-tab .pl {
	display: inline;
}
.skills-tab .pr {
	width: 25%;
	float: right;
}

.skills-tab h4 {
	clear: both;
	font-size: 14px;
	margin: 10px 0;
}

ul.skills-tab2 {
	width: 300px;
	list-style-type: none;
	margin: 10px auto 0 auto;
	padding: 0px;
}
.post ul.skills-tab2 li {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 3px;
	padding-bottom: 2px;
	list-style: circle;
	list-style-position: inside;
	text-indent: 10px;
}
.skill {
	display: block;
	float: left;
	height: 20px;
	width: 12px;
	background: url('images/1.png') no-repeat 0% 60%;
}
.no-skill {
	display: block;
	float: left;
	height: 20px;
	width: 12px;
	background: url('images/2.png') no-repeat 0% 60%;
}
.hilite, .hilite1, .hilite2, .hilite3 {
	color: #000000;
	background-color: #E0FFA6;
}
#news {
	border-bottom: 1px solid #ECECEC;
}
h4 b {
	border-bottom: 1px solid #9AD800;
	font-size: 16px;
}
#getffx {
	margin: 10px;
	text-align: center;
}
/* Linked in */
#linkedin {
	text-align: center;
}
/**/
.aligncenter {
	text-align: center;
}
/* 2010 */
/* [search form] */

#search .search_box {
	width: 175px;
	height: 18px;
	border: 1px solid #3b3c3e;
	background-color: #333333;
	color: #FFFFFF;
	margin-top: -15px;
}

#search .submit {
	width: 24px;
	height: 20px;
	margin-left: -5px;
	margin-bottom: -5px;
	margin-right: 0px;
}
/* [/search form] */

/* Contact Form */
input#contactsubmit	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size: 10px;
	background:url('images/button-bg.gif') repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

