/*
Theme Name: Triplinfinito
Theme URI: http://www.triplinfinito.pt/
Description: Theme à medida para o site da Triplinfinito
Version: 1.0
Author: Carlos Santos
Author URI: 
*/


/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height:1;
}
ul, ol, ul li, ol li { list-style:none outside; }
:focus{outline:none;}
/* @end */

.clear{
	clear:both;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #333;
	text-align: center;
	margin-top:74px;
	margin-top:24px;
	padding:0;
}

#page {
	background-color: white;
	text-align: left;
	width:940px;
	margin: 0 auto;
}

#header{
	height:146px;
}

#header h1{
	height:146px;
}

#header h1 a{
	background: url(./images/logo.png) no-repeat top left;
	display:block;
	width:140px;
	height:120px;
	text-indent:-999px;
	overflow:hidden;
}

#sidebar{
	width:160px;
	float:left;
	display:inline;
}

#sidebar ul li{
	height:20px;
	margin-bottom:6px;
}

#sidebar ul li a, #subcats ul li span{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:13pt;
	font-weight:bold;
	height:20px;
}

#sidebar ul li a:hover{
	color:#333;
}

#sidebar ul li.current-cat a, #sidebar ul li.current-cat-parent a, #sidebar ul li.current_page_item a{
	color:#ed1c24;	
}

#sidebar ul li a{
	background: url(./images/menu.png) no-repeat top left;
	background-position:0 100px;
	text-indent:-999px;
	overflow:hidden;
}

#sidebar ul li.cat-item-3 a{background-position:0 0;}
#sidebar ul li.cat-item-3.current-cat a{background-position:-200px 0;}

#sidebar ul li.cat-item-4 a{background-position:0 -20px;}
#sidebar ul li.cat-item-4.current-cat a{background-position:-200px -20px;}

#sidebar ul li.cat-item-5 a{background-position:0 -40px;}
#sidebar ul li.cat-item-5.current-cat a{background-position:-200px -40px;}

#sidebar ul li.cat-item-6 a{background-position:0 -60px;}
#sidebar ul li.cat-item-6.current-cat a{background-position:-200px -60px;}

#sidebar ul li.page-item-3 a{background-position:0 -80px;}
#sidebar ul li.page-item-3.current_page_item a{background-position:-200px -80px;}

#sidebar ul li.page-item-5 a{background-position:0 -100px;}
#sidebar ul li.page-item-5.current_page_item a{background-position:-200px -100px;}

#sidebar ul li.cat-item-8 a{background-position:0 -140px;}
#sidebar ul li.cat-item-8.current-cat a{background-position:-200px -140px;}

#sidebar ul li.cat-item-7 a{background-position:0 -180px;}
#sidebar ul li.cat-item-7.current-cat a{background-position:-200px -180px;}

/*
#sidebar{
	width:160px;
	float:left;
	display:inline;
}

#sidebar ul li{
	height:26px;
}

#sidebar ul li a, #subcats ul li span{
	display:block;
	color:#000;
	text-decoration:none;
	font-size:13pt;
	font-weight:bold;
}

#sidebar ul li a:hover{
	color:#333;
}

#sidebar ul li.current-cat a, #sidebar ul li.current-cat-parent a, #sidebar ul li.current_page_item a{
	color:#ed1c24;	
}
*/

#content{
	float:left;
	display:inline;
	width:780px;
}

#content h2.title{
	padding:0 0 20px 0;
	font-size:14pt;
}

#content-work{
	width:620px;
	float:right;
	display:inline;
}

#content-work #slideshow{

}

#nav2{
	
}

#nav2 li{
	float:left;
	display:inline;
	width:58px;
	height:58px;
	overflow:hidden;
	margin:5px 5px 5px 0;
}


#nav2 li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:3px;
	width:50px;
}

#nav2 li a.activeSlide{
	border: 1px solid #000;
}


#content-work #slide{
	width:620px;
	height:400px;
	background-color:#000;	
}


#subcats{
	width:160px;
}

#subcats ul li a, #subcats ul li ul li a{
	color:#000;
	text-decoration:none;
	line-height:16px;
	display:block;
}

#subcats ul li ul{
	padding-bottom:10px;
}

#subcats ul li.active a, #subcats ul li ul li.active a{
	color:#ed1c24;		
}


#swf_620x400{
	background-color:#fff;
	/*background: url(./images/swf_620x400.png) no-repeat top left;*/
	width:620px;
	height:400px;	
	float:left;
	display:inline;
}

#swf_620x400 #slideshow{
	position:relative;
}

#swf_620x400 #slideshow{
	position:relative;
}

#swf_620x400 #slideshow #the_title{
	width:620px;
	position:absolute;
	bottom:0;
	z-index:40;
	background-color:#fff;	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#swf_620x400 #slideshow #the_title p{
	padding:10px;	
	text-align:right;
	color:#000;
	font-weight:bold;
	font-size:9pt;
}

#the_title a{
	color:#000;
	text-decoration:none;
	font-weight:normal;
	font-size:8pt;
}

#the_title a:hover{
	text-decoration:underline;
}

#swf_140x400{
	/*background: url(./images/swf_140x400.png) no-repeat top left;*/
	width:140px;
	height:400px;		
	float:right;
	display:inline;
}

#footer{
	clear:both;
	padding:20px 0;
	text-align:center;
}

#footer a{
	color:#ed1c24;
}


#footer p{
	line-height:120%;	
}

img.alignright{
	float:right;
}

div.entry{
	width:620px;
}

div.entry p{
	font-size:9pt;
	line-height:120%;
	padding:4px 0;
	text-align:justify;
}

div.entry h1{
	font-size:16pt;
}

div.entry h2{
	font-size:14pt;
}

div.entry h3{
	clear:both;
	padding-top:15px;
	font-size:12pt;
}

div.entry h4{
	font-size:10pt;
}

div.entry h5{
	font-size:9pt;
}

div.entry h6{
	font-size:8pt;
}

div.nav{
	clear:left;
	padding:10px 0;
}

div.nav a{
	float:right;
	display:inline-block;
	height:23px;
	width:23px;
	text-indent:-999px;
	overflow:hidden;
	margin-left:5px;
	cursor:hand;
}

#prev{
	background: url(./images/slide-prev.jpg) no-repeat top left;
}

#next{
	background: url(./images/slide-next.jpg) no-repeat top left;
}



/**/
div.navigation{
	border: 1px solid #999;
}

div.navigation div.alignright{
	float:right;
	display:inline;
}


/**/




#blogroll{
	padding-left:40px;
}

#blogroll li ul{
	padding-bottom:20px;
}


#blogroll li a{
	color:#000;
	line-height:16px;
}

#blogroll li a:hover{
	color:#ED1C24;
}


