/* CSS for the "bay area shopping spree" web site*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff
}
/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */
* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #686464;
}
/* Layout */

#siteContainer {
	margin: 0 auto;
	width: 980px;
}

#topRight {
        width: 160px;
        height: 190px;
        float: right;
}
#buttons {
        width: 160px;
        height: 80px;
        float: right;
}

#adCol {
	width: 180px;
	float: right;
	
} 


/* This is the new container div, to use with adSense */
#newContainer {
  float: left;
  width: 780px;
}
#newContainer * {
  border: 0;
}

/* the container contains all the divs and makes sure they are centrally aligned.  
Note that IE uses the text-align: center; in the body to align everything centrally */

#container {
	margin: 0 auto;
	width: 780px;
}
#container * {
  border: 0;
}
#hdr {  /* header/banner area */
	width: 780px;
	height: 175px;
	background: url('images/hdr.gif') no-repeat top left;
}
#lftcol {  /* left column showing the extra info on the left side of the main column */
	float: left;
	width: 210px;
        padding-top: 15px;
	background: transparent;
}
#maincol {  /* main column where the main text is located */
	float: right;
	width: 570px;
	background: #ffffff;
	overflow: hidden;
}
#linkBar {  /* top bar houses the top navigation */
	margin-top: 15px;
	margin-bottom: 20px;
	float: right;
	width: 570px;
	height: 30px;
	background: url('images/menu_bar.gif') no-repeat top right;
}
#bttmbar {  /* bottom bar houses the copyright information and the bottom navigation */
	margin-bottom: 20px;
	float: right;
	width: 570px;
	height: 30px;
	overflow: hidden
}
#bttmbar span#copyright {   /*styles for the copyright text */
	margin-left: 25px;
	float: left;
	line-height: 30px;
	text-align: right;
	font-size: 9px;
	color: #c54d13;
}
span#bold {
  font-weight: bold;
  color: #FF9933;
  font-size: 13px;
}
span.redBold {
  font-weight: bold;
  font-size: 12px;
  color: #c54d13;
}
#maincol span#price {
  color: #c54d13;
}
#maincol span#sale {
  font-weight: bold;
  font-size: 13px;
  color: #c54d13;
}
span#strong {
  color: #c54d13;
  font-weight: bold;
}

span#catSubHdr {
	color: #686464;
	font-size: 12px;
}
/* Text styles */

/* Below is the style for the main site title */

/* Styles for the main site title */
#sitetitle {
	position: relative;
	top: 70px;    /* shifts text into exact position */
	left: 400px;  /* shifts text into exact position */
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;   /* 100 is the thinnest font weight */
	color: #FF9933;     /* orange color */
	letter-spacing: 6px /* spaces out the letters a bit */
}
/* Styles for the site's subtitle */	
#subtitle {
	position: relative;
	top: 160px;    /* shifts text into exact position */
	left: 345px;  /* shifts text into exact position */
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color:#c54d13;      /* the blue color that we use all over */
	letter-spacing:1px /* spaces out the letters a bit */
}
/* Styles for the main column of the page */

/* Styles for the main column headers */
#maincol h1, h2 {
	margin: 15px 10px 5px 25px;
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #c54d13;
}

#maincol h1 img {
	padding-left: 10px;
	vertical-align: middle;
	}

#maincol h2 {
	margin: 15px 10px 5px 25px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #c54d13;
}

#maincol h1 a:link, #maincol h1 a:visited {
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #c54d13;
	text-align: left;
	text-decoration:none
}

#maincol h1 a:hover, #maincol h1 a:active {   /* These are the styles for the Main column links */
	font-size: 18px;
	font-weight: normal;
	line-height: 19px;
	color: #c54d13;
	text-align: left;
	text-decoration: underline
}

/* paragraph text in the main column */
#maincol p {
	color: #686464;
	margin: 5px 10px 5px 25px;
	letter-spacing: 0px
}

#maincol .abstractNav {
  width: 425px;
  height: 30px;
  margin: 10px 10px 0px 135px;
  
}

#maincol .abstractNav ul {
  	color: #c54d13;
	margin-left: 0px;
	display: inline;
}

#maincol .abstractNav li {
	display: inline;
	color: #c54d13;
	padding-right: 18px;
	font-size: 9px
}

#maincol .abstractNav img {
	vertical-align: middle;
	width: 16;
	height: 16;
}

/* The 'p' that defines the layout of the abstract+photo */
#maincol .imageNote {
	margin: 5px 10px 5px 25px;
}
/* Layout of article + photos in the home page */
#maincol .imageNote img {
	margin: 5px 20px 5px 0px;
	float: left;
}


