/* @override http://inco.local/wp-content/themes/InsideColumbiaV2/style.css */

/* @override http://inco.local/wp-content/themes/InsideColumbiaV2/style.css */


/*
Theme Name: Inside Columbia 
Theme URI: http://redesign.insidecolumbia.net
Description: New design for Inside Columbia provided by Mayecreate
Author: Mayecreate
Version: 2.0
Tags: Inside Columbia
*/

/* @group Original */

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}

dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

a {
	color: #2979A3;
}
a:active,
a:hover {
	color: #FF4B33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}





#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #4b4b4b;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
.hentry {
	float: left;
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	width: 685px;	
}

#content .entry-title a {
	display: block;
	line-height: 48px;
}

#content .entry-title.contact-us {
	font-weight: normal;
	color: #888;
	line-height: 48px;
	text-indent: 15px;
}

.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
}

.event-list {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}


.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}





/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}





/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	float: left;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}




/* @end */

/* @group Inside Columbia Redesign */


html {
	background: #1A1F22 url(images/structure/background-dot.png) top left;
}

#header {
	width: 100%;
	background: #c7c7c7 url(images/structure/header-gradient.png) top repeat-y;
	height: 240px;
}

#masthead {
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	background:  #fff ;
	height: 240px;
}

#logo h1 a {
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	width: 320px;
	height: 128px;
	display: block;
	text-indent: -9000px;
	background:url(images/structure/logo.png) top left no-repeat;
}

#header-content {
	width:430px;
	height: 128px;
	float: right;
}

#header-content div {
	float: left;
}

#header-content form {
	padding-top: 15px;
}

#header-content a.social-link {
	float: left;
	width: 24px;
	line-height: 25px;
	margin: 15px 3px 0 3px;
	text-indent: -9000px;
}

#header-content a.facebook-icon-small {
	background: url(images/structure/facebook-icon-small.png) top left no-repeat ;
}

#header-content a.twitter-icon-small {
	background: url(images/structure/twitter-icon-small.png) top left no-repeat ;
}

#header-content a.rss-icon-small {
	background: url(images/structure/rss-icon-small.png) top left no-repeat ;
}

.link-wrapper {
	margin-right: 5px;
	height: 40px;
	background: #cc0000;
	text-align: center;
}

.link-wrapper a {
	float: left;
	background: white;
	margin-top: 10px;
	line-height: 30px;
	color: #333;
	padding: 0 5px;
}


#navigation {
	clear: both;
	float: left;
	margin-top: 9px;
	margin-left: 20px;
	line-height: 25px;
}

#navigation li {
	list-style-type: none;
	margin-right: 1px;
	float: left;
}

#navigation li a {
	text-align: center;
	display: block;
	width: 99px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#subscribe-link {
	background: #ef6600;
}

#events-link {
	background: #6c0032;
}

#calendar-link {
	background: #c6d200;
}

#best-of-link {
	background: #0a6ab6;
}

#menu-additional-navigation {
	width: 560px;
}

#menu-additional-navigation, #menu-additional-navigation li {
	margin-top: 8px;
	margin-left: 6px;
	float: left;
	list-style-type: none;
}
#menu-additional-navigation li {
	border-right: 1px;
	border-style: dotted;
}

#menu-additional-navigation li.last {
	border: none;	
}

#menu-additional-navigation a {
	color: #666666;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 4px;
	font-size: 0.8em;
	text-transform: lowercase;
} 

#menu-primary_navigation {
    clear: both;
    width: 990px;
    margin: 0 0 0 0;
    padding: 25px 0 0 0 ;
    position: relative;
}

#menu-primary_navigation li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#menu-primary_navigation li a {
    display: block;
    text-align: center;
    height: 34px;
    border-left: 1px solid #888;
    border-top: 1px solid #888;
    font-family: 'Arial Black', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 21px;
    color: #000;
    line-height: 34px;
    text-decoration: none;
    /* width: 140px; */
    overflow: hidden;
}

.wf-active #menu-primary_navigation li a {
	 font-family: "myriad-pro-1","myriad-pro-2", 'Arial Black', Arial, sans-serif;
	 font-size: 24px;
}

