div#wrapper { border-color: #2daebf }
/*	Global Tweaks (also do it for the jobs page) -------------------------------------------------- */	
	body#criadorPag div#wrapper, body#mostraPage div#wrapper { border-color: #2daebf;  }
	body#criadorPag div.page-header, body#mostraPage div.page-header { background: url(images/thumbs-up.jpg) no-repeat right bottom; }
	body#criadorPag ul#nav li.current a, body#criadorPag ul#nav li.current a:visited,
	body#mostraPage ul#nav li.current a, body#mostraPage ul#nav li.current a:visited { color: #fff; background: #2daebf; text-shadow: 0 -1px 1px #630030; }
	
	
/*	--------------------------------------------------
	=Blog
	-------------------------------------------------- */

/*	=Global Tweaks ---------- */	

	/* Change it to green for the dashboard ---------- */
	body#newPage div#wrapper,
	body#editPage div#wrapper { border-color: #a5c941; }
	body#newPage ul#nav li.current a, body#newPage ul#nav li.current a:visited,
	body#editPage ul#nav li.current a, body#editPage ul#nav li.current a:visited { color: #fff; background: #a5c941; text-shadow: 0 -1px 1px #87a437; }
	
	/*	Change this page's link colors ---------- */
	a, a:visited, div.page-header h2 a, div.page-header h2 a:visited { color: #d45500; }
	
	/*	Change this page's link hover colors now ---------- */
	a:hover, h1 a:hover, h2 a:hover, div.page-header h2 a:hover { color: #ff6908; }


/*	Edit/New Post Form -------------------------------------------------- */
	form#blogForm label { font-size: 14px; line-height: 18px; }
	form#blogForm input.input-text, form#blogForm textarea { width: 680px; }
	form#blogForm ul.options-list li label { font-size: 12px; padding: 2px 0; }
	
/*	Update the Pagination to Match Blog CSS */
	div.pagination { padding: 3.5em 0 0; border-top: .1em solid #eee; }
	div.pagination a:hover { text-shadow: 0 -1px 1px #d45500; background: #ff6908; color: white; border-color: #d45500; }

/*	ZURBlog Grid ----- */
	div#content-main { width: 730px; float: right;}
	div#content-sec { background: #f5f5f5; width: 330px; margin-left: 10px; padding: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
	div#content-sec div.sidebar { width: 300px; padding: 10px 15px 18px 15px; overflow: hidden; }

	h1 small { font-weight: bold; font-size: 24px; line-height: 1.5; color: #999; }
	h1 small a, h1 small a:visited { color: #999; }
	h1 small a:hover { color: #ff6908; }
	
/*	=Posts -------------------------------------------------- */
	div.post { margin: 0 0 5.4em; }
	div.post img { margin: 0 0 1.8em; }

	div.post-header { margin: 0 0 1.8em; }
	div.post-header h5 { font-weight: normal; color: #777; line-height: 18px; }
	div.post-header h1 { padding: 4px 0 5px; position: relative; }
	div.post-header ul.admin { display: block; margin: .9em 0 0 -9px; padding: 0; }
	div.post-header ul.admin li {  }

	div.post h1 span.important { display: block; position: absolute; top: 9px; left: -80px; text-align: right; width: auto; padding: 0 10px; font-size: 14px; font-weight: bold; line-height: 27px; height: 27px; background: #e33100; color: #fff; text-transform: uppercase; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
	
	/*	Admin actions for comments and posts ---------- */
	ul.admin { margin: 0; padding: 0; list-style: none; }
	ul.admin li { display: inline; font-size: 12px; line-height: 1.5; padding-left: 10px; }
	
/*	=Archives -------------------------------------------------- */
	body#archivePage h1 { padding: 0 0 1em; }
	body#archivePage div#content-main h4 { font-weight: normal; color: #777; }
	div.archives { padding: 0 0 18px; }
	div.archives h5 { padding: 0; font-weight: normal; color: #777; }
	div.archives p a, div.archives p a:visited { color: #555; text-decoration: none; }
	div.archives p a:hover { text-decoration: underline; }

	div#content-sec p { font-size: 12px }
	div#content-sec ul { margin: 0 0 18px; padding: 0; list-style: none; }
	div#content-sec li { font-size: 12px; }
	div#content-sec li p { font-size: 12px; }
	div#content-sec li h6 { font-size: 1em; }
	div#content-sec li h6 a, div#content-sec li h6 a:visited { padding: 0; font-weight: normal; }
	div#content-sec li h6 a:hover { text-decoration: underline; }
	div#content-sec li span { color: #777; }
	div#content-sec li span a, div#content-sec li span a:visited { color: #777; text-decoration: none; }
	div#content-sec li span a:hover { text-decoration: underline; }
	
	div#content-sec ul.topics li { text-transform: capitalize; }


/	
/*	THE OVERHAUL ---------- */

/*	Grayscale links until hovering over each section in the sidebar ---------- */
	div#content-sec a, div#content-sec a:visited { color: #555; }
	body.safari4 div#content-sec a, body.safari4 div#content-sec a:visited { -webkit-transition: color 0.2s linear; }
	div#content-sec div.aside:hover { border-color: #ccc; }
	div#content-sec div.aside:hover div.header {  }
	div#content-sec div.aside:hover div.header h4 { color: #333; }
	div#content-sec div.aside:hover a, div#content-sec div.aside:hover a:visited { color: #d45500; }
	div#content-sec div.aside:hover a:hover { color: #ff6908; }
	
	div.post { margin: 0 0 36px 0; }
	
/*	New Share Links for below each post ---------- */
	div#shareLinks { padding: 17px 0 0; border-top: 1px solid #ddd; }
	div#shareLinks h5 { margin: 0 0 9px; }

	div#shareLinks ul { margin: 0 0 0 -10px; padding: 0; list-style: none; }
	div#shareLinks li { float: left; display: inline; width: auto; margin: 0 0 0 10px; }
	div#shareLinks li a, div#shareLinks li a:visited { display: block; width: 42px; text-decoration: none; padding: 1px 0 0; }

	/*	Tweet This for every post */
	span.tweet-this { width: 45px; margin: 0; }
	span.tweet-this img { display: block; padding: 0; }
	a.tweet-this, a.tweet-this:visited {  }
	
/*	Sidebar Blocks ----- */
	div.aside { margin: 0 0 27px; padding: 0; }
	div.aside div.header { border-top: 2px solid #666; }
	div.aside div.header h4 { color: #666; font-size: 14px; line-height: 1; padding: 7px 0 14px; -webkit-transition: color 0.2s linear; }
	div.aside div.header h4 a, div.aside div.header h4 a:visited { color: #666; }
	div.aside div.header h4 a:hover { color: #333; }
	div.aside div.section { padding: 0 !important; } /* For IE6 */
	
	div.aside { border-top: 1px solid #ddd; }
	div.aside div.header { border-top: 1px solid #fff; }
	div.aside div.header h4 { font-size: 18px; padding: 8px 0 18px !important; color: #777; font-weight: normal; } /* For IE6 */
	
	div.padded.aside { background: #f5f5f5; }
	div.padded.aside div.header h4 { padding: 7px 20px 14px 20px; }
	div.padded.aside div.section { padding: 0 20px 18px; }

	/*	About The ZURBlog ---------- */
	div#content-sec ul.blog-links { margin: 0; padding: 0 0 1px; }
	ul.blog-links li { padding: 0 0 4px 24px; }
	ul.blog-links li.rss { background: url(/images/icons/16px/rss-white.gif) no-repeat 0 .2em; }
	ul.blog-links li.archives { background: url(/images/archive.gif) no-repeat 0 .2em; }
	
	/*	Sidebar Listing Blocks ---------- */
	div#content-sec ul.listing {  }
	div#content-sec ul.listing li { padding: 0 0 9px; color: #777; }
	div#content-sec ul.listing span a { color: #777; }

	/*	Recent Comments ---------- */
	div#content-sec div#recentComments ul li { padding: 0 0 18px; }
	div#content-sec div#recentComments ul strong { color: #555; font-weight: normal; }
	div#content-sec div#recentComments ul p { display: inline; }
	div#content-sec div#recentComments ul div a, div#content-sec div#recentComments ul div a:visited,
	div#content-sec div#recentComments ul div a p, div#content-sec div#recentComments ul div a:visited p { text-decoration: none; color: #777; }
	
	
	/*	Recent Blog Posts ---------- */
	div#content-sec div#recentPosts ul.listing li {  }
	div#content-sec div#recentPosts ul.listing li a { padding: 0; line-height: inherit; }
	div#content-sec div#recentPosts ul.listing li span a { padding: 0; line-height: inherit; }
	
	/*	Youtube Videos ----- */
	div#videos { margin: 0 0 31px; }

	div#photos {  }
	div#content-sec div#photos ul { overflow: hidden; margin: 0 0 0 -10px; }
	div#content-sec div#photos ul li { display: inline; float: left; margin: 0 0 9px 10px; padding: 0px;  }
	div#photos img { margin-top: -14px;margin-left: -11px; } 
	div#content-sec div#photos ul li a, div#content-sec div#photos li a:visited { background: #fff; display: block; padding: 0px; overflow: hidden; width: 88px; height: 72px; border: 2px solid #ddd; padding: 0px;}
	div#content-sec div#photos ul li a:hover { background: #eee; border-color: #ccc;} 

	/*	Delicious Bookmarks ----- */
	div#bookmarks {  }

	/*	Tweets ----- */
	div#tweets {  }
	div#tweets p { font-size: 12px; margin: 0 0 9px; }


/*	--------------------------------------------------
	=Flickr Page
	-------------------------------------------------- */	
	body#flickrPage div#container, 
	body#twitterPage div#container					{ width: 940px; }

	div.zurb-media									{  }
	div.zurb-media h3 small							{ color: #777; font-size: 18px; }

	body#flickrPage									{  }
	
	div#latestFollower								{ position: absolute; top: -9px; right: 0; width: 202px; background: #f5f5f5; padding: 9px; }
	div#latestFollower img							{ width: 36px; height: 36px; float: left; margin: 0 10px 0 0; background: #fff; }
	div#latestFollower p							{ margin: 0; color: #777; }

	ul.flickr										{ margin: 0; padding: 0; list-style: none; }
	ul.flickr li									{  }
	ul.flickr li span								{ color: #777; }
	ul.flickr li a.thumb, 
	ul.flickr li a.thumb:visited					{ display: block; margin: 0 0 9px; text-align: center; }
	ul.flickr li a.thumb:hover						{  }
	ul.flickr li a.thumb img						{ display: block; margin: 0 auto; }
	
	ul.comments li a.thumb, 
	ul.comments li a.thumb:visited					{ width: 220px; height: auto; max-height: 162px; overflow: hidden; }
	ul.comments li a.thumb img						{ margin: 0 0 0 -10px; }
	ul.comments li a.thumb p						{ margin: 0; }
	
	ul.stream										{ float: left; margin: 0 0 18px -10px; overflow: hidden; }
	ul.stream li									{ display: inline; }
	ul.stream li a.thumb, 
	ul.stream li a.thumb:visited					{ display: inline; float: left; width: 73px; height: 73px; margin: 0 0 9px 10px; overflow: hidden; border: 1px solid #ddd; }
	ul.stream li a.thumb img						{ margin: 0 auto; }
	ul.stream li a.thumb p							{ margin: 0; }
	
	ul.favs li										{ margin: 0 0 9px; }
	ul.favs	li a.thumb,
	ul.favs	li a.thumb:visited						{ width: 98px; height: 88px; margin: 0; }


/*	--------------------------------------------------
	=Twitter Page
	-------------------------------------------------- */
	ol.twitter										{ margin: -13px 0 31px; }
	ol.twitter li									{ min-height: 54px; padding: 13px 0; font-size: 10px; line-height: 1; clear: both; border-bottom: 1px solid #eee; }
	ol.twitter img									{ width: 50px; height: 50px; float: left; }
	ol.twitter div.body								{ margin: 0 0 0 60px; }
	ol.twitter p									{ display: inline; font-size: 14px; line-height: 1.5; margin: 0; color: #333; }
	ol.twitter p a, ol.twitter p a:visited			{ line-height: 1; }
	ol.twitter small								{ display: inline; font-size: 12px; line-height: 1.5; color: #777; }
	ol.twitter small a, ol.twitter small a:visited	{ color: #777; text-decoration: none; }
	ol.twitter small a:hover						{ text-decoration: underline; }
	
	ol.twitter.search								{ margin: -8px 0 26px; }
	ol.twitter.search li							{ padding: 8px 0; }
	ol.twitter.search div.body						{ margin: 0; }
	ol.twitter.search p								{ font-size: 12px; color: #555; }
	ol.twitter.search small,
	ol.twitter.search small a, 
	ol.twitter.search small a:visited				{ color: #999; }


div.post td.anunPais img,div.post td.anunData img {		margin: 0 0 0 0;
}
div.post td.anunFoto img {
	MARGIN-BOTTOM: 0px; PADDING-BOTTOM: 0px; MARGIN-RIGHT: 10px; PADDING-TOP: 2px}
div.post td.anunPais  {		margin: 0 0 0 0;  text-align: right;  border-left: 1px solid #DCDCDC;;  border-top: 1px solid #DCDCDC;;    }
div.post td.anunFoto  {		margin: 0 0 0 0;  text-align: right;    border-right: 1px solid #DCDCDC;;  border-bottom: 1px solid #DCDCDC;  vertical-align: top;           }
div.post td.anunCriador  {		margin: 0 0 0 0;      border-left: 1px solid #DCDCDC;;  border-top: 1px solid #DCDCDC;  text-transform: capitalize;              }
div.post td.anunData  {		margin: 0 0 0 0;  text-align: right;  }

