
#skyline {
}

.skyline {

}
blockquote {
    background-image: none;
    margin: 5px;
}

#blogcontent {
        overflow: hidden;
        height:  100%;
    }

    
        h3 {
        color:#000000;
        padding: 10px;
        background-color:rgba(255,255,255,0.7); 
        font-size: 16px;
        
    }
    
    
    .display-post {
        background-color:rgba(255,255,255,0.7);
        font-size: 1.0em;
        line-height: 140%;
        padding: 10px;
        color: grey;
        position: relative;
        display: block;
        -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    }
    .display-post p{
        
        text-indent: 20px;
    }
    
    p.posted-on{
        font-style: italic;
        color: #000000;
        font-size: 12px;
        text-indent: 0px;
    }

}
/*==================================================*/
/*=================Selection Form===================*/
/*==================================================*/

 input {
    margin-left: 10px;
    width: 70px;
 }
 select {
 display:block;
 width: 100%;
 }
 label {
        font-weight: bold;
        padding: 3px 12px;
        margin:0px;
        background-color:rgba(255,255,255,0.7);
        
    }
    .styled-select {
   overflow: hidden;
   background: url(arrow.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   display: inline;
   margin: 10px 0px;
   
   }
    .styled-select select {
   background: transparent;
   width: 140px;
   padding: 0px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   }
     .styled-select option {
   background: transparent;
   }
   
   .alloption {
    color: red;
    text-align: center;
    font-weight: bold;
   }
   
   
   
   
   