/*
***********************************************************

Title:			style.css [www.dreamyguy.com]
Browser(s): 	All (except IE)

Author: 		Wallace Rodrigues (www.dreamyguy.com)
Created: 		2008.05.01
Last modified: 	2008.06.28

PS: UNDER DEVELOPMENT! Heaps of inactive tags...
PS: CSS comments and markup inspired on the super-duper ElliotJayStocks' CSS!

***********************************************************
*/

/* Global reset */
/* 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, h5, 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, h5, h5, h6 {
	font-size:100%
}

q:before, q:after {
	content:''
}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong {
	font-weight: bold
}

em {
	font-style: italic;
	color: #900;
}

ol, ul, li {
	list-style:none
}

* a {
	position:relative /* Gets links displaying over a PNG background */
}

a {
	outline:none /* Gets rid of Firefox's dotted borders */
}

a img {
	border:none /* Gets rid of IE's blue borders */
}

/******* Typography *******/

body {
	font: 20px/20px "Courier New", Courier, mono; /* To easily spot text sitting outside of a tag */
	color: #0f0
} 

h1 { font: 24px/24px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif; margin: 0 0 5px 0; color:#900; /* color:#cfffff */ }
h2 { font: 20px/20px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif; margin: 0 0 5px 0; color:#900; /* color:#cfff9f */ }
h3 { font: 16px/24px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif; margin: 0 0 5px 0; color:#900; /* color:#cfff9f */ }
h4 { font: 14px/18px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif; margin: 0 0 5px 0; color:#900; /* color:#fff */ }
h5 { font: 14px/18px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif; margin: 0 0 5px 0; color:#900 }

p, li, dt, dd, label, input, textarea {
	font-family: Verdana, Arial, sans-serif
}

p {
/*	margin: 2px 0 10px 0; */
	margin: 2px 0 20px 0
}

p, li, dt, dd, label {
	font-size: 13px;
/*	line-height: 16px; */
	line-height: 17px;
	color: #63565F; /* kinda gray */
}

input, textarea {
	font-size: 11px;
	color: #000;
	padding: 2px
}

pre, code {
	margin: 2px 0 16px 0;
	background: #000;
	color: #ccc;
	font: 12px/16px 'Courier New', Courier, monospace
}

pre {
	padding:10px
}

a {
	color: #f60; /* orange */
	text-decoration: none
}

a:hover {
	color: #592D00; /* chocolate */
	text-decoration: none;
}

span.smallcaps {
	text-transform:lowercase;
	font-variant:small-caps
}

/******* Layout (basic) *******/

body {
	text-align: left
}

div#ie6-no-wrapper, div#quicklinks-wrapper, div#header-wrapper, div#main-menu-wrapper, div#footer-wrapper {
	width: 100%;
}

html>body div#header-wrapper, html>body div#footer-wrapper { /* 'html>body' because IE can't understand parent/child selectors */
/*	background:url(../images/header-bkg.png) center left repeat-x */
}

div#ie6-no-wrapper {
	background: url(images/ie6-no--middle.png);
	width: 100%;
}

div#ie6-no-top {
	background:url(images/ie6-no--top.png) repeat-x;
	width: 100%;
	height: 23px;
}

div#ie6-no-bottom {
	background:url(images/ie6-no--bottom.png) repeat-x;
	width: 100%;
	height: 23px;
}

div#ie6-no {
	margin: 0 auto;
	width: 960px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
}

div#ie6-no p {
	color: #630; /* brown */
	margin: 0;
	padding: 0;
}

div#ie6-no a {
	color: #09f; /* cool blue */
}

div#quicklinks-wrapper {
/*	background: url(images/_bkg-quick-links.png) top left repeat-x; */
	height: 26px;
}

div#quicklinks {
	margin: 0 auto;
	width: 960px;
	height: 26px;
	text-align: right;
}

div#quicklinks a:link, div#quicklinks a:visited {
/*	color: #9f0; *//* lime green */
	color: #A0A09B; /* kinda grey */
}

div#quicklinks a:hover, div#quicklinks a:active {
/*	color: #09f; *//* nice blue */
	color: #E8A02C; /* orange yellow */
}

ul.quicklinks-left li,
ul.quicklinks-left li a:link,
ul.quicklinks-left li a:visited {
	color: #A0A09B; /* kinda grey */
}

ul.quicklinks-left li a:active,
ul.quicklinks-left li a:hover {
	color: #E8A02C; /* orange yellow */
}

ul.quicklinks-left li.current_page_item,
ul.quicklinks-left li.current_page_item a:link,
ul.quicklinks-left li.current_page_item a:visited,
ul.quicklinks-left li.current_page_item a:active,
ul.quicklinks-left li.current_page_item a:hover {
	color: #E8A02C; /* orange yellow */
}

div#quicklinks h4 {
	margin: 0 235px 0 0;
	font-size: 10px;
	line-height: 5px
}

div#quicklinks ul {
/*	margin: -11px 20px 0 0;
	list-style-image: url(images/fam-arrows-tiny.png); */
}

div#quicklinks li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 11px;
}

div#quicklinks ul.quicklinks-left {
	float: left;
}

div#quicklinks ul.quicklinks-right {
	float: right;
}

div#header-wrapper {
	height: 64px;
	background: #29221a url(images/_bkg-header.png) top left repeat-x; /* deepest brown */
}

div#header {
	position: relative;
	width: 960px;
	height: 134px;
	margin: 0 auto;
	padding: 0 10px
}

html>body div#header { /* 'html>body' because IE can't understand parent/child selectors */
/*	background:url(images/header-bkg.png) top left no-repeat  */
}

html>body div#header span.angel,
html>body div#header span.angel-stars,
html>body div#header span.flower-1,
html>body div#header span.flower-2,
html>body div#header span.flower-3,
html>body div#header span.flower-4 { /* 'html>body' because IE can't understand parent/child selectors */
	position: absolute;
	display: inline;
}

html>body div#header span.angel {
	z-index: 5;
	background: url(images/dg_bkg_angel.png) top left no-repeat;
	width: 464px;
	height: 188px;
	right: 20px;
	top: -22px;
}

html>body div#header span.angel-stars {
	z-index: 5;
	background: url(images/dg_bkg_angel_stars.png) top left no-repeat;
	width: 221px;
	height: 105px;
	right: 484px;
	top: 32px;
}

html>body div#header span.flower-1 {
	z-index: 6;
	background: url(images/dg_bkg_flower_1.png) top left no-repeat;
	width: 182px;
	height: 728px;
	right: -157px;
	top: -17px;
}

html>body div#header span.flower-2 {
	z-index: 7;
	background: url(images/dg_bkg_flower_2.png) top left no-repeat;
	width: 219px;
	height: 249px;
	right: -130px;
	top: -22px;
}

html>body div#header span.flower-3 {
	z-index: 8;
	background: url(images/dg_bkg_flower_3.png) top left no-repeat;
	width: 123px;
	height: 83px;
	right: 243px;
	top: 100px;
}

