/*
// ---------------------------------------------------------------------------------
// Sets base styles for site
// ---------------------------------------------------------------------------------
*/

/* BASIC TYPOGRAPHY
-----------------------------------------------------------------------------------*/

html {
	background: #000;
	font-family: Arial, verdana, sans-serif;
}

body {
	min-width: 945px;
}

h1 {
	font-size: 32px;
	margin: 26px 0 0 0;
	display: block;
}

p {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 11px 0;
}

p.large {
	font-size: 14px;
	line-height: 21px;
}

ul {
	font-size: 12px;
	line-height: 18px;
}

strong {
	font-weight: bold;
}

hr {
	display: none;
}

sup {
	color: #696969;
	font-size: 11px;
	display: inline-block;
	vertical-align: top;
}


/* BASIC FORMS
-----------------------------------------------------------------------------------*/
input {
	padding: 2px;
}

/* CONTAINERS
-----------------------------------------------------------------------------------*/
div.center {
	width: 945px;
	margin: 0 auto;
}

/* HEADER
-----------------------------------------------------------------------------------*/
div#header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	float: left;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
}

div#header a.logo {
	float: left;
}

/* Share This & See The Latest */
div#filters {
	float: right;
	padding: 15px 0 0 0;
	width: 222px;
}

ul#filters-options li {
	float: left;
	position: relative;
}

div#filters a.get-local,
div#filters a.share-this {
	background: url(/geekthelibrary-static/themes/geek-the-library/icn-filters-h.gif) no-repeat left;
	padding: 5px 7px 3px 16px;
	margin: 0 5px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

div#filters a.get-local:hover,
div#filters a.share-this:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/icn-filters-h.gif) no-repeat left;
	color: #fff;
}

ul#local-filter {
	position: absolute;
	padding: 8px 5px 5px 5px;
	background: #cb0c32;
	width: 150px;
	margin: 0 0 0 -36px;
	border: 4px solid #a20d2b;
}

ul#filters-options ul#local-filter li {
	float: none;
}

ul#local-filter li.rule {
	border-top: 1px solid #bc2118;
	margin: 1px 0 0 0;
	padding: 1px 0 0 0;
}

ul#local-filter li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
}

ul#local-filter li a:hover {
	background: #a20d2b;
}
/* Override default styles in Share This box */
object#atff {
	width: 0 !important;
}

div#at20mc #at15s {
	background: #a20d2b !important;
	border: none !important;
	padding: 10px !important;
	margin: 5px 0 0 -15px !important;
}

div#at15s #at_hover {
	background: #FFFFFF !important;
	border-right: 1px solid #cb0c32 !important;
	border-left: 1px solid #cb0c32 !important;
}

div#at15s #at16pf {
	padding-bottom: 3px !important;
	border-bottom: 1px solid #cb0c32 !important;
	border-right: 1px solid #cb0c32 !important;
	border-left: 1px solid #cb0c32 !important;
}

div#at15s #at15s_head {
	border-top: 1px solid #cb0c32 !important;
	border-right: 1px solid #cb0c32 !important;
	border-left: 1px solid #cb0c32 !important;
}

/* NAVIGATION
-----------------------------------------------------------------------------------*/
div#navigation {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 900;
	top: 55px;
	left: 0;
}

div#navigation ul {
	font-size: 11px;
	line-height: 15px;
	float: left;
	border-top: 1px solid #420511;
	border-bottom: 1px solid #420511;
}

div#navigation ul:hover {
}

div#navigation ul li {
	float: left;
	width: 241px;
	margin: 0 1px 0 0;
}

div#navigation ul li a {
	padding: 15px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	margin: 5px 5px 5px 0;
}

div#navigation ul li a:hover {
	background: #cb0c32;
	-moz-border-radius:3px;
}

div#navigation ul li#nav-geekon a:hover strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat -228px 0;
}
div#navigation ul li#nav-library a:hover strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat -228px -17px;
}
div#navigation ul li#nav-support a:hover strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat -228px -34px;
}

div#navigation ul li a span {
	width: 210px;
	height: 32px;
	display: block;
	cursor: pointer;
}

div#navigation ul li a:hover span {
}

div#navigation ul li strong {
	display: block;
	text-indent: -9999px;
	height: 17px;
	margin: 0 0 5px 0;
	cursor: pointer;
}

div#navigation ul li#nav-geekon strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat;
}
div#navigation ul li#nav-library strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat 0 -17px;
}
div#navigation ul li#nav-support strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat 0 -34px;
}
div#navigation ul li#nav-involved strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat 0 -51px;
	height: 18px;
	margin: 0;
}

div#navigation ul li#nav-surveyhome {
	width: 218px;
	margin: 0;
	padding: 8px 0 0 0;
}

div#navigation ul li#nav-surveyhome a {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-homesurvey.png) no-repeat;
	display: block;
	width: 219px;
	height: 68px;
	text-indent: -9999px;
	padding: 0;
}

div#navigation ul li#nav-involved {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-involved-bg.png) no-repeat;
	padding: 13px 0 0 0;
	width: 218px;
}

form#get-involved-quick input {
	font-size: 12px;
	color: #696969;
	padding: 1px;
}

form#get-involved-quick label {
	display: none;
}

input#giq-email {
	width: 210px;
	margin: 0 0 5px 0;
}

input#giq-zip {
	width: 149px;
	margin: 0 5px 0 0;
}

img#giq-submit {
	vertical-align: middle;
	margin: -3px 0 0 0;
	cursor: pointer;
}

/* Interior Navigation */
div#navigation-int {
	width: 100%;
	float: left;
	position: absolute;
	z-index: 900;
	top: 40px;
	left: 0;
}

div#navigation-int ul#main-nav-int {
	font-size: 11px;
	line-height: 15px;
	float: left;
	height: 102px;
}