/***** NOT IN USE ANYMORE - USE  #articleHdr INSTEAD *************/
#maincol .articleHdrDiv {
	height: 20px;
	width: 570px;
	margin: 5px 0px 10px 25px;
}
#maincol .articleHdrDiv .articleHdrDate {
	display: inline;
	margin: 5px 0px 10px 0px;
}

#maincol .articleHdrDiv .articleHdrDate img {
	vertical-align: middle;
	padding-left: 10px;
}

#maincol .articleHdrDiv ul {
	display: inline;
  margin-left: 150px;	
}
#maincol .articleHdrDiv li {
	display: inline;
  color: #c54d13;
	font-size: 10px;
	margin-left: 10px;
}

#maincol .articleHdrDiv a {
	font-size: 10px;
}
/****************************************************/



#maincol .articleNav {
	color: #c54d13;
	font-size: 9px;
	text-align: right;
	margin-right: 0em;
	margin-top: 15px;
        clear: left;
}

#maincol .articleNav a {
	color: #c54d13;
	font-size: 10px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/* article in the main column in the "article page" */
#maincol .ar {
	color: #686464;
	margin: 5px 10px 5px 25px; /* top - right - bottom - left */
	letter-spacing: 0px
}
#maincol .ar img {
	margin: 5px 15px 5px 0px;
	float: left;
}

#maincol .photoLine {
	margin: 20px 40px 20px 25px;
	display: block;
}

#maincol .photoWithText {
  line-height: 16px;
  margin: 25px 40px 5px 25px; 
  display: inline;
}

#maincol .photoWithText img {
  vertical-align: middle;
}


/* The area in the "article page" where all the comments appear */
#maincol .comment {
	margin: 0px 0px 5px 25px; /* top - right - bottom - left */
	background: url('images/comment_startingpoint1.gif') no-repeat top left;
}
/* A list is used for the header of each commnet. The elements of the list will appear "inline" */
#maincol .comment ul {
	display: block;
	margin: 0px 0px 15px 45px; /* top - right - bottom - left */
	text-align:right;
}
#maincol .comment li {
	display: inline;
	padding-right: 0px;
	font-size: 10px;
	margin-left: 10px;
	color: #c54d13;
}
#maincol .comment p {
	margin: 0px 40px 5px 0px; /* top - right - bottom - left */
}

#maincol .inputForm {
  margin: 40px 0 20px 0;
  width: 570px;
}

#maincol .inputForm p {
  margin-left: 25px;
  padding-top: 15px;
  color: #686464;
}

#maincol .inputForm label {
	width: 25em;
	color: #c54d13;
	float: left;         /* lables will start where the "margin-left" is */
	margin-right: 2em;   /* right margin after the longest label */
	display: inline;
	line-height: 30px;
	font-weight: bold;
}
#maincol .inputForm input {
	background: #fff;
	color: #686464;
	border: 1px solid #686464;
	width: 350px;
	height: 2em;
	padding-top:4px;
	overflow: hidden
}
#maincol .inputForm textarea {
	color: #686464;
	border: 1px solid #686464;
}
#maincol .inputForm .submit input {
	background: #c54d13;
	color: #ffffff;
	border: 2px outset;
	width: 175px;
	text-align: center;
	padding-top: 0px;
	font-weight: bold;
}
/* the dates which appear at the top of each article */
#maincol .date {
	margin-left: 25px;
	font-size: 9px;
	letter-spacing: 1px
}

#maincol .date img {
	padding-left: 10px;
	vertical-align: middle;
	
	}



#maincol a:link, #maincol a:visited {   /* These are the styles for the Main column links */
	color: #c54d13;    /* light blue */
	text-align: left;
}
#maincol a:hover, #maincol a:active {   /* These are the styles for the Main column links */
	text-decoration: none;
	color: #c54d13;    /* light blue */
	text-align: left;
}
#maincol .bannerBox {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/* Links in the left column */
#lftcol a:link, #lftcol a:visited {
	color: #686464;
	text-align: left;
}
#lftcol a:hover, #lftcol a:active {
	color: #c54d13;
	text-align: left;
	text-decoration: none;
}
#lftcol.ad_img {
   text-align: center;
}
/* Other styles */