html>body div#header span.flower-4 {
	z-index: 9;
	background: url(images/dg_bkg_flower_4.png) top left no-repeat;
	width: 144px;
	height: 248px;
	right: -135px;
	top: 225px;
}

div#header .logo-wrapper h1 {
	text-indent: -9999px;
	margin: 0;
}

div#header .logo-wrapper h1 a {
/* 	background: transparent url(images/_site-logo.png) no-repeat scroll 0% 50%;
	width: 152px;
	height: 80px;
	top: 30px;
	display: block; */
	position: relative;
	background: transparent url(images/_logo-dreamyguy.png) no-repeat scroll 0% 50%;
	width: 314px;
	height: 148px;
	top: -20px;
	display: block;
}

div#header .logo-wrapper h1.description {
	position: relative;
/*	top: -23px; */
	top: -175px;
/*	left: 80px; */
	left: 0;
	color: #fff;
	color: #0081bf; /* bluey */
	font-size: 11px;
	margin: 0;
	text-indent: 0;
	font-family: 'Trebuchet MS','Lucida Grande', Verdana, Georgia, sans-serif;
}

/*** header extra menu - begin ***/
.rss-main, .rss-email, .rss-comments, .bookmark-delicious, .bookmark-technorati {
	position: absolute;
	text-decoration: none;
	display: block;
	z-index: 2;
}

a.rss-main {
	padding: 5px 0 0 3px !important;
	width: 122px;
	height: 71px;
	right: 250px;
	top: 1px;
	color: #592D00; /* chocolate */
}

a:hover.rss-main {
	color: #f60; /* orange */
}

.rss-email, .rss-comments {
	padding: 5px 0 0 3px !important;
	width: 58px;
	height: 55px;
	top: 50px;
}

a.rss-main {
	background: url(images/rss-main.png) no-repeat !important;
}
a.rss-email {
	right: 220px;
	background: url(images/rss-email.png) no-repeat !important;
}
a.rss-comments {
	right: 150px;
	background: url(images/rss-comments.png) no-repeat !important;
}

div.feedcountdiv {
	position: relative;
	width: 70px;
	height: 30px;
	left: 48px;
	top: -6px;
	text-align: center;
}

div.feedcountdiv p {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #592D00; /* chocolate */
}

/*** header extra menu - end ***/

/*** main menu - begin ***/

#navigation {
	margin: 0 auto;
	width: 980px;
	position: relative;
	height: 42px;
/*	top: -24px; */
	background: url(images/content-top.png) bottom no-repeat;
}
#navigation ul { 
	position: absolute;
	margin-left: 10px;
	overflow: hidden;
	height: 42px;
}
#navigation ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 10px;
	font: 16px bold Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul li {
	background: url(images/nav-tab-left_off.png) no-repeat;
}
#navigation ul li.current_page_item {
	background: url(images/nav-tab-left_on.png) no-repeat;
}
#navigation ul li a { 
	display: block; 
	text-decoration: none; 
	color: #fff; /* white */
	line-height: 33px; 
	height: 42px;
	padding: 0 17px 0 5px; 
}
#navigation ul li a:hover {
	color: #6ADAFF; /* cool blue */
}
#navigation ul li a {
/*	color: #003441; *//* esencia dark blue */
	background: url(images/nav-tab-right_off.png) no-repeat top right;
}
#navigation ul li.current_page_item a {
	color: #003441; /* esencia dark blue */
	background: url(images/nav-tab-right_on.png) no-repeat top right;
}

/*** main menu - end ***/

/*** section under header, before content - begin ***/

div#top-index {
	position: relative;
	width: 980px;
	height: 290px; /* necessary to allow floating divs */
	margin: 0 auto 15px auto;
	padding: 0;
	text-align: left;
}

div#top-index .coverflow {
	float: left;
	width: 670px;
	padding: 10px;
	background-color: #fff;
}

div#top-index .ad-250x250-home {
	float: right;
	padding: 20px 13px 0 13px;
	background: #fff;
	width: 250px;
	height: 270px;
}

/*** section under header, before content - end ***/

div#content {
	position: relative;
	background-color: #fff;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 1px 10px;
	text-align: left;
/*	background: #fff url(images/dg-mockup-grid.png) repeat-y; */ /* a good division for a 980px wide design */
}

div#content-search-results {
	position: relative;
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

div#content-main, div#content-main-portfolio, div#content-side, div#content-extras {
	top: 0;
}

div#content-main {
/*	background-color: #fff; */
	width: 680px;
	left: 0;
/*	min-height: 2150px !important; */
	min-height: 1000px !important;
}

div#content-main-portfolio {
/*	background-color: #fff; */
	width: 700px;
	left: 0;
/*	min-height: 2150px !important; */
	min-height: 1000px !important;
}

div#content-side {
	width: 270px;
	left: 707px;
}

div#content-side .ad-250x250-home {
	text-align: center;
}

#content-end {
	margin: 0 auto;
	width: 980px;
	position: relative;
	height: 10px;
/*	top: -24px; */
	background: url(images/content-bottom.png) bottom no-repeat;
}

.ad-728x90-all {
	margin: 15px auto 5px auto;
	text-align: center;
}

div#footer-wrapper {
/*	background: #29221a url(images/_bkg-header.png) top left repeat-x; */ /* deepest brown */
	background: #600f0f url("images/bkg_footer-wrapper.png") 0 0 repeat-x;
	width: 100%;
	margin: 10px 0 0 0;
}

div#footer-wrapper-bkg {
	background: url("images/bkg_footer.png") top center no-repeat;
/*	width: 1400px; */
	margin: 0 auto;
}

div#footer {
	position: relative;
	width: 980px;
	min-height: 500px !important;
	margin: 0 auto;
	text-align: left;
}

div#footer h3 {
	font-size: 20px;
	color: #fff;
}

div#footer a:link, div#footer a:visited, div#footer a:active {
/*	color: #b68351; *//* light caramel */
/*	color: #E8A02C; *//* orange yellow */
/*	color: #ff0; *//* yellow */
/*	color: #9ff; *//* light cool blue */
	color: #ffdc92; /* very light caramel */
}

div#footer a:hover {
	color: #963; /* caramel */
}

div#footer-a, div#footer-b, div#footer-c {
	padding: 0 0 20px 0;
	text-align: left;
	float: left;
}

div#footer-a p, div#footer-b p, div#footer-c p {
	font-size: 14px;
/*	color: #963; *//* caramel */
/*	color: #A0A09B; *//* kinda grey */
	color: #E8A02C; /* orange yellow */
/*	margin: 10px 0 0 0; */
	margin: 2px 0 10px 0;
	line-height: 16px;
}

div#footer-a {
	width: 307px;
	margin: 0 10px 0 10px;
}

div#footer-b {
	width: 306px;
	margin: 0 10px 0 10px;
}

div#footer-c {
	width: 307px;
	margin: 0 10px 0 10px;
/*	text-align: center; */
}

.footer-divider {
	
}

/*** footer extra styles ***/

