/*
Theme Name: Plan Original
Theme URI: http://planoriginal.com/
Description: Tema de Plan Original, agencia de consultoría web
Version: 2.0
*/

/* 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 {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

/* Generals */

html {
    font: normal 0.9em/1.5 Arial,Helvetica,sans-serif;
    background-color: #333;
}


/* Generales */

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000;
    line-height: 1.2;
    margin-bottom: 5px;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.1em;
}

p {
    font-size: 1em;
    color: #555555;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.aligncenter {
	display: block;
	margin: 0 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
}

.entry img {
    border: #777 1px solid;
    padding: 4px;
}

ul, ol {
    margin-bottom: 20px;
}

ul li, ol li {
    list-style-position: inside;
    margin-left: 30px;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

input[type=text]:focus, textarea:focus {
    background-color: #FFFFFF;
}

input[type=submit] {
    cursor: pointer;
}

blockquote {
    color: #336399;
    border-left: 1px solid #8A8A8A;
    border-right: 1px solid #8A8A8A;
    padding: 0 8px;
    font-style: italic;
    text-indent: 23px;
}

blockquote p {
   color: #336399;
}

.exito {
    background-color: #ABD79B;
    padding: 3px 6px;
    margin-bottom: 15px;
}

.error {
    background-color: #D43300;
    padding: 3px 6px;
    margin-bottom: 15px;
    color: #FFF;
}

.empty-error {
    display: block;
    font-size: 0.8em;
    color: #000;
    text-align: right;
    padding-right: 15px;
}

small {
    font-size: small;
}

.resaltar {
    background-color: #e6db55;
}

.hide {
    display: none;
}

.button-link {
    background: #A0141C url('imagenes/button-link.png') repeat-x bottom left;
    color: #F3F3F3;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    text-shadow: 1px 1px #333;
    text-decoration: none;
    padding: 9px 15px;    
}

.button-link:hover {
    background: #A0141C url('imagenes/button-link-hover.png') repeat-x bottom left; 
}

acronym {
    border-bottom: 1px dotted #333333;
    cursor: help !important;
}

/* Pagenavi */

.wp-pagenavi {
    height: 25px;
    padding-top: 3px;
    text-align: center;
}

.wp-pagenavi .pages {
    margin-right: 10px;
    padding: 2px 3px;
    border: 1px solid #B2B2B2;
}

.wp-pagenavi a {
    color: #A0121A;
    text-decoration: none;
    margin: 0 8px;
}

.wp-pagenavi a:hover {
    text-decoration: underline;
}

.wp-pagenavi .current {
    margin: 0 8px;
}

/*--- Menu ---*/

.horizontal-menu {
    margin: 0;
    list-style: none;
    position: relative;
}

    .horizontal-menu li {
        float: left;
        margin-left: 0;
        text-align: center;
        position: relative;
    }

    .horizontal-menu a {
        display: block;
        position: relative;
        text-decoration: none;
    }

        .horizontal-menu ul {
            position: absolute;
            left: 0px;
            list-style-type: none;
            display: none;
        }

        .horizontal-menu li ul li {
            text-align: left;
            margin-left: 0;
        }

        .horizontal-menu li:hover ul ul, .horizontal-menu li:hover ul ul ul, .horizontal-menu li:hover ul ul ul ul {
            display: none;
        }

        .horizontal-menu li:hover ul, .horizontal-menu li li:hover ul, .horizontal-menu li li li:hover ul, .horizontal-menu li li li li:hover ul{
            display:block;
        }

        .horizontal-menu li ul li a {
            width: 140px;
        }

        .horizontal-menu li ul li a:hover {
            position: relative;
        }
        
#breadcrumbs {
    margin: 25px 0;
    background-color: #F2F2F2;
    border: #E6E6E6 1px solid;
    padding: 0 10px 0 12px;
}     

#breadcrumbs span {
    display: none;
}

#breadcrumbs a {
    border-right: #FFFFFF 1px solid;
    display: inline-block;
    padding: 8px 12px 8px 0;
    margin-right: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #4D4D4D;
}

#breadcrumbs a:hover {
    color: #000;
}


/* Layout */

#header-wrapper, #footer-wrapper, #content-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

#content-wrapper {
    clear: both;
    min-height: 630px;
    background-color: #FFF;
    color: #4D4D4D;
}

