
body
{
margin: 0px;
background-image:url(main_bg.jpg);
background-repeat: repeat-y; 
background-attachment:fixed;
background-position:top center;
}
#containerDiv{
margin:auto;
width:800px;
}


/******************* HEADINGS SETTINGS STARTS ***********************/

h2, h3, h4
{
margin: 0px;
margin-bottom: 1em;
}

h1
{
font-family:"Arial";
font-size: medium;
}

h2
{
font-family:"Arial";
font-size: medium;
}

h3
{
font-family:"Arial";
font-size: small;
}

h4
{
font-family:"Arial";
font-size: x-small;
}

/******************* HEADINGS SETTINGS ENDS ***********************/


/******************* BANNER DIV STARTS ***********************/
#bannerDiv
{
height: 202px;
}

/********************* BANNER DIV ENDS *************************/


/***************** HEADER TITLES DIV STARTS *******************/
#headerDiv{
position:absolute;
top:-90px;
margin-left:280px;
width:500px;
height: 295px;
overflow: hidden;
text-align:right;
}

#headerDiv 	a{
color:#000000;
}
#headerDiv 	a:hover{
color:#767676;
}

#headerDiv h1{
text-align:right;
font-size:40px;
color:#000000;
margin-top:110px;
}


#headerDiv h2{
font-size:20px;
color:#000000;
margin-top:-25px;
}

* html #headerDiv h2
{
margin-top:-20px;
}

#headerDiv p{
float: right;
font-family:"Arial";
font-size:12px;
color:#000000;
margin-top:-15px;
width: 470px;
height: 105px;
overflow: hidden;
text-align:right;
}

#headerDiv.aboutBlogRemoved a img{
margin-top:-84px;
z-index:4;
}

/******************** HEADER TITLES DIV ENDS ***********************/

hr
{
border-top: 1px solid white;
border-right: 1px solid #e22500;
border-left: 1px solid #e22500;
border-bottom: 1px solid #e22500;
}

span.warning
{
font-weight: bold;
}

/******************** MAIN DIV STARTS ***********************/

#mainDiv
{
}

#newPostAnchor{
position: absolute;
top: 207px;
z-index: 95;
margin-left: 650px;
color: black;
font-weight:lighter;
border:1px;
font-size:11px;
}

* html #newPostAnchor
{
margin-left: 400px;
}

#newPostAnchor:hover{
text-decoration:underline;
}

/******************** MAIN DIV ENDS ************************/



/******************** LOGOUT MESSAGE DIV STARTS ********************/
.message{
color:#996600;
font-size:20px;
text-align:center;
}

.message button{
background-color:#996600; /*996600*/
border:none;
}


/******************** LOGOUT MESSAGE DIV ENDS ********************/



/******************** ERROR DIV STARTS ********************/
.error{
position:absolute;
height:220px;
width:400px;
margin-left:350px;
margin-top:100px;
}

.error h2{
color:#996600;
font-size:20px;
text-align:center;
padding-top:50px;
}
.error p{
text-align:center;
color:#996600;
font-size:12px;
}
.error a{
margin-left:200px;
}

#errorSpan{
border:none;
margin-left:10px;
margin-top:0px;
font-weight:bold;
background:none;
font-size:12px;
}


/******************** ERROR DIV END ********************/


/******************** MENU DIV STARTS ***********************/

#menuDiv{
top:0px;
}
#menuDiv div{

}

/*****RSS FEED IMAGE STARTS ****/

#menuDiv img {
position:absolute;
top:270px;
margin-left: 40px;
}
/*****RSS FEED IMAGE ENDS ****/

#menuDiv hr{
display:none;
}

#menuDiv h4{
font-size:14px;
}


/***************** LOGIN DIV STARTS *****************/
#menuDiv #loginDiv
{
font-family:"Arial";
font-size:13px;
position:absolute;
top:435px;
margin-left: 20px;
width:185px;
height:157px;
padding-bottom:10px;
}

* html #menuDiv #loginDiv
{
margin-top:-10px;
}

#menuDiv.aboutMeRemoved #loginDiv
{
top: 305px;
}

#menuDiv #loginDiv br{
}

#menuDiv#loginDiv hr
{
display:none;
}

#menuDiv #loginDiv h4
{
font-size:14px;
color:#000000;
border-bottom:3px #e22500 solid;
font-family:"Arial";
}
#menuDiv #loginDiv form
{
padding-top:5px;
color:#000000;
height:151px;
}

#menuDiv #loginDiv input
{
margin: 0px;
vertical-align: top;
}

#menuDiv #loginDiv form .textfield
{
}
#menuDiv #loginDiv form .button
{
margin-top:10px;
}
#menuDiv #loginDiv form label {
}
#menuDiv #loginDiv span{
color:#000000;
font-size:16px;
font-weight:bold;
}
#menuDiv #loginDiv span a{
display: block;
margin: 10px 0px 10px 0px;
color:#000000;
font-size:12px;
font-weight:lighter;
}