.sub-sec1 {
	padding: 15px 0 15px 0;
}
.sub-sec2 {
	padding: 15px 0 15px 0;
}
.sub-sec3 {
	padding: 15px 0 15px 0;
}
.sec-sep {
	background: url(images/bkg_footer-divider.png) no-repeat bottom center;
/*	background: url(images/bkg_footer-divider.png) no-repeat top center; */
}

.footer-header {
	height: 24px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
}

#footer-header-about-me {
	background: url(images/footer-header-about-me.png) no-repeat top left;
}
#footer-header-ads {
	background: url(images/footer-header-ads.png) no-repeat top left;
}
#footer-header-contact-me {
	background: url(images/footer-header-contact-me.png) no-repeat top left;
}
#footer-header-my-networks {
	background: url(images/footer-header-my-networks.png) no-repeat top left;
}
#footer-header-recent-projects {
	background: url(images/footer-header-recent-projects.png) no-repeat top left;
}
#footer-header-recommended-books {
	background: url(images/footer-header-recommended-books.png) no-repeat top left;
}
#footer-header-rss-feeds {
	background: url(images/footer-header-rss-feeds.png) no-repeat top left;
}
#footer-header-search-the-site {
	background: url(images/footer-header-search-the-site.png) no-repeat top left;
}
#footer-header-weekly-inspiration {
	background: url(images/footer-header-weekly-inspiration.png) no-repeat top left;
}
#footer-header-dreamy-inspiration {
	background: url(images/footer-header-dreamy-inspiration.png) no-repeat top left;
}
#footer ul.footer-portfolio {
	margin: 0 0 10px 0;
}
#footer ul.footer-portfolio li {
	display: inline;
}
#footer ul.footer-portfolio li.footer-portfolio-left {
	margin: 0 15px 0 0;
}

#footer ul.footer-network-list {}
#footer ul.footer-network-list li {
	display: inline;
}

.net-img {
	padding: -10px;
}

#footer ul.footer-network-list li a {
	vertical-align: middle;
}

.ad-300x250-footer {
	border-top: 3px solid #430a0a;
	border-left: 3px solid #7f0c0c;
	border-right: 3px solid #7f0c0c;
	border-bottom: 3px solid #b20707; /* red highlight */
}

div#copyright-wrapper {
	background: #29221a url(images/_bkg-header.png) top left repeat-x; /* deepest brown */
}

div#copyright {
	margin: 0 auto;
	width: 960px;
	padding: 5px 10px;
	text-align: right
}

div#copyright a:link, div#copyright a:visited, div#copyright a:hover, div#copyright a:active {
	color: #E8A02C; /* orange yellow */
}

div#copyright p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #A0A09B; /* kinda grey */
}

/******* page header styles *******/

.page-header {
	height: 24px;
	margin: 0 0 5px 0;
	text-indent: -9999px;
}

#page-header-about-me {
	background: url(images/page-header-about-me.png) no-repeat top left;
}

#page-header-graphic-design {
	background: url(images/page-header-graphic-design.png) no-repeat top left;
}

#page-header-my-skills {
	background: url(images/page-header-my-skills.png) no-repeat top left;
}

#page-header-my-tools {
	background: url(images/page-header-my-tools.png) no-repeat top left;
}

#page-header-my-skills-and-tools {
	background: url(images/page-header-my-skills-and-tools.png) no-repeat top left;
}

#page-header-portfolio {
	background: url(images/page-header-portfolio.png) no-repeat top left;
}

#page-header-search-results {
	background: url(images/page-header-search-results.png) no-repeat top left;
}

#page-header-web-design {
	background: url(images/page-header-web-design.png) no-repeat top left;
}

#page-header-whats-up {
	background: url(images/page-header-whats-up.png) no-repeat top left;
}

#page-header-my-professional-life {
	background: url(images/page-header-my-professional-life.png) no-repeat top left;
}

#page-header-the-way-i-work-and-my-rates {
	background: url(images/page-header-the-way-i-work-and-my-rates.png) no-repeat top left;
}

#page-header-watch-out-for-bad-web-design {
	background: url(images/page-header-watch-out-for-bad-web-design.png) no-repeat top left;
}

h2.page-sub-headers, h3.page-sub-headers {
	font-size: 26px;
	margin: 15px 0;
	color: #900;
}

/******* Layout (advanced) *******/

.abs {
	position: absolute;
	top: 0;
}

/*-------------------------------------------------------------*/
/* Shaun Inman SI.ClearChildren object                        */
/* used to clear the footer from absolutely positioned columns */
.clear_children,.cc_tallest { position: relative; } /**/
* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
/*-------------------------------------------------------------*/

/*#######################################################################*/
/*####################### wordpress stuff begin #########################*/
/*#######################################################################*/



/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Menu { width: 470px; padding: 0px 0px 0px 30px; float: left; position: absolute;  top: 100px; }
.Menu em { display: none}
.Menu ul { list-style: none; margin: 0px; padding: 0px;}
.Menu ul li { padding: 0px; margin: 0px; display: inline; font-size: 14px; line-height: 14px; font-weight: bold; font-family: "Trebuchet MS"; }

