/*

-Copyright Vixx 2005 (http://geek-goddess.net) prepared for Girija Marthanden

-Credits: 
	Mark 	(Diveintoaccessibility.com) for Accessibility modifications
	Jem 	(http://jemjabella.co.uk) for nifty CSS centering tip

This stylesheet is fully annoted for your convenience.
Please remember to make a BACk-UP copy before attempting to make any changes! 

/* 
----------------------------------
ACCESSIBILITY MODERATIONS! 

You should not need to change this! 
----------------------------------
*/

/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */
  

/* 
----------------------------------
LAYOUT-SPECIFIC

You should not need to change this! 
----------------------------------
*/

body {	background-image: url('http://straightonjuice.com/geek_goddess/bg.gif'); 
	margin: 0px; 
	padding: 0px;
	background-repeat: repeat-x; 
	background-color: #F7E7D8; 
	text-align: center;
	color: #000000;
	font: 12px Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 150%;
}


.banner {
	background: no-repeat url('http://straightonjuice.com/geek_goddess/header-banner.jpg');
	width: 750px;
	height: 450px;
	padding: 0px;
}


.footer {
	background: no-repeat url('http://straightonjuice.com/geek_goddess/footer-banner.jpg');
	width: 750px;
	height: 100px;
	padding: 0px;
}


#container{
	width:750px;
	padding: 0px;
	text-align: center;
	background-image: url('http://straightonjuice.com/geek_goddess/bg-container.gif'); 
}

.centered {
	margin: 0 auto 0 auto;
}


/* 
----------------------------------
GENERAL STYLING

This controls General Styling across 
the entire site.

----------------------------------
*/


/* Entry Date */
h1 {
	color:#C57D33;
	font: 30px/30px Georgia, serif;
	text-align: left;
	margin:0px;
	padding: 0px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #8E251F;
}

a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}

/* Table styling */
td {
	color: #583522;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

/* Table Styling */
tr {
	color: #583522;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}



/* 
----------------------------------
MAIN CONTENT (BLOG BODY)

This is the styling for the blog 
body.

----------------------------------
*/

/* Positioning of the Centre Section - don't touch this! */
  #content {
  float: left;
  width: 370px;
  margin: -150px 0 0 0px;
  z-index: 3;
  letter-spacing: 0px;
  padding: 2px;
  }
html>body>#container>#content {
  margin: -150px 0 0 0px;
}

/* Entry Body Text */
#content p {
	color: #583522;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

/* Entry Headings */
#content h2 {
	color: #9C2708;
	font: 12px Verdana, Arial, Verdana, sans-serif;
	font-weight: bold;
	text-align: right;
	margin-top: -10px;
	margin-right: 20px;
}


/* Text at the end of each entry */

#content p.posted {
	color: #583522;
	border-top: 1px solid #583522;
	text-align: center;
	margin-bottom: 10px;
	line-height: normal;
	padding: 3px;
	}
	

/* Styling for text in the 'blockquote' tags */
blockquote {
	margin: 1.2em 20px;
	padding: 1px 20px;
	background-color: #C57D33;
	border: 1px solid #666363;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
}
	
/* Styling for the credits on the footer - you shouldn't need to touch this! */

.credit {
	padding: 12px 10px 10px 10px;
	color:#FFFFFF;
	font: 10px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align: center;
}

.credit a:link, .credit a:active, .credit a:visited {
text-decoration: none;
color: #FFFFFF;
}

.credit a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}


/* 
----------------------------------

SIDE BAR SPECIFIC
Styling for the navigation links in the sidebars 

----------------------------------
*/


ul, ol {
	margin:5px 5px 10px 30px;
	color:#FFFFFF;
	line-height: 150%;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	text-align: left;
	}
html>body>#container>#sidebar2>ul {
	line-height: 150%;
	margin:5px 5px 10px 0px;
}
html>body>#container>#sidebar>ul {
	line-height: 150%;
	margin:5px 5px 10px 0px;
}


li {
	margin:-3px 0px 0px 2px;
	color:#FFFFFF;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	text-align: left;
}
html>body>#container>#sidebar2>ul>li {
	margin: 2px 5px 2px 0px;
}
html>body>#container>#sidebar>ul>li {
	margin:2px 5px 2px 0px;
}


/* 
----------------------------------

LEFT-HAND SIDEBAR

----------------------------------
*/

/* Positioning of the left-hand sidebar - don't touch this! */
  #sidebar {
  float: left;
  width: 160px;
  margin: -150px 0 0 5px;
  z-index: 3;
  letter-spacing: 0px;
  padding: 2px 2px 2px 10px;
  }
html>body>#container>#sidebar {
  margin: -150px 0 0 10px;
}


/* Styling for the left sidebar Headers */
h2.sidebar{
	color: #9C2708;
	font: 14px Georgia, Times New Roman, serif;
	font-weight: bold;
	text-align: left;
	margin:3px 5px 0px 15px;
}

/* Styling for the left sidebar text */
#sidebar p {
	margin:0px 7px 0px 2px;
	padding: 5px 10px 5px 10px;
	color:#FFFFFF;
	font: 11px Verdana, Arial, Verdana, sans-serif;
	text-align: left;
}

/* Styling for the left sidebar links */

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
text-decoration: none;
color: #FFFFFF;
}


#sidebar a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}

/* 
----------------------------------

RIGHT-HAND SIDEBAR

----------------------------------
*/
/* Positioning of the right-hand sidebar - don't touch this! */
  #sidebar2 {
  float: right;
  width: 160px;
  margin: -150px 0px 0 0px;
  z-index: 3;
  letter-spacing: 0px;
  padding: 2px 2px 2px 10px;
  }
html>body>#container>#sidebar2 {
  margin: -150px 10px 0 0px;
}


/* Styling for the right sidebar Headers */

h2.sidebar2{
	color: #9C2708;
	font: 14px Georgia, Times New Roman, serif;
	font-weight: bold;
	text-align: left;
	margin: 5px 5px 3px 14px;

}


/* Styling for the left sidebar text */

#sidebar2 p {
	margin:0px 5px 0px 5px;
	padding: 2px 2px 2px 10px;
	color:#FFFFFF;
	font: 11px Verdana, Arial sans-serif;
	text-align: left;
}

.blogrollmain {
	margin:0px 5px 0px 5px;
	padding: 2px 2px 2px 10px;
	color:#FFFFFF;
	font: 11px Verdana, Arial sans-serif;
	text-align: left;
}

.girjia {
	color:#9C2708;
	font: 11px Verdana, Arial sans-serif;
	text-align: left;
	padding: 0px 2px 2px 14px;
	letter-spacing: 1px;
}

#sidebar2 a:link, #sidebar2 a:active, #sidebar2 a:visited {
text-decoration: none;
color: #FFFFFF;
}
#sidebar2 a:hover {font-weight: normal; 
	color: #000000; 
	text-decoration: underline;
}


/* 
----------------------------------
ACCESSIBILITY

You do not need to change this! 
----------------------------------
*/


.skiplink {display:none}
abbr, acronym {
   border: none;
} 

abbr[title], acronym[title] {
   border-bottom: 1px dotted #000000; 
   cursor: help;
}