div#navigation-int ul#main-nav-int li {
	float: left;
	width: 241px;
	margin: 0 1px 0 0;
}

div#navigation-int ul#main-nav-int li a {
	padding: 25px 12px 25px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	margin: 0 1px 0 0;
}

div#navigation-int ul#main-nav-int li a span {
	display: none;
	cursor: pointer;
}

div#navigation-int ul#main-nav-int li strong {
	display: block;
	text-indent: -9999px;
	height: 17px;
	margin: 18px 0 5px 0;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

div#navigation-int ul#main-nav-int li a:hover strong,
body#geekon div#navigation-int ul#main-nav-int li#nav-geekon strong,
body#library div#navigation-int ul#main-nav-int li#nav-library strong,
body#support div#navigation-int ul#main-nav-int li#nav-support strong {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div#navigation-int ul#main-nav-int li#nav-geekon strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles-int.png) no-repeat;
}
div#navigation-int ul#main-nav-int li#nav-library strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles-int.png) no-repeat 0 -23px;
}
div#navigation-int ul#main-nav-int li#nav-support strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles-int.png) no-repeat 0 -45px;
}
div#navigation-int ul#main-nav-int li#nav-involved strong {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-titles.png) no-repeat 0 -51px;
	height: 18px;
	margin: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div#navigation-int ul#main-nav-int li#nav-involved {
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-involved-bg.png) no-repeat;
	padding: 13px 0 0 0;
	width: 218px;
}

/* Sub-Interior Navigation */
div#int-nav {
	background: #cb0c32;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	height: 40px;
}

div#int-nav ul {
	width: 945px;
	margin: 0 auto;
}

div#int-nav ul li {
	float: left;
}

div#int-nav ul li a {
	color: #f6c9c7;
	text-decoration: none;
	padding: 10px 13px 10px 13px;
	display: block;
	margin: 1px 10px 1px 0;
}

div#int-nav ul li strong a {
	color: #fff;
	font-weight: bold;
	background: url(/geekthelibrary-static/themes/geek-the-library/nav-arrow.gif) right no-repeat;
}

div#int-nav ul li a.active {
	color: #000;
}

div#int-nav ul li a:hover {
	color: #000;
}

div#int-nav ul li#survey-btn {
	float: right;
}

div#int-nav ul li#survey-btn a {
	background: url(/geekthelibrary-static/themes/geek-the-library/btn-survey.png) no-repeat;
	text-indent: -9999px;
	width: 218px;
	height: 32px;
	margin: 4px 0 0 0;
	padding: 0;
	overflow: hidden;
}

/* HOME PAGE GALLERY
-----------------------------------------------------------------------------------*/
div#stage {
	height: 430px;
	margin: 150px 0 0 0;
	background: url(/geekthelibrary-static/themes/geek-the-library/home2-blank.jpg);
}

div#thumbs { display: none; }

.galleria {
	list-style: none;
	position: absolute;
	top: 500px;
}

.galleria li {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #222;
}

.galleria li a {
	display: none
}

.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}

.galleria li div img {
	cursor: pointer;
}

.galleria li.active div img,
.galleria li.active div {
	display: block;
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}

.galleria li .caption {
	display: block;
	padding-top: .5em;
}

/* MSIE bug */
* html .galleria li div span {
	width: 400px;
}

div#home-content {
	position: absolute;
	color: #fff;
	width: 545px;
	height: 320px;
	top: 240px;
	margin: 0 0 0 401px;
}

div#home-content p {
	margin: 0 0 20px 0;
}

div#home-movie {
	float: left;
}

div#home-movie div {
	border: 2px solid #bbb;
	width: 305px;
	height: 192px;
	margin: 0 0 5px 0;
}

div#home-movie a {
	color: #fff;
	font-size: 11px;
}

div#home-movie a:hover { color: #cb0c32 }

div#home-links {
	float: right;
	width: 210px;
	color: #cb0c32;
}

div#home-links h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#home-links ul {
	margin: 0 0 0 14px;
}

div#home-links ul li {
	list-style-type: disc;
	margin: 0 0 5px 0;
}

div#home-links a {
	color: #fff;
	font-weight: bold;
}

div#home-links a:hover {
	color: #cb0c32;
}


/* SUPPORTING CONTENT
-----------------------------------------------------------------------------------*/
div#supporting {
	margin: 0 0 20px 0;
	padding: 20px 0 2px 0;
	float: left;
	width: 945px;
	border-bottom: 10px solid #420511;
	border-top: 10px solid #cb0c32;
}

div.support-l {
	float: left;
	width: 445px;
}

div#supporting p {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

div.support-r {
	float: right;
	width: 485px;
}

div.support-r div {
	float: right;
	width: 225px;
	margin: 0 0 0 15px;
}

div#home-geekingit {
	background: url(/geekthelibrary-static/themes/geek-the-library/postit-home.png) no-repeat top;
	width: 182px;
	height: 146px;
	margin-top: -40px;
	margin-bottom: 25px;
	z-index: 800;
	position: relative;
	padding: 65px 15px 0 15px;
}

div#home-geekingit h3 {
	display: none;
}

div.support-r div#home-geekingit ul li {
	border: none;
}

div.support-r div#home-geekingit strong {
	color: #000;
}

div.support-r div#home-geekingit ul li a {
	padding: 3px 8px;
	text-decoration: none;
}

div.support-r div#home-geekingit ul li a:hover {
	background: none;
	text-decoration: underline;
}

div.support-r div#home-geekingit a {
	color: #0a70b1;
	text-decoration: underline;
}

div.support-r div#home-geekingit a:hover {
	color: #000;
}

div.support-l h2 {
	font-size: 18px;
	margin: -11px 0 5px 0;
}

