
/* Formatacao geral (tags) */

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 11px;
}

p {
	margin-left: 2px;
	line-height: 15px;
}


/* Links gerais */

a {
	color: #CCFFCC;
	text-decoration: none;
	-moz-border-radius: 3px;
}

a:visited {
	color: #BBCCBB;
	background: #334039;
}

a:hover {
	color: #000000;
	background: #66EE55;
}


a.commlink, a.commlink:visited, a.permalink, #latest a.permalink:visited {
	color: #DDCC88;
	padding: 2px;
	background: none;
	-moz-border-radius: 3px;
}

#latest a.commlink, #latest a.commlink:visited, #latest a.permalink {
	color: #FFEE99;
	background: none;
}

a.permalink:visited {
	color: #CCC080;
	background: none;
}

a.permalink:hover, a.commlink:hover, #latest a.permalink:hover, #latest a.commlink:hover {
	color: #000000;
	background: #FFDD33;
}


a:active, a.commlink:active, a.permalink:active, #latest a.permalink:active, #latest a.commlink:active {
	color: #FF0000;
	background: #FFFFFF;
}

/* Links menus */

a.mainmenu, a.secmenu {
	float/* IE5 Workaround */: left;
	display/* IE5 Workaround */: block;
	background: none;
}

a.mainmenu:visited, a.secmenu:visited, a.termenu:visited {
	background: none;
}

a.mainmenu:hover, a.mainmenu:active {
	background: none;
	background-image: url("/resources/layout/red_line.gif");
}

a.secmenu:hover {
	background: none;
	background-image: url("images/menu-sh.gif");
}


a.termenu {
	float/* IE5 Workaround */: right;
	display/* IE5 Workaround */: block;
	background: none;
}

a.termenu:hover {
	background: none;
	background-image: url("images/menu-th.gif");
}


/* Forms */

select, input, textarea {
	font-size: 10px;
	background: #191C20;
	width: 300px;
	color: #DDDDDD;
	border: #494C50 1px solid;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
}

select:focus, input:focus, textarea:focus {
	background: #090C10;
	color: #FFFFFF;
	border: #797C80 1px solid;
}

.button {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #CC3300;
	border: 1px outset;
	width: 32px;
	color: #FFFFFF;
}

.button:focus {
	background-color: #AA1100;
	color: #DDDDDD;
	border: 1px inset;
}

.search {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding: 2px;
}


/* Zonas gerais */


#sidebar {
	margin-left: 16px;
	text-align: left;
}

#mainbody, #mainbody2 {
	margin-left: 8px;
	margin-right: 24px;
	margin-top: 20px;
	margin-bottom: 32px;
	text-align: left;
}


/* Texto principal weblog */

#mainbody p, #mainbody2 p, #archive {  
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 16px;
	color: #EEEEEE;
	font-size: 11px; 
	line-height: 18px;
}

#latest p {
	color:#FFFFFF;
}

#mainbody h1, #mainbody2 h1 {
	display: block;
	margin-left: 8px;
	line-height: 24px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #707070;
}

#mainbody h2, #mainbody2 h2 {
	display: block;
	margin-bottom: 8px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #707070;
}

#latest h1 {
	font-size: 30px;
	letter-spacing: -2px;
	color: #ff9900;
}

.info {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	COLOR: #777777;
	letter-spacing: -1px;
}

#latest .info {
	font-size: 14px;
	COLOR: #AAAAAA;
}

/* IMAGENS NO BLOG NORMAL */

#mainbody img {
	display: inline;
	background: #0C1011;
	margin-left: -4px;
	-moz-border-radius: 8px;
	border: 1px dashed #666666;
	padding: 4px;
}

/* IMAGE-LOG */

#imagebody {
	display: block;
	width: 444px;
	margin: 24px;
	text-align: left;
}

#imagebody img {
	display: inline;
	background: #0C1011;
	margin-left: -4px;
	-moz-border-radius: 8px;
	border: 1px solid #666666;
	padding: 4px;
	margin-left: 16px;
	margin-bottom: 16px;
}

#mainbody .noshit, #imagebody .noshit {
	background: none;
	border: 0px;
}

#imagebody .imagecol {
	margin-bottom: 0;
}


#imagebody .tiny {
	margin-right: 24px;
}

.imagecaption {
	display: block;
	width: 424px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 11px;
	font-size: 9px;
	COLOR: #FFFFFF;
	margin-bottom: 16px;
}

#imagebody h1 {
	display: block;
	margin-left: 8px;
	padding-bottom: 0px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 20px;
	color: #708080;
}

#imagebody .info {
	font-size: 13px;
	font-weight: bold;
	margin-right: 16px;
	margin-left: 1px;
}

.imagelog {
	color: #99DD44;
	align: center;
	border : 1px solid #44484C;
}


/* COMENTARIOS */

#commbody {
	margin: 8px;
}

#commbody select, #commbody input, #commbody textarea {
	padding: 2px;
}

#commbody h1 {
	display: block;
	margin: 0px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #707070;
}


#commbody p {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

#commbody .commround {
	display: block;
	border: 1px dashed #131619;
	padding: 4px;
	-moz-border-radius: 4px;
	margin: 0;
}

#mainbody .commround, #imagebody .commround {
	display: block;
	border: 1px dashed #292C30;
	padding: 3px;
	-moz-border-radius: 4px;
	margin: 0;
}

#imagebody .commround {
	margin-left: 8px;
}

#mainbody .commround p, #imagebody .commround p {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* Links weblog */

#mainbody p a, #mainbody2 p a {
	padding: 1px;
	color: #66EEFF;
	background: none;
	-moz-border-radius: 3px;
}