.wf-active #menu-primary_navigation li a {
	 font-family: "myriad-pro-1","myriad-pro-2", 'Arial Black', Arial, sans-serif;
	 font-size: 24px;
}

#menu-primary_navigation li:first-child a {
    border-left: 0px none;
}

#menu-item-1494 a, #menu-item-3437 a {
    width: 177px;
    border-bottom: 4px solid #e57000;
}

#menu-item-1494 a:hover, #menu-item-3437 a:hover, #menu-item-3437.current-menu-item a {
    color: #e57000;
}

#menu-item-1457 a, #menu-item-3438 a, #menu-item-3451 a {
    width: 107px;
    border-bottom: 4px solid #660033;
}

#menu-item-1457 a:hover, #menu-item-3438 a:hover, #menu-item-3438.current-menu-item a, #menu-item-3451 a:hover, #menu-item-3451.current-menu-item a  {
    color: #660033;
}

#menu-item-1458 a, #menu-item-3439 a {
    width: 187px;
    border-bottom: 4px solid #C4D005;
}

#menu-item-1458 a:hover, #menu-item-3439 a:hover, #menu-item-3439.current-menu-item a {
    color: #C4D005;
}

#menu-item-1495 a, #menu-item-3440 a {
    width: 118px;
    border-bottom: 4px solid #1771AF;
}

#menu-item-1495 a:hover, #menu-item-3440 a:hover, #menu-item-3440.current-menu-item a {
    color: #1771AF;
}

#menu-item-1496 a, #menu-item-3444 a {
    width: 123px;
    border-bottom: 4px solid #84070C;
}

#menu-item-1496 a:hover, #menu-item-3444 a:hover, #menu-item-3444.current-menu-item a {
    color: #84070C;
}

#menu-item-1461 a, #menu-item-3442 a {
    width: 147px;
    border-bottom: 4px solid #DC2272;
}

#menu-item-1461 a:hover, #menu-item-3442 a:hover, #menu-item-3442.current-menu-item a {
    color: #DC2272;
}

#menu-item-1497 a, #menu-item-3443 a {
    width: 124px;
    border-bottom: 4px solid #FED200;
}

#menu-item-1497 a:hover, #menu-item-3443 a:hover, #menu-item-3443.current-menu-item a {
    color: #FED200;
}

#typekit-badge-zqq8oem {
    display: none !important;
}

ul#menu-additional_navigation {
    clear: both;
    width: 990px;
    margin: 0;
    padding: 5px 0 0 15px;
}

ul#menu-additional_navigation li {
    display: inline;
    padding: 5px 5px;
}

ul#menu-additional_navigation li a {
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

ul#menu-additional_navigation li a:hover {
    text-decoration: underline;
}

#main, #footer {
	clear: both;
	width: 949px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #d6d6d6;
}

#colophon {
	padding: 10px;
	background-color: #31353a;
	color: #727D84;
	text-align: center;
}

#colophon a {
	color: #496F91;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 2px solid #727D84;;
}

#colophon a:hover {
	text-decoration: underline;	
}
/* @group Body */

/* @group center column */

#current-issue img {
	width: 132px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #c7c7c7;
}

.digital-edition-link {
	display: block;
	width: 134px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #6c0000;
	text-decoration: none;
	line-height: 29px;
	color: #fff;
}



/* @end */ 	
#main div {
	margin-bottom: 10px;
}

#content {
	float: left;
}

.column {
	float: left;
	margin-right: 14px;
}

div.content-block {
	margin: 0;
	padding: 0;
}
#main #blogs div.content-block {
	margin: 0;
	padding: 10px 0;
	width: 474px;
}


#main-column {
	width: 474px;
}

#area-news,
#blogs {
	background: #fff url(images/structure/main-column-footer.png) bottom no-repeat;
	padding-bottom: 24px;
	float: left;
}

#area-news div {
	margin: 0;
	padding: 0 10px;
	float: left;
}

#area-news .content-block {
	padding-top: 10px;
}

#area-news ul {
	list-style-type: none;
}


#blogs .post-meta {
	float: left;
	margin: 0;
	padding-right: 10px;
}
#blogs p {
	margin: 0;
}