div.support-l h2 span {
	color: #cb0c32;
}

div.support-r h3 {
	font-size: 18px;
	padding: 0 0 5px 5px;
	color: #cb0c32;
	border-bottom: 1px solid #cb0c32;
	font-weight: bold;
}

div.support-r ul li {
	border-bottom: 1px solid #420511;
}

div.support-r ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px;
	margin: 1px 0;
	display: block;
	font-size: 12px;
}

div.support-r ul li a:hover {
	background: #cb0c32;
	color: #fff;
}

div.support-r a {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	display: block;
	font-size: 11px;
}

div.support-r a:hover {
	color: #cb0c32;
}

ul#geeking-it a {
	font-size: 11px;
}

ul#geeking-it img {
	float: left;
	border: 1px solid #300f0b;
	margin: 2px 5px 0 0;
}

ul#geeking-it strong {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}

ul#geeking-it strong span {
	color: #cb0c32;
}

body#home div#whatdoyougeek {
	position: absolute;
	margin: 0;
	z-index: 0;
}

/* Interior Supporting */
div#supporting.interior {
	border-top: none;
	padding: 0;
}

div#supporting.interior div.support-r {
	padding: 20px 0 0 0;
}

div#whatdoyougeek {
	position: absolute;
	margin: -75px 0 0 0;
	z-index: 20;
}

div#whatdoyougeek h3 {
	font-weight: bold;
	color: #cb0c32;
	font-size: 14px;
	margin: 0 0 5px 0;
}

input#igeek {
	background: url(/geekthelibrary-static/themes/geek-the-library/bg-igeek.png) no-repeat left #fff;
	padding: 5px 5px 5px 80px;
	width: 300px;
	margin: 0 5px 0 0;
}

input#igeek-btn {
	vertical-align: middle;
	margin: -3px 0 0 0;
}

div#geek-facts {
	position: absolute;
	margin: -435px 0 0 -8px;
	z-index: 21;
	width: 470px;
	display: none;
}

div#geek-facts-text {
	border: 10px solid #a20d2b;
	padding: 20px;
	background: #cb0c32;
	width: 388px;
	height: 118px;
	color: #fff;
}

div#geek-facts-text a {
	color: #000;
}

div#geek-facts-arrow {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekfacts-arrow.gif) no-repeat right;
	width: 445px;
	height: 19px;
}

div#geek-facts-shadow {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekfacts-shadow.png) no-repeat;
	padding: 7px;
}


/* FOOTER
-----------------------------------------------------------------------------------*/
div#footer {
	margin: 0 0 20px 0;
	float: left;
	width: 945px;
}

div#footer ul {
	float: left;
	margin: 0 0 15px 0;
}

div#footer ul li {
	float: left;
}

div#footer ul li a {
	font-weight: bold;
	color: #555;
	margin: 0 15px 0 0;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #fff;
}

p.copyright,
p.endorsement {
	color: #555;
	font-size: 11px;
	line-height: 15px;
	clear: both;
}

/* MAIN CONTENT AREA
-----------------------------------------------------------------------------------*/
div#content-area {
	margin: 183px 0 0 0;
	float: left;
	width: 100%;
	background: #fff url(/geekthelibrary-static/themes/geek-the-library/bg-content.png) repeat-x top;
}

div.content-left {
	width: 685px;
	float: left;
}

div#content {
	width: 945px;
	margin: 0 auto;
}

div#page-intro {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	background: url(/geekthelibrary-static/themes/geek-the-library/bg-page-intro.gif) repeat-x bottom;
}

div#bottom-bar {
	width: 100%;
	height: 10px;
	margin: 36px 0 1px 0;
	background: #cb0c32;
	float: left;
}

p.intro {
	font-size: 16px;
	margin: 9px 0 13px 0;
	line-height: 22px;
}

p.source {
	font-size: 11px;
	color: #696969;
	line-height: 15px;
	margin: 20px 0 0 0;
	clear: both;
}

div#content h2 {
	margin: 0 0 21px 0;
	font-size: 18px;
	font-weight: bold;
}

div#content h3 {
	font-weight: bold;
	margin: 21px 0 11px 0;
}

div#content h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div#content h2 strong {
	color: #cb0c32;
}

div#content a {
	color: #0952b4;
}

div#content a:hover {
	color: #cb0c32;
}

div#content ul {
	margin: 10px 0 30px 30px;
	font-size: 14px;
	line-height: 21px;
}

div#content ul li {
	list-style-type: disc;
	margin: 0 0 9px 0;
}

div#content ul li ul {
	margin-bottom: 0;
}

div#content ul li ul li {
	list-style-type: circle;
}

/* SIDEBAR AREA
-----------------------------------------------------------------------------------*/
div.sidebar {
	margin: 0 0 0 15px;
	float: right;
	width: 240px;
}

div.sidebar-content {
	padding: 60px 20px 0 20px;
	background: url(/geekthelibrary-static/themes/geek-the-library/sidebar-bg.png) no-repeat;
	float: left;
}

div.sidebar-bottom {
	background: url(/geekthelibrary-static/themes/geek-the-library/sidebar-bottom.jpg) no-repeat;
	width: 200px;
	height: 154px;
	padding: 0 20px;
	float: left;
}

div#content div.sidebar-bottom p {
	font-size: 16px;
	line-height: 20px;
	border-top: 1px dotted #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
	padding: 10px 0 15px 0;
	font-weight: bold;
}

div.sidebar p {
	font-size: 12px;
	line-height: 18px;
}

div.sidebar-content div {
	padding: 0 0 20px 0;
}

div.polaroid,
div.myth-stamp {
	margin: 0 0 20px 0;
}

div#content div.sidebar h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #a9a9a9;
	padding: 0 0 5px 0;
}

div#content div.sidebar ul.geekingit-list {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

