/*
***********************************************************

Title:			style.css [www.photoshopus.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
}

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; color:#0f0 } /* To easily spot text sitting outside of a tag */

h1 { font:24px/24px Georgia,Times,serif; margin: 0 0 5px 0; color:#cfffff }
h2 { font:20px/20px Georgia,Times,serif; margin: 0 0 5px 0; color:#cfff9f }
h3 { font:16px/24px Georgia,Times,serif; margin: 0 0 5px 0; color:#cfff9f }

h4, p, li, dt, dd, label, input, textarea {
	font-family:'Trebuchet MS','Lucida Grande', Verdana, Georgia, sans-serif
}

h4 {
	font-size: 14px;
	line-height:18px;
	color:#fff;
	margin: 0 0 5px 0;
}

h5 {
	font-family: Georgia,Times,serif;
	font-size: 14px;
	line-height: 18px;
	color: #900;
	margin: 0 0 5px 0;
}

p {
	margin: 2px 0 10px 0
}

p, li, dt, dd, label {
	font-size:14px;
	line-height:18px;
	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#ie-warning-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#ie-warning-wrapper {
	background: #ff9; /* light yellow */
	border-bottom: 2px #fc3 solid; /* light orange */
	height: 25px;
}

div#ie-warning {
	margin: 0 auto;
	width: 960px;
	height: 15px;
	padding: 2px 10px 0 10px;
	text-align: center;
	font-size: 12px;
}

div#ie-warning p {
	color: #630; /* brown */
}

div#ie-warning 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: 64px;
	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  */
}

div#header .logo-wrapper h1 {
	text-indent: -9999px;
	margin: 0;
}

div#header .logo-wrapper h1 a {
/*	background: transparent url(images/photoshopus-logo.png) repeat scroll top left; */
	background: transparent url(images/_psopus-logo.png) no-repeat scroll 0% 50%;
	width: 270px;
	height: 64px;
	display: block;
}

div#header .logo-wrapper h1.description {
	position: relative;
	top: -23px;
	left: 80px;
	color: #483e32; /* lighter header brown */
	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; *//* without tweetmeme */
	right: 220px;
	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 */
}

.tweetmeme-promote {
	position: absolute;
	background: url(images/_photoshopus_promover.png) no-repeat;
	width: 126px;
	height: 56px;
	right: 430px;
	top: 5px;
}

.tweetmeme-header {
	position: absolute;
/*	background-color: #fff;
	border: 1px solid #D6D3CA;
	padding: 6px; */
	right: 370px;
	top: 1px;
}
/*
.bookmark-delicious, .bookmark-technorati {
	padding: 5px 0 0 3px !important;
	height: 50px;
	top: 56px;
}

.bookmark-delicious {
	width: 48px;
	right: 90px;
	background: url(images/bookmarks-delicious.png) no-repeat !important;
}

.bookmark-technorati {
	width: 49px;
	right: 20px;
	background: url(images/bookmarks-technorati.png) no-repeat !important;
}
*/
/*** header extra menu - end ***/

/*** main menu - begin ***/

div#main-menu-wrapper {
/*	background: url(images/_bkg-main-menu.png) top left repeat-x; */
	background: url(images/_bkg-quick-links.png) top left repeat-x;
	height: 5px;
/*	margin: 0 0 15px 0; */
	margin: 0 0 10px 0;
}

div#main-menu {
	margin: 0 auto;
	width: 960px;
	height: 5px;
	padding: 5px 10px 0 10px;
	text-align: right;
	font-size: 50%
}

div#main-menu a:link, div#main-menu a:visited {
	color: #f93; /* light orange */
}

div#main-menu a:hover, div#main-menu a:active {
	color: #f60; /* strong orange */
}

div#main-menu h4 {
	margin: 0 235px 0 0;
	font-size: 10px;
	line-height: 5px
}

div#main-menu ul {
	margin: -11px 20px 0 0;
	list-style-image: url(../images/fam-arrows-tiny.png);
}

div#main-menu li {
	display: inline;
	margin: 0 0 0 10px;
	font-size: 10px
}

/*** 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: #efefef; /* lightest gray */
	width:980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div#content-search-results {
	position: relative;
	background-color: #fff;
	width:980px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
}

div#content-main, div#content-side, div#content-extras {
	top: 0;
	padding: 10px
}

div#content-main {
	background-color: #fff;
	width: 670px;
	left: 0;
	min-height: 2350px; !important;
}

div#content-side {
	width: 270px;
	left: 690px;
	top: -18px;
}

div#content-side .ad-250x250-home {
	text-align: center;
}

.ad-728x90-all {
/*	margin: 15px auto 5px auto; */
	margin: 10px auto;
	text-align: center;
}

