/*
Theme Name: Activ
Theme URI: http://www.activ.com.mx
Description: Layout de Activ para WordPress.
Version: 1.0
Author: Edgar Parada
Tags: Activ Adobe Authorized Training Center
*/

/*HTML General Rules*/

/*Main Tags*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFF;
	overflow-y:hidden;
	font: 62.5% Verdana, Geneva, sans-serif;
}

/*Main Containers*/

#wrapper {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	min-width:800px;
	max-width:1680px;
	min-height: 600px;
}

#main {
	position:absolute;
	left:50%;
	top:0px;
	bottom:0px;
	width: 60%;
	margin-left:-30%;
	min-width: 600px;
}

#header {
	position:absolute;
	right:0px;
	left:0px;
	color: #FFF;
	background: #000;
	height: 3em;
	top: 0px;
}

#content {
	position:absolute;
	background:#FFF url(images/fondo_naranja.jpg) no-repeat 85% top;
	top:3em;
	bottom:3em;
	color: #999;
	right: 0px;
	left: 0px;
	padding-right: 35%;
	padding-bottom: 2em;
	overflow:auto;
	border: 1px solid #666;
}

#footer {
	position:absolute;
	bottom:0px;
	color: #FFF;
	background: #000;
	height: 3em;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

#searchform {
	margin-left:2em;
}

/*Trick Dimensions Rules*/
#cursos #wrapper #main {
	position:absolute;
	left:50%;
	top:0px;
	bottom:0px;
	width: 70%;
	margin-left:-35%;
	min-width: 600px;
}

#cursos #wrapper #menu {
	position:absolute;
	left:50%;
	top:50%;
	height: 40%;
	width: 17%;
	margin-top: -10%;
	margin-left: -52%;
}

#comunidad #wrapper #main {
	position:absolute;
	left:50%;
	top:0px;
	bottom:0px;
	width: 50%;
	margin-left:-25%;
	min-width: 600px;
}

#comunidad #wrapper #menu {
	position:absolute;
	left:50%;
	top:50%;
	height: 40%;
	width: 17%;
	margin-top: -10%;
	margin-left: -42%;
}

#quienesSomos #wrapper #main {
	position:absolute;
	left:50%;
	top:0px;
	bottom:0px;
	width: 50%;
	margin-left:-25%;
	min-width: 600px;
}

#quienesSomos #wrapper #menu {
	position:absolute;
	left:50%;
	top:50%;
	height: 40%;
	width: 17%;
	margin-top: -10%;
	margin-left: -42%;
}

/*Cursos Containers*/

#cursos #wrapper #main #content #topMenu {
	position:absolute;
	background:#CCC;
	color:#333;
	top:0px;
	right: 0px;
	left: 0px;
	height: 3em;
}

#cursos #wrapper #main #content #subContent {
	position:absolute;
	background:#FFF;
	top:3em;
	bottom:0px;
	color: #999;
	right: 0px;
	left: 30%;
	padding-right: 5%;
	padding-bottom: 2em;
	overflow:auto;
}

#cursos #wrapper #main #content #subMenu {
	position:absolute;
	background:#666;
	top:3em;
	bottom:0px;
	color: #FFF;
	right: 70%;
	left: 0px;
	text-align:left;
}

#content #subMenu a {
	color: #FFF;
}

#content #subMenu a:hover {
	text-decoration:underline;
}

#content #subMenu li {
	margin-top: 1em;
}

#content #subMenu h1, #content #subMenu h2, #content #subMenu h3, #content #subMenu h4, #content #subMenu h5, #content #subMenu h6 {
	color: #FFF;
}

#cursos #wrapper #main #content.dreamweaver #subMenu {
	background:#9C0;
}

#cursos #wrapper #main #content.flash #subMenu {
	background:#C00;
}

#cursos #wrapper #main #content.flex #subMenu {
	background:#333;
}

/*Logos*/

#logo {
	position:absolute;
	left:15px;
	top:15px;
	height: 100px;
	width: 110px;
	background: url(images/logo_activ.jpg) no-repeat left top;
}
#aatc {
	position:absolute;
	left:15px;
	bottom:15px;
	height: 30px;
	width: 110px;
	background: url(images/aatc_logo.jpg) no-repeat left top;
	bottom: 15px;
}

/*Twitter Bar*/

#twitterBar {
	position:absolute;
	right:0px;
	top:50%;
	height: 119px;
	width: 30px;
	margin-top: -60px;
	background:url(images/twitter_badge.gif);
}