#photos,
#current-issue {
	width: 165px;
	float: left;
	padding-bottom: 15px;
	background: url(images/structure/center-column-footer.png) bottom no-repeat;
}

#photos {
	margin-top: 7px;
}

input.search-button {
	color: #fff;
	width: 50px;
	text-indent: -90px;
	height: 25px;
	border: none;
	background: url(images/structure/search-button.png) center left no-repeat;
	cursor: pointer;
}

#header-content input.search-field {
    width: 178px;
}
.widget-container input.search-field {
    width:115px;
}

.content-block-search dl {
    margin-bottom: 15px;
    padding-bottom:12px;
    border-bottom:1px dotted #D6D6D6;
}

input.search-button:hover {
}

#side-column {
	float: left;
}
/* IE7 Querk */
.block h1 {
	*margin: 0 0 -2px 0;
}

#side-column .block {
	margin: 0;
	padding: 0;
	width: 286px;
	float: left;
	padding-bottom: 18px;
	background: #fff url(images/structure/side-column-footer.png) bottom no-repeat;
}

#photos .block {
	float: left;
}

#photos div {
	margin-bottom: 0;
}

#photos .content-block {
	float: left;
}

#center-column {
	width: 161px;	
}

#center-column .content-block {	
	background: #fff url(images/structure/center-column-body.png) top left repeat-y;
	padding-bottom: 5px;
	margin: 0;
	width: 164px;
}

#side-column.column {
	width: 286px;
	margin-right: 0;
}

#follow-us {
	float: left;
	background: #fff url(images/structure/follow-us-background.png) bottom left no-repeat;
	margin-bottom: 15px !important;
}

.twitter-link {
	display: block;
	float: left;
	width: 57px;
	height: 55px;
	text-indent: -9000px;
	position: relative;
	left: 150px;
}

.facebook-link {
	display: block;
	float: left;
	width: 57px;
	height: 55px;
	text-indent: -9000px;
	position: relative;
	left: 25px;
}

.rss-link {
	display: block;
	float: left;
	width: 57px;
	height: 55px;
	text-indent: -9000px;
	position: relative;
	left: 100px;
}

#follow-us-link {
	display: block;
	text-indent: -9000px;
	width: 286px;
	height: 56px;
	background: #fff url(images/structure/follow-us-header.png) top left no-repeat;
}


#side-column .content-block {
	float: left;
	background: #fff url(images/structure/side-column-body.png) bottom repeat-y;
	padding-bottom: 12px;
	width: 100%;
}

#side-column .content-block h2 {
	padding-top: 10px;
	text-align: center;
}

#ad {
	margin-top: 40px;
}

#main #carousel-wrapper {
	width: 470px;
	height: 252px;
	overflow: hidden;
	margin-bottom: 12px;
	position: relative;
}

#carousel-meta {
	height: 24px;
	line-height: 24px;
	background: black;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
	position: absolute;
	width: 470px;
	top: 218px;
	z-index: 2;
	text-indent: 5px;
}

#carousel {
	z-index: 0;
}

#carousel-navigation {
	float: right;
	text-align: right;
}

#carousel-navigation a {
	padding: 0 5px;
	text-decoration: none;
	color: inherit;
}

#carousel-navigation a:hover {
	text-decoration: underline;
} 

#area-news-h1 {
	background: #fff url(images/structure/area-news-header.png) top left no-repeat;
	text-indent: -9000px;
	height: 48px;
	width: 474px;
}

#main-column div.content-block {
	background: #fff url(images/structure/main-column-body.png) top repeat-y;
}

.content-block dt a {
	color: #252653;
}

#area-news dl {
	padding: 0 18px;
}

#area-news dd {
	padding-left: 15px;
}


#blogs h2 {
	margin-left: 15px;
	text-indent: 12px;
	background: url(images/structure/blog-dot.png) left center no-repeat
}

#blogs dl {
	padding-left: 32px;
	padding-right: 15px;
}

#blogs-h1 {
	background: url(images/structure/blogs-header.png) top left no-repeat;
	text-indent: -9000px;
	height: 48px;
	width: 474px;
}