div#footer-wrapper {
	background: #29221a url(images/_bkg-header.png) top left repeat-x; /* deepest brown */
	width: 100%;
	margin: 10px 0 0 0;
}

div#footer {
	position: relative;
	width: 980px;
	height: 210px !important;
	margin: 0 auto;
	text-align: left;
}

div#footer h3 {
	font-size: 20px;
	color: #f60; /* orange */
}

div#footer a:link, div#footer a:visited, div#footer a:active {
/*	color: #b68351; *//* light caramel */
	color: #E8A02C; /* orange yellow */
}

div#footer a:hover {
	color: #963; /* caramel */
}

div#footer-a, div#footer-b, div#footer-c {
	padding: 20px 0;
	text-align: left;
}

div#footer-a p, div#footer-b p, div#footer-c p {
	font-size: 14px;
/*	color: #963; *//* caramel */
	color: #A0A09B; /* kinda grey */
/*	margin: 10px 0 0 0; */
}

div#footer-a {
	width: 325px;
	float: left;
	margin: 0 0 0 20px;
}

div#footer-b {
	width: 325px;
	float: left;
	margin: 0 0 0 20px;
}

div#footer-c {
	width: 250px;
	float: left;
	margin: 0 20px 0 20px;
	text-align: center;
}

.about { background: #ff6600 url(images/AboutBkg.gif) no-repeat left bottom; padding: 0px 20px 10px 20px; color:#fff;}
.about h2 { padding: 0px; margin: 0px; font-size: 18px; font-weight: normal;}
.about p { padding: 5px 0px; margin: 0px; font-size: 13px; line-height: 16px;}

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 */
}

/******* 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 {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: -61px;
	top: 3px;
	background: url(images/date_tag_bkg.png) right no-repeat;
	height: 75px;
	width: 51px;
	text-align: center;
	color:#fff;
}

.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;
}
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;
	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;
}


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-bottom {
	margin: 0 0 10px 10px;
	height: 24px;
	vertical-align: middle;
	font-family: Georgia, Times, serif;
/*	font-size: 16px; */
	font-size: 15px;
	color: #999; /* gray */
}

.post-bottom img.features {
	margin: 3px 5px 3px 10px;
}

.post-bottom span {
	position: relative;
	top: -9px;
}

.post-bottom a.featured-link, .post-bottom a.featured-link:hover, .post-bottom a.featured-link:visited, .post-bottom a.featured-link:active {
	text-decoration: none;
	color: #666;
}

.post-bottom a.featured-link:hover {
	color: #333;
}

.fuck-internet-explorer {
	position: relative;
	margin: 0 0 0 80px;
}

.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 */
}

ul.post-features li.post-features-time {
	background: url(images/post-features-time.png) no-repeat !important;
}

ul.post-features li.post-features-views {
	background: url(images/post-features-views.png) no-repeat !important;
}

ul.post-features li.post-features-rating {
	background: url(images/post-features-rating.png) no-repeat !important;
}

ul.post-features li.post-features-source {
	background: url(images/post-features-source.png) no-repeat !important;
}

/* ------------------------------------------------------ */

div.post-features a, div.post-features a:hover, div.post-features a:visited, div.post-features a:active {
	text-decoration: none;
}

div.post-features {
	margin: 0;
	padding: 0;
}

div.post-features p {
	display: inline;
	height: 24px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	padding: 2px 0px 5px 30px !important;
	list-style: none;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #630; /* brown */
	background: none;
}

div.post-features p.post-features-time {
	background: url(images/post-features-time.png) no-repeat !important;
}

div.post-features p.post-features-views {
	background: url(images/post-features-views.png) no-repeat !important;
}

div.post-features p.post-features-rating {
	background: url(images/post-features-rating.png) no-repeat !important;
}

/* ------------------------------------------------------------------------ */

div.post-features {
	margin: 0;
	padding: 0;
	height: 24px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	color: #630; /* brown */
}

div.post-features img.features-icons {
	margin: 0 0 0 5px;
	padding: 0 5px 0 2px;
	border: none;
}

div.post-features span {
	clear: none;	
}


div.post-features a, div.post-features a:hover, div.post-features a:visited, div.post-features a:active {
	text-decoration: none;
	color: #f60;
}

div.post-features a, div.post-features a:hover, div.post-features a:visited, div.post-features a:active {
	text-decoration: none;
	color: #f60;
}

a.action-open, a.brush-open, a.font-open, a.pattern-open, a.plugin-open, a.shape-open, a.texture-open, a.tutorial-open {
	background-repeat: no-repeat;
	height: 130px;
	margin: 5px 0 20px 0;
	position: relative;
	display: block;
}

a.action-open { background-image: url(images/ext-action-open.jpg); }