#header-wrapper {
    height: 160px;
    background-color: #E6E6E6;
    color: #4B4B4B;
    border-bottom: #666666 1px solid;
}

#footer-wrapper {
    clear: both;
    height: 60px;
    background-color: #333;
    color: #CCC;
}

.screen-width {
    width: 960px;
    margin: 0 auto;
}

/* Header */

#header {
    position: relative;
    height: 160px;
}

#main-logo {
    position: absolute;
    top: 13px;
    left: 0;
}

#tagline {
    position: absolute;
    top: 48px;
    left: 202px;
    font-family: Georgia, serif;
    font-size: 1.2em;
    text-shadow: 1px 1px #FFF;  
    color: #4B4B4B;
    background: #E6E6E6 url('imagenes/tagline-bg.png') no-repeat bottom left;
    width: 220px;
    padding-bottom: 8px;      
}

#searchform {    
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333;
    padding: 3px 5px;
}

#searchform label {
    color: #FFF;
    padding: 3px 5px 3px 0;
}

#searchform input[type=text] {
    background-color: #F3F3F3;
    color: #4B4B4B;
    border: none;
    height: 19px;
}

#searchform input[type=text]:focus {
    background-color: #FFF;
}

#searchform input[type=submit] {
    overflow: hidden;
    text-indent: -300px;
    width: 33px;
    height: 26px;
    background: transparent url('imagenes/search-button.png') no-repeat bottom left;
    border: none;
}

#main-menu {
    position: absolute;
    bottom: -1px;
    right: 0;
}

#main-menu li a {
    padding: 8px 22px;
    color: #4B4B4B;
    text-shadow: 1px 1px #FFF;
    border-left: transparent 1px solid;
    border-right: transparent 1px solid;
}

#main-menu li a:hover {
    color: #A0121A;
}

#main-menu li.current-menu-item a, 
#main-menu li.current-menu-parent a, 
#main-menu li.current-menu-parent a,
.tax-areas #main-menu li.menu-item-21 a,
.single-proyectos #main-menu li.menu-item-21 a,
#main-menu li.current-page-ancestor a {
    background: #FFF url('imagenes/menu-active-bg.jpg') repeat-x top left;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #666666 1px solid;
    border-bottom: #FFF 1px solid;
}

/* End Header*/


/* Index */

#content {
    overflow: hidden;
}

#welcome {
    padding-top: 40px;
    overflow: hidden;
    margin-bottom: 35px;
}

#welcome-message {
    float: left;
    width: 440px;
}

#welcome-message h3 {
    font-family: Georgia, serif;
    color: #4D4D4D;
    text-align: right;    
    line-height: 1;
    margin-bottom: 12px;
}

#welcome-message span {
    display: block;
}

#welcome-message .first-line {
    font-size: 1.45em;
}

#welcome-message .second-line {
    font-size: 1.65em;
}

#welcome-message .third-line {
    font-size: 2.1em;
}

#welcome-message .button-link {
    float: right;
}

#welcome-services {
    position: relative;
    float: right;
    width: 500px;
    height: 165px;
    background: #222 url('imagenes/serv-box-shadow.jpg') no-repeat bottom left;
    padding-bottom: 23px;
}

#welcome-services ul li {
    position: absolute;
    top: 15px;
    width: 500px;
    margin-left: 0;
    text-align: center;
    color: #CCC;
    font-size: 1.3em;
    display: none;
    line-height: 132px;
    background-color: #222; 
}

#welcome-services ul li.active {
    display: block;
}

#work-words {
    position: absolute;
    bottom: 30px;
    width: 500px;
    color: #808080;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0;
}

#work-words span {
    color: #A1121A;
}

#work-words span.web-word {
    color: #CCC;
}


#portfolio-preview {
    background-color: #999;
    border: #666 1px solid;
    padding: 15px;
    margin-bottom: 35px;
    overflow: hidden;
}

#portfolio-preview h3 {
    color: #000;
    text-shadow: 1px 1px #C4C4C4;
    font-size: 1.4em;
    margin-bottom: 12px;    
}

#portfolio-preview .client {
    float: left;
    padding: 5px;
    border: 1px solid #4D4D4D;
    margin: 0 17px;
}

/* End Index */

/* Blog content */

#blog-content {
    width: 570px;
    float: left;
    margin-bottom: 50px;
    border: #B3B3B3 1px solid;
    padding: 25px;
    overflow: hidden;
} 