#photos-h1 {
	background: url(images/structure/photos-header.png) top left no-repeat;
	text-indent: -9000px;
	height: 48px;
}

#photos dl {
	clear: both;
	float: left;
	padding-left: 14px;
	margin-bottom: 10px;
}

#photos dt, #photos dd {
	float: right;
	width: 90px;
}

#photos dd.image {
	float: left;
	width: 53px;
	height: 49px;
}

#calendar-sidebar {
	float: left;
}

#deal-sidebar {
    float: left;
    margin-footer: 20px;
}

#side-column #dotd {
    background: url(images/structure/dotd-tile.png) repeat-y left 5px;
    position: relative;
    display: block;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
}

#side-column .dealblock {
    padding-bottom: 14px;
    width: 316px;
    float: left;
    background: url(images/structure/dotd-footer.png) bottom no-repeat;
    position: relative;
}

#deal-sidebar a {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#side-column .dealblock iframe {
	border:0 none;
	overflow:hidden;
	width:300px;
	height:300px;
	position: relative;
	margin: 5px;
	display: inline;
}

#calendar-sidebar .dbem-calendar table {
margin: 0 auto;
}

#current-issue-h1 {
	margin-top: -12px;
	background: url(images/structure/current-issue-header.png) top left no-repeat;
	text-indent: -9000px;
	height: 29px;
}

#calendar-h1 {
	background: url(images/structure/calendar-header.png) top left no-repeat;
	text-indent: -9000px;
	height: 48px;
}

#deal-h1 {
    background: url(images/structure/dotd-header.png) top left no-repeat;
    text-indent: -9000px;
    height: 52px;
    overflow: hidden;
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
}

#subscribe {
	margin-top: -12px;
	background: #fff url(images/structure/subscribe-header.png) top left no-repeat;
}

.subscribe-inner {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 120px;
	background:url(images/structure/subscribe-footer.png) bottom left no-repeat;
}

.subscribe-inner h1 {
	font-size: 1.8em;
}

h1 a {
	text-decoration: none;
	color: #4b4b4b;
}

#area-news ul {
	float: left;
	line-height: 20px;
}

#area-news li a {
	width: 350px;
	float: left;
}

.area-news-title {
	display: none;
}

.rss-date {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	white-space: nowrap;
}
.clear-float {
	clear: both;
}
/* @end */


/* @group Entries */

.entry-content {
	float: left;
	width: 685px;	
	padding-bottom: 4px;
	background: url(images/structure/entry-content-footer.png) bottom left no-repeat;
}

.entry-title {
	background: url(images/structure/edit-content-header-template.png) top left no-repeat;
}

.one-column #content .entry-title,
.one-column #content .entry-content .content-block,
.one-column #content .entry-content { 
	background: transparent;
        padding: 0;
}

.one-column #content .entry-content { 
        width: 949px; 
}

.one-column #content .entry-content .UPE-ApplicationTable { 
 width: 100% !important; 
}

.one-column #content .entry-content #PageForm table.UPE-ListRowTableSuccess { 
 width: 900px !important; 
}

.one-column #content .entry-content #PageForm table { 
width: 60% !important;
margin: 0px auto; 
}

#container.one-column {
 background: #fff;
 border-top: 1px solid #D6D6D6;
 margin: -20px;
 padding: 20px;
 width: 949px;
}

#container.one-column table, 
#container.one-column table tr, 
#container.one-column table td { 
 border: 0px none !important;
 width: auto;
 padding: 3px; 
}


.entry-content .content-block {
	padding: 15px;
	background: url(images/structure/entry-content-body.png) top left repeat-y;
}

#primary {
	float: left;
	width: 262px;
}

.entry-title {
	text-indent: -9000px;
	height: 48px;
}

.entry-title.subscribe {
	background: url(images/structure/content-subscribe-header.png) top left no-repeat;
}

.entry-title.events {
	background: url(images/structure/content-events-header.png) top left no-repeat;
}

.entry-title.best.of {
	background: url(images/structure/content-best-of-header.png) top left no-repeat;
}

.entry-title.dining.guide {
	background: url(images/structure/content-dining-guide-header.png) top left no-repeat;
}