div.sidebar div#get-social ul li {
	width: 80px
}

/* Geeking It sidebar section */
div.geeking-sidebar h3 {
	border-bottom: 2px solid;
	padding: 0 0 10px 0;
	margin: 0;
}

div#content div.geeking-sidebar ul {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

div#content div.geeking-sidebar ul li {
	list-style-type: none;
	border-bottom: 1px dotted #adadad;
	color: #696969;
	margin: 0;
	padding: 1px 0;
}

div.geeking-sidebar ul li img {
	float: left;
	margin: 2px 8px 0 0 ;
}

div#content div.geeking-sidebar a {
	font-size: 11px;
}

div#content div.geeking-sidebar ul li a {
	border: none;
	font-size: 11px;
	display: block;
	padding: 5px;
	text-decoration: none;
}

div#content div.geeking-sidebar ul li a:hover {
	background: #f5f5f5;
}

div.geeking-sidebar a strong {
	color: #000;
	font-size: 14px;
}

div.geeking-sidebar a strong span {
	color: #cb0c32;
}

div#get-social-sidebar {
	float: left;
	margin: 0;
	padding: 0 10px;
	margin: 10px 0 5px 0;
}

div#get-social-sidebar.geek-on {
	padding: 10px;
	background: #f5f5f5;
	border: 10px solid #eaeaea;
	margin: 30px 0 0 0;
	float: right;
	width: 250px;
}

div#get-social-sidebar.geek-on h3 {
	font-weight: normal;
	font-size: 18px;
	color: #cb0c32;
	margin: 0 0 5px 0;
}

div#get-social-sidebar.geek-on p {
	font-size: 12px;
	line-height: 17px;
}

div#get-social-sidebar ul {
	margin: 0;
	float: left;
}

div#get-social-sidebar ul li {
	list-style-type: none;
	padding: 0;
	text-indent: -9999px;
	background: none;
	float: left;
}

div#get-social-sidebar.geek-on ul li {
	margin: 10px 15px 0 0;
}

div#get-social-sidebar ul li a {
	display: block;
	overflow: hidden;
	margin: 0 10px 0 0;
}

div#get-social-sidebar ul li.facebook a {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat 0 0;
	width: 73px;
	height: 23px;
	margin-top: 2px;
}

div#get-social-sidebar ul li.facebook a:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat 0 -23px;
}

div#get-social-sidebar ul li.flickr a {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat 0 -45px;
	width: 73px;
	height: 21px;
}

div#get-social-sidebar ul li.flickr a:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat 0 -65px;
}

div#get-social-sidebar ul li.youtube a {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat -90px 0px;
	width: 73px;
	height: 26px;
}

div#get-social-sidebar ul li.youtube a:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat -90px -26px;
}

div#get-social-sidebar ul li.twitter a {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat -90px -55px;
	width: 78px;
	height: 17px;
	margin: 3px 0 0 0;
}

div#get-social-sidebar ul li.twitter a:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-logos.gif) no-repeat -90px -72px;
}

div.sidebar div#geekingit-sidebar h3 {
	text-indent: -9999px;
	border: none;
	height: 25px;
	width: 200px;
	background: url(/geekthelibrary-static/themes/geek-the-library/geekingit-hd.gif) no-repeat;
	display: block;
}

div.sidebar div#lib-geekingit-sidebar h3 {
	text-indent: -9999px;
	border: none;
	height: 28px;
	width: 200px;
	background: url(/geekthelibrary-static/themes/geek-the-library/lib-geektoo-hd.gif) no-repeat;
	display: block;
}

/* GET YOUR GEEK ON
---------------------------------------------------*/
div#geekwall {
	width: 624px;
	float: left;
}

div#geekwall-posts {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-bg-pt.jpg) repeat-y;
	min-height: 400px;
	width: 501px;
	padding: 0 61px 0 62px;
	float: left;
}

div.geekwall-post {
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #8e8e8e;
	float: left;
	width: 501px;
}

div#content div.geekwall-post h2 {
	margin: 20px 0 10px 0;
}

p.permlink {
	font-size: 11px;
	text-align: right;
}

div.geekwall-post object {
	margin: 0 0 10px 0;
	float: left;
}

div#geekwall-header {
	width: 624px;
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-header.jpg) no-repeat;
	height: 96px;
	float: left;
}

div#geekwall-footer {
	width: 501px;
	padding: 30px 61px 0 62px;
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-footer.jpg) no-repeat;
	height: 320px;
	float: left;
}

div#content p.pagination {
	font-size: 12px;
	float: left;
	margin: -20px 0 0 0;
}

div#content p.rss-feed {
	float: right;
	background: url(/geekthelibrary-static/themes/geek-the-library/feed-icon-14x14.png) no-repeat left;
	padding: 0 0 0 18px;
	margin: -20px 0 0 0;
	font-size: 12px;
}

div#content p.pagination span.next-prev {
	padding: 2px 5px;
	border: 1px solid #bbb;
	color: #696969;
}

div#content p.pagination a.next-prev {
	font-weight: bold;
}

div#content p.pagination a {
	padding: 2px 5px;
	border: 1px solid #5b8bcc;
	text-decoration: none;
}

div#content p.pagination a:hover {
	color: #000;
	background: none;
	border: 1px solid #0952b4;
}

div#content p.pagination strong {
	background: #cb0c32;
	padding: 2px 5px;
	color: #fff;
	border: 1px solid #a20d2b;
}

div#content p.geekwall-signoff {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
}

div#geekwall-sidebar {
	float: right;
	width: 300px;
}

div#buy-geekgear {
	float: right;
	margin: 25px 0 0 0;
}

div#geekingit {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekingit-bg.jpg) no-repeat;
	float: left;
	width: 226px;
	height: 240px;
	margin: 20px 0 0 0;
	padding: 85px 37px 0 37px
}

