/* Page Sections */
#footer {
	background: #637BA3;
	border-top: 5px solid #002B7B;
	color: white;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: white;
}

#nav {
	height: 22px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 13px 0px 5px 5px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

#footnav {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

#nav span {
	font-size: 13px;
	margin: 0px 10px;
}

#footnav span {
	font-size: 12px;
	margin: 0px 10px;
}

#footnav span {
	font-size: 12px;
}

#nav a {
	color: white;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 5px solid #637BA3;
}

#footnav a {
	color: white;
	text-decoration: none;
}

#footnav a:hover {
	text-decoration: underline;
}

#nav a:hover {
	color: #DED;
	text-decoration: none;
	border-bottom: 5px solid white;
}
/* Etc */
img {
	vertical-align: bottom;
}

/* Content Area */

.content {
	ooborder: 1px solid red;
	width: 460px;
	margin-left: 135px;
}

.wcontent {
	ooborder: 1px solid yellow;
	width: 590px;
	margin-left: 5px;
}

.lside {
	margin-top: 0px;
	float: left;
	width: 120px;
	ooborder: 1px solid green;
}

.rside {
	margin-top: 0px;
	ooborder: 1px solid blue;
	float: right;
	width: 310px;
}

.smlside {
	margin-top: 0px;
	float: left;
	width: 280px;
	ooborder: 1px solid green;
}

.smrside {
	margin-top: 0px;
	ooborder: 1px solid blue;
	float: right;
	width: 280px;
}

form { padding: 0; margin: 0; }

.adspace {
	margin: 10px 0px;
}

.article .adspace {
	text-align: center;
	border: 0px solid #AAA;
	border-width: 1px 0px 1px 0px;
	padding: 10px 0px;
}
/* Colorful Stuff */
a.a_orange,
a.a_blue,
a.a_green,
a.a_red,
a.a_dyellow,
a.a_fgreen,
a.a_teal,
a.a_purple,
a.a_magenta {
	display: block;
	border-left: 5px solid black;
	padding: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: white;
	text-decoration: none;
}

