/*  
Theme Name: WP-Polaroid (Blue)
Theme URI: http://www.adii.co.za/
Description: Previous adii.co.za design (September 2007 - December 2007)
Version: V2
Author: Adii
Author URI: http://www.adii.co.za/
*/

/*=== Setup ===*/
#prueba{
/*	height:270px;
	width:100%;	  
	position:absolute;*/
}
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{	
	background:#ECECEC;
//	background-color:black;
	color: #41484d;
	font: 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #C72209;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #969696 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2 span, h3 span{
	display: none;
}
/*=== Layout ===*/
#page,#page-bot,#page-top{
	background: #FFFFFF;
	margin: 0 auto;
	width: 100%;
}
#page{
	padding: 0 0px 0px 0px;
	width: 100%;
}
#page-bot{
	background: url(images/page-bot.png) no-repeat bottom;
	height: 7px;
}
#page-top{
	background: url(images/page-top.png) no-repeat top;
	height: 54px;
}
#bot-bgr{
	background: url(images/bot-bgr.gif) repeat-x bottom;
	padding: 0 0 0 0px;
	margin-left:2%;
	margin-right:2%;
	width:968px;
}

/* Iconos Sociales */
.social {
	float:left;
	position:absolute; /*relative*/
	right:0;
	top:0;
	margin:0; /*-12px 0 5px 75px*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	list-style: none;
}

.social li {
	list-style: none;
	float:left;
	margin:14px 0px 0px 0px;
	padding:0;
}

.social li a{
	display:block;
	width: 30px;
	height: 25px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

.social li a:hover{
	background-position: top;
	background-repeat: no-repeat;
}

a.mail {
	background:url(images/social/mail0.png);
}

a.mail:hover {
	background:url(images/social/mail1.png);
}

a.facebook {
	background:url(images/social/facebook0.png);
}

a.facebook:hover {
	background:url(images/social/facebook1.png);
}

a.twitter {
	background:url(images/social/twitter0.png);
}

a.twitter:hover {
	background:url(images/social/twitter1.png);
}

a.youtube {
	background:url(images/social/youtube0.png);
}

a.youtube:hover {
	background:url(images/social/youtube1.png);
}

a.rss {
	background:url(images/social/rss0.png);
}

a.rss:hover {
	background:url(images/social/rss1.png);
}

/*=== Subscribe to Feed ===*/
ul.subscribe{
	float: right;
	padding: 25px 40px 0 0;
}
* html ul.subscribe{
	padding-right: 20px;
}
.subscribe li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 13px 0 10px;
}
.subscribe li.feed{
	background: url(images/ico-post.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.subscribe li a{
	color: #41484d;
	position: relative;
}

/*=== Header ===*/
#header{
	height: 57px;
}

/*- Logo -*/

#header .title  {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Lucida Sans, Arial, sans-serif;
	font-weight: normal !important;
}

#header .description {
	font-family: Arial, sans-serif !important;
}

/*- Search -*/
.search{
	background: #efefef;
	float: right;
	height: 30px;
	margin: 0px 0px 0px;
	width: 225px;
}
.search input{
	background: none;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 13px;
	margin-top: 8px;
	margin-left: 4px;
	padding: 0px;
	width: 165px;
}
.search .btn{
	margin: 5px 0 0 27px;
	padding: 0;
	width: auto;
}
/*=== Title ===*/
#title{
	background: url(images/menu/right.png) repeat-x bottom;
	height:52px;
	position:relative;
}
.left-title {
	float:left;
	width:280px;
	height:149px;
	padding:20px 20px;
	color:#FFF;
	}
.right-title {
	float:right;
	width:240px;
	height:149px;
	padding:20px 20px;	
	color:#FFF;
	}
.left-title h2, .right-title h2 {
	color:#F2170B;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:20px;
	text-transform:uppercase;
	}
.left-title p, .right-title p {
	text-align:justify;
	font-size:12px;
	}
/*- Title Layout -*/
.tcol1{
	float: left;
	width: 960px;
}
.tcol2{
	float: right;
	width: 295px;
}

