/*
Theme Name: Parkdivision
Theme URI: http://www.parkdivision.com/
Description: Based on Default Theme
Author: Iván del Rio
Version: 1.0
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
font-family: Helvetica, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: left;
	}
a {
	outline:none;
	color: #333;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #e31b2c;
}

#page {
	background-color: white;
	text-align: left;
	}

#headerimg 	{
	padding-top: 30px;
	}

#content {
	font-size: 1.2em

	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Arial','Trebuchet MS',Verdana, Lucida grande, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

#headerimg .description {
	text-decoration: none;
	color: white;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px 30px;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
padding-bottom: 40px;
	width: 835px;
	}

#header {
   padding: 0px 0px 5px 0px;
}

#headerimg {

	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px 0px 5px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
position:fixed;
bottom:0px;
left:0px;
width:100%;
margin:0px auto;
background-color:#fff;
z-index:999;
}

#footer #content-footer {
width:839px;
margin: 0px auto;
}


#footer #content-footer p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font-size: 12px;
	font-style:italic;
float:left;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
float:right;
padding.right:1px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: left;
font-size:10px;
padding-top: 10px;
	}

.navigation a {
color:#333 !important;
}

.navigation a:hover {
	color: #e31b2c !important;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Menu */

#menu {
   width:100%;
   height:15px;
   margin:-5px 0px 0px -40px;
}
#menu ul {
   width:835px;
   list-style:none;
}
#menu ul li {
   padding:0px 10px 0px 0px;
   list-style:none;
   display:inline;
   float:left;
}
#menu ul li a {
   text-indent:-9999px;
   display:block;
   height:15px;
}
#menu ul li.news a {
   width:48px;
   background: #fff url(images/menu_news.jpg) no-repeat 0px 0px;
}
#menu ul li.contact a {
   width:82px;
   background: #fff url(images/menu_contact.jpg) no-repeat 0px 0px;
}
#menu ul li.clients a {
   width:65px;
   background: #fff url(images/menu_clients.jpg) no-repeat 0px 0px;
}
#menu ul li.pressroom a {
   width:107px;
   background: #fff url(images/menu_press.jpg) no-repeat 0px 0px;
}
#menu ul li.portfolio a {
   width:91px;
   background: #fff url(images/menu_portfolio.jpg) no-repeat 0px 0px;
}
#menu ul li a:hover {
   background-position: 0px -15px;
   text-decoration:none;
}

#submenu {
   width:100%;
   height:15px;
   margin:0px 0px 0px -40px;
}
#submenu ul {
   width:835px;
   list-style:none;
}
#submenu ul li {
   padding:0px 10px 0px 0px;
   list-style:none;
   display:inline;
   float:left;
}
#submenu ul li a {
   color:#666;
   display:block;
   height:15px;
font-size: 12px;
font-style: italic;
}

#submenu ul li a:hover {
	color: #e31b2c;
}

/* Overlays */

.overlay {
   background: transparent url(images/overlay.png);
   width:370px;
position:absolute;
top:130px;
z-index:990;
padding: 20px 20px 10px 20px;
overflow:hidden;
margin-bottom:11px;
margin-right:11px;
}

.overlay p {
font-size:12px;
line-height:16px;
margin-top: 0px;
}

.overlay p b {
color: #e31b2c;
font-weight: normal;
}

.col_izq, .col_der {
width: 252px;
display:block;
float:left;
text-align: left;
}

.col_der {
left: 305px;
}

.overlay label {
width:120px;
display: block;
float:left;
font-style: italic;
text-align: left;
}

.overlay input, .overlay textarea {
display: block;
float:left;
width: 240px;
margin-bottom: 10px;
}

.overlay input, .overlay textarea {
border:none;
background-color:#fff;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:5px;
}

.overlay form {
margin-top:2px;
}

.overlay textarea.contacto { 
min-height:120px;
}

.overlay input.boton {
width: 100px;
text-align:center;
background-color:#fff;
border:1px solid #666;
color: #666;
margin: 10px 10px 10px 0px;
font-family: Helvetica, Arial, Sans-Serif;
}

div.contacto {
height: 310px;
}

.overlay h2 {
margin: 0px 0px 0px 0px;
font-weight:normal;
}

.cliente {
width: 370px;
}

/* Posts noticias */

div.reticula {
overflow:hidden;
}

div.reticula div.post {
width: 264px;
padding:0px;
float:left;
display:inline;
margin: 10px 10px 10px 0px;
position:relative;
}

div.reticula div.post h2 {
margin-top: 0px;
font-weight: normal;
font-style: normal;
}

div.reticula div.post .resumen {
padding:10px;
background: transparent url(images/overlay.png);
position:absolute;
top:85px;
z-index:990;
height:200px;
width: 244px;
}

div.reticula div.post .resumen p {
font-size:12px;
line-height:16px;
}

/* login */

ul.login {
list-style:none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

ul.login li h2 {
display:none;
}

ul.login ul.pagenav {
list-style:none;
padding: 0px;
}

div#login label {
font-style: italic;
}

div#login input {
background-color: #fff;
border: none;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:5px;
}

div#login input#wp-submit {
text-align:center;
background-color:#fff;
border:1px solid #666;
color: #666;
margin: 10px 10px 10px 0px;
font-family: Helvetica, Arial, Sans-Serif;
padding-left:15px !important;
padding-right:15px !important;
}

