/*
Theme Name: WP-Ibalmada V1
Theme URI: http://www.locomotiva.pt
Description:Theme para a Igreja Baptista de Almada.
Version: 0.1
Author: Jonatas Barros
Author URI: http://www.locomotiva.pt/

*/

/* ----------------------------------------------
	Template Name : WP-Ibalmada
	Template Code : L-0001
	Version : 0.1   
	Author : Jónatas Barros
	Author URI : http://www.locomotiva.pt/       
	Last Date Modified : Junho 17, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Geneva, Arial, Helvetica, Verdana, sans-serif;
	color: #120a00; 
	margin: 0; 	padding: 0; 
	background: #f7f2eb url(images/body_bg.jpg) repeat-x left top;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #999999;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #1975b3  ;
	/*border-bottom: 1px dotted #1975b3 ;*/
}

/* headers */
h1, h2, h3 {
	/*font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;*/
	color: #261a1a ;
	padding:0;
}
h1 {
	font-size: 2.4em;	
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 1.4em;
	letter-spacing: -2px;
}
h3 {
	font-size: 1.2em;	
	font-weight: normal;
}

p, dl { padding: 5px; margin: 0; }

ul, ol {
	margin: 0;
	padding: 0 10px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #f7f2eb;
    border: 1px solid #ebe6e0;
	padding: 5px;
}
img.float-right,
.alignright { 
	float: right;
	margin:2px 0px 2px 10px;
	}
img.float-right{ margin: 5px 0px 10px 10px; }
img.float-left,
.alignleft {
	float:left; 
	margin:2px 10px 2px 0px;
	}
img.float-left{ margin: 5px 10px 10px 0px; }

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 0px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #ccc; 
	background: #ebe6e0; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #333;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #333;
	background: #ebe6e0;  
	border: 1px solid #261A1A;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 100%;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin:0 auto;
	padding-top:0;	
	background: transparent;
}
#header-wrap{
	margin: 0 auto;
	width: 900px;
}
#header {
	position: relative;
	width: 900px;	
	height: 130px;	
	margin: 0 auto; 
	padding: 0;		
	background: transparent;
	z-index:1000;
}

/* header search */
#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 245px; height: 45px;
	background: url(images/header-search_bg.jpg) no-repeat;	
	z-index: 3000;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 10px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}
/* Logotipo */
#logotipo {
	float:left;
	background:url(images/logotipo_IBA.jpg) top left no-repeat;
	width:170px;
	height:122px;
	border:0;
}
#logotipo img, #logotipo a, #logotipo a:hover, #logotipo a:visited{
	border:0px;
	padding:0px;
}

/*  Navigation  */
.menu {
	border:0px;
	background:url(images/menu_bg.jpg) no-repeat top left;
    height:98px; 
    font-size:1.2em; 
    position:relative; 
    z-index:2999;
	margin-left:160px;
	}

/* hack to correct IE5.5 faulty box model */
/** html .menu {
    width:600px; 
    w\idth:600px;
    }*/

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }

/* float the list to make it horizontal and a relative positon 
so that you can control the dropdown menu positon */
.menu li {
    float:left; 
    position:relative;
    }

/* style the links for the top level */
.menu a, .menu a:visited {
    display:block; 
    text-decoration:none; 
    color:#261a1a; 
    font-weight:bold; 
    padding:45px 15px 10px; 
    border-top:#ebe5d7 5px solid;
    }
.menu a:hover {
    border:0; 
    text-decoration:none; 
    color:#1278bc; 
    border-top:#1278bc 5px solid;
    }