/*- Top Menu -*/
#menu {
	margin:0px 0 0 0px;
	position:absolute;
}
/* menu::base */
div#menu {
    height: 52px;
    padding-left: 6px;
    background: url(images/menu/left.png) no-repeat;
    _background: url(images/menu/left.gif) no-repeat;
    width:auto;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-right: 6px;
    /*background: url(images/menu/right.png) no-repeat right 0;
    _background: url(images/menu/right.gif) no-repeat right 0;*/
}

div#menu li {
    position: relative;
    margin: 0;
    padding: 0 0px 0 0;
    display: block;
    float: left;
    z-index: 9;
    width: auto;
}
div#menu ul ul li {
    z-index: 9;
}
div#menu li div {
    list-style: none;
    float: left;
    position: absolute;
    z-index: 11;
    top: 52px;
    left: 0;
    visibility: hidden;
    width: 180px;
	  margin: 0px 0 0 -4px;
    padding: 0; 
    background: url(images/menu/subsubmenu-top.png) no-repeat 0px 0;
    _background: url(images/menu/subsubmenu-top.gif) no-repeat 0px 0;  
}
div#menu ul ul {
	  z-index: 12;
    padding: 0px 4px 10px 4px;
    background: url(images/menu/submenu-bottom.png) no-repeat 0px bottom;
    _background: url(images/menu/submenu-bottom.gif) no-repeat 0px bottom;        
    margin: 10px 0 0 0;    
}
div#menu li:hover>div {
    visibility: visible;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 50px;
    display: block;
    float: left;
    line-height: 50px;
    text-decoration: none;
    margin-top: 1px;
    white-space: nowrap;
    width: auto;
    padding-right:5px;
    text-align:center;
}
div#menu span {
    margin-top: 2px;
    padding-left: 15px;
    color: #fff;
    font: normal 10px Helvetica,Arial,FreeSans,sans-serif;
    background: none;
    line-height: 50px;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 0;
    line-height: 50px;
    height: 52px;
    margin-right: 5px;
    _margin-right: 1px;
    background: none;
	text-transform: uppercase;
}

div#menu ul.menu>li>a span {
	  color: #FFFFFF;
	  font-weight: bold;
}

div#menu a:hover {
    background:  url(images/menu/selected-right-sub.png)  no-repeat right -1px;
}
div#menu a:hover span {
    background: url(images/menu/selected-left-sub.png) no-repeat 0 -3px;
}
div#menu li.current a,
div#menu ul.menu>li:hover>a {
    background: url(images/menu/selected-right-sub.png)  no-repeat right -1px;
}
div#menu li.current a span,
div#menu ul.menu>li:hover>a span {
    background: url(images/menu/selected-left-sub.png) no-repeat 0 -3px;
}

div#menu ul.menu>li:hover>a span {
	  color: #C8220A;
	  font-weight: bold;
}
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li {
    background: none;
    padding: 0;
}
div#menu ul ul a {
    padding: 0px;
    height: auto;
    float: none;
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    z-index: -1;
    padding-left: 5px;
    white-space: normal;
    width: 152px;
    margin: 0 8px;
    text-transform: none;
}    
div#menu ul ul a span {
	padding: 0 5px;
    line-height: 25px;
    font-size: 13px;
}
div#menu li.current ul a,
div#menu li.current ul a span {
    background:none;
}
div#menu ul ul a:hover {
 background:none;
 background-color: #3c3c3c;
}
div#menu ul ul a:hover span {
	background:none;
	color: #C8220A;
	font-weight: bold;
}
div#menu ul ul a.parent {
  background: url(images/menu/submenu-pointer.png) no-repeat right bottom;
  _background-image: url(images/menu/submenu-pointer-hover.gif);
}
div#menu ul ul a.parent span {
  background:none; 
}
div#menu ul ul a.parent:hover {
  background: url(images/menu/submenu-pointer.png) no-repeat right bottom;
  _background: url(images/menu/submenu-pointer-hover.gif) no-repeat right bottom;
  background-color: #3c3c3c;
}
div#menu ul ul a.parent:hover span {
  background:none; 
}
div#menu ul ul span {
	
    margin-top: 0;
    text-align: left;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul div {
    width: 180px;
    padding: 0;
    margin: -62px 0 0 165px !important;
}
div#menu ul ul ul {
    padding: 10px 4px 0 4px;	
}
div#menu ul ul div li {
    position:relative;
    top:-10px;
}