/* Rules - ruler that seperates items */
div.rule {
	margin: 10px 0 20px 0;
	width: 570px;
	height: 10px;
	background: url('images/ruler_o.gif') no-repeat center;
	border: 0;
}
/* The ruler between the comments */
div.comment_rule {
	margin: 10px 0 20px 0;
	width: 570px;
	height: 10px;
	background: url('images/ruler_o.gif') no-repeat;
	border: 0;
}
/* Just a blank ruler */
div.blank {
	width: 570px;
	height: 20px;
}
/* a blank ruler for the left column */
div.leftColBlank {
	width: 190px;
	height: 15px;
}

div.leftcolFrame {
	/*margin: 15px 15px 15px 0px;*/
        margin-bottom: 10px;
	width: 190px;
	background: url('images/leftframe_2.gif') no-repeat bottom;
	overflow: hidden;
}
div.leftcolLinkFrame {
	/*margin: 15px 15px 15px 0px;*/
        margin-bottom: 10px;
	width: 190px;
	background: url('images/leftframe_2.gif') no-repeat bottom;
	overflow: hidden;
}
div.leftcolFrametop { /* This div adds the top rounded corners of the box.  The bottom is included in the leftcolbox div as the background image */
	height: 10px;
	width: 190px;
	background: url('images/leftframetop_2.gif') no-repeat top;
}
/* Titles in the left column */	
.leftcolFrame h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #c54d13;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 20px;
}
.leftcolLinkFrame h1, h2 h3{
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #c54d13;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 20px;
}

.leftcolFrame p {   /* text style for left col boxes */
	margin: 0px 10px 12px 15px;
	font-size: 12px;
	line-height: 17px;
	color: #FF9933;
	font-weight: bold;
}
#lftcol .specialLink {
        color: #c54d13;
        font-weight: bold;
}
#lftcol a.specialLink{
        color: #000000;
        font-weight: bold;
}
#lftcol  a.specialLink:link, #lftcol a.specialLink:visited {
        color: #000000;
        font-weight: bold;
}
#lftcol  a.specialLink:hover, #lftcol a.specialLink:active {
        color: #000000;
        font-weight: bold;
}
.leftcolLinkFrame p {   /* text style for left col boxes */
	margin: 0px 10px 12px 15px;
	font-size: 12px;
	line-height: 18px;
	color: #FF9933;
	font-weight: normal;
}
.leftcolFrame img { /* Styles for images in the left column boxes */
	padding-right: 1em;
	vertical-align: middle;
	width: 16;
	height: 16;
}
.leftcolLinkFrame img { /* Styles for images in the left column boxes */
	padding-right: 1em;
	vertical-align: middle;
	width: 16;
	height: 16;
}

#lftcol h2 a:link, #lftcol h2 a:visited {
	color: #c54d13;
	text-align: left;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}
#lftcol h2 a:hover, #lftcol h2 a:active {
	color: #c54d13;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

acronym {  /* Acronyms are hovered over to reveal their meaning e.g. OSWD = Open Source Web Design */
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	cursor: help;  /* To make cursor appear as a help question mark/arrow  */
}


#articleHdr {
  margin-top: 5px;
  margin-bottom: 10px;
  float: right;
	height: 20px;
	width: 570px;
}
#articleHdr span#articleDate {
  margin-left: 25px;
  float: left;
  line-height: 20px;
  text-align: right;
}
#articleHdr img {
	vertical-align: middle;
	padding-left: 10px;
}
#articleHdrUL {
	float: right;
	margin-right: 25px
}
#articleHdrUL li {
	display: inline;
	color: #c54d13;
	font-weight: normal;
	font-size: 10px;
}
#articleHdrUL a {
	padding-left: 10px;
	font-size: 10px;
	line-height: 20px;
}

/* link Bar at the top */
#linkBar span#category {
    margin-left: 25px;  
    float: left;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
}

#linkBarNavigation {
	float: right;
	margin-right: 20px
}
#linkBarNavigation li {
	display: inline;
	font-weight: normal;
}
#linkBarNavigation a {
	padding-left: 35px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #ffffff;
}
#linkBarNavigation a:link, #linkBarNavigation a:visited {
	
}
#linkBarNavigation a:hover, #linkBarNavigation a:active {
	text-decoration: none;
}

/* Bottom Nav */

#bttmnav {
	float: right;
	margin-right: 10px
}
#bttmnav li {
	display: inline;
	font-weight: normal;
}
#bttmbara {
	padding-left: 10px;
	font-size: 9px;
	line-height: 30px;
}
#bttmbar a:link, #bttmbar a:visited {
	color: #c54d13;
}
#bttmbar a:hover, #bttmbar a:active {
	text-decoration: none;
	color: #c54d13;
}