div#login p {
margin-top: 0px;
}

div#login {
padding-top: 0px;
}

div.logout {
float:right;
padding: 10px 0px;
font-size:12px;
font-style:italic
}

div.logout ul.login {
margin:0px;
text-align:right;
}

div.category-news h2 {
font-weight: normal;
}


div.post-noticia {
width:270px;
padding:0px;
float:left;
display:inline;
margin: 10px 10px 10px 0px;
height:250px;
}

div.over_post {
top:130px;
}

div.reticula-noticias {
overflow:hidden;
position:relative;
}

div.resumen-noticia {
padding:13px;
background: transparent url(images/overlay.png);
z-index:990;
width: 240px;
font-size:12px;
line-height:16px;
height:210px;
}

div.resumen-noticia h2 {
margin-top: 0px;
}

div.reticula-noticias .category-news {
margin: 0px 2px 10px 8px;
float:left;
display:inline;
}

div#content div.post div.news img, div#content div.post div.ent-pressroom img {
display:none;
}

div#contenedor-noticias {
position:absolute;
top:40px;
}

img.pressthumb {
height:304px;
width:264px;
}

div.entry {
position:relative;
}

#sidebar input.wpsb_form_btn {
text-align:center;
background-color:#fff;
border:1px solid #aaa;
color: #666;
margin: 0px 2px 0px 0px;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:3px 8px 3px 8px;
}

#sidebar input {
border:none;
background-color:#fff;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:5px;
}

#sidebar p {
font-style: italic;
}

.ent-pressroom .slideshow {
text-align:left;
float:left;
display:inline;
margin-right:10px;
}

h2 {
color:#333;
}

h2 span {
color:#333;
}

div.ent-pressroom p {
font-size:12px;
line-height:16px;
}

div.texto {
margin-left: 505px;
}

h4 {
font-family: 'Arial','Trebuchet MS',Verdana, Lucida grande, Sans-Serif;
font-size:1.0em;
margin: 30px 0px 10px 0px;
font-style: italic;
}

/* Newsletter en footer */
#footer #sidebar {
float:right;
margin: 5px 0px;
text-align:left;
width:300px;
}

#footer #sidebar .wpsb_form_label #wpsb_email {
background-color:#fff;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:5px;
border:1px solid #aaa;
color: #666;
width: 140px;
font-style: italic;
}

#footer #sidebar .wpsb_form_label br {
display:none;
}

#footer #sidebar .wpsb_form_label {
display: inline;
float:left;
margin: 0px 0px 0px 2px;
padding: 0px;
}

#footer #sidebar .wpsb_form_label #wpsb_radio_option1, #footer #sidebar .wpsb_form_label #wpsb_radio_option2 {
display: none;
}

#footer #sidebar h2 {
	margin: 6px 0px 0px 0px;
	padding: 0;
display: none;
float:left;
	font-size: 12px;
	font-style:italic;
font-weight: normal;
	}

#footer p.copy {
margin-top: 5px;
} 

ul.lista-slide, ul.lista-slide li {
margin: 0px !important;
padding:0px !important;
list-style:none;
list-style-type:none;
}

div#post-236 {
position: relative;
}

div#cont-registro {
position:absolute;
top:130px;
z-index:990;
}

div#registro {
background: transparent url(images/overlay.png);
font-size:12px;
line-height:16px;
float:left;
margin-right:10px;
display:inline;
padding:20px;
}

div#cont-login {
background: transparent url(images/overlay.png);
padding: 20px;
float:left;
width:240px;
line-height:16px;
font-size:12px;
}

div#registro p {
margin: 0px 0px 20px 0px;
}

div#registro label {
display: block;
font-style: italic;
text-align: left;
}

div#registro input, div#registro textarea {
display: block;
margin-bottom: 10px;
}

div#registro input, div#registro textarea {
border:none;
background-color:#fff;
font-family: Helvetica, Arial, Sans-Serif;
font-size:11px;
padding:5px;
width:150px;
}

div#registro form {
margin-top:2px;
}

div#registro textarea.contacto { 
min-height:70px;
}

div#registro input.boton {
float:left;
display:inline;
width: 100px;
text-align:center;
background-color:#fff;
border:1px solid #666;
color: #666;
margin: 5px 5px 5px 0px;
font-family: Helvetica, Arial, Sans-Serif;
}

div#registro .der, div#registro .izq {
float:left;
display:inline;
margin:0px;
padding:0px;
width: 160px;
}

div#registro .izq {
margin:0px 10px 0px 0px;
}

div#registro .botones, div#registro .intereses  {
padding-top: 10px;
clear: both;
}

div#registro h2, div#cont-login h2 {
margin-bottom: 20px;
font-weight:normal;
}

div#registro .intereses input {
width: 10px;
height: 10px;
display: inline;
margin-top: 0px;
margin-bottom: 2px;
}

div#registro .intereses input.otros {
width:150px !important;
font-style: italic;
}

div#registro .intereses h2 {
margin-bottom: 10px;
font-size: 1.2em;
}

div#registro .intereses p {
font-style: italic;
width: 150px;
float:left;
margin-bottom: 5px;
padding-top: 5px;
}

div#registro, div#cont-login {
height: 290px;
}

div#submenu li.current_page_item a {
	color: #e31b2c;
}

input#user_login, input#user_pass {
width:215px;
}

.pie-foto {
margin-top:500px;
float:left;
}