.Menu ul li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
.Menu ul li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
.Menu ul li a span { float: none; color: #cc0000;}
.Menu ul li a:hover span { color: #cc0000;}
.Menu ul li a:hover { background-position: 0% -27px; color:#ffff99; text-decoration: none;}
.Menu ul li a:hover span { background-position: 100% -27px;  color:#ffff99;}

.Menu ul li ul { display: none;}

.pagetitle { font-size: 24px; line-height: 24px; font-weight: bold; letter-spacing: -1px; border-bottom: solid 1px #d0c1c1;padding: 15px 0px; margin-top: 0px; color:#000066;}

/* Post +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 5px 0 15px 0;
	position: relative;
	clear: left;
}

.post-head h2 {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -1px;
/*	font-weight: bold; */
	padding: 0px 0px 1px 0px;
	margin: 0px;
	color:#000033;
}
.post-head h2 a {
	color: #592D00; /* chocolate */
	text-decoration: none;
}
.post-head h2 a:visited {
	color: #321C0F; /* strong coffee */
	text-decoration: none;
}
.post-head h2 a:hover {
	color: #f60; /* orange */
	text-decoration: none;
}
.post-head h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color:#000033;
}

a.a-comments, a.a-comments-add, a.a-comments-closed {
	position: absolute;
	right: 0;
	width: 40px;
	height: 28px;
	font: 16pt Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px 0 0 3px !important;
	letter-spacing: -1px;
	display: block;
	margin-top: -30px;
	line-height: inherit;
	color: #592D00; /* chocolate */
	text-decoration: none;
}

a:hover.a-comments, a:hover.a-comments-add, a:hover.a-comments-closed {
	color: #f60; /* orange */
}

a.a-comments {
	background: url(images/comments-balloon.png) no-repeat !important;
}

a.a-comments-add {
	background: url(images/comments-balloon-add.png) no-repeat !important;
}

a.a-comments-closed {
	visibility: hidden;
}

a.a-comments span {
	position: relative;
	top: -1px;
}

a.post-level {
	position: relative;
	width: 80px;
	height: 30px;
	display: block;
	float: left; /* fucking IE can't fucking comply */
}

a.post-level-facil {
	background: transparent url(images/level-facil.png) no-repeat scroll 100% 0pt;
}

a.post-level-intermediario {
	background: transparent url(images/level-intermediario.png) no-repeat scroll 100% 0pt;
}

a.post-level-avancado {
	background: transparent url(images/level-avancado.png) no-repeat scroll 100% 0pt;
}

/* for handling category icons right */
.categoryicons {
	margin: 0 5px -2px 0;
}

.post-time, .post-label-portfolio {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -61px;
	top: 3px;
	height: 75px;
	width: 51px;
	text-align: center;
	color:#fff;
}
.post-time {
	background: url(images/date_tag_bkg.png) right no-repeat;
}
.post-label-portfolio {
	background: url(images/post-label-portfolio.png) right no-repeat;
}

.post-time strong { display: block; line-height: 9px; font-family: 'Verdana';}
.post-time .day { font-size: 16px; line-height: 18px; letter-spacing: -1px; padding-top: 20px; font-family: 'Arial';}
.post-time .month { font-size: 10px; text-transform: lowercase;}
.post-time .year { padding-top: 7px; font-weight: normal; }

.post-head small {padding: 0px; margin: 0px; font-size: 11px; line-height: 14px; font-weight: bold; display: block}

.post-author { color:#999; }

p.post-category {
	color: #ccc;
	font-size: 12px;
	line-height: normal;
/*	margin: 0 0 0 30px; */
	padding: 0 0 0 21px;
	background: url(images/famicon_folder.png) top left no-repeat;
}
p.post-category a {
	color: #999;
	text-decoration: none;
}
p.post-category a:hover, p.post-category a:visited {
	color: #666;
	text-decoration: none;
}
.post-content {
	padding: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 1.4em ;
	color:#63565f;
	min-height: 170px !important;
}
.post-content p { font-size: 13px; line-height: 1.4em; color:#63565f;}
.post-content p strong {}
.post-content img {}
.post-content ol { padding: 10px 0px 10px 25px; margin: 0px; }
.post-content ol li { padding: 2px 0px 2px 0px; font-size: 12px; line-height: 15px; color:#63565f; }
.post-content ul { padding: 5px 0px; margin: 0px; }
.post-content ul li {
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background: url(images/PostContentLiIco.png) no-repeat left top;
	font-size: 12px;
/*	line-height: 15px; */
	line-height: 1.4em;
	color:#63565f;
}
.post-content blockquote { padding: 10px; margin: 0px; color:#993366; background: #eaf7ff;}
.post-content blockquote p { font-size: 12px; padding: 0px; margin: 0px; line-height: 15px;}
.post-content blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 12px; line-height: 15px;}
.post-content blockquote a { color:#336699;}
.post-content blockquote a:visited { color:#336699;}
.post-content blockquote a:hover { color:#000033;}

/**** post images ****/
/**/ * html .post-content p img {} /* */
.post-content p img {
/*	max-width: 420px; */
}
.post-content p img {
/*	width:expression(this.width > 420 ? "420px" : this.width); */
}
.post-content img {
	margin: 0px 10px 10px 0px;
/*	float: left; */
/*	border: solid 1px #495b6b; */
}
.post-content img.tutorial-img {
	margin: 0px 10px;
	float: left;
	border: solid 1px #495b6b;
}
/*** post content single page - start ***/
.post-content-single {
	padding: 10px 0px 0px 0px;
	font-size: 13px;
	line-height: 1.4em ;
	color:#63565f;
}
.post-content-single p { font-size: 13px; line-height: 1.4em; color:#63565f;}
.post-content-single p strong {}
.post-content-single img {}
.post-content-single ol { padding: 10px 0px 10px 25px; margin: 0px; }
.post-content-single ol li { padding: 2px 0px 2px 0px; font-size: 12px; line-height: 15px; color:#63565f; }
.post-content-single ul { padding: 5px 0px; margin: 0px; }
.post-content-single ul li {
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	background: url(images/PostContentLiIco.png) no-repeat left top;
	font-size: 12px;
	line-height: 15px;
	color:#63565f;
}
.post-content-single blockquote { padding: 10px; margin: 0px; color:#993366; background: #eaf7ff;}
.post-content-single blockquote p { font-size: 12px; padding: 0px; margin: 0px; line-height: 15px;}
.post-content-single blockquote li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 12px; line-height: 15px;}
.post-content-single blockquote a { color:#336699;}
.post-content-single blockquote a:visited { color:#336699;}
.post-content-single blockquote a:hover { color:#000033;}

/**** post images ****/
/**/ * html .post-content-single p img {} /* */
.post-content-single p img {
/*	max-width: 420px; */
}
.post-content-single p img {
/*	width:expression(this.width > 420 ? "420px" : this.width); */
}
.post-content-single img {
	margin: 0px 10px 10px 0px;
/*	float: left; */
/*	border: solid 1px #495b6b; */
}
.post-content-single img.tutorial-img {
	margin: 0px 10px;
	float: left;
	border: solid 1px #495b6b;
}
/*** post content single page - end ***/

.post-tags, .post-tags-margin {
	padding: 0 0 0 21px;
	background: url(images/famicon_tag.png) top left no-repeat;
	margin: 0 0 10px 0;
}

/******** bookmarks *********/

.post-bottom {
/*	margin: 0 0 10px 0; */
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	font: 14px/18px 'Trebuchet MS','Lucida Grande', Verdana, Arial, sans-serif;
	color: #999; /* gray */
	background: url(images/post-save-index.png) top left no-repeat;
}

p.bookmark-it {
	clear: both;
	padding: 0 0 0 210px;
	margin: 0;
}

p.bookmark-it a {
	border: medium none;
	color: #666666 !important;
	margin-right:6px;
	padding:2px 0 2px 16px;
}

p.bookmark-it .fav-delicious, p.bookmark-it .fav-stumbleupon, p.bookmark-it .fav-digg, p.bookmark-it .fav-facebook, p.bookmark-it .fav-twitter {
	padding-left: 20px;
}

p.bookmark-it .fav-delicious {
	background: url(images/fav-delicious.png) no-repeat 0 2px;
}

p.bookmark-it .fav-delicious:hover, p.bookmark-it .fav-delicious:active {
	background: url(images/fav-delicious.png) no-repeat 0 -26px;
}

p.bookmark-it .fav-stumbleupon {
	background: url(images/fav-stumbleupon.png) no-repeat 0 2px;
}

p.bookmark-it .fav-stumbleupon:hover, p.bookmark-it .fav-stumbleupon:active {
	background: url(images/fav-stumbleupon.png) no-repeat 0 -26px;
}

p.bookmark-it .fav-digg {
	background: url(images/fav-digg.png) no-repeat 0 2px;
}

p.bookmark-it .fav-digg:hover, p.bookmark-it .fav-digg:active {
	background: url(images/fav-digg.png) no-repeat 0 -26px;
}

p.bookmark-it .fav-facebook {
	background: url(images/fav-facebook.png) no-repeat 0 2px;
}

p.bookmark-it .fav-facebook:hover, p.bookmark-it .fav-facebook:active {
	background: url(images/fav-facebook.png) no-repeat 0 -26px;
}

p.bookmark-it .fav-twitter {
	background: url(images/fav-twitter.png) no-repeat 0 2px;
}

p.bookmark-it .fav-twitter:hover, p.bookmark-it .fav-twitter:active {
	background: url(images/fav-twitter.png) no-repeat 0 -26px;
}

/* bookmarks as little boxes */
/*
.post-social-bookmarks {
	padding: 0.5em;
	text-align: center;
	height: 16px;
	margin-top: 0.5em;
}
.post-social-bookmarks ul, 
.post-social-bookmarks li{
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
	display: inline;
	background: 0 !important;
	border: 0 !important;
}
.post-social-bookmarks ul{
	display: block;
}
.post-social-bookmarks a{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background: url(images/post-social-bookmarks.png) 0 0 no-repeat;
}
.post-social-bookmarks a:hover{
	opacity: 1;
}
.post-social-bookmarks .fav-stumble-upon a{
	background-position: -16px 0;
}
.post-social-bookmarks .fav-digg a{
	background-position: -32px 0;
}
.post-social-bookmarks .fav-design-float a{
	background-position: -48px 0;
}
.post-social-bookmarks .fav-technorati a{
	background-position: -64px 0;
}
.post-social-bookmarks .fav-twitter a{
	background-position: -80px 0;
}
.post-social-bookmarks .fav-newsvine a{
	background-position: -96px 0;
}
.post-social-bookmarks .fav-facebook a{
	background-position: -112px 0;
}
.post-social-bookmarks .fav-reddit a{
	background-position: -128px 0;
}
.post-social-bookmarks .fav-mixx a{
	background-position: -144px 0;
}
*/

p.tools {
	margin: 0;
	background: #efefef url(images/post-tools.png) no-repeat left 50%;
	padding: 5px 10px 5px 30px;
}

/*
.post-comments { padding-top: 10px; background: url(images/PostComBkg.gif) repeat-x top;}
.post-comments ul { padding: 0px; margin: 0px;}
.post-comments li {
	padding: 5px 0px 5px 20px;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
	display: inline;
	color: #999;
	font-size: 12px;
	font-family: Georgia, Times, serif;
} 
.post-comments li a {
	text-decoration: none;
	color:#666;
} 
.post-comments li a:visited {
	text-decoration: none;
	color:#666;
}
.post-comments li a:hover {
	text-decoration: none;
	color:#333;
}

.post-comments .comments { background: url(images/PostCom.png) no-repeat left center; }
.post-comments .tags { padding-left: 0px;}
*/

.post-ratings {
	position: relative;
	top: -2px;
	display: inline;
	width: 300px;
}

.post-ratings span {
	position: relative;
	top: -7px;
	font-family: Georgia, Times, serif;
/*	font-size: 16px; */
	font-size: 14px;
	color: #999; /* gray */
}

.ad-468x60-single {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
/*	background: url(images/post-ad-468x60.jpg) no-repeat; */
	text-align: center;
	height: 70px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* favourite div with social-bookmarking */
.favourite {
	background-image: url(images/post-save.png);
	background-repeat: no-repeat;
	height: 159px;
	margin: 0 0 20px 0;
	position: relative;
}

.favourite .text {
	position: absolute;
	left: 166px;
	top: 64px;
	color: #42423D; /* another gray */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.favourite .text a {
	color: #900; /* rusty red */
	padding-right: 10px;
	font-size: 13px;
}

.favourite .text a:hover {
	color: #f60; /* orange */
}

.favourite .text span {
	display: block;
	margin-bottom: 10px;
}

.favourite .digg {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D6D3CA; /*kinda gray */
	padding: 6px;
	right: 30px;
	top: 23px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* Navigation - PlugIn +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*** contact form ***/

div.intouch form {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #999;
}

div.intouch form label {
	color: #630;
}

div.intouch form input {
	font-size: 14px;
}

div.intouch div#usermessage  {
	width: 450px;
	padding: 10px;
	margin: 0 0 10px 100px;
}

div.intouch div.success {
	background-color: #e3f2e2; /*light green */
	border: 1px solid #060; /* green flag */
}

div.intouch div.success p {
	color: #060; /* rusty red */
	background: transparent url(images/contact-success.png) no-repeat left 50%;
	padding: 0 0 0 35px;
	text-align: left;
}

div.intouch div.failure {
	background-color: #f2e2e2; /*light pink */
	border: 1px solid #900; /* rusty red */
}

div.intouch div.failure p {
	color: #900; /* rusty red */
	background: transparent url(images/contact-failure.png) no-repeat left 50%;
	padding: 0 0 0 35px;
	text-align: left;
}

.page-navigation { font-size: 11px; padding: 10px 0px; color:#666; font-family: 'Verdana';}
.page-navigation a { padding: 1px 6px 1px 4px; border-right: solid 1px #666; font-size: 11px;}
.page-navigation a:visited { padding: 1px 6px 1px 4px; border-right: solid 1px #666;}
.page-navigation a:hover { padding: 1px 6px 1px 4px; border-right: solid 1px #666; text-decoration: none;}
.page-navigation span { padding: 1px 6px 1px 4px; color:#666; border-right: solid 1px #666; }
.page-navigation .on { padding: 1px 6px 1px 4px; border-right: solid 1px #666; font-size: 11px; color:#003366;}

/* Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.comments-section {
	margin: 20px 0px 0px 0px;
	padding: 0 20px 0 10px;
	position: relative;
	background: url(images/post-comments.png) no-repeat top left; /* blah blah blah bkg */
}

.comments-section h3 {
	font-size: 19px;
	color: #630; /* brown */
	margin-bottom: 20px;
	padding: 10px;
	width: 640px;
	/* rounded corners */
/*	-moz-border-radius: 10px; */
/*	-webkit-border-radius: 10px; */
}

/* Comments List  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.comments-list ol { padding: 0px; margin: 0px;}
.comments-list li {
	position: relative;
	padding: 5px 0 0 80px;
	margin: 10px 0px;
	list-style-type: none;
	background: url(images/post-comment-balloon.png) 50px 0px no-repeat;
}

/**/ * html .List .LGrav { right: 30px;} /* */ 
.comments-list .LGrav {
	position: absolute;
	left: 0;
	top: 0;
}

.comments-list .LUsr {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 12px;
	color: #999;
}

.comments-list .LUsr a { color:#999; text-decoration: none;}

.comments-list .LUsr strong {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #630; /* chocolate */
	margin-bottom: 10px;
}

.comments-list .LUsr strong a {
	color: #cc0000;
	text-decoration: none;
}

.comments-list .LCon { margin: 10px 0px 0px 0px; padding: 0px; font-size: 12px; line-height: 16px; border-top: solid 1px #ccc;}

.comments-list .LCon p {
	margin: 0px;
	padding: 5px 0px;
	font-size: 15px;
	line-height: 20px;
}

.comments-list .Author { background:fff; }

/* Comments Form ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.comments-form .Email { background: url(images/FooterEmail.png) no-repeat left top;}

.comments-form {  padding: 0px 0px 10px 0px; position: relative; margin: 0px; font-family: 'Verdana';}
.comments-form form { margin: 0px; padding: 0px;}
.comments-form a { text-decoration: underline;}
.comments-form p { padding: 0px 0px 2px 0px; margin: 0px; color:#666; }
.comments-form p small strong { font-weight: bold; color:#FF3300;}
.comments-form p small { font-size: 11px; display: block; padding: 6px 0px; color:#000;}
.comments-form .TextField { color:#003366; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px 6px 6px 30px; font-size: 12px; display: block;}
.comments-form .TextArea { color:#003366; background: #e9f8ff; border: solid 1px #d5e7f0; padding: 6px; font-size: 12px;}
.comments-form input.SubmitComment { width: 57px; height: 29px; background: url(images/SubmitComment.png) no-repeat; margin-top: 4px;}
.comments-form input.SubmitComment:hover { background: url(images/SubmitComment.png) no-repeat 0 -29px; margin-top: 4px;}
.comments-form input.SubmitCommentIE { width: 57px; height: 29px; background: url(images/SubmitComment.png) no-repeat 0 -29px; margin-top: 4px;}

/* Side Right Left +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content-side .widget {
	margin-bottom: 10px;
}
#content-side .widget h3 {
	color:#660000;
	font-size: 20px;
	font-family: Georgia,Times,serif;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	text-align: center;
}
#content-side .widget ul {
	margin: 0px;
	padding: 0px;
}
#content-side .widget li { margin: 0px; padding: 0px; list-style-type: none; }
#content-side .widget a { color:#cc0000;}
#content-side .widget a:visited { color:#cc0000;}
#content-side .widget a:hover { color:#ff6600; text-decoration: none;}

#content-side .widget_tag-cloud {
	min-height: 300px !important;
	background: url(images/bkg_tag-cloud.png) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#content-side .widget_search #s { width: 160px; border: solid 1px #cebea9; padding: 3px; margin-bottom: 5px;}

/* Search ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.search {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 10px 70px;
}

.search form {
	background: url(images/SearchForm.gif) no-repeat left top;
	padding: 0px;
	margin: 0px;
}

.search input {
	color: #999;
	font-size: 14px;
	font-family: 'Courier New', Courier, monospace;
}

.search input.keyword {
	background: none;
	border: none;
	padding: 5px 8px;
	width: 177px;
} 

.search input.search {
	top: 10px;
	right: 10px;
	width: 27px;
	height: 24px;
	padding: 0;
	background: url(./images/SearchButton.gif) no-repeat;
}

/*** RSS ***/

h4.banners-buttons-heading {
	background: transparent url(images/banners-buttons-heading.png) no-repeat scroll center bottom;
	text-align: center;
	color: #ccc;
}

p.banners-buttons {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
}

p.banners-buttons img {
	padding: 2px 3px;
}

/* Side Right Right +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content-extras h2 { color:#660000; font-size: 16px; border-bottom: solid 1px #eeede4; letter-spacing: -1px; padding: 5px 0px; margin: 0px;}

#content-extras ul { margin: 0px; padding: 0px;}
#content-extras li { margin: 0px; padding: 0px; list-style-type: none; }
#content-extras a { color:#cc0000;}
#content-extras a:visited { color:#cc0000;}
#content-extras a:hover { color:#ff6600; text-decoration: none;}

/* Flickr RSS - PlugIn ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Flickr { margin-bottom: 10px;}
.Flickr h3 { background: url(images/FlickrH3.gif) no-repeat left center; padding: 5px 0px 5px 20px; margin: 0px; color:#ff3366; letter-spacing: -1px; font-size: 14px; font-weight: bold;}
.Flickr ul { padding: 10px 0px; margin: 0px;}
.Flickr li { background: none; padding: 0px; margin: 0px 6px 0px 0px; list-style-type: none; display: inline; border-bottom: none;}
.Flickr li a img { background: #fff; padding: 1px; border: solid 4px #d4e7f2; width: 53px; height: 53px; margin-bottom: 5px;}
.Flickr li a:hover img { background: #fff; padding: 1px; border: solid 4px #ff3366; margin-bottom: 5px;}

/*#######################################################################*/
/*######################## wordpress stuff end ##########################*/
/*#######################################################################*/

/******* Tid bits *******/

.limegreen {
	color:#9f0 /* lime green */
}

.limegreenlight {
	color:#cfff9f /* lime green */
}

.linethrough {
	text-decoration:line-through
}

.underlined {
/*	border-bottom: 2px solid #09f; *//* cool blue */
	border-bottom: 2px solid #090; /* green */
/*	padding:0 0 1px 0 */
	font-style: italic;
}

/******* Lists, glorious lists *******/

ul.latestworkbanners li { border-bottom:1px dotted #fff }
ul.latestworkbanners li:hover { background:url(../images/semiTransparent.png)}
ul.latestworkbanners li a { display:block; padding:5px 0 5px 0; color:#fff }
ul.latestworkbanners li a:hover { border:none; padding:5px 0 5px 0 }
ul.latestworkbanners li a strong { color: #9f0; font-weight:normal }

/******** Other ********/

.ajuda-h3 {
	font-size: 22px;
	color: #630; /* brown */
	margin-bottom: 20px;
	border: 1px solid #ddd;
	padding: 10px;
	background: #efefef;
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p.ajuda-pergunta {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #900; /* rusty red */
}

p.ajuda-resposta {
	margin-bottom: 20px;
}


img.the-banners {
	margin-bottom: 5px;
}

.feedburner-email {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 195px;
	text-align: center;
/*	background: #3c0000;
	border: #2f0000;
	-moz-border-radius: 10px 10px 0px 0px; */
}

.feedburner-email .fb-getemailrss {
	color: #690; /* olive green */
	margin: 0 0 5px 0;
}


.feedburner-email .fb-rss-email {
	border: #abadb3 1px solid; /* light gray */
	width: 113px;
	height: 18px;
	padding: 2px;
	float: left;
	margin: 0 5px 0 0;
}

.feedburner-email .fb-rss-submit {
	border: #abadb3 1px solid; /* light gray */
	width: 71px;
	background: #e4f1e4; /* baby green */
	color: #030; /* dark green */
/*	height: 24px; */
}

.feedburner-email .fb-rss-submit:hover {
	background: #c8e5c8; /* baby green darker */
}

/*** twitter ***/

.twitter, .twitter-top {
	width: 260px;
}
.twitter, .twitter-top, .twitter-content, .twitter-bottom {
/*	width: 240px; */
}
.twitter-top {
	background: url(images/bkg_twitter_top.png) no-repeat top left;
	height: 10px;
}
.twitter-content {
	background: url(images/bkg_twitter_content.png) repeat-y top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding: 0 15px 5px 15px;
	color: #003045; /* blue navy */
}
.twitter-bottom {
/*	height: 32px; */
	height: 50px;
/*	padding: 18px 0 0 80px; */
	background: url(images/bkg_twitter_bottom.png) no-repeat top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twitter-bottom a {
	display: block;
	height: 50px;
	width: 100%;
}

.twitter ul.twitter {} /* the main ul (if list is activated) */
.twitter li.twitter-item {} /* the ul items (if list is activated) */
.twitter p.twitter-message {} /* each one of the paragraphs (if msgs > 1) */
.twitter .twitter-timestamp {  /* the timestamp span class */
	font-size: 12px;
	font-style: italic;
}
.twitter a.twitter-link {} /* the tweet link class */
.twitter a.twitter-user {} /* the @username reply link class */

h4.tag-cloud-title {
	background: url(images/bkg_tag-cloud-title.png) no-repeat top left;
	width: 172px;
	height: 72px;
	margin: 0 0 0 50px;
	text-indent: -9999px;
}

/* ���������������������������������������������������������������������������������������������� */
#footer1{
	background: #600f0f url("images/footer1_background_tile.png") 0 0 repeat-x;
}
	#footer1 .wrapper{
		height: 340px;
		background: url("images/footer1_background.png") 50% 0 no-repeat;
	}
		#footer1 a{
			color: #fff;
			text-decoration: none;
		}
		#footer1 a:hover{
			text-decoration: underline;
		}
		#footer1 ul{
			overflow: hidden;
			width: 1000px;
			margin: 0 auto;
			padding: 70px 0 0 0;
			background: url("images/footer1_background_text.png") 0 0 no-repeat;
		}
			#footer1 ul .about{
				width: 660px;
				float: left;
				padding: 15px 0 0 0;
				color: #c88585;
				font-size: 13px;
				background: url("images/footer1_divider.png") 0 0 no-repeat;
			}
				#footer1 ul .about p{
					padding: 0 10px;
					text-indent: 1em;
				}
			#footer1 ul .contact{
				width: 320px;
				float: right;
			}
				#footer1 .contact em{
					color: #180101;
					font-family: Calibri, "Trebuchet MS";
					font-style: italic;
					font-size: 11px;
				}
				#footer1 .contact input,
				#footer1 .contact textarea,
				#footer1 .contact button,
				#footer1 .contact form{
					border-width: 0;
					margin: 0;
					padding: 0;
					background: none;
					vertical-align: top;
				}
				#footer1 .contact .name input,
				#footer1 .contact .email input{
					margin: 0 0 5px 0;
					padding: 3px 10px 0 10px;
					width: 220px;
					height: 21px;
					background: transparent url("images/footer2_textbox_background.png") 100% 0 no-repeat !important; /* stop google toolbar from messing with our style */
				}
				#footer1 .contact textarea{
					overflow: hidden;
					margin: 0 0 5px 0;
					padding: 5px;
					width:230px;
					height: 100px;
					background: url("images/footer2_textarea_background.png") 0 0 no-repeat;
				}
				#footer1 .contact .submit{
					width: 230px;
					text-align: right;
				}
					#footer1 .contact .submit button{
						cursor: pointer;
						width: 60px;
						height: 20px;
						background: url("images/footer2_submit_background.png") 50% 50% no-repeat;
					}
						#footer1 .contact .submit button span{
							display: none;
						}


/* All widget styling is in widgets.css */
#footer2{
	background: #27282b url("images/footer2_background_tile.png") 0 0 repeat-x;
}
	#footer2 .wrapper{
		width: 1000px;
		margin: 0 auto;
		padding: 20px 0 40px 0;
		overflow: hidden;
	}
		#footer2 .left,
		#footer2 .center,
		#footer2 .right{
			float: left;
			margin: 0 20px 0 0;
			width: 320px;
		}
		#footer2 .right{
			margin: 0;
		}

#footer3{
	height: 90px;
	font-family: Calibri, "Trebuchet MS";
	font-size: 11px;
	background: url("images/footer3_background.png") 50% 0 no-repeat;
	border-top: solid 1px #414348;
}
	#footer3 .wrapper{
		overflow: hidden;
		width: 1000px;
		margin: 0 auto;
		color: #8f939e;
	}
		#footer3 .wrapper a{
			color: #e7edff;
			text-decoration: none;
		}
		#footer3 .wrapper ul{
			float: left;
			padding: 20px 0 0 0;
			line-height: 22px;
		}
		#footer3 .wrapper p{
			float: right;
			height: 90px;
			line-height: 90px;
		}
/* Give all the footer widgets pretty titles */
#footer2 .widget h4 {
	height: 30px;
	background: url("images/widget_headings_sprite.png") 0 0 no-repeat;
}
#footer2 #widget_pages h4{background-position: 0 0}
#footer2 #widget_calendar h4{background-position: 0 -30px}
#footer2 #widget_archive h4{background-position: 0 -60px}
#footer2 #linkcat-1 h4,
#footer2 #linkcat-2 h4,
#footer2 #linkcat-3 h4,
#footer2 #linkcat-4 h4,
#footer2 #linkcat-5 h4{background-position: 0 -90px}
#footer2 #widget_meta h4{background-position: 0 -120px}
#footer2 #widget_search h4{background-position: 0 -150px}
#footer2 #widget_recent_entries h4{background-position: 0 -180px}
#footer2 #widget_tag_cloud h4{background-position: 0 -210px}
#footer2 #widget_categories h4{background-position: 0 -240px}
#footer2 #widget_text h4{background-position: 0 -270px}
#footer2 #widget_rss h4{background-position: 0 -300px}
#footer2 #widget_recent_comments h4{background-position: 0 -330px}
	#footer2 .widget h4 span{display: none}

	#footer2 .widget{
		padding: 5px 0 20px 0;
		color: #666870;
		font-family: Calibri, "Trebuchet MS";
	}
		#footer2 .widget a{
			text-decoration: none;
			color: #afaea8;
		}
		#footer2 .widget a:hover{
			color: #fff;
		}
		#footer2 .widget ul{
			padding: 0 10px;
		}
			#footer2 .widget ul li{
				padding: 3px 0 3px 15px;
				background: url("images/footer2_link_bullet.png") 0 8px no-repeat;
			}

