/**************************************************
*
*
Global Styles
**************************************************/

* { outline: none; margin: 0; padding: 0; }

body {
	background: #fff url(../../images/body-bkgd.gif) repeat-x;
	font: normal 11pt helvetica, arial, sans-serif;
	color: #252525;
}

.img-cover {
	position: relative;
	overflow: hidden;
}

.img-cover span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

a:link, a:visited {
	/*color: #2a7fff;*/
	color: #00a5d9;
	background: #fff;
}

a:hover {
	color: #00f; background: #fff;
}



/**************************************************
Typograffiti
**************************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 120%;
}

h1 {
	font-size: 18pt;
	color: #00a5d9;
	background: #fff;
	margin: 0 0 .5em;
}

h2 {
	font: italic bold 10.5pt georgia, garamond, "Times New Roman", serif;
	color: #fdb913;
	background: #fff;
	margin: 1.5em 0 1em;
}

h3 {
	font-size: 11pt;
	color: #00a5d9;
	background: #fff;
	margin: 0 0 .5em;
}

h1.alphabet-title { text-transform: uppercase; }
h1.category-title { text-transform: capitalize; }

#alpha-bar h2 {
	display: inline;
	font: bold 10.5pt helvetica, arial, sans-serif;
	color: #707070;
	background: #f5f5f5;
	margin-right: 20px;
}

#side-content h2 {
	font: bold 13pt helvetica, arial, sans-serif;
	color: #464646;
	background: #fff;
	margin: 1em 0 .5em 0;
}

p {
	line-height: 120%;
	margin: 0 0 1em 0;
}




/**************************************************
*
*
Main Container
**************************************************/

#container {
	margin: 0 auto;
	width: 900px;
}


/**************************************************
Header
**************************************************/

#header {
	margin: 2.5em 0 .75em 0;
	padding: 0 0 0 2em;
	width: 900px;
}

#logo, #logo span {
	width: 202px; 
	height: 43px;
}

#logo span {
	background: url(../images/logoB4S.png) top left no-repeat;
}





/**************************************************
Navigation
**************************************************/

#navi {
	background: url(../../images/navi-bkgd.gif) no-repeat;
	width: 900px;
	height: 30px;
}

#navi ul {
	list-style: none;
}

#navi ul li {
	float: left;
	font-size: 12pt;
	line-height: 30px;
	margin: 0 1em;
}

#navi ul li.there {
	color: #f7941d;
	background: #151515;
	padding: 0 1em;
}

#navi ul li.signin-nav {
	float: right;
	text-transform: uppercase;
	font-size: 10pt;
}

#navi ul li a:link, #navi ul li a:visited {
	color: #fff;
	background: #151515;
	text-decoration: none;
	padding: 0 1em;
}

#navi ul li a:hover {
	color: #2a7fff;
	background: #151515;
}


/*
	Alphabet Bar
**************************************************/

#alpha-bar {
	line-height: 24px;
	background: #f5f5f5;
	border-bottom: 2px solid #d7d7d8;
	padding: 0 20px;
}

#alpha-bar p {
	display: inline;
	word-spacing: .75em;
}

#alpha-bar p a {
	text-decoration: none;
	background: #f5f5f5;
}

#alpha-bar p a.there {
	font-weight: bold;
	color: #fdb913;
	background: #fff;
	padding: 1px 5px;
}




/**************************************************
Footer
**************************************************/

#footer {
	clear: both;
	font-size: 10pt;
	color: #fff;
	background: #373737;
	border-top: 4px solid #7fd2ec;
	padding: 10px 15px 5px;
	height: 15px;
}

#footer span { float: left; }
#footer ul { float: right; list-style: none; }
#footer ul li { float: left; margin: 0 20px; }

#footer a:link, #footer a:visited {
	text-decoration: none;
	background: none;
}

#footer a:hover { color: #fff; background: #373737; }




/**************************************************
Content
**************************************************/

#content-container {
	clear: both;
	margin: 20px 0 0 0;
}

#main-content {
	float: left;
	border-left: 1px solid #ebebeb;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	width: 634px;
	min-height: 300px;
}

#side-content {
	float: left;
	margin: 0 15px 0 0;
	width: 235px;
}

span.search-query { font-style: italic; }

span.category-label {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	margin-top: -5px;
}

p.definition {
	border-left: 6px solid #fff8e7;
	padding-left: 15px;
}


/*
	Sidebar
**************************************************/

ul#category-list {
	list-style: none;
}

ul#category-list li {
	text-transform: uppercase;
	line-height: 21px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 3px;
}

ul#category-list li a {
	display: block;
	text-decoration: none;
	text-indent: 15px;
}

ul#category-list li a:hover {
	background: #fff4e7;
}

ul#category-list li.there a {
	font-weight: bold;
	color: #f8941d;
	background: #fff4e7;
}


/*
	Categories Content
**************************************************/

table#listing-table { width: 100%; }

table#listing-table th, table#listing-table td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

table.category-table th.term-col { width: 220px; }
table#listing-table th h2 { margin: 0; }
table#listing-table tr.odd { background: #fff4e7; }
table#listing-table a { background: transparent; }
table#listing-table a.more-link { font-variant: small-caps; }



/*
	Homepage Content
**************************************************/

#term-of-day {
	border: 10px solid #f1f1f1;
	padding: 0 10px;
}

#term-of-day h2 {
	margin: 10px 0 5px;
	padding-bottom: 3px;
	border-bottom: 3px double #efefef;
}

#term-of-day h2 small {
	color: #aaa;
}

p.definition small {
	font-style: italic;
}