#loginDiv span a:hover{
text-decoration:underline;
}

#menuDiv #loginDiv ul{
margin: 0px 0px 10px 0px;
padding: 0px;
list-style-type:none;
}

#menuDiv #loginDiv ul li
{
margin: 0px 0px 10px 0px;
padding: 0px;
}

#menuDiv #loginDiv li a {
color:#000000;
font-weight:lighter;
font-size:12px;
}
#loginDiv li a:hover{
text-decoration:underline;
}

#menuDiv #loginDiv #logoutAnchor{
color:#000000;
font-weight:lighter;
font-size:12px;
}
#logoutAnchor:hover{
text-decoration:underline;
}
#menuDiv #loginDiv form .error{
position: relative;
margin: 0px;
padding: 0px;
font-size:12px;
height:15px;
color:#663300;
background:none;
border:none;
}



/***************** LOGIN DIV ENDS *****************/

/***************** PREVPOST DIV STARTS *****************/

#menuDiv #prevPostsDiv
{
position:absolute;
width:180px;
top:650px;
margin-left: 20px;
padding-bottom:40px;
}

#menuDiv.aboutMeRemoved #prevPostsDiv
{
top: 520px;
}

#menuDiv #prevPostsDiv hr
{
display:none;
}
#menuDiv #prevPostsDiv h4
{
font-size:14px;
color:#000000;
border-bottom:3px #e22500 solid;
font-family:"Arial";

}
#menuDiv #prevPostsDiv ul{
margin: 0px;
padding: 0px;
list-style-type: none;
}

* html #menuDiv #prevPostsDiv ul
{
margin-left:0px;
}

#menuDiv #prevPostsDiv li{
padding-bottom:15px;
font-size:12px;
font-family:"Arial";

}

#menuDiv #prevPostsDiv li a{
color:#999999;
font-weight:lighter;
}

#menuDiv #prevPostsDiv li a:hover {
color:#000000;
text-decoration:underline;
}

.time{
color:#999999;
display:block;
font-weight:lighter;
font-size:10px;
font-family:Arial;
}
/***************** PREVPOST DIV ENDS *****************/


/***************** CATEGORIES DIV STARTS *****************/

#menuDiv #categoriesDiv
{
font-size:13px;
position:relative;
font-family:Arial;
font-size:12px;
position:absolute;
top:-102px;
width: 800px;
min-height:25px;
max-height:58px;
margin-left: 0px;
margin-top:305px;
background-color:#e22500; /*#c8974b;*/
border-bottom:2px #ffffff solid; /*#dbdada */
}

#menuDiv #categoriesDiv a
{
color:#000000;
text-transform:uppercase;
}

#menuDiv #categoriesDiv a:hover
{
text-decoration:underline;
}

#menuDiv #categoriesDiv ul
{
margin: 2px -5px 2px 5px;
padding: 0px;
width: 600px;
}

#menuDiv #categoriesDiv li
{
float:left;
margin: 0px 15px 0px 0px;
padding: 0px;
white-space: nowrap;
list-style:none;
}

#menuDiv #categoriesDiv hr
{
display:none;
}

#menuDiv #categoriesDiv h4
{
display:none;
}
/***************** CATEGORIES DIV ENDS *****************/



/***************** ABOUTME DIV STARTS *****************/
#menuDiv #aboutMeDiv
{
position:absolute;
font-family:Arial;
font-size:12px;
width:185px;
height:120px;
top:305px;
margin-left: 20px;
z-index:8;
}

* html #menuDiv #aboutMeDiv
{
top:298px;
}

#menuDiv #aboutMeDiv hr
{	
display:none;
}
#menuDiv #aboutMeDiv h4
{
font-size:14px;
color:#000000;
border-bottom:3px #e22500 solid; /*7B5F37*/
font-family:"Arial";

}
#menuDiv #aboutMeDiv p{
color:#000000;
font-size:12px;
margin-top:-10px;
height: 90px;
overflow: hidden;
}

#menuDiv.aboutMeRemoved #categoriesDiv ul{

}
#menuDiv.aboutMeRemoved #categoriesDiv li:hover{

}

/***************** ABIUTME DIV ENDS *****************/


/***************** CLASS FOR  DATE AND POSTED BY - STARTS *****************/

.small
{

font-size:11px;
color:#666666;

}

/***************** CLASS FOR  DATE AND POSTED BY - ENDS *****************/

div
{
font-family:Arial,Verdana,  Helvetica, sans-serif;

}
div #formUpload .textfield{
height:20px;
}
div.docLink{
border:none;
font-size:11px;
}
div.gallery{
border:none;
}
div.post
{
text-align:justify;
font-size:12px;
color:#666666;
position:relative;
width:500px;
margin-left:230px;
top:60px;
margin-bottom:120px;
}