#footer2 #widget_recent_comments li{
	padding-left: 15px !important;
}
#footer2 #widget_recent_comments li a{
	color: #afaea8 !important;
	display: block !important;
	text-decoration: none !important;
}
	#footer2 #widget_recent_comments li a:hover{
		color: #fff !important;
	}
	#footer2 #widget_recent_comments li a.url{
		color: #666870 !important;
		text-decoration: underline !important;
		display: inline !important;
		padding-left: 0 !important;
	}
/* ���������������������������������������������������������������������������������������������� */

.about-me-pic {
	float: left;
	margin: 0 15px 0 0;
	width: 100px;
	height: 100px;
}

.about-me-pic-big {
	float: left;
	margin: 0 15px 0 0;
	width: 300px;
	height: 225px;
}

.graphic-design-pic-big {
	float: left;
	margin: 0 15px 10px 0;
	width: 302px;
	height: 172px;
}

#footer img {
	border-top: 3px solid #430a0a;
	border-left: 3px solid #7f0c0c;
	border-right: 3px solid #7f0c0c;
	border-bottom: 3px solid #b20707; /* red highlight */
}

#footer-c .contact em{
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 11px;
}
#footer-c .contact input,
#footer-c .contact textarea,
#footer-c .contact button,
#footer-c .contact form,
#footer-c .footer-search input,
#footer-c .footer-search button {
	border-width: 0;
	margin: 0;
	padding: 0;
	background: none;
	vertical-align: top;
	color: #fff;
}
#footer-c .contact .name input,
#footer-c .contact .email input,
#footer-c .footer-search .search-field input{
	margin: 0 0 5px 0;
	padding: 3px 10px 0 10px;
	width: 220px;
	height: 21px;
	background: transparent url("images/footer2_textbox_background.png") 100% 0 no-repeat !important; /* stop google toolbar from messing with our style */
}
#footer-c .contact textarea{
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 5px;
	width:230px;
	height: 100px;
	background: url("images/footer2_textarea_background.png") 0 0 no-repeat;
}
#footer-c .contact .submit{
	width: 230px;
	text-align: right;
}
#footer-c .contact .submit button{
	cursor: pointer;
	width: 60px;
	height: 20px;
	background: url("images/footer2_submit_background.png") 50% 50% no-repeat;
}
#footer-c .contact .submit button span{
	display: none;
}
#footer-c .footer-search .submit{
	width: 230px;
	text-align: right;
}
#footer-c .footer-search .submit button{
	cursor: pointer;
	width: 60px;
	height: 20px;
	background: url("images/footer2_submit_background.png") 50% 50% no-repeat;
}
#footer-c .footer-search .submit button span{
	display: none;
}