.entry-title.weddings {
	background: url(images/structure/content-weddings-header.png) top left no-repeat;
}

.entry-title.blogs {
	background: url(images/structure/content-blogs-header.png) top left no-repeat;
}

.entry-title.advertise {
	background: url(images/structure/content-advertise-header.png) top left no-repeat;
}

.entry-title.magazine {
	background: url(images/structure/content-magazine-header.png) top left no-repeat;
}


.category-features h1.entry-title {
	background: url(images/structure/content-features-header.png) top left no-repeat;	
}

.category-columbia-confidential h1.entry-title {
	background: url(images/structure/content-columbia-confidential.png) top left no-repeat;	
}

.category-cooking-with-brook h1.entry-title {
	background: url(images/structure/content-cooking-with-brook.png) top left no-repeat;	
}

.category-kevins-world h1.entry-title {
	background: url(images/structure/content-kevins-world.png) top left no-repeat;	
}

.category-rays-on-the-road h1.entry-title {
	background: url(images/structure/content-rays-on-the-road.png) top left no-repeat;	
}




.contact.us {
	margin-bottom: 0;
	text-indent: -900px;
	height: 48px;
	background: url(images/structure/content-contact-us-header.png) top left no-repeat;
}

.entry-content.gallery {
	width: 953px;
	padding-bottom: 10px;
	background: url(images/structure/photo-gallery-footer.png) bottom left no-repeat;
}

.photo-gallery-header {
	background: url(images/structure/photo-gallery-header.png) top left no-repeat;
	width: 953px !important;
}

.entry-content.gallery .content-block {
	background: url(images/structure/photo-gallery-body.png) top left repeat-y;
}

.entry-content.events .content-block{
	clear: both;
	float: left;
	width: 655px;
}


.entry-content.events dd.image {
	float: left;
	width: 175px;
}

/* @end */


/* @group sidebar widgets */

#primary {
	margin-left: 30px;
	width: 229px;
}

.widget-area {
	background: url(images/structure/sidebar-widget-footer.png) bottom left no-repeat;
}

h3.widget-title {
	height: 45px;
	text-indent: -9000px;
	background: url(images/structure/sidebar-header-template.png) top left no-repeat;
}

.widget-area .content-block {
	background: url(images/structure/sidebar-widget-body.png) top left repeat-y;
	padding: 0 14px 14px 14px;
}

.widget-title.blogs {
	background: url(images/structure/sidebar-blogs-header.png) top left no-repeat;
}

.widget-title.calendar {
	background: url(images/structure/sidebar-calendar-header.png) top left no-repeat;
}

h1.entry-title.calendar {
	height: 8px;
}


ul.blogs-list li {
	font-size: 1.2em;
	font-weight: bold;
	background: url(images/structure/blog-dot.png) center left no-repeat;
	text-indent: 15px;
	border-bottom: 2px solid #D7D9D6;
	line-height: 30px;
}

.widget-area .content-block li a {
	color: #000;
}

#container {
	float: left;
}

#content .blog-type {
	background: url(images/structure/edit-content-header-template.png) top left no-repeat;
	text-indent: 10px;
	margin: 0;
}

.entry-content dd {
	width: 100%;
}

.post-meta {
	font-size: smaller;
	font-weight: normal;
	color: #A3A3A3;
}


/**
    Styles for event list and calendar widget for the "Events Manager" plugin
*/
.content-block-calendar {
    font-size: 12px;
    line-height: 18px;
}

.content-block-calendar li {
    list-style: none ;
    float:none;
    border-bottom:1px solid #dfe0de;
}

.calendar-event-header {
    font-weight: normal;
    font-size: 123%;
    cursor: pointer;
}

.calendar-event-time {
    display:block;
    width: 95px;
    float:left;
}

.calendar-event-title {
    float:left;
    display:block;
    
}

.calendar-event-expand{
    display:block;
    float:  left;
    width:  25px;
    height: 17px;
    text-indent: -9000px;
    background:url("images/calendar-disclosure-sprite.gif") 10px 2px no-repeat;
    
}
.event-item-closed {
    background-position: 10px -27px;
}

.calendar-event-body {
    clear:both;
    padding-left: 97px;
    display: none;
    margin-bottom: 65px !important;
}

