/*   
Theme Name: Practical Communication Theme
Theme URI: http://www.practicalcom.com.ar
Description: Theme para Practical Communication
Author: Jos&eacute; Debuchy
Author URI: http://www.40q.com.ar
Version: 1
*/

/**** Main Colors ****
Rosa: 		#ec297b ed0677 e@e2a7b
Violeta:	#652d90 8822cc 6@62d91
Gris:		#434343
Negro:		#000000
*********************/

@media screen {

* { margin: 0; padding: 0; }
body { 
	background: #f0f0f1 url('images/bg/body.jpg') repeat-x top center; 
	color: #434343;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 16px;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { 
	width: 960px; 
	margin: 0 auto;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 {
	color: #ec297b;
	font-size: 34px;
}
h3 { }

p { 
	margin: 0 0 10px 0;
	text-align: justify;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover { } 

:-moz-any-link:focus {
  outline: none;
}
a img {
	border: none;
}

blockquote { }
blockquote p { }

ul, ol {
	margin: 0 0 10px 0; 
}
ul {
	list-style: none;
}
img { 
	border:0;
}

.post { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form {
	margin-bottom: 20px;
}
input[type=text] {
	margin-bottom: 5px;
}
textarea { }
.clear-float {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin:0;
}

/* =Page
-------------------------------------------------------------- */
.page-title {
	border-bottom: 1px solid #ec297b;
	padding-bottom: 5px;
}
.page-title h2 {
	margin-bottom: 0;
	padding: 0 10px;
}
.title-quienes-somos {
	background: transparent url('images/bg/title-quienes-somos.png') no-repeat right center;
}
.title-traducciones {
	background: transparent url('images/bg/title-traducciones.png') no-repeat right center;
}
.title-workshops {
	background: transparent url('images/bg/title-workshops.png') no-repeat right center;
}
.title-otros {
	background: transparent url('images/bg/title-otros-servicios.png') no-repeat right center;
}
.title-clientes {
	background: transparent url('images/bg/title-clientes-new.png') no-repeat right center;
}
.title-otros-servicios {
	background: transparent url('images/bg/title-otros-servicios.png') no-repeat right center;
}
.title-blog {
	background: transparent url('images/bg/title-blog.png') no-repeat right center;
}
	
#page-content {
	min-height: 360px;
	margin-bottom: 20px;
}
#summary {
	float: left;
	padding: 20px 20px 20px 10px;
	width: 290px;
}
#summary ul li {
	text-align: justify;
}
#page-info {
	border-left: 1px solid #ccc;
	float: right;
	padding: 20px 40px;
	width: 559px;
}
#page-info h3 {
	color: #652d90;
	font-size: 24px;
	font-weight: bold;
}
#page-info h4 {
	color: #a659d9;
	margin-bottom: 5px;
}


/* =Layout
-------------------------------------------------------------- */


/* =Header
-------------------------------------------------------------- */
#header {
	position: relative;
	height: 100px;
	margin-bottom: 30px;
}
#header h1 {
	background: transparent url("images/logo.png") no-repeat scroll 0% 0%;
	text-indent: -9999px;
	position: absolute; left:0px; bottom: 0px;	
    width: 150px; height: 80px;
}
#header h1 a {
    border: 0;
	display: block;
    width: 150px; height: 80px;
    text-decoration: none;
}

/************ Main Menu *************/
.menu-main-container {
	position: absolute;
	right: 0;
	bottom: 0;
}
ul#menu-main li{
	float: left;
	padding: 0 10px
}
ul#menu-main li a {
	color: #ec297b;
	font-size: 18px;
}
ul#menu-main li a:hover {
	color: #000;
}
ul#menu-main li.current-menu-item a {
	color: #72509F;
}
/**** End Main Menu ****/

.language-switcher {
	background: transparent url('images/language-bg.jpg') no-repeat;
	float: right;
	overflow: hidden;
	padding: 8px 5px 0 10px;
	width: 85px;
	height: 35px;
}
.language-switcher select {
   background: transparent;
   border: none;
   color: #434343;
   font-family: 'Yanone Kaffeesatz', sans-serif;
   font-size: 14px;
   width: 80px;
   height: 20px;
}


/* =Home Page
-------------------------------------------------------------- */
#home-secondary {
	clear: both;
	margin-bottom: 30px;
}
.shortcuts {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.shortcuts-title {
	border-bottom: 1px solid #999; /* anterior #ec297b */
	margin-bottom: 20px;
	padding-bottom: 5px; 
}
.shortcuts-title h3 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 0;
}
.shortcuts-title h3 a {
	color: #ec297b;
}
.sc-traducciones {
	background: transparent url('images/home-page/sc-traducciones.png') no-repeat right center;
}
.sc-blog {
	background: transparent url('images/home-page/sc-blog.png') no-repeat right center;
}
.sc-workshops {
	background: transparent url('images/home-page/sc-workshops.png') no-repeat right center;
}

/* =Slider
-------------------------------------------------------------- */
#slider {
	display: block;
	position: relative;
	margin: 0 auto 30px;
	width: 960px;
	height: 400px;
}
#main-bg {
	display: block;
	width: 960px;
	height: 400px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
}
.welcome-es {
	background: transparent url('images/home-page/welcomeicons-es.png') no-repeat;
}
.welcome-en {
	background: transparent url('images/home-page/welcomeicons-en.png') no-repeat;
}
.welcome-pt {
	background: transparent url('images/home-page/welcomeicons-pt.png') no-repeat;
}