/******* And one last thing... *******/
body {
/*	background: #321C0F url(images/_bkg_body.png) repeat fixed top left; *//* coffee brown */
/*	background: #513e33; *//* brownie saturated */
/*	background: #000 url(images/_bkg-body.png) repeat fixed top left; */
	background: #04091f url(images/_bkg-body.png) no-repeat fixed center top;
	background: #04091f url(images/_bkg-html.png) repeat fixed center top;
}
html {
/*	background: #04091f url(images/_bkg-html.png) repeat fixed center top; *//* deeeeeeep blue */
}
/* This is all the way down here so that - in theory - everything else will load before the (rather huge) background image does */

/******* This is the eeeee-eeeeeennnnnnnnd...... ... .... .. .  . *******/

body #bkg-png {
	width: 100%;
	background: transparent url(images/_bkg-body.png) no-repeat fixed center top;
/*	position: absolute; */
/*	margin: 0 auto; */
}

/*
#bkg-png {
	margin: 0 auto;
	background: url(images/dg-mockup-grid.png) top center;
	width: 980px;
}
*/

ul.portfolio-list {
	display: table;
}
li.portfolio-item {
/*	background: transparent url(images/list-thumb-bg.gif) no-repeat scroll 0 0; */
	float: left;
	height: 160px;
	margin: 0 20px 0 0;
/*	padding: 10px 9px 0; */
	position: relative;
	width: 213px;
}
li.portfolio-item img.portfolio-image {
	border: 1px solid #ddd;
	width: 213px;
	height: 120px;
/*	margin: 0 0 5px 0; */
}
li.portfolio-item .portfolio-image-bkg {
	margin: 0 0 5px 0;
	background: #000 url(images/_bkg-body.png) repeat;
}

