/*Author:Anirudh.Sasikumar $Revision: 1.26 $*/
/*License: http://creativecommons.org/licenses/by/2.0/ */
/*Website:http://anirudhs.chaosnet.org/ */
body {
    /*margin:20px 20px 20px 20px;*/
    background-color:#333;
    /*border:1px solid #999;*/ /*#370356*/
    text-align: center;


    /*max-width: 60em;*/
     }
h3,h4,h5 {
font-family: Cambria, "Lucida Grande","Segoe Sans", "Lucida Sans", Lucida, "Bitstream Vera Sans","Trebuchet MS", "Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", serif;
font-weight:normal;
color:#666;
}
h2 {
font-family: Cambria, "Lucida Grande","Segoe Sans", "Lucida Sans", Lucida, "Bitstream Vera Sans","Trebuchet MS", "Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", serif;
font-weight:normal;
color:#666;
border-bottom:6px;
border-bottom-style:double;
border-bottom-color:#ffc0cb;/*pink*/
padding-top:3px;
padding-bottom:3px;
   }
a { 
    color:#003366; 
    background-color:transparent;
    text-decoration:underline; 
}
a:link { 
    color: #3366ff;
    text-decoration:underline; 
}
a:visited { 
    color: #003366;
    text-decoration:underline;
}
a:active {
    color:#999999;
}
a:hover	{
    color:#0000ff;
    background-color:#eee;
    text-decoration:underline;
    /*text-decoration:none;
    border-bottom:2px dotted #0000ff;*/
}
a.nonexistent {
color:maroon;
text-decoration:none;
background:none;
}
em {font-style:italic;}
strong {font-weight:bold;}
ul {list-style: square; padding: 0 2em;}
ol {line-height: 175%;}
dl.contents { margin-top:0; }
dt.contents { margin-bottom:0;}
code {font-family: Consolas, monospace,courier,"Courier New";
  font-size:12px;
  color:black;
}
pre {
  white-space: pre;
  overflow:auto;
  font-family: Consolas, monospace,courier,"Courier New";
  font-size:13px;
  color:black;
  margin-left:2%;
}
hr {
    border: 1px solid #666;
    color: #ddd;
    background-color: #666;
    height: 1px;
}
pre.example {

    white-space: pre;
    overflow:auto;
    font-size:12px;
    margin-right: 20px; 
    background-color:#fffafa;
    border: 1px solid #ffeeee;
    border-left: 3px;
    border-left-style: solid;
    border-left-color: #ff6666;
    padding: 0.5em;
}
sup {
    font-size:10px;
}
p { text-indent: 0em; margin-top: 0; margin-bottom: 0.5em;     }

p.verse {
    white-space: pre;
    overflow:auto;
    color:black;
    margin-left: 5%;
    border-left-style: solid;
    border-left-color: #00a400;
    padding: 0.5em;
}
span.default {
  background: rgb(255,228,196); color: rgb(47,79,79);
  font-style: normal; font-weight: 500;
  font-family: Consolas, monospace,courier,"Courier New"; font-size: 13px;
  text-decoration: none;
}
span.default a {
  text-decoration: underline;
}
.fontlock {
    font-size:12px;
    background-color:#fffafa;
    border: 1px solid #ffeeee;
    border-left: 3px;
    border-left-style: solid;
    border-left-color: #ff6666;
    padding:0.5em;
}
span.builtin { color: rgb(186,85,211) }
span.builtin a { color: rgb(186,85,211) }
span.preprocessor { color: rgb(186,85,211) }
span.preprocessor a { color: rgb(186,85,211) }
span.type { color: rgb(0,139,139) }
span.type a { color: rgb(0,139,139) }
span.keyword { color: rgb(205,0,0) }
span.keyword a { color: rgb(205,0,0) }
span.comment { color: rgb(79,148,205) }
span.comment a { color: rgb(79,148,205) }
span.comment-delimiter { color: rgb(79,148,205) }
span.comment-delimiter a { color: rgb(79,148,205) }
span.constant { background: rgb(255,218,185); color: rgb(205,133,0) }
span.constant a { background: rgb(255,218,185); color: rgb(205,133,0) }
span.warning { color: rgb(255,0,0) }
span.warning a { color: rgb(255,0,0) }
span.function-name { color: rgb(0,0,205) }
span.function-name a { color: rgb(0,0,205) }
span.variable-name { color: rgb(145,44,238) }
span.variable-name a { color: rgb(145,44,238) }
span.string { background: rgb(255,218,185); color: rgb(34,139,34) }
span.string a { background: rgb(255,218,185); color: rgb(34,139,34) }
span.doc { background: rgb(255,218,185); color: rgb(34,139,34) }
span.doc a { background: rgb(255,218,185); color: rgb(34,139,34) }

#container {
    background-color:#eee;
    border:1px solid #999;
    margin:0 auto;
    width: 910px;
    text-align: left;
}
/* begin hide from ie5 \*/
* html #container {height:1%;}
/* hide end */
#banner {
    font-family: Cambria, "Lucida Grande","Segoe Sans", "Lucida Sans", Lucida, "Bitstream Vera Sans","Trebuchet MS", "Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", sans-serif;
    color:#555;
    font-size:22px;
    font-weight:normal;
    text-decoration:none;
    padding-left:15px;
    border:1px solid #eee;
}
#bodycontainer 
{
    /* updated font family */
    font-family: Calibri, "Bitstream Charter", "Lucida Fax", "Palatino Linotype", "Hoefler Text", "Bitstream Vera Serif", "Lucida Sans", Tahoma, sans-serif,Verdana;
    margin-right:20px;
    margin-left:170px;
    \margin-left:180px;
    margin-bottom:30px;

}
#rsscontainer 
{
    font-family: Tahoma,sans-serif,Verdana;
    margin-right:20px;
    margin-left:40px;
    margin-bottom:30px;
}
.contentframe {
    color:#000077;
    background:white;
    border:1px solid #A0A0A0; /*#ffc0cb#eee#370356*/
    border-bottom:0px;
    
    width:100%;
    \width: auto;
}
.hgrad {
    height: 12px;
    background-image: url("grad.png");
    overflow:hidden;
}
.content {	
    color:#000044;
font-weight:normal;
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
    padding-bottom:20px;
    font-size:15px;

    /*text-align:justify; */
    line-height:150%;
}
.quote, .commentbody {
    color:black;
    font-size:12px;
    margin-left:2%;
    border-left: 4px;
    border-left-style: double;
    border-left-color:#ffc0cb;
    padding:0.5em;
}
#menucontainer {
    float:left;
    display:inline;
    background-color:#ddd;
    background-image:url('gradani.png');
    background-repeat:repeat-y;
    border:1px solid #aaa;
    border-bottom:5px solid #aaa;
    margin-bottom:15px;
    font-family: "Tahoma","Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", sans-serif;
    text-align:center;
    width:160px;
    \width: auto;
    w\idth:160px;
    \max-width:160px;/*175*/
}
.navigationtitle {
    font-family: "Trebuchet MS", "Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", sans-serif;
    color:#666600;
    font-size:13px;
    text-align:center;
    text-transform:uppercase;
    border-bottom:2px solid #000;
    line-height:175%;
    letter-spacing: .3em;
}
.navigationlinks {
    font-size:13px;
    font-family: "Tahoma","Arial Narrow", "Bitstream Vera Serif", "Lucida Serif", sans-serif;
    text-align:center; 
    color:#000077;
    letter-spacing: .2em;
    line-height:200%;
    text-decoration: none;
}
.navigationlinks a {
    border:1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: .1em;
    font-size:13px;
    background:white;
    color: #555;
    text-decoration: none;
}
.navigationlinks a:link { 
    border-bottom:3px solid #AAA;
    color: #555;
    text-decoration: none;
}
.navigationlinks a:visited{
    border-bottom:3px solid #AAA;
    color: #999;
    text-decoration: none;
}
.navigationlinks a:active, 
.navigationlinks a:hover {
    border:1px solid #000;
    border-bottom:3px solid #AAA;
    background:#6baaef;
    color:black;
    text-decoration: none;
}
.navigationfootertitle{
    font-size:11px;
    border-top:2px solid #000;
    color:black;
    letter-spacing: .05em;
}
.navigationfooter {
    font-size:9px;
    color:black;
    letter-spacing: .06em;
    line-height:140%;
}
.navigationfooter a:hover {
    background:white;
}
.footerframe {
    clear:left;
    font-family: "Tahoma","Arial Narrow", "Bitstream Vera Serif", "Lucida Serif",sans-serif, serif;
    font-size:9px;
    text-align:center;
    border:2px solid #ddd;
    border-bottom:3px solid #aaa;
    color:#aaa;
    letter-spacing: .2em;
}
.datefmt {
    border-bottom:1px dotted #ffc0cb;
    border-top:1px dotted #ffc0cb;
    font-size:11px;
    color:black;
    letter-spacing: .2em;
}
.statcounter {
    display:none;
}
input {
    background-color: #fff;
    border: 1px solid #333;
    color:#000;
}
label,legend {
    color:#666;
}
fieldset {
border:1px solid #333;
}
.content input {
   background-color: #eee;
}
.imgalign {
text-align:center;
overflow: auto;
width: 100%;
\width: auto;
}
.commentbox {
    overflow:auto;
    background-color:#fffafa;
    border: 3px solid #ffeeee; 
}
#aboutme #nav-main,
#codearchives #nav-main,
#codehtml #nav-main,
#coursepage #nav-main,
#keypage #nav-main,
#linkspage #nav-main,
#quotepage #nav-main,
#welcomepage #nav-main,
#aboutthiswebsite #nav-main,
#searchpage #nav-main,
#bloghome #nav-blog,
#archives #nav-blog,
#categoryarchives #nav-blog,
#blogentry #nav-blog,
#categoryarchivepage #nav-blog
{
    border:0px solid #000;
    background-color:transparent;
    color:#000;
}
#aboutme #nav-aboutme,
#codearchives #nav-codearchives,
#coursepage #nav-coursepage,
#keypage #nav-keypage,
#linkspage #nav-linkspage,
#quotepage #nav-quotepage,
#welcomepage #nav-welcomepage,
#aboutthiswebsite #nav-aboutthiswebsite,
#bloghome #nav-bloghome,
#archives #nav-archives,
#categoryarchives #nav-categoryarchives,
#searchpage #nav-searchpage {
    border:1px solid #000;
    border-bottom:3px solid #AAA;
    background-color:#6b88ef;
    color:#000;
}
