/* *********************************************************** 
 * Author : Subramanyan Murali
 * Site   : rmsguhan.com
 * Desctiption : CSS styles that normalize browsers styles
 * Credits : Theme inspired by "Colourise"
 * *********************************************************** */
/* *********************************************************** 
 * Desctiption : CSS styles that normalize browsers styles
 * *********************************************************** */

/* * { margin: 0; padding: 0; outline: 0 }*/

body {
    font: 13px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color:#070707;
    margin: 0;
    padding: 0; 
    text-align: center;
}
h1, h2, h3 {
    font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
    color: #ABABAB;
}
h1 {
    font-size: 3.4em;
    font-weight: normal;
    letter-spacing: -2px;
    /*padding: 15px 10px 5px 10px;*/
}
h2 {
    font-size: 2em;
    color: #895F30;
    padding: 20px 10px 5px 10px;
}
h3 {
    font-size: 1.7em;
    font-weight: normal;
    padding: 20px 10px 5px 10px;
}
a, a:active, a:link {
    text-decoration: none;
    color: #438800;
}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #fff;
    border-bottom: 1px dotted #438800;
}
p, dl { padding: 10px; margin: 0; }
ul, ol {
    margin: 10px 20px;
    padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}
code {
    margin: 5px 0;
    padding: 15px;
    text-align: left;
    display: block;
    overflow: auto;  
    font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
    background: #111;  
}
acronym {
    cursor: help;
    border-bottom: 1px dotted #5B5B5B;
}
blockquote {
    margin: 15px 10px;
    padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6em;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #808080;
}

table {
    margin: 15px auto; 
    border-collapse: collapse;
}
th {
    background: #000;
    color: #fff;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    border-left: 1px solid #211E20;
    border-right: 1px solid #211E20;
    border-bottom: 1px solid #211E20; 
    border-top: 1px solid #48780E;
}
tr {
    color: #5b5b5b;
    height: 34px;
}
td {
    padding-left: 8px;
    border: 1px solid #111;
}
form {
    margin: 20px 10px; padding: 5px 10px 20px 10px;
    border: 1px solid #111; 
}
label {
    display: block;
    font-weight: bold;
    margin: 8px 0;
    color: #fff;
}
input, select, textarea {
    padding: 5px 4px;
    font: normal 1em Verdana, Tahoma, sans-serif;
    color: #6A6969;
    background: #0C0C0C;  
    border: 1px solid #1C1C1C;
}
textarea {
    width: 400px;
    height: 100px;
    display: block;
}
br {
    clear:both;
}
/* ------------- Normalize CSS ends here ----------- */