.slides_container {
	width: 960px;
	height: 400px;
}
.slides_container .slide {
	position: relative;
	width: 960px;
	height: 400px;
	display: block;
}
.slides_container .slide img {
	display: block;
	width: 800px;
	margin: 0 auto;
}
.pagination {
	margin: 10px auto 30px;
	width:100px;
}
.pagination li {
	float:left;
	margin:1px 12px 1px 0;
}
.pagination li a {
	background-image: url('images/pagination.png');
	background-position:0 0;
	display: block;
	float: left;
	overflow: hidden;
	padding-top: 12px;
	width: 12px;
	height: 0;
}
.pagination li a:hover {
	background: url('images/pagination.png') 0 -12px;
}
.pagination li.current a {
	background-position:0 -24px;
}
.image-caption {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	width: 320px;
}
.image-caption h2,
.image-caption h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.image-caption p {
	font-size: 16px;
	line-height: 1.3em;
}


/* =Traducciones
-------------------------------------------------------------- */
.traducciones-intro ul li {
	background: transparent url('images/tic-icon.png') no-repeat left 5px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.traducciones-list li ul li {
	list-style: inside;
	float: left;
	width: 180px;
}
.traducciones-list li p {
	clear: both;
	padding-top: 5px;
	margin-bottom: -10px;
}
.traducciones-list li .traduccion-72 ul li,
.traducciones-list li .traduccion-73 ul li {
	float: none;
	width: 540px;
}

/* =Workshops
-------------------------------------------------------------- */
.workshops-intro ul li {
	background: transparent url('images/tic-icon.png') no-repeat left 5px;
	padding-left: 40px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#acc.workshop-list .acc-content {
	padding: 0 0 0 10px;
}
#acc.workshop-list h3 {
	margin-bottom: 0;
}
ul.workshop-list li{
	float: none;
}
ul.workshop-list li ul li {
	float: left;
}
ul.workshop-list li ul li ul li {
	float: none;
}
li.workshop-subfield {
	color: #652d90;
	font-weight: bold;
	list-style: disc;
	margin-left: 15px;
}
li.workshop-description {
	width: 279px;
	margin-right: 20px;
	padding-top: 10px;
}
li.workshop-length {
	background: #eddef7;
	height: 85px;
	padding: 10px 10px 5px;
	width: 100px;
}
li.workshop-price {
	background: #dec2f1;
	height: 85px;
	padding: 10px 10px 5px;
	width: 130px;
}

/* =Clientes
-------------------------------------------------------------- */
#client-list li {
	float: left;
	margin: 7px;
	width: 172px;
	height: 86px;
}
#client-list li img {
	border: 1px solid #eee;
}

/* =Clientes
-------------------------------------------------------------- */
ul#otros-servicios-list li {
	background: transparent url('images/tic-icon.png') no-repeat left 5px;
	padding-left: 40px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* =Blog
-------------------------------------------------------------- */
#blog-content {
	float: right;
	margin-left: 60px;
	width: 600px;
}
.title-blog {
	margin-bottom: 20px;
}
.post-list {
	margin-bottom: 30px;
}
.post-intro {
	
}
.post-title {
	border-bottom: 1px solid #652d90;
	float: left;
	margin-bottom: 20px;
	width: 480px;
	height: 68px;
}
.post-title h3 {
	
}
.single .post-title h2,
.post-title h3 a{
	color: #652d90;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
.post-thumb {
	float: left;
	margin-right: 20px;
}
.single-thumb {
	margin-top: 10px;
}
.post-thumb img {
	border: 1px solid #eee;
}
.post-date {
	border-left: 1px solid #652d90;
	border-top: 1px solid #652d90;
	float: right;
	padding: 0 10px;
	height: 68px;
	width: 99px;
}
.post-date .day{
	color: #ec297b;
	float: left;
	font-size: 54px;
	border-right: 1px solid #ec297b;
	padding-right: 5px;
	margin: 3px 0;
	height: 55px;
	width: 45px;
	line-height: 50px;
}
.post-date .day-rest {
	color: #ec297b;
	float: right;
	font-size: 24px;
	padding-left: 5px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
}
.entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#sidebar h4 {
	border-bottom: 1px solid #652d90;
	color: #652d90;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#sidebar ul li {
	border-bottom: 1px solid #652d90;
	padding: 0 10px 5px;
}
#sidebar li a {
	color: #434343;
}
#respond {
	clear: both;
}

/* =Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #000;
	border-top: 10px solid #ec297b;
	padding-top: 10px;
}
#footer {
	clear: both;
	color: #fff;
	width: 960px;
	margin: 0 auto;
}
.footer-shortcuts {
	float: left;
	width: 240px;
	padding-top: 10px;
}
.footer-shortcuts h4 {
	color: #ec297b;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-shortcuts a {
	color: #fff;
	font-size: 14px;
}
.contact-key {
	color: #ec297b;
}
#social-network-list li{
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
}
#social-network-list li a {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 50px;
}
li.facebook a{
	background: transparent url('images/social-icons.png') no-repeat 0 -90px;
}
li.facebook a:hover {
	background: transparent url('images/social-icons.png') no-repeat 0 0;
}
li.twitter a{
	background: transparent url('images/social-icons.png') no-repeat 0 -135px;
}
li.twitter a:hover {
	background: transparent url('images/social-icons.png') no-repeat 0 -45px;
}

#menu-footer li {
	background: transparent url('images/footer-menu.png') no-repeat left center;
	padding-left: 15px;
}
#menu-footer li a {
	color: #fff;
}
#menu-footer li a:hover {
	color: #FCD4F6;
}
#menu-footer li.current-menu-item a {
	color: #ccc;
}
.logo-footer {
	background: transparent url('images/logo-footer.png') no-repeat left top;
	padding-top: 80px;
}
.cuarenta {
	background: transparent url('images/40Q-icon.png') no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 42px;
	height: 20px;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */