/* style sheet for Broadway Bookshop written by skylarktechnology.com   */
/*============================================================================*/

body {
	width: 960px;
/*	width: 100%;*/
	margin: 0;
  padding: 0;
	background: #025;
	color: #fff;
  font: 13px verdana,arial,helvetica,sans-serif;
}

p, #content li, #content dd {
	font-size: 100%;
	line-height: 150%;
}

p, address {
  margin: 0 0 10px 0;
  padding: 0;
}

dl { margin: 0 0 10px 0; padding: 0; }
dt {
	margin: 3px 0 0 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}

address {
	margin-left: 30px;
	font-size: 100%;
	line-height: 150%;
	font-style: normal;
}

ul {
	/*list-style-type: square;*/
	list-style-position: default;
	margin-top: 0;
	margin-bottom: 10px;
}
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
  font: bold 160% palatino,times new roman,times,serif;
  line-height: normal;
	color: #bed;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 160%;
	/*line-height: 40px;*/
}

h2 {
	margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  font-size: 140%;
  color: #fff;
}
h3 {
  margin: 20px 0 0 0;
	font-size: 120%;
}

a {
	color: #bed;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #025;
	background: #bed;
	text-decoration: none;
}

a.img:hover { background: transparent; }

a img { border-color: #bed; }

strong { font-weight: bold; }
small { font-size: 90%; line-height: 130%; }

input, textarea, button, select, option {	font-size: 11px; }
/*input, textarea { width: 300px; }*/
.w150 { width: 150px; }

/*=======================================================================*/

#box {
	margin: 0 0 0 300px;
	padding: 0;
}

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

#top {
	float: left;
	width: 235px;
	margin: 0;
	padding: 15px 0 20px 20px;
}

#top img {
	margin: 0 0 10px 0;
	padding: 0;
/*	border-bottom: 20px solid #025;*/
}

img#logo {
	margin-bottom: 20px;
}

#top a.img img,
#top a.img:hover {
	background: none;
	border: none;
	border-color: transparent;
}

#top h1 {	
	display: none;
}

#top p,
#top ul,
#top h3 {
	margin-left: 20px;
}

#top p {
	margin-bottom: 15px;
	line-height: 130%;
}

#top li { color: #bed; }
#top li em { color: #fff; }

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

#admin-menu ul {
	width: 200px;
	margin-left: 35px;
	padding-left: 0;
}

#admin-menu a {
	/*display: block;*/
	width: auto;
	height: auto;
	background: none;
}
#admin-menu a:hover {
	background: #bed;
}

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

#menu {
	margin: 70px 0 30px 0;
	padding: 0;
	background: transparent;
  text-align: left;
}

#menu ul, #menu ul li {
  margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#menu ul li a {
/*	display: inline-block;*/
	margin: 0 30px 0 0;
	padding: 0;
  font: bold 18px palatino,times new roman,times,serif;
	/*line-height: 30px;*/
	/*letter-spacing: 1px;*/
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
}

#menu ul li a span {
	font-size: 10px;
	font-weight: normal;
	font: 9px verdana,arial,helvetica,sans-serif;
	text-transform: none;	
}

#menu a, #sub-menu a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#menu ul li a:hover, #menu ul li a:active,
#sub-menu a:hover, #sub-menu a:active {
	color: #bed;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#menu ul li a.on, #menu ul li a.first-on,
#menu ul li a.on:hover, #menu ul li a.first-on:hover,
#sub-menu a.on, #sub-menu a.first-on,
#sub-menu a.on:hover, #sub-menu a.first-on:hover {
	color: #bed;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	/*cursor: default;*/
}

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

#sub-menu {
	/*width: 720px;*/
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}

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

#content {
	width: 620px;
	margin: 0;
	padding: 0;
	/*border: 1px solid #ffc;*/
	text-align: left;
/*background: #ccc;*/
}

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

.image-home {
	width: 620px;
	height: 378px;
	margin-bottom: 20px;
	border: none;
}

#home #col-left h3:first-child,
#home #col-right h3:first-child {
	margin-top: 0;
}

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

.row {
	overflow: auto;
}

#col-left {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#col-right {
	margin: 0 0 0 320px;
	padding: 0;
}

#col-left2,
#col-right2 {
	float: left;
	width: 300px;
	margin: 0;
	padding-top: 10px;
}
#col-left2 {
	clear: both;
	margin: 0 20px 0 0;
}
#home #col-left2 {
	clear: right;
}

#col-right-float {
	float: right;
	width: 280px;
	margin: 0;
	padding: 0 0 10px 20px;
	background: #002255;
}

#col-right img {
	border-radius: 20px;
}

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

#footer {
	clear: both;
	margin: 0;
	padding: 20px 0 10px 20px;
}

#footer p {
	margin: 0;
	padding: 5px 5px 3px 5px;
	color: #ccc;
	font-size: 80%;
	line-height: 130%;
	text-align: left;
	border-top: 1px solid #bed;
}

/*=======================================================================*/

.box-border {
	padding: 8px 8px 0 8px;
	border: 1px solid #bed;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.notice-box {
	margin: 17px 0 0 0;
	padding: 7px 5px 0 7px;
	background: #136;
	border: 1px solid #bed;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.notice-box h3 {
	margin-top: 0;
}

.xmas {
	background-image: url(/i/holly.gif);
	background-repeat: no-repeat;
	background-position: 206px 20px;
}

.hr {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #bed;
}

/* recommendations */
h2.theme {
	margin: 0 0 5px 0;
	padding: 2px 5px 3px 5px;
	color: #002255;
	background: #bed;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
h2.category {
	margin-bottom: 15px;
	font-size: 130%;
}

/* location */
#map {
	width: 600px;
	height: 300px;
	border: 2px solid #bed;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.img-left, .img-right {
	width: 250px;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 1px solid #fff;
}

.img-left {
	float: left;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 15px;
}

p.big {
	font-size: 115%;
	text-align: justify;
}

p.lh-small {
	line-height: 130%;
}

.top {
	font-size: 90%;
	font-weight: normal;
	text-align: right;
}

.lh-tight { line-height: 150%; }

.req { color: #f60; }

.copy {
	clear: both;
	margin: 0;
	padding: 0 0 0 10px;
	color: #ccc;
	font-size: 85%;
	line-height: 130%;
	text-align: left;
}

.stl, .stl a {
	color: #336;
	font-weight: normal;
	text-decoration: none;
}
.stl a:hover {
	color: #025;
	text-decoration: underline;
}

.subscribe a {
	display: inline-block;
	margin: 0;
	padding: 6px 12px;
	color: #bed;
	background: #025;
	border: 2px solid #bed;
	border-radius: 10px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
}
.subscribe a:hover {
	color: #025;
	background: #bed;
	border: 2px solid #bed;
}

/*-----------------------------------------------------------------------*/
/* admin styles */

table.border
{
	border-left: 1px #bed solid;
	border-top: 1px #bed solid;
	/*color: #000;
	background: #fff;*/
}
table.border td, table.border th
{
	border-right: 1px #bed solid;
	border-bottom: 1px #bed solid;
	/*color: #000;
	background: #fff;*/
}

table.border th {
	/*color: #000;*/
	font-size: 12px;
	font-weight: bold;
}


p.alert {
	margin: 20px 0;
	color: #f60;
	font-weight: bold;
}


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


body,
#box,
#top,
#menu,
#content,
#footer
{
	border: 1px solid #0f0;
	border: none;
}


body {
	border: 1px solid #025;
}
/*#box {
	border: 1px solid #f00;
}*/

