/*  
Theme Name: LFM
Theme URI: http://4best.pt/
Description: Template para site Luis Filipe Menezes
Version: 1.0
Author: Vitor Leite
Author URI: http://vitorleite.net/
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	background: #7F7F7F url('images/body_bg.jpg') repeat-x;
	text-align: center;
}


a:link, 
a:active,
a:visited {
	color: #680001;
	text-decoration: none;
}

a:hover {
	color: #282828;
}


blockquote {
	padding: 5px 5px 0 12px;
	text-indent: 5px;
	margin: 0;
	background: url(images/quote.jpg) no-repeat top left;
	font-style: italic;
	font-family: georgia;
	font-size: 14px;
}


h3 {
	font-size: 14px;
	margin: 5px 0;
}



/*
=common
-------------------------------------------------*/
/* already in master.css
		* text-right
		* text-left
		* float-right
		* float-left
		* img-right
		* img-left
		- others
*/


/*
=wrapper
-------------------------------------------------*/
#wrapper {
	width: 865px;
	padding: 10px;
	text-align: left;
	background: #fff;
	margin: 20px auto;
	color: #000;
}




/*
=header
-------------------------------------------------*/
#hImage {
	float: left;
}

#hExtra {
	float: right;
}

/* search */
#search {
	width: 179px;
	height: 32px;
	padding: 10px 0 0 9px;
	background: url(images/search_bg.jpg) no-repeat;
}

#search #s {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 2px 1px;
	width: 140px;
}

#search #searchsubmit {
	vertical-align: bottom;	
}

/* mailing */
#mailing {
	width: 180px;
	height: 182px;
	margin-top: 8px;
	padding: 11px 0 0 9px;
	background: url(images/mailing_bg.jpg) no-repeat;	
}

#mailingform h2 {
	width: 171px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: url(images/mailing_header.jpg) no-repeat bottom left;
	text-indent: -9000px;
}

#mailingform {
	height: 171px;
	background: url(images/mailing_form_bg.jpg) no-repeat bottom left;
}

#mailingform form {
	padding-bottom: 10px;	
}
#mailingform form div {
	margin: 0;
	padding: 3px 10px 0 10px;	
}

#mailingform form label {
	font-size: 11px;	
	font-weight: bold;
	color: #999;
}
#mailingform form .text {
	width: 145px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #333;
	border: 1px solid #D1D1D1;
	padding: 2px;
}
#mailingform form .submit {
	float: right;
	margin-right: 10px;
	border: none;
}


/*
=content
-------------------------------------------------*/
#content {
	clear: both;
	float: left;
}

#content h2 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	background: #EFEFEF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
	letter-spacing: 1px;
}

#content h2 a {
	text-transform: uppercase;
	background: #EFEFEF;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
}




.excerpt {
	font-size: 12px;
}


/* entry */
.entry {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	padding: 0 5px 10px 5px;
	display: block;
	line-height: 1.4em;
}

.entry ul {
	padding: 0 10px;
	list-style-type: circle;
}

.enty ul li {
	list-style-position: outside;
}


/*
#content .entry img {
	margin: 5px;	
}
*/






/* nav */
#navbar { 
	float: left;
}

#nav {
/*	float: left; */
	width: 175px;
	margin: 10px 0;
	padding: 7px;
	background: #282828;
}

#nav li { 
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	background: #ccc url(images/nav_left_bg.jpg) no-repeat top left;
	/*height: 28px;*/
}
#nav li a {
	display: block;
	width: 155px;
	margin: 0;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
	letter-spacing: 1px;
	background: transparent url(images/nav_right_bg.jpg) no-repeat top right;
}
#nav li a:hover {
	background: transparent url(images/nav_right_bg_hover.jpg) no-repeat top right;	
}



/* subnav */
#subnav { float: left; display:  block; margin: 15px 0 5px 0; padding: 0; background: #fff; border-left: 2px solid #fff; width: 425px; }
#subnav li { float: left; margin: 0; }
#subnav li a { float: left; padding: 6px 10px; text-transform: uppercase; background: #eee; border-right: 2px solid #fff;
							 font-size: 11px; font-weight: bold; color: #282828; letter-spacing: 1px; }