a.a_orange { background: #E59732; border-color: #C36E00; }
a.a_blue { background: #637BA3; border-color: #002B7B; }
a.a_green { background: #63A36F; border-color: #0F5B1E; }

a.a_red { background: #B44646; border-color: #8E2E2E; }
a.a_dyellow { background: #A1843C; border-color: #735828; }
a.a_fgreen { background: #84A13C; border-color: #587328; }
a.a_teal { background: #3C98A1; border-color: #286673; }
a.a_purple { background: #A13C7F; border-color: #732855; }
a.a_magenta { background: #330099; border-color: #6600FF; }

a.a_orange:hover,
a.a_blue:hover,
a.a_green:hover,
a.a_red:hover,
a.a_dyellow:hover,
a.a_fgreen:hover,
a.a_teal:hover,
a.a_purple:hover,
a.a_magenta:hover {
	color: #DEE3FF;
	text-decoration: underline;
}

.cl_green {
	background: #63A36F;
	border-top: 5px solid #0F5B1E;
}

.cl_red {
	background: #B44646;
	border-top: 5px solid #8E2E2E;
}

.cl_gray {
	background: #DEDEDE;
	border-top: 5px solid #AAAAAA;
}

.cl_text {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0px 5px 5px;
	color: white;
	text-transform: uppercase;
}

.cl_text span {
	font-size: 13px;
	padding: 0px 10px;
}

.cl_text a {
	color: white;
	text-decoration: none;
}

.cl_text a:hover {
	text-decoration: underline;
}

/* Text */
.pagetitle {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #555;
	padding: 5px;
}

.cutline {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	padding: 5px 0px;
	color: #444;
}

.article {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.article .headline {
	font-weight: bold;
	font-size: 20px;
}

.article .byline {
	font-weight: bold;
	font-size: 11px;
}

.article .body {
	margin: 10px 0px;
}

.smarticle {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	padding: 5px;
}

.smarticle .section {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

.smarticle .headline {
	font-weight: bold;
	font-size: 15px;
}

.smarticle .byline {
	font-weight: bold;
	font-size: 11px;
}

.issue_display {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

.issue_display .issue_name {
	font-size: 25px;
	font-weight: bold;
}

.issue_display .issue_name a {
	text-decoration: none;
	color: #444;
}

.issue_display .issue_name a:hover {
	text-decoration: underline;
}

.issue_display .headlines {
	padding: 0px 20px;
	margin-bottom: 10px;
}

.cover {
	border: 0;
}

a.cover {
	display: block;
	color: #444;
	font-size: 10px;
	text-decoration: none;
}

.photo_feature {
}

.photo_feature img {
	border: 0;
}

.photo_area { background: #444; margin: 0px; }
.photo_area .cutline, .photo_grid .cutline, .photo_feature .cutline {
	color: white;
}
.photo_area img { border: 0; }

#displayarea, div.c {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

div.c {
	padding: 5px;
}

div.f {
	text-align: right;
	padding: 3px;
}

div.v {
	padding: 3px;
}

div.comment {
	font-size: 11px;
	color: #222;
}

a.cartremove {
	font-size: 11px;
	font-weight: bold;
	color: red;
	display: block;
	text-align: right;
	margin-top: 10px;
}

a.cartedit {
	font-size: 11px;
	font-weight: bold;
	color: blue;
	display: block;
	text-align: right;
}

/* Grids */
.issue_grid {
	
}

.issue_grid td {
	text-align: center;
	padding: 5px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

.issue_grid img {
	border: 0;
	
}

.issue_grid a {
	color: #444;
}

.photo_grid {
	
}

.photo_grid td {
	text-align: center;
	padding: 5px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	color: white;
}

.photo_grid img {
	border: 0;
	
}

.photo_grid a {
	color: white;
	text-decoration: none;
}

.photo_grid a:hover {
	text-decoration: underline;
}

table.places {
	
}

table.places td {
	border-top: 3px solid #B44646;
}

table.places td.place {
	font-weight: bold;
	font-size: 13px;
}

table.places div.location {
	margin-bottom: 7px;
}

table.events {
	
}

table.events td.month {
	border-top: 3px solid #B44646;
	padding: 5px;
}

table.events td.month .name {
	font-weight: bold;
	font-size: 17px;
}

table.events td.days {
	text-align: center;
	width: 75px;
	white-space: nowrap;
	padding-bottom: 5px;
	vertical-align: top;
}

table.events td.days>div {
	border: 1px solid #888;
	border-width: 1px 0px 1px 1px;
	font-size: 15px;
	padding: 3px;
	width: 75px;
	line-height: 50px;
	color: white;
	background: #637BA3;
	margin: 3px 0px;
	height: 50px;
}

table.events td.info {
	padding-bottom: 5px;
}

table.events td.info>div {
	padding: 4px;
	margin: 3px 0px;
	border: 1px solid #888;
	border-width: 1px 1px 1px 1px;
	min-height: 48px;
}

table.events td.days, table.events td.info {
}

table.events .city {
	font-weight: bold;
}

table.events .desc {
	font-size: 14px;
	font-weight: bold;
}

table.cart {
	border-bottom: 1px solid #AAA;
	margin-bottom: 20px;
}

table.cart td {
	padding: 5px;
	border-top: 1px solid #AAA;
}

table.cart .type {
	font-style: italic;
	font-size: 10px;
}

.listings {
	
}

.listings .item {
	margin: 10px 0px;
}

.listings .item>* {
	margin-left: 60px;
	margin-right: 60px;
}

.listings .featured>* {
	font-weight: bold;
}

.listings .item .icon {
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}

.listings .item .name {
	font-weight: bold;
	font-size: 14px;
}




.cal .pn {
	text-align: center;
}

.cal .pn .date {
	font-weight: bold;
}

.cal .citysel {
	text-align: center;
	margin: 5px 0px;
	font-weight: bold;
}

.cal .cal_item {
	margin-bottom: 10px;
	padding: 5px;
}

.cal .black {
	background: #d2ffaa;
}

.cal .return {
	margin-top: -25px;
	float: right;
}

.cal .return a {
	color: #769de6;
}

.cal .city {
	padding-top: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.cal .sep {
	margin-top: 20px;
}

.cal .city a {
	text-decoration: none;
}

.cal .city a:hover {
	text-decoration: underline;
}

.cal .name {
	font-weight: bold;
	margin: 3px 0px;
	font-size: 13px;
}


table.caldisplay {
	width: 275px;
	border: 0px solid #d79f38;
	border-width: 0px 0px 1px 0px;
	margin: 0px 20px 10px 10px;
}

.caldisplay td {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
}

.caldisplay .nav td {
	text-align: center;
	border: 0px solid #d79f38;
	border-width: 0px 0px 1px 0px;
}

.caldisplay .nav .prev, .caldisplay .nav .next {
	font-size: 13px;
}

.caldisplay .nav .prev { float: left; line-height: 25px; }
.caldisplay .nav .next { float: right; line-height: 25px; }

.caldisplay .month td {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #000;
	border-width: 1px 1px 0px 1px;
	background: #FFF;
}

.caldisplay .weekdays td {
	text-align: center;
	background: #FFF;
}

.caldisplay .weekdays td.sun {
	border-left: 1px solid #d79f38;
}

.caldisplay td.sat {
	border-right: 1px solid #d79f38;
}

.caldisplay .oday, .caldisplay .day {
	background: #FFF;
	border: 0px solid #d79f38;
	border-width: 1px 0px 0px 1px;
	text-align: center;
	width: 25px;
	height: 25px;
}

.caldisplay .oday {
	color: #555;
	background-color: #e5cda1;
}

.caldisplay .today {
	color: red;
	background-color: #ffbd42;
	font-weight: bold;
}

.caldisplay .hilite {
	font-weight: bold;
	background-color: #d89f38;
}