a.brush-open { background-image: url(images/ext-brush-open.jpg); }

a.font-open { background-image: url(images/ext-font-open.jpg); }

a.pattern-open { background-image: url(images/ext-pattern-open.jpg); }

a.plugin-open { background-image: url(images/ext-plugin-open.jpg); }

a.shape-open { background-image: url(images/ext-shape-open.jpg); }

a.texture-open { background-image: url(images/ext-texture-open.jpg); }

a.tutorial-open { background-image: url(images/ext-tutorial-open.jpg); }

a:hover.tutorial-open {
/*	background-image: url(images/tutorial-open-hover.jpg); */
}

.ad-468x60-single {
/*	take away the old ad bkg */
/*	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	background: url(images/post-ad-468x60.jpg) no-repeat;
	height: 70px; */
	text-align: center;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* favourite div with social-bookmarking */
.favourite {
	background-image: url(images/post-save.jpg);
	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 .tweetmeme {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D6D3CA; /*kinda gray */
	padding: 6px;
	right: 110px;
	top: 23px;
}

.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.jpg) 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: Georgia, Times, serif;
	text-align: center;
}

#content-side .widget_calendar table { width: 100%;}
#content-side .widget_calendar table td { text-align: center; padding: 3px; }
#content-side .widget_calendar caption { background: #ffe0bf; padding: 5px 0px;}
#content-side .widget_calendar #today { background: #ffe0bf;}

#content-side .widget_search #s { width: 160px; border: solid 1px #cebea9; padding: 3px; margin-bottom: 5px;}

#content-side .widget_flickrrss { height: auto; float: left; width: 300px; border-bottom: 10px solid #fff;}
#content-side .widget_flickrrss h2 { margin-bottom: 10px;}
#content-side .widget_flickrrss ul { padding: 0px; margin: 0px; clear: left;}
#content-side .widget_flickrrss li { background: url(images/SRL-widgetflickrbkg.gif) no-repeat left top; list-style-type: none; display: inline; padding: 7px; float: left;}
#content-side .widget_flickrrss li a img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 48px; height: 48px;}
#content-side .widget_flickrrss li a:visited img { background: #fff; padding: 3px; border: solid 1px #cebea9; width: 48px; height: 48px;}
#content-side .widget_flickrrss li a:hover img { background: #660000; padding: 3px; border: solid 1px #660000;}

#content-side .widget_categories ul { margin: 0px; padding: 0px;}

#content-side .widget_categories ul li {
	list-style-type: none;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

#content-side .widget_categories ul li a { color:#cc0000;}
#content-side .widget_categories ul li a:visited { color:#cc0000;}
#content-side .widget_categories ul li a:hover { color:#ff6600; text-decoration: none;}
#content-side .widget_categories ul ul { margin: 2px 0px 0px 0px; padding: 0px; list-style-type: none; background: none; border-bottom: none;}

#content-side .widget_categories ul.category-icon-list {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background: none;
	border-bottom: none;
}

#content-side .widget_categories ul.category-icon-list li {
	margin: 5px 0 0 0;
	padding: 3px 3px 0 30px;
	height: 24px;
	list-style-type: none;
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia,Times,serif;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#content-side .widget_categories ul.category-icon-list li.cat-item-9 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-design-de-interfaces.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-3 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-efeito-3d.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-4 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-efeito-abstrato.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-7 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-efeito-de-texto.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-6 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-efeito-fotografico.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-5 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-efeito-pintura.png);}
#content-side .widget_categories ul.category-icon-list li.cat-item-8 { background-image: url(http://www.photoshopus.com/wp-content/uploads/categories/photoshop-texturas.png);}

#footer ul.menu-icon-list {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	background: none;
	border-bottom: none;
}

#footer ul.menu-icon-list li.page_item {
	margin: 2px 0 0 0;
	padding: 3px 3px 0 30px;
	height: 21px;
	list-style-type: none;
	font-weight: normal;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#footer ul.menu-icon-list li.page-item-0 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-home.png); }
#footer ul.menu-icon-list li.page-item-2 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-sobre-nos.png); }
#footer ul.menu-icon-list li.page-item-31 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-publicidade.png); }
#footer ul.menu-icon-list li.page-item-32 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-ajuda.png); }
#footer ul.menu-icon-list li.page-item-33 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-contato.png); }
#footer ul.menu-icon-list li.page-item-196 { background-image: url(http://www.photoshopus.com/wp-content/uploads/menu/photoshop-parceiros.png); }