#subnav li a.subnav_selected {
	background: #282828 no-repeat top left;
	color: #fff;
	cursor: default;
}

#subnav2 li { 
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	background: #ccc url(images/nav_left_bg.jpg) no-repeat top left;
	/*height: 28px;*/
}
#subnav2 li a {
	display: block;
	width: 155px;
	margin: 0;
	padding: 6px 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #282828;
	letter-spacing: 1px;
	background: transparent url(images/nav_right_bg.jpg) no-repeat top right;
}
#subnav2 li a:hover {
	background: transparent url(images/nav_right_bg_hover.jpg) no-repeat top right;	
}


/* sidebar */
#sidebar {
	float: right;
	width: 221px;
}

#sidebar ul { margin: 0; padding: 0; }




/* main */
#main {
	float: left;
	margin-left: 10px;	
	margin-right: 10px;
	width: 435px;
}


/* randcitation */
#randcitation {
	float: left;
	width: 200px;	
}

#randcitation .cit {
	/*font-style: italic;	*/
	font-size: 12px;
	line-height: 1.2em;
}
#randcitation .cit em {
	display: block;
	padding-top: 5px;
	font-style: normal;
	font-size: 10px;	
}

#randgallery {
	float: left;
	width: 200px;
}

/* latestnews */
#latestnews {
	float: right;
	width: 230px;	
}

#latestnews .teaser {
	margin-bottom: 5px;
	padding: 10px;
	background: #EFEFEF;
}

#latestnews .teaser img {
	margin-bottom: 5px;
	/*width: 210px;*/
	overflow: hidden;
}

#latestnews .teaser a {
	display: block;
	padding-right: 15px;
	color: #282828;
	font-size: 11px;
	font-weight: bold;
	background: url(images/news_icon.jpg) no-repeat bottom right;
}



/* agenda */
#agenda ul li {
	margin-bottom: 5px;
	padding-top: 5px;
	/*padding: 10px;*/
	background: #282828 url(images/agenda_item_bg.jpg) no-repeat top left;
}

#agenda ul li a {
	padding: 5px 10px 10px 10px;
	display: block;
	color: #aaa;
	background: transparent url(images/agenda_item_bg.jpg) no-repeat bottom right;
}

#agenda .date {
	color: #fff;	
}



/* links a.k.a. blogroll */
.linkcat ul li {
	list-style-type: circle;
	margin: 10px 0;
	color: #999;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

.linkcat ul li a {
	display: block;	
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
}


.linkcat ul li a[href^="http:"] {
	display: inline;
	padding-right: 13px;
	background: url(images/remote.gif) no-repeat center right;
}



.navigation, .post-options {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/*
=footer
-------------------------------------------------*/
#footer {
	clear: both;
	padding: 20px 10px 0px 10px;
}



/*
=resultados
-------------------------------------------------*/
#resultados_28092007 {
	/*width: 450px;
	margin: 0 auto;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* GERAL */
#resultados_28092007 table {
	font-size: 10px;
	text-align: center;
	border-collapse: collapse;
	/*border: 1px solid #aaa;*/
}

#resultados_28092007 td {
	padding: 5px;
	/*border: 1px solid #aaa;*/
}



/* DISTRITO */
#resultados_28092007 .xl6431470,
#resultados_28092007 .xl10731470 {
	font-weight: bold;
	font-size: 12px;
}


/* TH */
#resultados_28092007 .xl6631470,
#resultados_28092007 .xl6731470,
#resultados_28092007 .xl6831470,
#resultados_28092007 .xl6931470,
#resultados_28092007 .xl7031470,
#resultados_28092007 .xl8531470,
#resultados_28092007 .xl8631470,
#resultados_28092007 .xl9331470,
#resultados_28092007 .xl9631470,
#resultados_28092007 .xl13131470,
#resultados_28092007 .xl13331470 {
	background: #ccc;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #aaa;
}

/* TOTAL */
#resultados_28092007 .xl8231470 {
	text-align: right;
}

#resultados_28092007 .xl8331470,
#resultados_28092007 .xl9131470,
#resultados_28092007 .xl11131470,
#resultados_28092007 .xl14831470 {
	background: #ccc;
	font-weight: bold;
	border: 1px solid #aaa;
}

#resultados_28092007 .withBorder { border: 1px solid #aaa; }