li.portfolio-item h2 {
	height: 16px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #666;
	line-height: 100%;
	overflow: hidden;
/*	position: absolute; */
/*	left: 8px; */
/*	top: 131px; */
/*	width: 204px; */
}

div.portfolio-status {
	position: absolute;
/*	display: block; */
	width: 16px;
	height: 16px;
	top: 127px;
	left: 200px;
	zoom: 1;
}
div.portfolio-status-online {
	background: url(images/portfolio-status-online.png) no-repeat;
}
div.portfolio-status-offline {
/*	background: url(images/portfolio-status-offline.png) no-repeat; */
}
div.portfolio-status-available {
	background: url(images/portfolio-status-available.png) no-repeat;
}
div.portfolio-status-redesigned {
	background: url(images/portfolio-status-redesigned.png) no-repeat;
}

/* ------------ clearfix - begin ------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ------------ clearfix - end ------------ */

/* style for the labes on the "best of" in portfolio */
.best-of {
	background: transparent url(images/_bestof.png) no-repeat scroll 0 0;
	position: absolute;
	right: 1px;
	top: -4px;
	width: 18px;
	height: 56px;
	z-index: 20;
}
/* style for the jquery paragraph displaying the portfolio screenshots */
#screenshot {
	margin: 0;
	padding: 5px;
	position: absolute;
	border: 1px solid #000;
	background: #222;
	display: none;
	z-index: 200;
	color: #fff;
}
p#screenshot span {
	margin: 30px 0 3px 0;
}

