/*  
Theme Name: GuiaPsicologia
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */


.linkindex a {
	
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	text-decoration:none;
	}
.linkindex a:hover{
text-decoration: underline; 
}
	
.titulo h3 {
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.3em;
	margin:0;
	}
	
.titulo a {
		color: #000000;
		text-decoration: none;
		}
		
.titulo a:hover {
text-decoration: underline; 
}

.data {
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #777;
	margin:0;
	}
	
.post {
	
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin:0;
	}
	
.linkcomentarios a{
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin:0;
	text-decoration: none;
	}
.linkcomentarios a:hover {
text-decoration: underline; 
}

.barraecorpo{
	font-size : 70%;
}
.a:hover.barraelink{
	COLOR: #9C9CFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.titulo24 {
	FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; COLOR:black;
}

.linkstopo {
	COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.rodape {
	COLOR: #7f7f7f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.a:hover.rodape{
	text-decoration: underline;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	margin: 15px;
	text-align: justify;

	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
	
.autorcomentario, .autorcomentario a {
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


.commentmetadata a  {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #777;
	margin:0;
	padding: 0;
    text-decoration: none;
	}
	.commentmetadata a:hover{
	text-decoration:underline;}
/* End Comments */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.commentmet_text {
		
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	.alignright {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	}
	
.alignleft {
font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left
	}
/* End Form Elements */
