/*#############################################################
Name: Transparentia
Date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Original Author: Viktor Persson
URL: http://templates.arcsin.se

Modified by: Prashant Reddy
#############################################################*/

/* standard elements */

* {
    margin:0;
    padding:0;
}

body {
    font-family:Tahoma, Kalimati, sans-serif;
    font-size:10.5px;
    color:#333;
    background:#DDD url(./images/bg.gif);
    text-align:center;
    line-height:1.3;
    letter-spacing:0.3px;
}

a:link {
    color:#369; 
    text-decoration:none;
}
a:visited {
    color:#369;
    text-decoration:none;
}
a:hover {
    color:#C06;
    text-decoration:none;
}
a:active {
    color:#C06;
    text-decoration:underline;
}

input {
    color: #666;
    font: normal 1.2em sans-serif;
}

p,ul {
    font-size: 1.2em;
    padding-bottom: 1.2em;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 4px;
}

h1,h2 {
    color: #099;
    letter-spacing:1.2px;
    font-weight: normal;
    padding-top: 6px;
}

h3 {
    color:#555;
	font-size:1.3em;
	font-weight: normal;
    text-decoration:none;
    letter-spacing:1px;
    margin:4px 0 4px 0;
}

img {
	border-color:#555;
}

code {
    background: url(./images/bgcode.gif);
    border: 1px solid #F0F0F0;
    border-left: 6px solid #ACD;
    color: #555;
    display: block;
    /* font: normal 0.9em, "Courier",serif; */
    font: normal 1.0em "Tahoma","Kalimati",sans-serif;
    margin-bottom: 12px;
    padding: 8px 10px;
    white-space: pre;
}

cite {
    background: url(./images/quote.gif) no-repeat;
    color: #555;
    display: block;
    font: normal 1.1em "Tahoma","Kalimati",sans-serif;
    margin: 4px 0px 4px 20px;
    padding-left: 28px;
}

/* misc */
.clearer {
    clear: both;
}

/* structure */
.container {
    background: url(./images/bgcontainer.gif) repeat-y;
    margin: 0 auto;
    padding-bottom: 6px;
    width: 766px;
}

.header {
    background: url(./images/blue_banner2.jpg) repeat-x;
    width: 732px;
}

/* title */
.title h1 {
    color: #EEE;
    font: normal 2.5em Tahoma,Kalimati,sans-serif;
    height: 50px;
    line-height: 50px;
    margin-bottom: 8px;
    text-align: center;
}

.title h1 a {
    color:#EEE; 
    text-decoration:none;
}

/* main */
.main {
    clear: both;
    padding: 0px 18px 8px 18px;
}

/* main left */
.sidenav {
    position: absolute;
    background: #EEE;
    border: 1px solid #DDD;
    float: left;
    width: 140px;
}

.sidenav h1,.sidenav ul {
    padding-left: 14px;
    white-space: nowrap;
}

.sidenav h1 {
    color: #666;
    font-size: 1.3em;
    letter-spacing:0.6px;
    /* height: 18px; */
    margin-top: 0.6em;
}

.sidenav h1 a {
    color: #369; /* this doesn't work in IE */
}

.sidenav h1 a:hover {
    color: #111;
}

.sidenav ul {
    border-top: 1px solid #FAFAFA;
    background: url(./images/bgul.gif) repeat-x;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

.sidenav li {
    border: 1px solid #FAFAFA;
    border-top: none;
    list-style: none;
    margin: 0;
}

.sidenav li a {
    color: #258;
    letter-spacing:0.3px;
    display: block;
    padding: 3px 6px 3px 24px;
    text-decoration: none;
}

.sidenav li a:hover {
    color: #222;
}

/* content */
.content {
    float: right;
    width: 580px;
    margin: 0;
}

.content .item {
    /* Note: IE and Firefox/Safari treat padding differently wrt border, 
       so we're moving the padding to the item's child elements. */
    /* padding: 6px 12px; */ 
    width: 580px;
    border: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 6px;
}

.content h1 {
    padding: 8px 12px 0px 12px;
}

.content .descr {
    padding: 0px 12px;
    color: #777;
    margin-bottom: 10px;
}

.content .text {
    padding: 6px 12px;
}

.content li {
    list-style: url(./images/li_blue.gif);
    margin-left: 24px;
}

/* search form */
form {
    padding: 16px 0 6px 8px;
}

.styled {
    border: 1px solid #DDD;
    width: 96px;
    padding: 4px;
}

.button {
    background: url(./images/search.gif) no-repeat left bottom;
    border: none;
    height: 27px;
    width: 27px;
}

/* footer */
.footer {
    background: #FFF;
    border: 1px solid #EEE;
    color: #999;
    font-size: 0.9em;
    margin: 0 auto;
    text-align: center;
    padding: 6px;
    width: 720px;
}

.footer a {
    color: #69C;
    text-decoration: none;
}

.footer a:hover {
    color: #C06;
    text-decoration: underline;
}

/* navigation */

.navlinks a {
    color: #369;
    font-size: 0.85em;
    letter-spacing:0.6px;
    height: 18px;
    text-decoration: none;    
    white-space: nowrap;
}

.navlinks a:hover {
    color: #222;
    text-decoration: none;    
}