/* style the SECOND level background */
.menu ul ul a, .menu ul ul a:visited {background:#ebe6e0;border:0;}
/* style the SECOND level hover */
.menu ul ul a:hover{background:#ebe6e0; border:0;}
.menu ul ul :hover > a {background:#ebe6e0; border:0;}

/* style the THIRD level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ebe6e0;border:0;}
/* style the THIRD level hover */
.menu ul ul ul a:hover {background:#ebe6e0;border:0;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:74px;left:0;width:100px; z-index:9999;border:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:74px;t\op:74px;}
/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-100px;}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border:0; z-index:999999;}

.menu ul ul li{background:#ebe6e0; padding:0px; margin:0; border:0px;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	padding:0;
	width:100px;
	font-size:.85em;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:130px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
    color:#1278bc; 
    background:#ece7e1 url(images/menu_hover_bg.jpg) top center no-repeat;
	border-top:#1278bc 5px solid;
    }
.menu :hover > a, .menu ul ul :hover > a {
    color:#1278bc;
    background:#ece7e1 url(images/menu_hover_bg.jpg) top center no-repeat;
	border-top:#1278bc 5px solid;
    }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; border:0;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;border:0;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;border:0;}

.menu ul ul li a, .menu ul ul li a:hover, .menu ul ul li a:visited {
	padding:5px 10px;
	display:block;
	border:0;
	border-top:none;
	font-weight:normal;
	}
.menu ul ul li a:hover {
	color:#CCC;
	background: #333;
	}
/* END NAV teste */

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 50px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #333333;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {
	z-index:0;
	float: left;
	width: 480px;
	padding:30px 0 0 0px; 
	margin: 30 0 0 0;
	display: inline;		
}
#main-nosidebar{
	z-index:0;
	float: left;
	width: 900px;
	padding: 0; margin: 0;
	display: inline;		
}
#main-nosidebar h2,
#main h2 {
	font-family:Geneva,Arial;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:32px;
	margin:0px 5px;
	padding:0px;
	text-decoration:none;
}
#main h2 a:hover {
	border:0px;
}
#main h3 a {
	font-size:1.35em;
	font-weight:normal;
	color: #786b5e;
	text-decoration: none;		
	border: none;
	letter-spacing:-1px;
	margin-top:2px;
}
#main h3 a:hover {
	color: #333;
	}
#main ul li {
	list-style-image: url(bullet.gif);
	}
#main .linkcat h2{
	font-size:15px;
	color: #786B5E;
	}
#main .title-list{
	margin:10px 10px;
	}
#main .content{
	padding:0px 5px;
	}
#main img.special{
	padding:0px;
	margin:0px;
	border:0px;
	}
#main .archive{
	padding:1px;
	margin:3px;
	float:left;
	width:210px;
	border-top:#CCCCCC 1px solid;
	}
#main .archive h2{
	font-family:Geneva,Arial;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:32px;
	margin:0px 5px;
	padding:0px;
	text-decoration:none;
	}
#post-header {
	position:relative;
	max-width:300px;
}

#post-header .post-title {
	background:#ebe6e0;
	display:block;
	padding:5px 10px;
	position:absolute;
	z-index:500;
	left:0px;
	top: 50px;
	border-left:#ccc 1px solid;
	}
	/* another hack for IE5.5 */
* html #post-header .post-title {top:50px;t\op:50px;}

#post-header .post-title h2 a, #post-header .post-title h2 a:visited{
	color:#120a00;
	}
#post-header .post-title h2 a:hover{
	color:#1278BC;
	}
#post-header img {
	z-index:-1;
	background:#ebe6e0;
	border:#CCC 1px solid;
	width:460px;
	}
#post-header #no-image {
	z-index:-1;
	background:#ebe6e0;
	border:#CCC 1px solid;
	height:150px;
	width:460px;
	}
	
/* Sidebar */	
#sidebar {
	float: right;
	width: 230px;
	padding: 30px 0 0 10px; 
	/*border-left:#ebe6e0 1px solid;*/
	margin: 0;		
	display: inline;
}	
#sidebar h3 {
	background:#EBE6E0 url('images/sidebar_h3_bg.jpg') bottom left;
	color: #786B5E;
	font-family:Geneva,Arial;
	font-size:15px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:32px;
	margin:0px 0px 5px 0px;
	padding:0px 10px;
	text-decoration:none;
	border-bottom:#CCC 1px solid;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 32px 0px; padding: 0;				
	list-style: none;
}
#sidebar ul li {
	margin: 0;		
	border-bottom: 1px dotted #CFCFCF;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	display:block;
	
	padding: 5px 10px;

	text-decoration: none;	
	border: none;
	color: #777; 	
		
	font-weight: normal;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 1.1em;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {
	background-color:#FFFFFF;
	color: #333;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

#sidebar form{
	background:none;
	border:none;
	}