/* Category */

.post-preview {
    overflow: hidden;
    margin-bottom: 55px;
    clear: both;
}

.post-preview .date {
    border: #999999 1px solid;
    padding: 5px 10px 10px 10px;
    float: left;
    width: auto;
    color: #666666;
    text-align: center;
}

.post-preview .title-preview {
    float: right;
    overflow: hidden;
    background: transparent url('imagenes/title-preview.png') no-repeat bottom right;
    padding-bottom: 5px;
    position: relative;
    width: 460px;
    min-height: 40px;
    margin: 0 0 15px 0;
}

.post-preview h4 {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 370px;
    clear: none;
    line-height: 1.1;
    margin: 0;
}

.post-preview h4 a {
    text-decoration: none;
    line-height: 1.1;
    color: #000;
}

.post-preview h4 a:hover {
    color: #444444;
}

.post-preview .comment-number {
    position: absolute;
    bottom: 13px;
    right: 18px;
    margin-bottom: 0;
}

.post-preview .excerpt {
    clear: both;
    margin-left: 110px; 
}

.post-preview .excerpt p {
    line-height: 1.1;
}

.post-preview .read-more {
    text-align: right;    
}

.post-preview .read-more a {
    color: #A0121A;
    text-decoration: none;
}

.post-preview .read-more a:hover {
    text-decoration: underline;
}


/* Post Content */

.post-content .post-title {
    margin-bottom: 20px;
}

.post-content p, .project-content p {
    line-height: 1.2;
}

.post-content a, .project-content a {
    color: #A0121A;
    text-decoration: none;
}

.post-content a:hover, .project-content a:hover {
    text-decoration: underline;
}

/* End Blog Content */

/* Portfolio Content */

.project-content {
    overflow: hidden;
    margin-bottom: 30px;
}

.project-content .post-title {
    
}

.project-content  #company-logo {
    float: left;
    width: 300px;
    margin-right: 25px;
}

.project-content  #project-description {
    float: left;
    width: 550px;    
}

#porfolio-content {
    overflow: hidden;
    padding: 15px 0;
}

.project-preview {
    float: left;
    width: 150px;    
    padding: 5px;
    background-color: #F2F2F2;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 6px #CCC;    
    margin: 0 15px 25px 15px;
}

.project-preview:hover {
    -moz-box-shadow: 0 0 5px 5px #CCC;
    -webkit-box-shadow: 0 0 5px 5px #CCC;
    box-shadow: 0 0 5px 5px #CCC;
}

.project-preview h3 {
    font-size: 0.9em;
    text-align: center;
    background-color: #666666;
}

.project-preview h3 a {
    display: block;        
    color: #DDD;
    text-shadow: 0 -1px 0 #555555;
    background-color: #777777;
    background: -moz-linear-gradient(center bottom , #666666, #7F7F7F);
    background: -webkit-gradient(linear, center bottom, center top , from(#666666), to(#7F7F7F));
    text-decoration: none;
    height: 30px;
    padding: 3px 0;
}


/* End Portfolio Content */

/* Page */

/* Services */

#page-content {
    overflow: hidden;
    margin-bottom: 30px;
}

#page-content h3 {
    margin-bottom: 25px;
}

#page-content .services-preview {
    float: left;
    width: 400px;    
    padding: 8px;
    background-color: #F2F2F2;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    box-shadow: 0 0 6px #CCC;    
    margin: 0 30px 25px 30px;
    cursor: pointer;
}

#page-content .services-preview:hover {
    -moz-box-shadow: 0 0 5px 5px #CCC;
    -webkit-box-shadow: 0 0 5px 5px #CCC;
    box-shadow: 0 0 5px 5px #CCC;    
}

#page-content .services-preview h4 {
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #FFF;
    margin-bottom: 15px;    
}

#page-content .services-preview h4 a {
    color: #000;
    text-decoration: none;
}

#page-content .services-preview p {
    line-height: 1.2;
}

/* Sidebar */

#right-sidebar {
    width: 300px;
    float: right;
    margin-bottom: 50px;
}

#right-sidebar .widget ul {
    list-style: disc;
}

#right-sidebar .widget ul li {
    margin: 0 0 10px 15px;
}

#right-sidebar .widget ul li a {
    color: #A0121A;
    text-decoration: none;
}