.event-calendar-clear {
    float:none;
    clear:both;
}

/** These apply specifically to the calendr widget */

table.dbem-calendar-table td {
    width:24px;
    height: 19px;
    text-align: center;
    padding:none;
}

td.eventless, td.eventless-pre, td.eventless-post {
    background: url("images/calendar-days-sprite.gif") 0 0 no-repeat;
    color: #000 !important;
}

table.dbem-calendar-table td.eventless-today,
table.dbem-calendar-table td.eventful-today {
    background: url("images/calendar-days-sprite.gif") 0 -67px no-repeat #ffffff !important;
    color: #ffffff; 
}
table.dbem-calendar-table td.eventful a, 
table.dbem-calendar-table td.eventful-today a {
    color:#ffffff !important;
    font-weight:bold;
}

table.dbem-calendar-table td.eventful {
    background: url("images/calendar-days-sprite.gif") 0 -33px no-repeat #ffffff !important;
    color: #ffffff !important;
}

.widget-area-calendar .widget-subtitle {
    display:none;
}

.calendar-legend {
    border-top:1px solid #dfe0de;
    padding-top: 7px;
    font-size:90%;
}

.calendar-legend div {
    display:block;
    clear:left;
    height: 19px;
    margin-bottom: 4px !important;
    padding-left:34px;   
}

.calendar-current-date {
    background: url("images/calendar-days-sprite.gif") 0 -67px no-repeat;
}

.calendar-date-with-event {
    background: url("images/calendar-days-sprite.gif") 0 -33px no-repeat;
}

/*.widget-area-calendar .content-block {
    padding:0 14px 14px;
}*/

/* @end */


/* @group Homepage tweaks */

#calendar-list {
	list-style-type: none;
	padding: 10px;
}
#calendar-list a {
	text-transform: uppercase;
}
#calendar-list p {
	padding: 0 10px;
}

.blog-category-link {
	text-decoration: none;
}

.blog-category-link:hover {
	text-decoration: underline;
}

/* @end */

h2.dining-section {
	float: left;
	width: 80%;
}

.top-link {
	float: right;
	font-size: small;
	text-transform: lowercase;
}

.dining-content {
	clear: both;
}

#main .dotd-login-links {
	text-align: center;
	margin-bottom: 0px;
}

#sidebar-ad-block {
	padding-bottom: 10px;
	background: url(images/structure/sidebar-widget-footer.png) bottom left no-repeat;
}

#sidebar-ad-block .widget-title {
    height: 10px;	
}

.ad-block .addthis_container {
    display: none;
}

/* LEADERBOARD AD BLOCK
------------------------------- */

#leaderboard-ad-block {
    padding-bottom: 10px;
    background: url(images/structure/leaderboard-footer.png) bottom left no-repeat;
    width: 775px;
    margin: 0 auto;
}

#leaderboard-ad-block div {
    margin: 0;
}

.leaderboard-header {
    height: 16px;
    text-indent: -9000px;
    background: url(images/structure/leaderboard-header.png) top left no-repeat;
}

#leaderboard-ad-block .content-block {
    background: url(images/structure/leaderboard-body.png) top left repeat-y;
    padding: 0 21px 6px;
    margin: 0;
}
#leaderboard-ad-block .content-block p {
    display: inline;
    padding: 0;
    margin: 0;
}

/* HOME SIDEBAR AD BLOCK
------------------------------- */

#home-sidebar-ad-block {
    padding-bottom: 14px;
    background: url(images/structure/side-column-footer.png ) bottom left no-repeat;
    width: 286px;
    margin-bottom: 12px;

}

#home-sidebar-ad-block div {
    margin: 0;
}

.home-sidebar-header {
    height: 10px;
    text-indent: -9000px;
    background: url(images/structure/home-sidebar-header-template.png) top left no-repeat;
}

#home-sidebar-ad-block .content-block {
    background: url(images/structure/side-column-body.png) top left repeat-y;
    padding: 0 11px;
    margin: 0;
    float: none;
}
#home-sidebar-ad-block .content-block p {

    padding: 0;
    margin: 0;
}

/* @end */