/*- Polaroid -*/
#polaroids{
	background: url(images/polaroids/rotator.php) no-repeat;
	height: 298px;
	margin: 0 0 0 317px;
	position: absolute;
	top: 85px;
	width: 276px;
}
/*=== Columns ===*/
#columns{
	margin: 5px 25px 0;
}
#columns h2{
	color: #C72209;
	font-size: 18px;
	font-weight: normal;
	text-align:justify;
}
#columns h2 a{
	color: #C72209;
}

#columns h3 {
	color:#C72209;
	font-style:normal;
	font-size:16px;
	letter-spacing:-1px;
}

#columns h4{
	color: #CF412B;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0 5px;
	font-weight:bold;
}
#columns h4 a{
	color: #0253b8;
}
#columns h5 {
    color: #CF412B;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    padding: 0 0 5px;
}
.col1{
	width: 440px;
}
.col2{
	float: left;
	width: 200px;
}
.col3{
	float: right;
	width: 200px;
}
/*=== Each Post ===*/
.pagetitle{
	color: #41484d !important;
	font-size:14px !important;
	text-transform:uppercase;
	font-weight:bold !important;
	border-bottom:#41484d dotted 1px;
	padding-bottom:5px;
}
.post{
	background: url(images/hl-dot2.gif) repeat-x bottom;
	padding: 15px 0 5px;
}
.post p{
	clear: both;
	padding: 0 0 15px;
}
.post.last{
	background: none;
}
.postmetadata{
	color: #acb4b9;
	font-size: 11px;
	padding: 0 0 15px;
}
.postmetadata a{
	color: #acb4b9;
}
.postimg img.fl{
	margin: -10px 15px 0 0;
	padding-bottom:15px;
}
.entry p{
	text-align:justify;
	font-size:12px;
	line-height:20px;
	}
.entry blockquote { 
	padding: 3px 15px;
	background: #def3ff;
	border: 1px solid #0253b8;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#f0f0f0;
	border: solid 1px #DEDEDE;	
	float:center;
	display:inline;
	}
.none-img { 	
	background:none !important;
	border:none !important; 
	}
.none-img img { 	
	background:none !important;
	border:none !important; 
	}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*=== Comments ===*/
.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}
.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 12px;
}
#comments {
	font-size: 20px;
	padding: 2px 10px 0px 0px;
	color:#008DE7;
}
.comments_template form#commentform{
	margin: 0;
	padding: 10px;
	background: #f7f7f7 url(images/bg_dotted_b.gif) repeat-x;
}
.comments_template form#commentform p{
	line-height: 16px;
}

.comments li {
border-bottom:1px dotted #F5857E;
color:#C11209;
font-size:11px;
padding:4px 0 5px 5px;
}
.comments li a {
color:#41484D;
}

/* Iconos de los Sistemas */
.sistemas {
	float:left;
	position:absolute;
	right:0;
	top:0;
	margin:0;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 5px;
	list-style: none;
}


.sistemas li {
	list-style: none;
	float:left;
	margin:14px 0px 0px 0px;
	padding:0;
}

.sistemas li a{
	display:block;
	width: 30px;

	height: 25px;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1000px;
}

.sistemas li a:hover{
	background-position: top;
	background-repeat: no-repeat;
}

a.contri {
	background:url(images/social/mail0.png);
}

.contribuyente{
	width: 162px;
}

.contribuyente:hover{
	width: 190px;
}
.correo{
	width: 162px;
}

.correo:hover{
	width: 190px;
}
.intranet{
	width: 162px;
}

.intranet:hover{
	width: 190px;
}
.proveedores{
	width: 165px;
}

.proveedores:hover{
	width: 190px;
}

.comments li a:hover{
	text-decoration:none;
	color: #C11209;
}
ul.comments {
	padding:0 0 15px;
	text-align:none;
}
li {
	list-style:none outside none;
}
ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 16px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 10px;
	border-top:1px dotted #0758C4;
}
ol.commentlist li.alt{
	background:#E9F0F6;
	border-top:1px dotted #0758C4;	
}
ol.commentlist li.highlighted{
	background:#E9F0F6;
	border-top:1px dotted #0758C4;
}