#sidebar form p,
#sidebar form label{
	margin:0;
	padding:0;
	}
#sidebar form label input{
	padding:5px;
	}


/* Sidebar-Left*/
#sidebar-left{
	background:#ebe6e0;
	width:170px;
	float:left;
	margin:30px 0px 0px;
	padding: 5px 0 0 10px; 
	}
#sidebar-left h3{
	font-size:.8em;
	text-transform:uppercase;~
	margin:0px;
	padding:0px;
	}
#sidebar-left h3 a{
	color:#786B5E;
	}
#sidebar-left ul{
	margin:0 10px 20px 0;
	padding:0px;
	}
#sidebar-left li{
	padding:0 0 5px;
	border-bottom:#FFFFFF 1px solid;
	margin-bottom:7px;
}
#sidebar-left li a{
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	}
#sidebar-left li p{
	color:#666666;
	padding:0;
	margin:0;
	}
#sidebar-left form, 
#sidebar-left label{
	margin:0;
	padding:0;
	}
/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 0 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #ebe6e0 no-repeat center top;
	color: #555;
	width: 100%;
	float: left;	
	display: inline;
	border-top: 1px solid #cccccc;				
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content h3 {
	color: #261A1A;
	font-family:Geneva,Arial;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:32px;
	margin:0px 0px 5px;
	padding:0px;
	text-decoration:none;
}
#footer-content div.footer-widget{
	margin: 0 0 20px 0;
	}
#footer-content ul, ol {
	padding: 0 5px;
}
#footer-content ul.col-list {
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #ccc;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #333;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 20px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 20px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}
.footer-widget li.cat-posts {
	padding:3px 5px;
	border-bottom:#CCCCCC 1px solid;
	}
.footer-widget li.cat-posts a{
	font-size: 1.1em;
	
	}
#footer-end {
	
	width:900px;
	margin:0px auto;
	}

#footer-end div{
	width:900px;
	}
.footer-menu ul {
	background-color:#333333;
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0px 8px;
    list-style-type:none;
	text-align:center;
    }
.footer-menu li {
	display:inline;
	padding:10px 10px 8px;
    }
.footer-Copyright p{
	text-align:center;
}
/* postmeta */
.postmeta {	
	padding: 7px 5px; 
	margin: 10px 10px 20px 0px;	
	font-size: 1em;
	line-height:1.3em;
	color: #545454;
	border-top: 1px solid #ccc;
	background: #ebe6e0;
}
.postmeta span{
	padding:0px 5px;
	margin:0;
}
a.readmore { margin:0 5px 0 0; }
.date,
a.comments,
.postmeta a.readmore { margin: 0 5px;}

.post-info { font-size: .95em; padding-top: 0px; margin-left: 0px; color: #444; line-height:1em;	}
.post-info a { color: #1278BC; }
/* Comentários */
h3#comments{
	margin-top:10px;
	border-top: #ccc 1px solid;
}
li cite{
	padding:10px;
	font-size:1.2em;
	color:#333;
}

h3#respond{
	font-size:1.35em;
	color:#333;
}
/* Form Styles */ 
input #submit{
	padding:2px 5px;
	background:#ebe6e0;
	border-bottom: #CCC 1px solid;
	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }
/*
.clear {
	display:inline-block;
}*/
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* Newsletter */
#newsletter-wrap{
	width: 344px;
	margin: 0 auto;
	}
#newsletter-header{
	background-image:url('images/newsletterIBA_2008.jpg');
	height:227px;
	}
#newsletter-main{
	background: no-repeat url('images/newsletterIBA_2008_bg.jpg');
	}
#newsletter-main h3, 
#newsletter-main form,
#newsletter-main p,
#newsletter-main label{
	padding:0pt;
	margin: 0pt;
	}
#newsletter-main form {
	background:none;
	border:none;
	}
#newsletter-main form label {
	color:#120A00;
	font-weight:normal;
	}
#newsletter-main #stnl_submit{
	margin-top:10px;
	}
	
div.ilsb_parent{
	padding:10px;
}

/* */
ul#recentcomments li{
	background: url('images/add-comment-blue.gif') left top no-repeat;
	padding-left:20px;
	}