#mainbody p a:visited, #mainbody2 p a:visited {
	color: #DDDDDD;
	background: #445055;
}

#latest p a:visited {
	color: #66eeff;
}

#mainbody p a:hover, #mainbody2 p a:hover {
	color: #000000;
	background: #33CCFF;
}

#mainbody p a:active, #mainbody2 p a:active {
	color: #FF0000;
	background: #FFFFFF;
}

/* Textos diversos */


.tiny, #mainbody .tiny {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 9px;
	COLOR: #999999;
}

code, .code {
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	font-size: 11px;
	color: #DDEEEE;
	line-height: 16px;
	display: block;
	width: 450px;
	background: #2C3031;
	margin-left: -4px;
	-moz-border-radius: 8px;
	border: 1px dashed #777777;
	padding: 4px;
}

cite {
	font-style: normal;
	font-size: 11px;
	color: #EEEEDD;
	line-height: 18px;
	display: block;
	width: 444px;
	background: #2C3031;
	margin-left: -4px;
	-moz-border-radius: 8px;
	border: 1px dashed #777777;
	padding: 4px;
}

.warning {
	display: block;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	width: 448px;
	background: #555555;
	margin-left: 0;
	border: 1px dashed #26292C;
	-moz-border-radius: 8px;
	padding: 8px;
}

.error {
	display: block;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	width: 448;
	background: #660000;
	margin-left: 0;
	border: 1px dashed #FF6600;
	-moz-border-radius: 12px;
	padding: 8px;
}

.buddha {
	FONT-SIZE: 12px;
	MARGIN-LEFT: 4px;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	font-style: italic
}


/* Links barra lateral */

ul.blocklinks {
	list-style: none;
	margin: 1px;
   	padding: 0;
	line-height: 15px;
}

ul.blocklinks li {
    	margin-bottom: 2px;
	width: 100%;
}

ul.blocklinks li a {
	display: block;
	border-left: 1px solid #666666;
   	padding-left: 6px;
	color: #DDDDDD;
	-moz-border-radius: 0px;
}

ul.blocklinks li a:visited {
	color: #BBBBBB;
	background: none;
}

ul.blocklinks li.linklate a, ul.blocklinks li.linklate a:visited {
	width: 242px;
	background: #303336;
	color: #DDDDDD;
}


ul.blocklinks li a:hover, ul.blocklinks li a:active, ul.blocklinks li.linklate a:hover {
	background: #555555;
	color: #FFFFFF;
	border-left: 5px solid #FFFFFF;
   	padding-left: 2px;
}

ul.blocklinks li.linkint a, ul.blocklinks li.linkpt a, ul.blocklinks li.linkcom a {
	width: 116px;
	background: #303336;
}

ul.blocklinks li.linkint a:visited, ul.blocklinks li.linkpt a:visited, ul.blocklinks li.linkcom a:visited {
	background: #292C30;
}

ul.blocklinks li.linkint a {
	border-left-color: #CC6600;
}

ul.blocklinks li.linkint a:hover {
	background: #FF5A00;
	border-left-color: #FF9933;
}

ul.blocklinks li.linkpt a {
	border-left-color: #009933;
}

ul.blocklinks li.linkpt a:hover {
	background: #009933;
	border-left-color: #00FF66;
}

ul.blocklinks li.linkcom a {
	border-left-color: #0066CC;
}

ul.blocklinks li.linkcom a:hover {
	background: #0066CC;
	border-left-color: #3399FF;
}


/* ARCHIVE LINKS */

#archive, .imagearchive {
	line-height: 20px;
}

#archive a {
	font-weight: bold;
	display: block;
	color: #EEEEEE;
	width: 444px;
	background: #303336;
	margin-left: -2px;
	border: 1px dashed #2C3031;
	padding: 2px;
	padding-left: 6px;
	-moz-border-radius: 4px;

}

.imagearchive a, .imagearchivenav a {
	font-weight: bold;
	clear: none;
	color: #EEEEEE;
	background: #303336;
	border: 1px dashed #2C3031;
	padding: 4px;
	margin: 1px;
	-moz-border-radius: 4px;
	height: 14px;
	line-height: 14px;
}

.imagearchive a {
	float: left;
	width: 14px;
}

.imagearchivenav a {
	float: right;
	width: 64px;
}

#archive a:visited, .imagearchive a:visited, .imagearchivenav a:visited {
	background: #292C30;
	color: #AAAAAA;
	font-weight: normal;
}

#archive a:hover, #archive a:active, .imagearchive a:active, .imagearchive a:hover, .imagearchivenav a:active, .imagearchivenav a:hover  {
	background: #555555;
	color: #FFFFFF;
}

a.fotolink img {
	display: block;
	background: #1C2021;
	border: 1px dashed #2C3031;
	padding: 3px;
	-moz-border-radius: 4px;
	margin: 0;
}

a.fotolink:hover img {
	background: #777777;
	border: 1px dashed #393939;
}

#mainbody a img {
	background: #1C2021;
	border: 0px;
	padding: 4px;
	-moz-border-radius: 4px;
	margin: -1px;
}



#mainbody a:hover img {
	background: #777777;
}

#mainbody2 p.designgal {
	font-size: 10px;
	line-height: 16px;
}

::-moz-selection{
	background:#FFFFFF;
	color:#000000;
}

::selection {
	background:#FFFFFF;
	color:#000000;
}

/* NETWORK LINKS */

a.outlink, a.outlink:visited {
	background: none;
	display: block;
	width: 250px;
	height: 32px;
}

a.outlink:hover, a.outlink:active {
	background: #696C6F;
}
