/*  
Theme Name: Virgilia
Theme URI: http://www.virgilia.com.br/
Description: Editora Virgília
Version: 1.1
Author: Will
Author URI: 
(c) Editora Virgília
*/


/* Geral */


body {
	padding: 20px 0 0 0;
	margin: 0;
	background: #333333;
	text-align: center;
	font-family: 'Georgia', 'Trebuchet MS', 'Times New Roman', 'Verdana';
	font-size: 0.9em;
	color: #404040;

}


#container {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
	background: url(images/meio.gif) repeat-y bottom;
}



a img {
	border: none;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #888888;
	text-decoration: none;
}


ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}

ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}


/*  Cabecalho  */



#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	width: 790px;
	height:225px;
}

#header img {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}



/*  Navegacao Superior  */


#top-nav {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	margin: 0 auto;
	text-align: center;
	background: #990000;
	color: #FFFFFF;
	width: 756px;
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: 0 2px 0 2px;
	border-color: #FFFFFF;
	white-space: nowrap;
	
}

#top-nav ul {
	margin: 0;
	padding: 10px 20px 10px 20px;
	list-style: none;
}

#top-nav li {
	display: inline;
	margin: 0px 16px 0px 16px;
	padding: 0;
}

#top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav a:hover {
	color: #B0B0B0;
	text-decoration: none;
}



/*  Conteudo  */


.tituloblog{

	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 45px 0;
	
}

#content {
	width: 530px;
	float: right;
	display: inline;
	margin: 30px 35px 20px 0px;
	padding: 0 0 0 17px;
	border-left: 1px dotted #999999;
}


.post {
	margin: 0 0 20px 0;
}


#content h1 {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 25px 0;
	color: #000000;
}

#content h1 a {
	text-decoration: none;
	color: #000000;
}

#content h1 a:hover {
	text-decoration: none;
}

#content h1.pagetitle {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}



#content h2 {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	margin: 0 0 2px 0;
	font-size: 0.9em;
	color: #000000;
}

#content h3 {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	margin: 0 0 2px 0;
	font-size: 0.9em;
	color: #404040;
}

#content h4 {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	margin: 0 0 2px 0;
	margin: 0 0 2px 0;
	font-size: 1.0em;
	color: #606060;
}




#content .post-date {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	color: #707070;
	font-size: 0.6em;
	margin: 0 0 5px 0;
}

#content p {
	margin: 0 0 12px 0;
	line-height: 140%;
}

#content .post-info {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	color: #505050;
	font-size: 0.75em;
	background: #F4F4F4;
	padding: 3px 8px 3px 8px;
	margin: 30px 0 0 0;
}

#content .post-info a {
	text-decoration: none;
}

#content .post-info a:hover {
	text-decoration: underline;
}

#content .single-date {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	text-align: right;
	font-size: 0.6em;
	color: #707070;
	margin-bottom: 3px;
}




#content .attachment-image {
	text-align: center;
	padding: 10px 0 10px 0;
}




code {
	font: 0.9em 'Courier New', Courier, Fixed;
	color: #990000;
}

blockquote {
	background: #F4F4F4;
	padding: 4px 8px 4px 8px;
	margin: 5px 0 15px 0;
	font-size: 0.9em;
}




acronym, abbr, span.caps {
	font-size: 0.9em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #808080;
}




.navigation {
	display: block;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 4px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 4px 2px 0;
	display: inline;
}




.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}



/*  Menu Lateral  */


#sidebar {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	width: 165px;
	float: left;
	display: inline;
	margin: 20px 0px 20px 30px;
}

#sidebar h2 {
	font-family: 'Verdana','Trebuchet MS','Lucida Grande', Arial, Sans-Serif;
	font-size: 9px;
	letter-spacing: 2px;
	color: #666666;
	margin: 0;
	padding: 12px 0 0 0;
	border-top: 1px dotted #999999;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul ul {
	margin: 6px 0 15px 8px;
	padding: 0;
}

#sidebar ul ul ul {
	margin-bottom: 6px;
}


	
#linksmarcelo {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 10.5px;
	font-weight: bold;
	text-indent: 2px;
	line-height: 230%;
	padding: 10px 0 5px 0;;
	border-top: 1px dotted #999999;
}

#linksmarcelo a {
	color: #990000;
	text-decoration: none;
}


#linkside li {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 10px; 
}



#formulario {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 165px;
	height: 20px;
}

.textbox {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 128px;
	height: 16px;
	color: #333333;
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 11px;
	border: 1px solid #999999;
	vertical-align: middle;
}

.botao {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 18px;
	color: #666666;
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}



/*  Comentarios  */


h3#comments, h3#respond {
	font-family: 'Verdana','Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	margin: 0 0 15px 0;
	font-size: 0.9em;
	background: #990000;
	color: #FFFFFF;
	padding: 3px 10px 3px 10px;
}

ol.commentlist {
	font-family: 'Georgia', 'Trebuchet MS', 'Verdana', Times New Roman, Serif ;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

ol.commentlist li {
	font-family: 'Georgia', 'Trebuchet MS', 'Verdana', Times New Roman, Serif ;
	margin: 0;
	padding: 0;
	border-top: 2px solid #F4F4F4;
	padding: 3px 0 5px 0;
}

ol.commentlist li.alt {
	border-top: 2px solid #E8E8E8;
}

ol.commentlist .comment-date {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	width: 35%;
	float: right;
	text-align: right;
	font-size: 8.5px;
	display: inline;
}

ol.commentlist .comment-author {
	width: 55%;
	float: left;
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	margin: 0 0 3px 0;
	font-size: 11px;	
	color: #808080;
	display: inline;
}

ol.commentlist .comment-author a {
	font-family: 'Georgia', 'Trebuchet MS', 'Verdana', Times New Roman, Serif ;
	text-decoration: none;
}

ol.commentlist .comment-date a {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	text-decoration: none;
}

ol.commentlist .comment-date a:hover, ol.commentlist .comment-author a:hover {
	text-decoration: underline;
}

ol.commentlist .comment-text {
	font-family: 'Georgia', 'Trebuchet MS', 'Verdana', Times New Roman, Serif ;
	clear: both;
}




form#commentform textarea {
	width: 100%;
}

form#commentform label {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	font-size: 0.7em;
}



/*  Pe da Pagina  */


#footer {
	font-family: 'Verdana', 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif ;
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 790px;
	height: 60px;
	padding: 10px 0 0 0;
	color: #CCCCCC;
	font-size: 10.5px;
	font-weight: bold;
	background-color: #000000; 
	background: url(images/base.gif) no-repeat top;
	border: none;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #990000;
}





/*  Calendario  Desligado  */



#wp-calendar caption {
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 0.7em;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #000000;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td a {
	color: #990000;
	font-weight: bold;
}

#wp-calendar td.pad:hover {
	background-color: #FFFFFF; 
}

#sonific {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 120px;
}