#right-sidebar .widget ul li a:hover {
    text-decoration: underline;
}


/* End Sidebar*/

/* Contact */

#respond {
    overflow: hidden;
}

#comment-form { 
    position: relative; 
}

#inputs { 
    position: relative; 
    width: 75%;
    float: left; 
}

#inputs > div {
    margin: 0 0 8px 0; 
}

#comment-form label {
    cursor: pointer;
    font-size: 1.1em;
}

label.block {
    display: inline-block;
    width: 160px;
}

label.textarea-label {
    display: block;
    margin: 15px 0 8px;
}

.infoput { 
    width: 500px; 
    padding: 10px; 
}

.infoput, #inputs textarea { 
    border: 0; 
    -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:    inset 1px 1px 5px rgba(0,0,0,0.4); 
    box-shadow:         inset 1px 1px 5px rgba(0,0,0,0.4); 
    border: 1px solid #C4C4C4;
}

#inputs textarea { 
    padding: 10px; 
    width: 665px;
    height: 250px; 
    margin: 0 0 10px 0; 
}

#inputs input[type=submit] {
    border: none;
}

/* End Contact */

/* Footer */

/* Bottom Boxes */

#bottom-boxes {
    clear: both;
    overflow: hidden;
}

#bottom-boxes .bottom-box {
    margin-right: 30px;   
    margin-bottom: 35px;
}

#bottom-boxes .bottom-box:last-child {
    margin-right: 0;
}

.bottom-box {  
    float: left; 
    width: 300px;
    min-height: 167px;    
    padding-bottom: 18px;
    overflow: hidden;
    background: #F2F2F2 url('imagenes/bottom-box-shadow.jpg') no-repeat bottom left;
}

.bottom-box-shadow {
    min-height: 172px;
    border: 1px solid #B3B3B3;       
    background-color: transparent;
    padding: 10px 15px 20px 15px;
    min-height: 140px;
}

.bottom-box-shadow h3 {
    font-size: 1.4em;
    text-shadow: 1px 1px 0 #FFF;
    margin-bottom: 15px;
}

#get-quote p {
    line-height: 1.3;
    margin-bottom: 20px;
    color: #4D4D4D;
}

#get-quote .button-link {
    float: right;
    line-height: 1;
}

#last-articles-prev h4 {
    font-size: 1em;
    padding-bottom: 8px;
    border-bottom: #B3B3B3 1px solid;
}

#last-articles-prev h4 a {
    color: #4D4D4D;
    text-decoration: none;
}

#last-articles-prev h4 a:hover {
    color: #000;
}

#find-us ul {
    margin: 0 0 0 15px;
    list-style: none;    
}

#find-us li {
    margin: 0 0 7px 0;
    line-height: 28px;
    padding-left: 40px;
}

#find-us .contact_phone {
    background: transparent url('imagenes/icon_phone.jpg') no-repeat center left;
}

#find-us .contact_cell {
    background: transparent url('imagenes/icon_cell.jpg') no-repeat center left;
}

#find-us .contact_email {
    background: transparent url('imagenes/icon_mail.jpg') no-repeat center left;
}

#find-us .contact_email a {
    color: #4D4D4D;
}

#find-us .contact_email a:hover {
    color: #000;
}
/* End Boxes */

#footer {
    
    padding-top: 15px;
}

#some-links {
    float: left;
    width: auto;
}

#social-links {
    float: right;
    width: auto;
}

#social-links #twitter-link, #social-links #facebook-link {
    width: 33px;
    height: 33px;
    overflow: hidden;
    text-indent: -200px;    
}

#social-links #twitter-link {
    background: transparent url('imagenes/twitter.jpg') no-repeat top left;    
}

#social-links #twitter-link:hover {
    background: transparent url('imagenes/twitter-hover.jpg') no-repeat top left;
}

#social-links #facebook-link {
    background: transparent url('imagenes/facebook.jpg') no-repeat top left; 
}

#social-links #facebook-link:hover {
    background: transparent url('imagenes/facebook-hover.jpg') no-repeat top left;
}

#footer ul li {
   color: #CCC; 
   margin-right: 8px;
   line-height: 33px;
}

#footer li a {
    color: #8A8A8A;
    text-decoration: underline;
}

#footer li a:hover {
    color: #F3F3F3;
}