div#content ul.geekingit-list {
	margin: 0;
	padding: 0;
}

div#content ul.geekingit-list li {
	list-style-type: none;
	margin: 0;
}

div#content ul.geekingit-list li a {
	color: #000;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

div#content ul.geekingit-list li a strong {
	color: #cb0c32;
}

div#content ul.geekingit-list li a:hover {
	background: none;
	border: none;
	color: #000;
	text-decoration: underline;
}

div#content div#geekingit p {
	margin: 15px 0 0 0;
}

div#content div#buy-geekgear a {
	border: none;
	padding: 0;
}

div#get-social ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#get-social h3 {
	font-weight: bold;
	border-bottom: 2px solid;
	padding: 0 0 10px 0;
	margin: 36px 0 10px 0;
}

div#get-social p {
	font-size: 12px;
	line-height: 17px;
	clear: both;
}

div#content div#get-social ul {
	line-height: 17px;
	margin: 10px 0;
	float: left;
}

div#get-social ul li {
	list-style-type: none;
	padding: 0 0 0 20px;
	float: left;
	width: 120px;
	display: block;
}

li.facebook {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-facebook.gif) no-repeat left;
}
li.flickr {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-flickr.gif) no-repeat left;
}
li.youtube {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-youtube.gif) no-repeat left;
}
li.linkedin {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-linkedin.gif) no-repeat left;
}
li.twitter {
	background: url(/geekthelibrary-static/themes/geek-the-library/social-twitter.gif) no-repeat left;
}

/* GEEK BOOK
-----------------------------------------------------------------------------------*/

div#geekbook-form {
	width: 240px;
	float: right;
	background: #cb0c32;
	padding: 15px;
	border: 10px solid #a20d2b;
	color: #fff;
}

div#geekbook-form fieldset {
	border-top: 1px dotted #bc2118;
	border-bottom: 1px dotted #bc2118;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

div#geekbook-form h3 {
	margin: 0;
	font-weight: bold;
}

div#geekbook-form label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

div#geekbook-form input {
	margin: 0 0 10px 0;
	width: 230px;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	background: #fff;
}

div#geekbook-form input.btn-submit {
	font-family: Arial, sans-serif;
	width: auto;
}

div#geekbook-form input#geek {
	background: url(/geekthelibrary-static/themes/geek-the-library/bg-igeek-sm.png) no-repeat left #fff;
	padding-left: 50px;
	width: 183px;
}

div#geekbook-form textarea {
	width: 235px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	height: 110px;
	margin: 0 0 10px 0;
}

div#geekbook-form p {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 10px 0;
}

div#geekbook-form ol {
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

div#geekbook-form ol li {
	list-style-type: decimal;
}

div#geekbook-form-overlay {
	background: #cb0c32;
	width: 210px;
	height: 540px;
	position: absolute;
	margin: 10px 0 0 20px;
	padding: 30px;
	color: #fff;
}

div#geekbook-form-overlay h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

div#geekbook-form label.error {
	background: #000;
	padding: 3px;
	border: 1px solid #a20d2b;
	margin: -10px 0 10px 0;
}

/* Geek Board/Wall */
div#geekboard {
	float: left;
	width: 624px;
}

div#geekboard h2 {
	display: block;
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-top.png) no-repeat;
	text-indent: -9999px;
	height: 131px;
	margin: 0;
}

div#geekboard p.geekboard-close {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-bottom.png) no-repeat;
	color: #fff;
	font-size: 18px;
	padding: 30px 75px 0 75px;
	height: 140px;
	float: left;
	width: 474px;
}

div#geekboard-geeks {
	background: url(/geekthelibrary-static/themes/geek-the-library/geekwall-middle.png) repeat-y;
	padding: 20px 75px 0 75px;
	float: left;
	width: 464px;
}

div#geekboard-geeks ul {
	margin: 0;
	width: 465px;
	float: left;
	line-height: 24px;
	font-size: 12px;
}

div#geekboard-geeks ul li {
	margin: 0 12px 0 0;
	list-style-type: none;
	float: left;
}

div#geekboard-geeks ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#geekboard-geeks ul li a strong {
	color: #cb0c32;
	font-weight: normal;
}

div#geekboard-geeks ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* IGEEK CUSTOM PAGE
---------------------------------------------------*/
div.igeek-highlight {
	background: #f5f5f5;
	border: 10px solid #eaeaea;
	width: 625px;
	padding: 20px;
	float: left;
}

div#content div.igeek-highlight h2 {
	font-weight: normal;
	color: #cb0c32;
	margin: 0 0 5px 0;
}

div.igeek-shadow {
	background: url(/geekthelibrary-static/themes/geek-the-library/igeek-shadow.png) no-repeat;
	width: 685px;
	height: 30px;
	float: left;
}

div.igeek-highlight p {
	float: left;
	width: 310px;
}

div#content div.igeek-highlight ul {
	float: right;
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	width: 280px;
}

/* SPREAD THE WORD
-----------------------------------------------------------------------------------*/
div#spreadtheword {
	width: 685px;
}

div#spreadtheword ul {
	float: right;
	width: 215px;
	font-weight: bold;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}

div#spreadtheword ul li {
	list-style-type: disc;
	margin: 0;
}

div#spreadtheword h3 {
	padding: 18px 0 0 0;
	margin-right: 0;
}

div#spreadtheword p {
	width: 420px;
}

div.network {
	border-bottom: 1px dotted #adadad;
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
}

div#content div.network h2 {
	margin: 0 0 10px 0;
}

/* EVENTS & ACTIVITIES
-----------------------------------------------------------------------------------*/
div.event {
	border-bottom: 1px dotted #a9a9a9;
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
}