/* Specific Headers */
.hdr1, .hdr2, .hdr3, .hdr4, .hdr5, .hdr6{
	background: url(images/icon/hdr-bgr1.gif) no-repeat left;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 0px;
}
.hdr2{
	background: url(images/icon/hdr-bgr2.gif) no-repeat left;
}
.hdr3{
	background: url(images/icon/hdr-bgr3.gif) no-repeat left;
}
.hdr4{
	background: url(images/icon/hdr-bgr4.gif) no-repeat left;
}
.hdr5{
	background:url("images/icon/hdr-bgr5.gif") no-repeat scroll left center transparent;
}
.hdr6{
	background: url(images/icon/flickr-bgr.gif) no-repeat left;
}

/*=== Navigation ===*/
.navigation {
	padding:15px 0px 15px 0px;
	font-weight:bold;
	float:left;
	}
.alignleft {
	margin: 0px 15px 0px 0px !important;
	float:left;
	display:inline;
	}
.alignright {
	margin: 0px 0px 0px 15px !important;
	float:right;
	display:inline;
	}
/*=== Ads ===*/
.ads{
	height: 125px;
	margin: 10px 0 20px;
}
.ads img{
	display: block;
	float: left;
	margin: 0 24px 0 0;
}
.ads img.last{
	margin: 0;
}
/*=== Widget ===*/
.widget h3{
	color: #C72209;
	font-size: 16px;
	font-family: Lucida Sans, Arial, sans-serif !important;
	text-transform: none;
	padding: 4px 0 5px 5px;
	background: url(images/hl-dot.gif) repeat-x bottom;	
}
.widget h3 em{
	color: #C72209;
	font-style: normal;
}
.widget ul {
	padding: 0 0 15px;
}
.widget ul li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	font-size: 11px;
	padding: 4px 0 5px 5px;
	color: #0253b8;
	text-align:justify;
}
.widget ul li em, .widget ul li a em{
	color: #0253b8;
	font-style: normal;
}
.widget ul li a{
	color: #41484d;
}
.widget ul li a:hover{
	text-decoration:none;
	color: #0253b8;
}
.widget ul img {
	vertical-align:text-bottom;
	padding-left:5px;
	padding-right:5px;
	}
/*=== Recent Readers ===*/
table#MBL_COMM td.mbl_fo_hidden {
display:none;
}
.recent{
	padding: 10px 0 0;
}
.recent img{
	border: 1px solid #222222;
	float: left;
	height: auto;
	margin: 3px;
}
* html .recent img{
	margin: 0 3px;
}
/*=== Flicker Photos ===*/
.flickr{
	background: url(images/flickr-bgr.gif) no-repeat left;
	height: 97px;
	margin: 0 0 0 -5px;
	padding: 23px 0 0 133px;
	position: relative;
}
.flickr p {
	display:inline;
	float:left;
	padding:0px 8px 0px 8px;
	}
/*=== Footer ===*/
#imgfoot{
	display:none;
    margin: auto;
	background: transparent url(images/footer1.png) no-repeat left 0;	
	height: 160px;
    width: 990px;
	position:absolute;
}
#footer {

	margin:auto;
	background: #4c4c4c url(images/footer.png) no-repeat left 0;
	height: 87px;
	width: 968px;
//	background:  transparent url(images/footer1.png) no-repeat left 0;	
//	height: 161px;
//	width: 986px;
	
}

#footer p {
	float:left;
	width: 520px;
	margin:7px 0;
	padding-left:295px;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	height:0px;
	line-height: 70px;
}


#footer a{
	color: #acb4b9;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
/*=== Portfolio ===*/
.showcase {
	float:left;
	display:inline;
	width:206px;
	}
.showcase h2 {
	font-size:16px !important;
	margin-bottom:5px !important;
	font-weight:bold !important;
	color: #1691d8;
	}
.showcase p {
	font-size:10px !important;
	line-height:14px !important;
	text-align:justify !important;
	margin-bottom:7px !important;
	}
.showcase img {
	background:none !important;
	padding:0px !important;
	margin-bottom:5px;
	border:3px solid #DEF3FF !important;
	}
.weblink a {
	font-weight:bold !important;
	text-transform:uppercase;
	font-size:12px !important;
	float:right;
	}
.showcase-divider {
	width:100%;
	height:15px;
	float:left;
	margin-bottom:15px;
	background: url(images/hl-dot2.gif) repeat-x bottom;
	}
/*=== IE6 Fix ===*/