div.post br{
}

div.post span
{
color:#999999;
padding-left:0px;
width:510px;
position:absolute;
border-bottom:3px #CCCCCC solid;
font-size:11px;
font-family:"Arial";
margin-left:-10px;
}

div.post #postForm .small{
margin-top:5px;
}

div.post form {
margin-top:60px;
font-family:"Arial";
padding-bottom:50px;
}

div.post form .small
{
border:none;
}

div.post form textarea{
margin-top:10px;
padding-left:5px;
background-color:#ffffff/*#CDB97C;*/
font-size:12px;
color:#000000;
}

div.post form #uploadAnchor{
border:none;
color:#000000;
font-size:12px;
text-decoration:underline;
font-weight:lighter;
}

div.post form .small{
margin-top:20px;
margin-left:0px;
width:550px;
}

#authorInput{
height:15px;
margin-top:0px;
}

div.post h2
{
line-height: 110%;
margin-bottom: 20px;
padding: 10px 0px 0px 40px;
font-family:Arial, serif;
font-size:30px;
margin-left:0px;
background:url(vrfk_bullet.gif) no-repeat;
}

div.post h2:hover
{
/*background:url(airplane2.gif) no-repeat;*/
}
div.post h2 a
{
color:#999999;
}

div.post h2 a:hover
{
color:#333333;
}

div.post ul
{
width:100px;
margin: 0px 0px -15px 0px;
padding: 0px;
list-style-type: none;
font-family:"Arial";
font-size:12px;
text-decoration:underline;
}

* html div.post ul
{
margin-left:0px;
}

div.post ul li
{
}

div.post ul a
{
color:#666666;
font-weight:lighter;
text-decoration:underline;
}

div.post ul a:hover
{
color:#999999;
}

div.newPost
{
margin: 5px;
}

.commentBlock
{
margin-top: 20px;
margin-left:-16px;
width:590px;
position:relative;
}

* html .commentBlock
{
margin-left:-15px;
}

div.comment
{
font-size: 11px;
color: #000000;
padding-bottom:50px;
}
#msgInput{
width:500px;
height:150px;
}
#editorBody{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
}
#contentInput{
width:400px;
}
#subjectInput{
margin-top:0px;
}

#catIdInput{
height:20px;
}
div.comment h5 span
{
font-size:11px;
font-weight:normal;
border:none;
margin-top:0px;
margin-left:10px;

}
div.comment h5
{
border:2px;
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
width:500px;
font-size:11px;
font-weight:normal;
margin-left:20px;
}

div.comment a
{
font-size:12px;
font-weight:lighter;
text-decoration:underline;
margin-left:20px;
}

.commentText{
color:#660000;
width:530px;
margin-left:20px;
}

img, div.post img
{
border: 0px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}

div img
{
display: inline;
}

table
{
border: 0px;
font-size: x-small;
}

td
{
padding: 5px;
}


.categoryAnchor {
font-weight:lighter;
color:#999999;
margin-left:348px;
position:absolute;
text-align:right;
width:150px;
font-size:13px;
font-family:"Arial";
z-index:2;
text-transform:uppercase;
}


.categoryAnchor:hover {
color:#666666;
}


div.post .commentAnchor {
color:#666666;
font-family:"Arial";
font-size:12px;
font-weight:lighter;
text-decoration:underline;
}

* html div.post .commentAnchor
{
width:120px;
}

div.post .commentAnchor:hover {
color:#999999;
}

.commentAnchor{
background:none;
}
#commentCntAnchor
{
font-family:"Arial";
font-size:12px;
font-weight:lighter;
background:none;
}

* html #commentCntAnchor
{
width:70px;
}

/************** TEXTFIELD SETTINGS STARTS ***************/

.textfield
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
background-color:#ffffff;/*#CDB97C;*/
border:0px;
}

input.textfield, select.textfield
{
color:#000000;
padding-left:2px;
font-size:11px;
width:168px;
height:15px;
border:1px;
border-color:#999999;
border-style:single;
}

.button{
font-size:11px;
color:#ffffff;
background-color:#e22500;/*#996600;*/
margin-top: 40px;
width:50px;
border:3px double black;
}



.button:hover{
color:#FFFFFF;
}
/************** TEXTFIELD SETTINGS ENDS ****************/



/************** ANCHORS SETTINGS STARTS *****************/

a
{
color: #555;
text-decoration: none;
font-weight: bold;
}

a:visited
{
}

a:hover
{
color:#996600;
}

a.small
{

}

h1 a, h1 a:visited
{
color: #333333;
}
/************** ANCHORS SETTINGS ENDS ****************/


