/**********************************************************
*    Arquivo de complementação CSS do site Ninuma.com.br
*            Desenvolvido por Karina Salgado
***********************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF url(imagens/img1.gif)

top left repeat-x fixed;
    font: normal 13 px  Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #D0D0D0;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;                 /* cor de links */
}

a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
	background: #A4B8D9;
}

.boxed .title {
 padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em  Times New Roman, Times, serif;
	color: #FFFFFF;
}

.boxed .content {
 padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	/*border-bottom: 1px solid #3B3B3B;       /* cor linha post */
}

.post .title {
    color: #A4B8D9;                       /* cor do título do post */
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, arial, Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 699px;
	height: 150px;
	margin: 0 auto;
	background:  url(imagens/banner.png);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF;                 /* cor do fundo da página */
    border: 1px solid #3B3B3B;          /* cor borda página */
    border-top: 15px solid #3B3B3B;    /* cor linha abaixo do banner */
}


#content {
	float: right;
	width: 497px;
	padding-right: 1px;

}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
	background: #A4B8D9;             /* cor do fundo Menu completo */
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #000066;      /* cor do menu ao passar o mouse */
	color: #FFFFFF;
    font-style: italic;       /* fonte fica ítalico ao passar o mouse */
}

#menu .active a {
	background: #BABABA;     /* cor menu ao selecionado */
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 25px;
	margin: 0 auto;
	padding: 5px 16px;
	background: #3B3B3B;          /* cor Rodapé */
	font-size: .77em;
	color: #FFFFFF;
}

#links {
	float: right;
}

/* fim do codigo css */
