/*
Theme Name: Orun Palit
Author: Marc Hueppin
Description: Theme for the site of Orun Palit
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: orunpalit

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
 * Colors
 * LIGHTBLUE: #04819E #38B2CE #004d2d #206676 #015367
 * BLUE: #3515B0 #3F2D84 #1D0772 #6749D7 #856FD7
 * GREEN: #74E600 #6CAC2B #4B9500 #98F23D #B0F26D
 */ 
html, body {
  width: auto !important;
  overflow-x: hidden !important;
  min-height: 100%;
}

html {
    background: #a1cc3b;
    padding: 0;
}
body {
    margin: 0;
    background: #ffffff;
}
header {
    padding-top:20px;
    background: #a1cc3b; /* Old browsers */
    /* background: -moz-linear-gradient(left, #004d2d 0%, #015367 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#004d2d), color-stop(100%,#015367)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(left, #004d2d 0%,#015367 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(left, #004d2d 0%,#015367 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(left, #004d2d 0%,#015367 100%); /* IE10+ */
    /*background: linear-gradient(to right, #004d2d 0%,#015367 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d2d', endColorstr='#015367',GradientType=1 ); /* IE6-9 */
/*copy*/
    padding: 0;
    margin-bottom: 20px;
    color: #004d2d;
}
.head {
    padding-top: 10px;
    background-image: url('css/img/foto-orun-palit.png');
    background-repeat: no-repeat;
    background-position: 750px;
    background-size: auto 100%;
}

h5 {
    color: #999;
}

header h1 {
    color: #fff;
}

header h3 {
    color: #fff;
}
header h1 a:hover {
    color: #fff;
    text-decoration: none;
}

header a:hover {
    color: #fff;
}

footer {
    padding: 0;
    margin-top: 20px;
    background: #a1cc3b;
    color: #004d2d;
    overflow: auto;
}

header a {
    color: inherit;
    text-decoration:none;
}

a {
    text-decoration:none;
    color: 
}

.jumbotron {
    color: #004D2D;
    
}

/* MENU TOP */

.header_container {
    /*max-width:1024px;*/
    margin: 0 auto;
}

.nav_top {
    padding: 0;
    margin: 0;
}

.menu-item {
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.menu-item:hover {
    background:#004D2D;
    color: #fff;
}
.menu-item a {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 1.2em;
}
.current-menu-item {
    background: #fff;
}

/*END MENU TOP*/

/* IMAGES */
.wp-post-image {
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
}

.glp_full_header {
    width: 200px;
    max-width: 100%;
}

.max-size {
    max-width: 100%;
}

.sidepic {
    max-width: 100%;
    height: auto;
}

.divider {
    height:1px;
    background: #ccc;
    margin: 10px 0;
}


/*SIDEBAR*/
.sidebar {
    background: #a1cc3b;
    padding: 10px;
    color: #004d2d;
    margin: auto;
}

.latest-tweets > ul{
    list-style: none;
    padding: 0;
}
.latest-tweets li {
    padding: 10px;
    margin: 10px 0;
    max-width: 100%;
    border: #ddd 1px solid;
    border-top-color: #eee;
    border-bottom-color: #bbb;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    font: bold 14px/18px Helvetica, Arial, sans-serif;
    color: #000;
    background: #fff;
    word-break: normal;
    overflow: hidden;
}

p.tweet-details {
    margin: 0;
}
p.tweet-text {
    font: normal 14px/18px Georgia, "Times New Roman", Palatino, serif;
    
    margin: 0 5px 10px 0;
}
.tweet-text a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
/*ENDSIDEBAR*/

.container {
    
}
/*Twitter*/

.glp_fl {
    
}
.header_profile {
    position: absolute;
    height: 150px;
    top: 0;
}

.fb-like-box {
    background: #fff;
    width: 100%;
}

/* Metabox */
 
.tf-meta {  }
.tf-meta ul li { height: 20px; clear:both; margin: 0 0 15px 0;}
.tf-meta ul li label { width: 100px; display:block; float:left; padding-top:4px; }
.tf-meta ul li input { width:125px; display:block; float:left; }
.tf-meta ul li em { width: 200px; display:block; float:left; color:gray; margin-left:10px; padding-top: 4px}

