/* Keep this line, it helps with the spacing    */
* {padding: 0px;margin: 0px;} /* not a comment! */
/* This is the body that shows AROUND the site  */
/* You can set an image for the background too  */
body {
background: #111111;
font-size: small;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #4c4c3c;
line-height: 18px;
min-height:100%;
}
/******************************************************************************/
/*    Basic Wrapper that defines the overall page                             */
/******************************************************************************/
#overall_page_shell_1 {
position: relative;
min-width: 770px;
width: 80%;
border: 0px;
padding: 5px 5px 5px; /* 30px on bottom for footer clearance */
margin-left: auto;
margin-right: auto;
min-height:100%;
background: #ffffff; /* white without an image */
}

/******************************************************************************/
/*     Template specific IDs for The Header                                   */
/******************************************************************************/
#splash {
position: relative;
left: 0px;
right: 0px;
height: 92px;
background: #ffffff; /* white */
}
/*********************** This is the left part of the header ******************/
#header1 {
position: absolute;
left: 0;
background: #FF7800 url('img/default_h1.gif') repeat-x;
width: 33%;
height: 100%;
}
#header1 h1 {
position: absolute;
font-size: 130%;
letter-spacing: -1px;
top: 20px;
left: 15px;
font-weight: normal;
color: #ffffff;
}
#header1 h1 a {
color: #ffffff;
text-decoration: none;
}
/*********************** This is the right part of the header *****************/
#header2 {
position: absolute;
right: 0;
width: 67%;
background: #EAEAE2 url('img/default_h2.png') repeat-x;
height: 100%;
}

#headerspacer {
position: absolute;
left: 0px;
width:5px;
height: 92px;
background-color: #ffffff;
}

#header2 h2 {
position: absolute;
font-size: 100%;
font-weight: normal;
color: #ffffff;
top: 51px;
right: 15px;
height: 92px;
}

#header2 a {
color: #ffffff;
text-decoration: none;
}
/******************************************************************************/
/*     horizontal spacers                                                     */
/******************************************************************************/
#MenuSpacer {
position: relative;
left: 0px;
right: 0px;
height: 0px;
background: #ffffff; /* white */
}
#PreFoterSpacer {
position: relative;
left: 0px;
right: 0px;
height: 5px;
background: #000000; /* white */
}
#PostFoterSpacer {
position: relative;
left: 0px;
right: 0px;
height: 0px;
background: #000000; /* white */
}
/******************************************************************************/
/*     Template specific IDs for The Menu Bar                                 */
/******************************************************************************/

#menu {
position: relative;
left: 0px;
right: 0px;
background: #ffffff;
height: 50px;
padding: 0; border: 0; margin: 0;
}

#menu ul {
position: absolute;
top: 0px;
line-height: 40px;
color: #dddddd;
font-weight: bold;
font-size: 100%;
}

#menu ul li {
display: inline;
line-height: 40px;
padding: 8px 0px 8px 20px;
}

#menu ul li a {
background-color: transparent;
background-repeat: repeat-x;
font-size: 100%;
color: #000000;
font-weight: bold;
padding: 5px;
}

#menu ul li a:hover {
background: #000000 url('img/menu_li.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

#date {
position: absolute;
top: 0px;
line-height: 40px;
color: #222222;
right: 30px;
font-weight: bold;
font-size: 90%;
letter-spacing: -1px;
}
/******************************************************************************/
/*     Template specific IDs for the content and sidebars                     */
/******************************************************************************/
#mainpage {
position: relative;
width:100%;
margin: 0; border: 0; padding: 0;
background-color: #000000; /*This just shows me bleed through */
}
#maincontent { /*table that holds the content in place */
position: relative;
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
border: 0; padding: 0;
width: 100%;
background-color: #000000;
}
#contenttd { /*td entry for content */
margin-top: 0;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
border: 0; padding: 0;
width: 90%;
}
#sidebartd { /*td entry for sidebars */
margin: 0; border: 0; padding: 0;
width: 180px;
}
/*********************** Format for the primary content ***********************/
#primarycontent h4 {
color: #ffffff;
}
#primarycontent h4 a {
color: #ffffff;
}
#primarycontent {
position: relative;
margin-left: auto;
margin-right: auto;
font-size: 100%;
color: #ffffff;
}

#primarycontent h3 {
position: relative;
font-size: 120%;
line-height: 25px;
color: #ffffff;
letter-spacing: -1px;
background: url('img/2p.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
margin-bottom: 10px;
margin-right: auto;
margin-left: auto;
}
#primarycontent a {
color: #5555ff;
}
#primarycontent .content {
padding: 0px 5px 0px 5px;
margin-bottom: 20px;
}

#primarycontent .post {
margin-bottom: 30px;
}

#primarycontent p.ques   {color: #00bfff; font-size:10pt; text-align:left;    margin: 0cm 0cm 0cm 0cm; }
#primarycontent p.j      {color: #ffffff; font-size:10pt; text-align:justify; margin: 0cm 0cm .5cm 0cm; }
#primarycontent ul       {color: #ffffff; font-size:10pt; }
#primarycontent li       {color: #ffffff; font-size:10pt; }


#homepagetable {
margin: 0px;
width: 100%;
border: none;
}

#homepagetd {
text-align:center;
width:33%;
height: 3.0ex;
border: 1px solid #ffffff;
padding-top: 3px;
padding-bottom: 3px;
}

/************************* Format for the left sidebar ************************/
#secondaryLcontent {
margin: 0; border: 0; padding: 0;
}

#secondaryLcontent h3 {
position: relative;
top: 4px;
font-size: 120%;
line-height: 25px;
color: #ffffff;
letter-spacing: -1px;
padding: 5px;
margin-bottom: 20px;
}
#secondaryLcontent a {
}

#secondaryLcontent .content {
padding: 0px 5px 0px 5px;
margin-bottom: 20px;
}


/*********************** Format for the right sidebar *************************/
#secondaryRcontent {
margin: 0; border: 0; padding: 0;
}

#secondaryRcontent h3 {
position: relative;
font-size: 120%;
line-height: 25px;
color: #ffffff;
letter-spacing: -1px;
padding: 5px;
margin-bottom: 10px;
}
#secondaryRcontent a {
}

#secondaryRcontent .content {
padding: 0px 10px 0px 10px;
margin-bottom: 20px;
}

/******************************************************************************/
/*     Template specific Footer ID                                            */
/******************************************************************************/
#futer {
position: relative;
clear:both;
width: 100%;
height: 72px;
text-align: center;
line-height: 50px;
background: #000000 url('img/logo.gif') right no-repeat;
color: #8C8C8C;
}
#futer p {
text-align: left;
padding-left: 10px;
color: #8C8C8C;
font-size: 70%;
}
#futer a {
color: #ff5555;
}

/******************************************************************************/
/*     End of Template specific IDs                                           */
/******************************************************************************/

/******************************************************************************/
/*     Add ID's, tags and classes for plugins here                            */
/******************************************************************************/


/******************************************************************************/
/*     Add tags and classes for your templates and overrides here             */
/******************************************************************************/

h3 a {
color: #5555ff;
text-decoration:none;
}

h3 a:hover {
color: #ff5555;
}
#sidebartd ul {
list-style: none;
}

.staticpage_content {
padding-left: 10px;
padding-right: 10px;
}
#chooselist {
color: #ffffff;
text-align:left;
padding-left: 20px;
}

/******************************************************************************/
/*     tags for lightbox2                                                     */
/******************************************************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