/* 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;
}

.Syn ul { margin: 0px; padding: 5px 0px;}
.Syn li { background: url(images/SynIco.png) no-repeat left center; margin: 0px 5px 0px 0px; padding: 3px 0px 3px 15px; list-style-type: none; font-size: 14px; color:#ffcc66; display: inline; font-weight: bold;}
.Syn li a {color:#fff; }
.Syn li a:visited {color:#fff; }
.Syn li a:hover {color:#fff; }

/* About Articles/Comments ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.recent-stuff { background: #ffe0bf url(images/RecentBkg.gif) repeat-x left top; padding: 10px; margin-bottom: 10px;}

.TabMenu { float: left; margin: 0px; padding: 0px; }
.TabMenu li { padding: 0px; margin: 0px; list-style-type: none; display: inline; font-size: 14px; line-height: 14px; font-weight: bold; font-family: "Trebuchet MS"; text-transform: lowercase;}
.TabMenu li a { padding: 0px 0px 0px 9px; margin-right: 7px; background: url(./images/mleft.gif) no-repeat left top; float: left;}
.TabMenu li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/mright.gif) no-repeat right top; float: right; }
.TabMenu li a span { float: none; color: #cc0000;}
.TabMenu li a:hover span { color: #cc0000;}
.TabMenu li a:hover { background-position: 0% -27px; color:#ffff99; text-decoration: none;}
.TabMenu li a:hover span { background-position: 100% -27px;  color:#ffff99;}

.TabLink a:link.active { background-position: 0% -27px; color:#ffff99; text-decoration: none;}
.TabLink a:link.active span { background-position: 0% -27px; color:#ffff99; text-decoration: none;}

.TabLink a:visited.active { background-position: left bottom;  color:#ffff99;}
.TabLink a:visited.active span { background-position: right bottom;  color:#ffff99;}

.TabContent { clear: left; padding-top: 10px;}
.TabContent ul { padding: 0px; margin: 0px;}
.TabContent li { color:#000033; padding: 1px 0px 1px 0px; margin: 0px; list-style-type: none; border-bottom: solid 1px #ecc9a5; font-size: 13px;}
.TabContent li a { color:#336699; text-decoration: none;}
.TabContent li a:visited { color:#336699; text-decoration: none;}
.TabContent li a:hover { color:#000033; text-decoration: none;}


/* 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;
	padding:0 0 1px 0
}

/******* 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 */
}

a.psdtuts--tratamento-de-pele {
	display: block;
	width: 400px;
	height: 572px;
	background: url("http://www.photoshopus.com/wp-content/uploads/2008/05/tratamento-de-pele_depois.jpg") top left;
	border: 1px solid #d6d3ca; /* light gray */
}

a.psdtuts--tratamento-de-pele:hover {
	background: url("http://www.photoshopus.com/wp-content/uploads/2008/05/tratamento-de-pele_antes.jpg") top left;
}

a.psopus--progressao-de-idade {
	display: block;
	width: 356px;
	height: 468px;
	background: url("http://www.photoshopus.com/wp-content/uploads/tutorials/01-aging-of-katie-holmes/psopus_tutorial_envelhecendo_20.jpg") top left;
	border: 1px solid #d6d3ca; /* light gray */
}

a.psopus--progressao-de-idade:hover {
	background: url("http://www.photoshopus.com/wp-content/uploads/tutorials/01-aging-of-katie-holmes/psopus_tutorial_envelhecendo_01.jpg") top left;
}

/******* styles for author stuff around the site - begin *******/
.author-gravatar {
	float: left;
	margin:0 15px 0 0;
}
.author-header {
	color:#990000;
	font-size:25px;
	font-weight:bold;
	margin-bottom:7px;
}
.author-header em {
	font-weight:bold;
}
.author-url {
	font-size:16px;
}
.author-description {	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color:#663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:10px;
	padding:20px;
}

.author-by {	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	color: #690;
	text-align: center;
	font-size:21px;
	margin:10px;
	padding:10px;
}

.author-description-single {	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#EFEFEF none repeat scroll 0 0;
	border:1px solid #ccc;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
}

.author-description-single p {	
	color: #663300;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
}

.author-by-single {
/*	color: #690; *//* green */
	color: #900;
	font-size: 21px;
}

#content-side .widget ul.author-list {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0 0 0 10px;
}

#content-side .widget ul.author-list li {
	font-family: Georgia,Times,serif;
	font-size: 16px;
	position: relative;
}

#content-side .widget ul.author-list li img {
	margin-right: 5px;
}

#content-side .widget ul.author-list li span {
	position: absolute;
	top: 3px;
}
/******* styles for author stuff around the site - end *******/

/******* And one last thing... *******/
body {
/*	background: #321C0F url(images/bkg_body.png) repeat fixed top left; *//* coffee brown */
	background: #513e33; /* brownie saturated */
}
/* 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...... ... .... .. .  . *******/