div.event p {
	font-size: 12px;
	line-height: 17px;
}

div#events h2 {
	font-weight: normal;
	color: #cb0c32;
	border-bottom: 1px dotted;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}

div.events-column {
	float: left;
	width: 685px;
	margin: 0 20px 0 0;
}

div#content div#event-nav p {
float: left;
margin: 0 10px 0 0;
}

div#content div#event-nav ul {
margin: 0 0 20px 0;
float: left;
}

div#content div#event-nav ul li {
list-style-type: none;
display: inline;
font-weight: bold;
margin: 0 10px 0 0;
}

/* GEEK GEAR
-----------------------------------------------------------------------------------*/

div#custom-gear {
	float: left;
	border-bottom: 1px dotted #a9a9a9;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div#gear-app {
	float: left;
	width: 685px;
	height: 400px;
	background: #000;
}

p.gear-terms {
	color: #4b4b4b;
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 0 0;
	float: left;
}

div#gear-examples {
	float: right;
	background: url(/geekthelibrary-static/themes/geek-the-library/gear-examples.jpg) no-repeat;
	text-indent: -9999px;
	width: 260px;
	height: 400px;
}

div#standard-gear {
	margin: 25px 0 0 0;
}

div#standard-gear h2 {
	font-weight: normal;
	color: #cb0c32;
	margin: 0 0 5px 0;
}

div#content div#standard-gear ul {
	margin: 0;
	padding: 0;
}

div#content div#standard-gear li {
	list-style-type: none;
	float: left;
	margin: 0 20px 0 0;
}

p.gear-selection {
	font-size: 12px;
}

p.gear-selection span {
	text-decoration: underline;
	cursor: pointer;
	color: #0952b4;
}

p.gear-selection span.view {
	color: #000;
	text-decoration: none;
	cursor: auto;
}

ul#gygo-gear,
ul#posters {
	display: none;
}

/* FREE DOWNLOADS
-----------------------------------------------------------------------------------*/
div#wallpapers,
div#web-banners,
div#email-signatures {
	float: left;
	margin: 0 0 40px 0;
	width: 680px;
}

div#wallpapers h2,
div#web-banners h2,
div#email-signatures h2 {
	font-weight: normal;
	padding: 0 0 5px 0;
	color: #cb0c32;
	border-bottom: 1px dotted;
	padding: 0 0 10px 0;
}

div#web-banners {
	float: left;
}

div.wp {
	float: left;
	margin: 0 15px 0 0;
	width: 155px;
	cursor: pointer;
}

div#content div.wp ul {
	margin: -30px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	background: #f5f5f5;
	padding: 10px 10px 0 10px;
	border: 1px solid #a9a9a9;
	border-top: none;
	position: absolute;
	width: 138px;
}

div#content div.wp ul li {
	list-style-type: none;
}

div#content div.wp h3 {
	margin: 10px 0 10px 6px;
	font-size: 14px;
}

div#content div.wp p {
	margin: 0 0 10px 6px;
	font-size: 12px;
	line-height: 15px;
}


div.banner {
	float: left;
	margin: 0 0 10px 0;
	border-top: 1px dotted #a9a9a9;
	padding: 10px 0 0 0;
}

div.banner img {
	float: left;
}

div.banner textarea {
	width: 360px;
	font-size: 12px;
	font-family: courier, sans-serif;
	height: 100px;;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #ddd;
	border: none;
}

div.banner textarea.long {
	margin: 0 0 10px 0;
	width: 660px;
	height: 60px;
}

div.banner textarea.tall {
	width: 498px;
}

div.banner img.highlight {
	cursor: pointer;
	margin: 0 0 0 10px;
}

img.banner-size {
	cursor: pointer;
	margin: 10px 20px 20px 0;
	vertical-align: top;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}

img.banner-size:hover,
img.banner-size.banner-on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

div#square-banners,
div#vertical-banners,
div#horizontal-banners {
	display: none;
}



/* GEEK THE LIBRARY
-----------------------------------------------------------------------------------*/
div.value-card {
	float: left;
	background: url(/geekthelibrary-static/themes/geek-the-library/value-card-bg.png) right no-repeat;
	margin: 0 0 10px 0;
}

div.value-holder {
	text-indent: -9999px;
	width: 466px;
	height: 238px;
	float: left;
	cursor: pointer;
}

div.value-holder-first {
	text-indent: -9999px;
	width: 466px;
	height: 238px;
	float: left;
	cursor: pointer;
}

div#value-roi {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-roi.jpg) no-repeat 0 -238px;
}
div#value-jobs {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-jobs.jpg) no-repeat 0 -238px;
}
div#value-possibilities {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-possibilities.jpg) no-repeat 0 -238px;
}
div#value-access {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-access.jpg) no-repeat 0 -238px;
}
div#value-support {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-support.jpg) no-repeat 0 -238px;
}
div#value-community {
	background: url(/geekthelibrary-static/themes/geek-the-library/value-community.jpg) no-repeat 0 -238px;
}

div.value-text {
	padding: 9px 0;
	width: 479px;
	float: right;
	overflow: hidden;
}

div.card-slide {
	background: #cb0c32;
	height: 179px;
	padding: 20px;
	color: #fff;
	margin: 0;
	width: 439px;
}

p.debunk a {
	display: block;
	text-indent: -9999px;
	background: url(/geekthelibrary-static/themes/geek-the-library/debunk-link.png) no-repeat 0 0;
	width: 168px;
	height: 35px;
	float: right;
	margin: 0 0 0 0;
	overflow: hidden;
}

p.debunk a:hover {
	background: url(/geekthelibrary-static/themes/geek-the-library/debunk-link.png) no-repeat -168px 0;
}

div.value-text sup {
	color: #f08c86;
}

div#content div.value-text a {
	color: #fff;
}

