/*
Theme Name:		WP Framework
Theme URI: 		http://wpframework.com/
Version: 		0.2.4.10
Description: 	A <em>blank</em> WordPress Theme Framework <strong>that's everything you need, and nothing you don't.</strong> With features like <em>microformats, a traditional template structure, convention over configuration, clean semantic code, documenation, and it's atomic templating system</em>, WP Framework is <em>completely extensible, flexible</em> and <strong><em>the</em></strong> starting point for theme authoring and customization. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Ptah Dunbar
Author URI:		http://ptahdunbar.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2008 Ptah Dunbar <http://ptahdunbar.com> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://wpframework.com> for more information!
*/

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );
@import url( 'library/media/css/base.css' );
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, legend
 form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#nav {
	width: 35em; margin: 0 auto;
	position: absolute;
	top: 1em;
	right: 2em;
}

#nav li {
	display: block; float: left; width: 92px; height: 94px; margin: 0 0.5em;
}
#nav li:hover {
	position: relative; top: -0.1em; left: 0.1em;
}


#nav li a {
	display: block;
        height: 100%;
	text-indent: -9999px;
}

#blog a {
	background: url(http://gaigalas.net/images/blog.png) no-repeat;
}


#projetos a {
	background: url(http://gaigalas.net/images/trabalho.png) no-repeat;
}


#publicacoes a {
	background: url(http://gaigalas.net/images/publicacoes.png) no-repeat;
}


#portfolio a {
	background: url(http://gaigalas.net/images/portfolio.png) no-repeat;
}

#about {
	font: 0.9em Trebuchet MS, Verdana, Tahoma, sans-serif; color: #FFF;
	text-align: right;
	position: relative;
	top: -2.6em;
}

#curriculo a {
	background: url(http://gaigalas.net/images/curriculo.png) no-repeat;
}


body, a {
    color: #FFF;
}

#content {
    clear: both;
	font: 0.9em Trebuchet MS, Verdana, Tahoma, sans-serif; color: #FFF;
}

h4 {
    font-weight: bold;
}

h3 {
    font-size: 1.5em;
    border-bottom: 0.09em solid #FFF;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

h2 {
    font-size: 1.8em;
    border-bottom: 0.09em solid #FFF;
    margin-bottom: 0.5em;text-align: center;
}

#content ul {
    margin-left: 1em;
}

.summary {font-style: italic; text-align: center; margin: 0.5em 0;}

dt {font-weight: bold; width: 12em; text-align: justify; position: absolute; left: 0; text-align: right; padding-top: 0.2em;}
dd {margin-left: 13em;  line-height: 1.8em;}
dd img {float:left; border: 4px solid #CCC; margin: 0 0.9em 0 0;}
#content ul {list-style: disc; padding: 1em 2em;}
textarea {display: block; width: 95%; margin: 0.5em auto; height: 10em;}

.hidden {display: none;}

legend {cursor: hand; cursor: pointer;}

.entry-title, .entry-title a {
color: white; 
}
abbr[title], acronym[title], dfn[title]  {border-color: #EEE;}

#copyright {
font-size: 0.8em; color: #EEE;
}

#about a{
text-decoration:underline;
}
a,  a:link, a:active, a:visited, .entry-content a:link, .entry-content a:active, .entry-content a:visited {
color: white; text-decoration: underline;
}
.entry-title a, a:hover, .entry-title a:hover, .entry-content a:hover, a.twitter_title_link { text-decoration: none; color: white;}

#allowed-tags {background: transparent;}

.entry-footer {border-top: 0.09em solid #ccc; color: #ccc; margin-top: 0.6em;}

#content blockquote {background: white; color: #555; padding: 1.3em;}
#content blockquote a {color: #4D7534}

.entry-meta {color: #CDD6C8; padding-bottom: 0.3em; margin-bottom: 1.3em; font-size: 0.8em;}
.entry-meta a {color: #CDD6C8}