.portfolio-image-single {
/*	margin: 15px 0 0 0; */
}

p.p-info {
	background: #E8FDFF; /* very light blue */
	color: #040033; /* dark jeans blue */
	border: 1px solid #B0FFFD; /* light blue */
	/* rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 15px;
}

sup, sup a {
/*	color: #888; */
/*	color: #900; */
	color: #00f; /* blue */
}
sup {
	bottom: 0.33em;
/*	color: #76797C; */
	font-size: 10px !important;
	font-weight: normal !important;
	padding-left: 1px;
	position: relative;
	vertical-align: baseline;
}

ul.ul-rates {
	margin-bottom: 25px;
}
ul.ul-rates, ul.ul-rates li {
	list-style: inside;
	list-style-type: circle;
	padding-left: 15px;
}

ol.ol-observations {
	margin-bottom: 25px;
}
ol.ol-observations, ol.ol-observations li {
	color: #999;
	font-size: 10px;
	list-style: inside;
	list-style-type: decimal;
	padding-left: 15px;
}

img.image-left {
/*	margin-bottom: -20px;
	margin-right: 15px; */
	float: left;
	margin: 2px 20px 10px 0;
}

h2.intro-header {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #900;
}

p.services {
	margin-bottom: 20px;
}

#columns {}
.column {
	margin-top: 0;
/*	width: 307px; */
	width: 329px;
	float: left;
}
.column .first {
	margin-left: 0 !important;
}
.column .last {
	margin-left: 20px !important;
}
.column.first {
	margin-left: 0 !important;
}
.column.last {
	margin-left: 20px !important;
}
.click-to-open-container {
	position: relative;
}
.click-to-open {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 135px;
	height: 135px;
	background: transparent url(images/_click-to-visit.png) no-repeat scroll 0 0;
}
#welcome-home, #welcome-home a {
	width: 680px;
	height: 280px;
}
#welcome-home {
	background: url(images/home_got-a-website.jpg) no-repeat;
	margin: 0 0 15px 0;
}
#welcome-home a {
	display: block;
}
#welcome-home, #welcome-home h2, #welcome-home p {
	text-indent: -9999px;
}
#welcome-home h2, #welcome-home p {
	height: 0;
	margin: 0;
	line-height: 0;
}
.info-box {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background-color: #fafafa; /* lightest gray */
	border: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
}