div#content div.value-text a:hover {
	color: #000;
}

/* Myth or Reality */
div.misconception {
	color: #fff;
	float: left;
	margin: 0 10px 5px 0;
}

div.myth {
	padding: 50px 10px 10px 10px;
	background: url(/geekthelibrary-static/themes/geek-the-library/myth.png) no-repeat #000;
	color: #fff;
	width: 195px;
	min-height: 250px;
	margin: 10px 2px 0 0;
	cursor: pointer;
}

div#content div.myth h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
}

div.myth-shadow {
	background: url(/geekthelibrary-static/themes/geek-the-library/myth-shadow.png) no-repeat;
	width: 215px;
	height: 20px;
}

div.myth p {
	display: none;
}

/* Get the facts */
dl#facts {
	font-size: 14px;
	line-height: 21px;
}

dl#facts dt {
	font-size: 16px;
	color: #cb0c32;
	background: #cb0c32;
	color: #fff;
	padding: 5px 10px;
	margin: 0 0 5px 0;
}

dl#facts dd {
	margin: 0 0 20px 10px;
}

/* Librarian Geeks */
div.librarian-geek {
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}

div#content div.librarian-geek h2 {
	margin: 25px 0 3px 0;
}

div.librarian-story {
	background: url(/geekthelibrary-static/themes/geek-the-library/libgeek-arrow.png) no-repeat top left #cb0c32;
	color: #fff;
	padding: 50px 30px 15px 30px;
}

p.librarian-location {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #e07187;
}

div.librarian-shadow {
	background: url(/geekthelibrary-static/themes/geek-the-library/igeek-shadow.png) no-repeat;
	width: 685px;
	height: 30px;
}

div#librarian-form {
	width: 495px;
}

div#librarian-form h2 {
	color: #cb0c32;
	margin: 0 0 10px 0;
	font-size: 18px;
}

div#librarian-form ol {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

div#librarian-form ol li {
	list-style-type: decimal;
}

div#librarian-form p {
	font-size: 11px;
	line-height: 15px;
}

form#libgeek-form {
	border-top: 1px dotted;
	padding: 25px 0 0 0;
	font-size: 12px;
	margin: 20px 0 0 0;
}

form#libgeek-form label {
	font-weight: bold;
	float: left;
	width: 120px;
	padding: 3px 0 0 0;
	margin: 0 10px 0 0;
}

form#libgeek-form input {
	width: 330px;
	margin: 0 0 15px 0;
	background: #f5f5f5;
}

form#libgeek-form input#igeek {
	width: 255px;
	margin: 0 0 10px 0;
	background: url(/geekthelibrary-static/themes/geek-the-library/igeek-libform.png) no-repeat #f5f5f5;
	padding: 3px 3px 3px 50px;
}

form#libgeek-form textarea {
	width: 323px;
	height: 100px;
	background: #f5f5f5;
	padding: 5px;
}

form#libgeek-form input.btn-submit {
	width: auto;
	margin: 10px 5px 0 130px;
	font-weight: bold;
	background: #cb0c32;
	color: #fff;
	border: 1px solid #e95f57;
	cursor: pointer;
	padding: 3px;
	display: inline;
}

a.cancel {
	color: #696969;
}

div#librarian-pages {
	border-top: 1px dotted #a9a9a9;
	padding: 10px 0 0 0;
	margin: -25px 0 0 0;
}

div#librarian-pages p.pagination,
div#librarian-pages p.rss-feed {
	margin: 0;
}

/* SHOW YOUR SUPPORT
-----------------------------------------------------------------------------------*/
img#support-people {
	margin: -145px 0 0 0;
}

div#support-container {
	float: left;
	width: 885px;
	padding: 10px 20px 20px 20px;
	border-top: 10px solid;
	border-bottom: 10px solid #eaeaea;
	border-left: 10px solid #eaeaea;
	border-right: 10px solid #eaeaea;
	background: #f5f5f5;
}

body#support div#geeklibrary-shadow {
	margin: 0 0 30px 0;
}

div#support-container h1 {
	margin: 10px 0 0 0;
}

div.support-issue {
	float: left;
	width: 275px;
	margin: 10px 0 0 0;
}

div.support-issue p {
	margin: 5px 0 0 0;
}

div.support-issue img {
	float: left;
	margin: 4px 5px 0 0;
}

div#support-say {
	margin: 10px 29px 0 29px;
}

div#content div.support-issue h2 {
	margin: 0;
}

div#content div.support-issue h2 {
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin: -2px 0 0 0;
}

div#content div.support-issue h2 a {
	color: #cb0c32;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

div#content div.support-issue h2 a:hover {
	color: #000;
}

div#content div.support-issue h2 a:hover strong {
	color: #000;
}

div#geeklibrary-shadow {
	background: url(/geekthelibrary-static/themes/geek-the-library/geeklibrary-shadow.png) no-repeat;
	width: 945px;
	height: 25px;
	clear: both;
}

body#support div#bottom-bar {
	margin-top: 0;
}

div#content ul li#letter-callout {
	list-style-type: none;
	background: url(/geekthelibrary-static/themes/geek-the-library/icon-letter.png) no-repeat left #f5f5f5;
	padding: 15px 10px 15px 75px;
	border: 5px solid #eaeaea;
	margin: 0 0 0 -15px;
}

div#sample-letter {
	width: 500px;
}

div#sample-letter h2 {
	font-weight: normal;
	color: #cb0c32;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 18px;
}

div#sample-letter textarea {
	width: 495px;
	height: 350px;
	font-family: courier;
	font-size: 12px;
	padding: 10px;
}

div.letter-copy {
	border-top: 1px dotted #cb0c32;
	border-bottom: 1px dotted #cb0c32;
	padding: 20px 0;
}

