/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
* { margin: 0px; padding: 0px; }
body { background-color: black; font-family: arial, verdana, tahoma; font-size: 14px; color: white; } 
a { text-decoration: underline; color: white; }
#content, #header, #footer, #page { width: 849px; margin-left: auto; margin-right: auto; position: relative; overflow: hidden;} 
#page { margin-top: 10px; }
#content { margin-top: 40px; }
#footer { color: #1c1c1c; font-size: 10px; }
p { margin-bottom: 20px; }
h3 { color: #666666; }
#logo_fotografo { width: 250px; height: 74px; background-repeat: no-repeat; color: black; float: left;}
#menuHeader { float: right; margin-top: 10px; }
#menuHeader ul { list-style: none; }
#menuHeader ul li { display: inline; }
.retratos { list-style: none; }
.retratos li { display: inline; margin: 2px; }

.orkut a div, .flickr a div, .feed a div { width: 30px; height: 30px; }

.orkut a div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/orkut1.gif');   }
.orkut a:hover div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/orkut2.gif');   }

.flickr a div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/Flickr1.gif');   }
.flickr a:hover div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/Flickr2.gif');   }

.feed a div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/Feed1.gif');   }
.feed a:hover div { background-image: url('http://www.emersonmachado.com.br/wp-content/themes/default/images/Feed2.gif');   }