#twitterBar a {
	display:block;
	width:30px;
	height:119px;
	text-indent:-9999px;
}

/*Top Menu Containers*/

#content #topMenu .topMenuTagline {
	font-weight:bold;
	font-size: 1.2em;
	width:10em;
	height: 3em;
	display:block;
	float:left;
	margin-top: -1.5em;
	padding-top: .5em;
}

#content #topMenu li {
	width:12em;
	height: 3em;
	float:left;
	text-align:center;
}


#content #topMenu ul li a {
	width:12em;
	height:3em;
	font-size: 1.1em;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	color:#666;
	background:#CCC;
	display:block;
	margin-top: -1.5em;
	padding-top: .5em;
}

#content #topMenu ul li a:hover {
	color: #FFF;
	background:#F60;
	cursor:pointer;
}

/*Menu*/

#menu {
	position:absolute;
	left:50%;
	top:50%;
	height: 40%;
	width: 17%;
	margin-top: -10%;
	margin-left: -47%;
}

#menu ul li {
	list-style: none;
	text-align: right;
	margin-top: 2em;
}

#menu ul li a {
	font-size: 1.2em;
	text-decoration: none;
	padding-right: 25px;
	text-transform: uppercase;
	color: #666;
}

#menu ul li a:hover {
	font-size: 1.2em;
	text-decoration: none;
	border-bottom: 2px solid #000;
	padding-right: 15px;
	text-transform: uppercase;
	color: #000;
}

#cursos #wrapper #menu ul li a.cursosSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

#desarrollo #wrapper #menu ul li a.desarrolloSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

#comunidad #wrapper #menu ul li a.comunidadSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

#consultoria #wrapper #menu ul li a.consultoriaSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

#quienesSomos #wrapper #menu ul li a.quienesSomosSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

#contacto #wrapper #menu ul li a.contactoSelected {
	border-bottom: 2px solid #F60;
	padding-right: 15px;
	color: #000;
}

/*Main HTML Rules*/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-left:2em;
	margin-top:1em;
	margin-bottom:1em;
	color:#333;
}

#content p {
	color:#666;
	margin-left:2em;
	margin-top:1em;
	margin-bottom:1em;
	line-height: 1.5em;
}

#content table {
	text-align: left;
        margin-left:2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#content table th {
	color: #FFF;
	background-color: #666;
}

#content table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#content ul, #content ol {
	color:#666;
	margin-left: 2em;
	margin-top: 1.5em;
	list-style-type: none;
}

#content a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#content input, #content textarea {
	color:#FFF;
	background-color:#666;
}

#content input:focus, #content textarea:focus {
	color:#FFF;
	background-color:#999;
}

#subContent strong {
	color:#666;
}

/*Kimili Flash Embed Rules*/
.flashmovie {
	margin-left:2em;
	margin-top:2em;
}

/*Background Content Rules*/

#cursos #wrapper #main #content {
	background:#FFF url(images/fondo_cursos.jpg) no-repeat 85% top;
}

#desarrollo #wrapper #main #content {
	background:#FFF url(images/fondo_desarrollo.jpg) no-repeat 85% top;
}

#comunidad #wrapper #main #content {
	background:#FFF url(images/fondo_comunidad.jpg) no-repeat 85% top;
}

#consultoria #wrapper #main #content {
	background:#FFF url(images/fondo_consultoria.jpg) no-repeat 85% top;
}

#quienesSomos #wrapper #main #content {
	background:#FFF url(images/fondo_quienesSomos.jpg) no-repeat 85% top;
}

#contacto #wrapper #main #content {
	background:#FFF url(images/fondo_contacto.jpg) no-repeat 85% top;
}

/*Sociable Plugin Customization*/

#desarrollo #wrapper #main #content .postContainer .postContent div.sociable, #comunidad #wrapper #main #content .postContainer .postContent div.sociable, #consultoria #wrapper #main #content .postContainer .postContent div.sociable, #quienesSomos #wrapper #main #content .postContainer .postContent div.sociable, #contacto #wrapper #main #content .postContainer .postContent div.sociable {
	display:none;
}

#wrapper #main #content .postContainer .postContent div.sociable {
	display:block;
}

#cursos #wrapper #main #content div.sociable {
	display:block;
}

div.sociable { 
	display:none;
	padding-left: 2em;
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*Another Thing*/