div.letter-copy p {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	line-height: 21px;
	padding: 0 20px;
}

/* SEE THE LATEST
--------------------------------------------------------------*/
div#news-blog {
	background: #f5f5f5;
	border: 10px solid #eaeaea;
	float: left;
	width: 625px;
	padding: 20px;
}

body#news div.sidebar ul {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

body#news div.sidebar ul li {
	list-style-type: none;
	border-bottom: 1px dotted #a9a9a9;
	margin: 0;
}

body#news div.sidebar ul li a {
	padding: 3px;
	display: block;
	margin: 1px 0;
	text-decoration: none;
}

body#news div.sidebar ul li a:hover {
	background: #f5f5f5;
}

div#content div.blog-post h2 {
	font-weight: bold;
	margin: 0 0 11px 0;
}

div#content div.blog-post h2 a {
	text-decoration: none;
	color: #000;
}

div#content div.blog-post h2 a:hover {
	text-decoration: underline;
}

div.blog-post {
	border-bottom: 1px dotted #a9a9a9;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

div.blog-post p.librarian-location {
	color: #696969;
}

p.postbits {
	color: #4b4b4b;
	font-size: 12px;
	clear: left;
}

div#content p.postbits a {
	color: #4b4b4b;
}


div#content p.postbits a:hover {
	color: #000;
}

span.date {
	background: url(/geekthelibrary-static/themes/geek-the-library/icon-calendar.png) no-repeat left;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

span.tags {
	background: url(/geekthelibrary-static/themes/geek-the-library/icon-tags.png) no-repeat left;
	padding: 0 0 0 15px;
}

div#news-blog p.pagination,
div#news-blog p.rss-feed {
	margin: -10px 0 0 0;
}

div#content p.more-items {
	font-weight: bold;
}

img.flickr {
	float: left;
	border: 1px solid #a9a9a9;
	padding: 3px;
	margin: 4px 10px 10px 0;
}

/* ABOUT
-----------------------------------------------------------------------------------*/
/* Press Releases */
div#content.releases h2 {
	font-weight: normal;
	color: #cb0c32;
	border-bottom: 1px dotted;
	padding: 0 0 4px 0;
}

div.press-release {
	border-bottom: 1px dotted #a9a9a9;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

div#content div.press-release h3 {
	font-size: 14px;
	margin: 0;
}

div.press-release p {
	font-size: 12px;
	line-height: 17px;
}

div.releases p.release-bits {
	font-size: 11px;
	color: #4b4b4b;
}

div#content.releases div.sidebar h3 {
	font-weight: normal;
}

div#content.releases div.sidebar div {
	margin: 0 0 30px 0;
}

/* Participating Libraris */
table.participating-libraries {
	width: 100%;
	font-size: 12px;
}

table.participating-libraries th {
	font-size: 11px;
	text-transform: uppercase;
	color: #696969;
	border-bottom: 2px solid #ddd;
	padding: 0 0 5px 0;
}

table.participating-libraries th.lib-city,
table.participating-libraries th.lib-website {
	width: 25%;
}

table.participating-libraries th.lib-library {
	width: 50%;
}

table.participating-libraries td {
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}

/* Contact */
form#contact-form {
	font-size: 14px;
	margin: 18px 0 0 0;
}

form#contact-form label {
	display: block;
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	font-weight: bold;
}

form#contact-form p.radio {
	margin: 0 0 27px 0;
}

form#contact-form p.radio label {
	display: inline;
	font-weight: normal;
	width: auto;
	float: none;
	margin: 0 10px 0 5px;
	font-size: 12px;
	padding: 0;
}

form#contact-form p.radio input {
	vertical-align: middle;
	margin: 0;
	width: auto;
}

form#contact-form input {
	width: 400px;
	margin: 0 0 10px 0;
}

form#contact-form textarea {
	width: 403px;
	height: 100px;
	padding: 3px;
}

form#contact-form input.btn-submit {
	width: auto;
	display: block;
	margin: 10px 0 0 110px;
}

div#terms-sidebar {
	width: 220px;
	float: right;
}

div#content div#terms-sidebar p {
	font-size: 12px;
	line-height: 17px;
}

div#content div#terms-sidebar h3 {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}

/* Terms & Privacy */
div#termsofuse {
	float: left;
}

div.legal ol {
	margin: 0 0 0 20px;
}

div.legal ol li {
	font-weight: bold;
	font-size: 12px;
	list-style-type: decimal;
}

div.legal ol.basic {
	margin: 0 0 10px 40px;
}

div.legal ol.basic li {
	font-weight: normal;
}

div.legal ol li ol li {
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 5px 0;
	font-weight: normal;
	list-style-type: upper-alpha;
}

div.legal ol li ol li ol li {
	list-style-type: lower-roman;
}

div.legal ol li ol {
	margin: 0 0 15px 20px;
}

div.legal p {
	font-size: 12px;
	line-height: 17px;
}

/* MODAL DIALOG
-----------------------------------------------------------------------------------*/
/* Container */
#modal-container {
	width: 495px;
	text-align: left;
	padding: 10px 30px 0 30px;
}

#modal-container .modal-content {
	background-color: #fff;
	padding: 20px 20px 2px 20px;
	float: left;
	height: 500px;
	border: 10px solid #f5f5f5;
	width: 515px;
	overflow: hidden;
}

/* MODAL DIALOG
-----------------------------------------------------------------------------------*/
div.sitemap {
	float: left;
	width: 280px;
	margin: 0 25px 0 0;
}

div#content div.sitemap h2 {
	margin: 0 0 5px 0;
	font-weight: normal;
}

div#content div.sitemap p {
	font-size: 12px;
	line-height: 17px;
}

div#content div.sitemap ul {
	font-size: 12px;
	line-height: 17px;
}
