/*
Theme Name: JC Gold
Theme URI: http://www.jcreport.com/
Author: Cody Pumper
Author URI: http://cdy.pm/pr/
Description: A compact design for JC Report, made with the creative guidance of Jason Campbell.
Version: 1.0
License: All rights reserved by JC Report.
License URI: license.txt

Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/
*/

@font-face {
    font-family: 'Bebas';
    src: url('fonts/Bebas.eot');
    src: url('fonts/Bebas.eot?#iefix') format('embedded-opentype'),
         url('fonts/Bebas.woff') format('woff'),
         url('fonts/Bebas.ttf') format('truetype'),
         url('fonts/Bebas.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

/* Set a default font size, color, line-height, and font family for your body element and all input elements. These can get overridden later on in the stylesheet, but are useful as base styles. */

body {
	background-image:url('images/bg.png');
}

body,
button,
input,
select,
textarea {
	
}

.separator {
	color: #ecb938;
	background-color: #ecb938;
	width: 970px;
	height: 2px;
	margin: 4px 0 4px 0;
	display: block;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}

/* Text elements */
p {
	padding-bottom: 1em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1.5em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
hr {
}

/* Form Elements */
button,
input,
select,
textarea {
	font-family: Bebas, sans;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Gives a basic visual design to form elements */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	/* border-color: #ccc #ccc #bbb #ccc; */
	/* border-radius: 3px; */
	background: #fff;
	/* 
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	*/
	color: #CDCDCD;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.4em;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	/* text-shadow: 0 1px 0 rgba(255,255,255,.8); */
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02); */
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/* border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15); */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	/* border-radius: 3px; */
	padding: 6px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited {
	text-decoration: none;
	color: #AA8622;
}

a:hover,
a:focus,
a:active {
	color: #ecb938;
}

/* Alignment - WordPress uses these classes to align images and other elements inside the editor. */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers. It's hidden due to the clip property, but visible in the page source. If you take a look back in the template files at the mark-up for our main menu and other navigation areas, you'll notice that we have headers such as "Menu" and "Site Navigation" wrapped in an <code>h1</code> tag with a class of "assistive-text". Screen readers will read this text aloud, making it easier for users to locate structural sections in your theme.
*/
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* If you want to give a common style to all of the titles in your theme, here's a place to do it (you can style them individually later) */
.site-title,
.entry-title,
.page-title,
.widget-title,
.comments-title,
#reply-title {
	
}


/* =Structure
----------------------------------------------- */

/* Refer to the HTML structure graphic (http://themeshaper.com/wp-content/uploads/2012/10/html-visual.png) to see how these elements are nested in the mark-up. 

Use this section to set widths and margins, and to build a layout. For examples of layouts that you can copy and paste into this section, see:
https://github.com/Automattic/_s/blob/master/layouts/
*/

.site { /* The the outer-most container, wraps the entire site */
	width: 990px;
	height: 100%;
	margin: 0 auto 100px auto; 
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 3px #555;
	-webkit-box-shadow: 0px 0px 3px #555;
	box-shadow: 0px 0px 3px #555;

}
.site-header { /* The container for the entire header area */
	width: 970px;
	margin: 0 10px 0 10px;
	position: relative;
}
#main { /* The container for #primary, #secondary, and #tertiary */
	width: 970px;
	margin: 0 10px 0 10px;
	position: relative;
}
#primary { /* The container for your primary content.*/
	width: 641px;
	font-size: 1em;
	position: relative;
}
#content { /* The container for your post and page content. */
	position: relative;
	overflow: hidden;
	height: 100%;
	display: block;
	min-height: 1000px !important;
}
#directory-content{
	position: relative;
	overflow: hidden;
}
#secondary { /* Container for your first widget area */
	height: 100%;
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
}

#tertiary { /* Container for your second widget area */

}
.site-footer { /* Container for the entire site footer area */

}


/* =Site Header
----------------------------------------------- */

/* Style elements inside of the .site-header container */

.site-header hgroup { /* Container for site title and description */
	height: 120px;
	width: 990px;
	position: relative;
}

#headerlogo {
	/* width: 330px; */
	margin: 30px 0 0 20px;
}

.socialpro {
	height: 90px;
	width: 480px;
	background-color: #f8d888;
	position: absolute;
	top: 0px;
	left: 490px;
	z-index: 99;
	font-family: Bebas;
	letter-spacing: .04em;
	color: #181818;
	font-size: 2em;
	line-height: 14px;
}

.socialpro a {
	text-decoration: none;
}

.socialdivide {
	width: 3px;
	height: 55px;
	background-color: #a49059;
	margin: 15px;
	position: absolute;
	left: 270px;
	top: 5px;
}

.subbox {
	width: 280px;
	height: 55px;
	margin: 15px;
	position: absolute;
	top: 5px;
}

.iconbox {
	width: 150px;
	height: 55px;
	margin: 15px;
	position: absolute;
	top: 5px;
	left: 300px;
}

.socialicon {
	margin: 9px 9px 0 0;
}

.site-title,
.site-title a {

}
.site-description { /* This is the tagline */
	
}


/* =Menu
----------------------------------------------- */

/* Style your navigation menu, which is inside .site-header. A basic drop-down menu structure is provided. */

.main-navigation { /* wraps the entire navigation menu */
	height: 45px;
	width: 970px;
	font-family: Bebas;
	letter-spacing: .04em;
	font-size: 2.7em;
	overflow: hidden;
	position: relative;
}
.main-navigation:after { /* Clears the floats after the menu */
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul { /* The menu is an unordered list */
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
.main-navigation li { /* Makes the menu "list" items horizontal */
	float: left;
	margin: 0.5em 1em 0.5em 0;
	position: relative;
}
.main-navigation a { /* The individual list item links */
    display: block;
    text-decoration: none;
	color: #faba24;
}

.main-navigation a:hover {
	color: #fddc85;
}

.main-navigation ul ul { /* Submenu drop-down "box" */
	display: none;
	float: left;
	position: absolute;
		top: 1.2em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul { /* 3rd+ level drop-down "box" */
	left: 100%;
	top: 0;
}
.main-navigation ul ul li { /* List items inside the drop-down box */
}
.main-navigation ul ul a { /* Menu links inside the drop-down "box" */
	padding: 0 1.5em;
	width: 200px;
}
.main-navigation li:hover > a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation ul ul a:hover { /* Hover styles for menu items */

}
.main-navigation ul ul :hover > a {
	
}
.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu toggle area for screens < 600 pixels wide. The small menu requires some simple JavaScript in order to take affect. See http://themeshaper.com/2012/10/31/the-wordpress-theme-header-template/ for instructions on setting up this script. */
.menu-toggle {
   	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
	position: relative;
}

.main-navigation li a[title="Home"] {
    display: none;
}

.main-navigation li a[title="About"] {
    color: #f7e2ad;
}

.main-navigation li a[title="About"]:hover {
	color: #f7edd2;
}

/* Slideshow
----------------------------------------------- */


	.tabs
	{
		position: relative;
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.tabs-1
	{
		width: 715px;
		height: 250px;
		position: relative;
		left:0px;
		top:0px;
		display: block;
	}
	.tabs li
	{
		float: left;
	}
	.tabs li .tab-select
	{
		display: block;
		margin: 0 4px 4px 0px;
		padding: 4px;
		background: #f7edd2;
		color: #666;
		text-decoration: none;
		cursor: pointer;
		width: 314px;
		height: 73px !important;
	}
	.tabs-1 li .tab-select
	{
		height: 20px;
	}
	
	/* Tab Placement Correction */
	
	#tab2 {
		top: -85px;
	}
		
	#tab3 {
		top: -170px;
	}
	
	
	.tab-title {
		font-size: 2em;
		line-height: 1em;
		font-family: Bebas;
		letter-spacing: 1px;
		word-spacing: 2px;
		margin: 4px;
		width: 225px;
		max-height: 2em;
		overflow: hidden;
	}
	
	.tab-title,
	.tab-title a {
		text-decoration: none;
		color: #000 !important;
		overflow: hidden;
	}

	.tab-title:hover,
	.tab-title a:hover {
		color: #FFF !important;
		cursor: pointer;
	}
	
	.tab-leadin {
		font-size: 1.2em;
		line-height: 1.2em;
		font-family: 'Georgia', serif;
		margin: 0px 4px 4px 4px;
		width: 314px;
	}
	.tab-more {
		max-height: 20px;
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		position: absolute;
		top: 11px;
		right: 8px;
	}
	.tab-more:hover {
		color: #FFF !important;
	}
	.tabs li .tab-content
	{
		position: absolute;
		top: 0px;
		left: 326px;
		height: 250px;
		width: 381px;
		padding: 4px;
		opacity: 0;
		background-color: #f8d888;
		-moz-transition: opacity 0.5s linear;
		-o-transition: opacity 0.5s linear;
		-webkit-transition: opacity 0.5s linear;
		transition: opacity 0.5s linear;
		z-index: 2;
	}
	
	.tabs .image-wrap {
		height: 242px;
		width: 381px;
		overflow: hidden;
		background-color: #FFF;
		position: relative;
	}
	
	.tabs .tab-image {
		min-width: 381px; 
		min-height: 242px;
		overflow: hidden;
		display: block;
		position: relative;
		margin: auto;
	} 
	
	.tabs li .tab-select:hover
	{
		background: #f7e2ad;
		color: #666;
	}
	.tabs li.current .tab-select
	{
		background: #f8d888 !important;
		width: 318px !important;
		margin-right: 8px !important;
		color: #000;
	}
	.tabs li.current .tab-content
	{
		opacity: 1;
		z-index: 4;
	}

/* Global Macro Styles
----------------------------------------------- */
	.small-image {
		display: none;
	}
	.small-img-sq {
		max-height: 136px;
		max-width: 136px;
		overflow: hidden;
		background: #CDCDCD;
		position: relative;
		float: left;
		padding: auto;
		margin: 2px 8px 2px 2px;
	}
	
	.small-img-sq img.wide {
    height: 136px;
	}
	.small-img-sq img.tall {
    width: 136px;
	}​
	
	.small-stories {
		width: 172px;
		height: 122px;
		padding: 8px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	.small-title {
		font-family: Bebas, sans;
		font-size: 3.2em;
		font-family: Bebas;
		letter-spacing: .06em;
		height: 1em;
		color: #f8ba24;
		padding: 4px;
		margin-top: -1px;
	}
	
	.read-more {
		color: #777 !important;
	}
	
	.read-more:hover {
		color: #000 !important;
		cursor: pointer;
	}
	
	.small-one {
	background: #f7edd2;
	}
	
	.small-two {
	background: #f7e2ad;
	}
	
	.small-three {
	background: #f8d888;
	}
	
	.small-header {
		font-family: Bebas, sans;
		font-size: 2em;
		font-family: Bebas;
		letter-spacing: .06em;
		max-height: 2em;
		line-height: 1em;
		color: #000;
		padding: 0px;
		overflow: hidden;
		margin: 8px !important;
	}
	
	.small-header,
	.small-header a {
		text-decoration: none;
		color: #000 !important;
		overflow: hidden;
	}

	.small-header:hover,
	.small-header a:hover {
		color: #FFF !important;
		cursor: pointer;
	}
	
	.header-link,
	.header-link a {
		text-decoration: none;
		color: #000 !important;
	}

	.header-link:hover,
	.header-link a:hover {
		color: #f8ba24 !important;
	}
	
	.macro-big-image {
		height: 360px;
		width: 642px;
		overflow: hidden;
		background-color: #FFF;
		position: relative;
	}
	
	.big-image {
		width: 642px; 
		min-height: 360px;
		overflow: hidden;
		display: block;
		position: relative;
		margin: auto;
	}
	
	.macro {
		width: 970px;
		height: 464px;
		display: block;
		position: relative;
	}
	
/* Short Macro
----------------------------------------------- */

	.macro-short {
		width: 970px;
		height: 180px;
		display: block;
		position: relative;
	}
	
	.short-block {
		background: #f7edd2;
		position: relative;
		float: left;
		width: 312px;
		height: 139px;
		overflow: hidden;
		display: inline-block;
	}
	
	.short-header {
		font-family: Bebas, sans;
		font-size: 2em;
		font-family: Bebas;
		letter-spacing: .06em;
		position: relative;
		display: table;
		text-align: left;
		color: #000;
		overflow: hidden;
		margin: 8px !important;
	}
	
	.short-header a {
		text-decoration: none;
		color: #000 !important;
	}

	.short-header:hover,
	.short-header a:hover {
		color: #FFF !important;
		cursor: pointer;
	}
	
	.short-title-block {
		height: 23%;
	}


/* Left Macro
----------------------------------------------- */
	

	
	.left-big-header-box {
		width: 642px;
		height: 32px;
		margin-top: 4px;
	}
	
	.left-big-header {
		font-family: Bebas, sans;
		font-size: 3em;
		font-family: Bebas;
		letter-spacing: .06em;
		margin: 2px 0 4px 4px;
		max-width: 500px;
		max-height: 30px;
		overflow: hidden;
		display: inline-block;
	}
	.left-big-date {
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		overflow: hidden;
		color: #AAA;
		display: inline-block;
		margin-bottom: 14px;
	}
	.left-big-date a {
		color: #AAA;
	}
	.left-big-date a:hover {
		color: #000;
	}
	.left-big-text {
		width: 634px;
		margin: 8px 4px 4px 4px;
		font-family: 'Georgia', serif;
		font-size: 1.25em;
		line-height: 1.25em;
		height: 3em;
	}
	
	.left-big-more {
		width: 642px;
		max-height: 20px;
		text-align: right;
		font-family: Bebas, sans;
		font-size: 1.4em;
		font-family: Bebas;
		letter-spacing: 1px;
	}
	
	.left-small-wrap {
		width: 323px;
		height: 460px;
		background: #FFF;
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.left-small {	
	position: relative;
	width: 323px;
	height: 139px;
	margin-bottom: 4px;
	overflow: hidden;
}
	

	
	.small-title a {
		color: #f8ba24;
	}
	
	.small-title:hover {
		color: #fddc85 !important;
		cursor: pointer;
	}
	
	.small-title a:hover {
		color: #fddc85 !important;
	}
	
	.read-all {
		font-size: .6em;
		color: #777;
	}
	
	.small-one {
	background: #f7edd2;
	}
	
	.small-two {
	background: #f7e2ad;
	}
	
	.small-three {
	background: #f8d888;
	}
	
	.left-small-text {
		margin: 0 4px 4px 8px;
		font-family: 'Georgia', serif;
		font-size: 1.25em;
		line-height: 1.25em;
		height: 5.25em;
		overflow: hidden;
	}
	.left-small-more {
		width: 165px;
		text-align: right;
		max-height: 20px;
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		position: absolute;
		bottom: 4px;
		right: 8px;
	}
	
/* Right Macro
----------------------------------------------- */
	
	.right-big-image {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	
	.right-big-header-box {
		width: 642px;
		height: 30px;
		margin-top: 4px;
		position: absolute;
		right: 0px;
		top: 360px;
	}
	
	.right-big-header {
		font-family: Bebas, sans;
		font-size: 3em;
		font-family: Bebas;
		letter-spacing: .06em;
		margin: 4px 0 4px 4px;
		max-width: 500px;
		max-height: 28px;
		overflow: hidden;
		display: inline-block;
	}
	.right-big-date {
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		overflow: hidden;
		color: #AAA;
		display: inline-block;
		margin-bottom: 1em;
	}
	.right-big-date a {
		color: #AAA;
	}
	.right-big-date a:hover {
		color: #000;
	}
	
	.right-big-text {
		width: 634px;
		height: 50px;
		font-family: 'Georgia', serif;
		margin: 8px 4px 4px 4px;
		font-family: 'Georgia', serif;
		font-size: 1.25em;
		line-height: 1.25em;
		position: absolute;
		right: 0px;
		top: 393px;
	}
	
	.right-big-more {
		width: 642px;
		max-height: 20px;
		text-align: right;
		font-family: Bebas, sans;
		font-size: 1.4em;
		font-family: Bebas;
		letter-spacing: 1px;
		position: absolute;
		top: 445px;
		right: 0px;
	}
	
	.right-small-wrap {
		width: 323px;
		height: 460px;
		background: #FFF;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.right-small {	
	position: relative;
	width: 	323px;
	height: 139px;
	margin-bottom: 4px;
	overflow: hidden;
	}
	
	.right-small-text {
		margin: 0 4px 4px 8px;
		font-family: 'Georgia', serif;
		font-size: 1.25em;
		line-height: 1.25em;
		height: 5.25em;
		overflow: hidden;
	}
	
	.right-small-more {
		width: 165px;
		text-align: right;
		max-height: 20px;
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		position: absolute;
		bottom: 4px;
		right: 8px;
	}
	
/* Directory
----------------------------------------------- */

	.directory-item {
		width: 320px;
		height: 320px;
		margin-right: 5px;
		float: left;
		display: inline-block;
		position: relative;
		background: #FCF3D8;
	}
	
	.directory-img-sq {
		height: 250px;
		width: 320px;
		overflow: hidden;
		background: #CDCDCD;
		position: absolute;
	}
	
		
	.directory-img-sq img.wide {
    height: 250px;
	}
	.directory-img-sq img.tall {
    width: 320px;
	}​
	
	.directory-image {
		min-width: 320px; 
		max-height: 320px;
		overflow: hidden;
		text-align: center;
		margin: auto;
		position: absolute;
		right: 0px;
	}
	
	.directory-header { 
	font-family: Bebas, sans;
	font-size: 1em;
	font-family: Bebas;
	letter-spacing: .06em;
	position: absolute;
	bottom: 0px;
	text-align: left;
	width: 304px;
	height: 54px;
	display: block;
	padding: 8px;
	}
	
	.directory-title, 
	.directory-title a {
	text-decoration: none;
	color: #111;
	font-size: 1.5em;
	line-height: 1em;
	display: inline;
	position: relative;
}
	.directory-title, 
	.directory-title a:hover {
		color: #444;
	}
	
		.directory-city, 
	.directory-city a {
		float: right;
		color: #666;
}
	.directory-city, 
	.directory-city a:hover {
		color: #888;
	}
	
	.directory-text {
		margin: 0 4px 4px 8px;
		font-family: 'Georgia', serif;
		font-size: 1.15em;
		line-height: 1.5em;
		height: 4.5em;
		overflow: hidden;
	}
	
/* Trendsetters
----------------------------------------------- */

	.trendsetter-item {
		width: 238px;
		height: 307px;
		margin-right: 6px;
		margin-bottom: 6px;
		float: left;
		display: inline-block;
		position: relative;
		background: #FCF3D8;
	}
	.trendsetter-image {
		display: none;
	}
	.trendsetter-img-sq {
		height: 238px;
		width: 238px;
		overflow: hidden;
		background: #CDCDCD;
		position: absolute;
		background-position: center center;
	}
	
	.trendsetter-img-sq img.wide {
    height: 238px;
	}
	.trendsetter-img-sq img.tall {
    width: 238px;
	}​
	
	.trendsetter-image {
		overflow: hidden;
		text-align: center;
		margin: auto;
	}
	
	.trendsetter-header { 
	font-family: Bebas, sans;
	font-size: 1em;
	font-family: Bebas;
	letter-spacing: .06em;
	text-align: left;
	width: 230px;
	height: 54px;
	display: block;
	padding: 8px;
	}
	
	.trend-small-more {
		width: 220px;
		text-align: right;
		max-height: 20px;
		font-family: Bebas, sans;
		font-size: 1.5em;
		font-family: Bebas;
		letter-spacing: 1px;
		position: absolute;
		bottom: 4px;
		right: 8px;
	}
	
	.trendsetter-title, 
	.trendsetter-title a {
	text-decoration: none;
	color: #666 !important;
	font-size: 1.5em;
	line-height: 1em;
	display: inline-block;
	width: 200px;
	height: 1em;
	position: absolute;
	bottom: 22px;
}
	.trendsetter-title, 
	.trendsetter-title a:hover {
		color: #000 !important;
	}
	
	.trendsetter-text {
		margin: 0 4px 4px 8px;
		font-family: 'Georgia', serif;
		font-size: 1.15em;
		line-height: 1.5em;
		height: 4.5em;
		overflow: hidden;
	}

/* Vintage
----------------------------------------------- */

.vint img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
}

.vint img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.vintagetitle,
.vintagetitle a {
	color: #F3EAD0 !important;
}

/* City Guide (styling)
----------------------------------------------- */

.city-title {
	color: #F3EAD0 !important;
	background: none !important;
	text-decoration: none !important;
	letter-spacing: .06em !important;
	font-size: 3.6em !important;
	height: 1em !important;
	overflow: hidden !important;
	font-family: 'Bebas', Impact, sans !important;
	border: none !important;
}

.city-title a:hover {
	color: #fddc85 !important;
	cursor: pointer !important;
}

.city-content {
	/*applies to tab-content */
	background: none !important;
	border: none !important;
}

.brochure {
	margin-top: 1em;
	display: block;
	width: 970px;
}

#citytabs {
}

#city-header {
	width: 970px;
	height: 4em;
	display: block;
	overflow: hidden;
}

	.city-macro {
		width: 970px;
		height: 464px;
		display: block;
		position: relative;
	}

/* -----  functional css */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	/* padding: .2em .2em 0; */
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 0em .2em;
	text-decoration: none;
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	color: #fddc85 !important; /* CURRENT CITY */
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
	background: none !important;
	border: none !important;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	/* padding: 1em 1.4em; */
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}


/* Ads
----------------------------------------------- */

	.twofifty  {
		width: 250px;
		height: 250px;
		background-color: #CCC;
		display: block;
		z-index: 999;
		position: absolute;
		right: 0px;
		top: 175px; 
		}


/* Content
----------------------------------------------- */

/* Styles for posts and pages */
.sticky { /* Style your sticky posts. This class is applied to the same element as .hentry below. */
	
}
.hentry { /* The wrapper for individual posts */
	margin: 0 0 3em 0;
	font-family: 'Georgia', serif;
	font-size: 1.4em;
	line-height: 1.75em;
	width: 641px;
	/* min-height: 650px; */
	
}
.entry-header { /* Container for the entry title, byline and post date */
	font-family: Bebas, sans;
	font-size: 1em;
	font-family: Bebas;
	letter-spacing: .06em;
}

.entry-sep {
	color: #ecb938;
	background-color: #ecb938;
	width: 641px;
	height: 2px;
	margin: 4px 0 4px 0;
	display: block;
}

.entry-title, 
.entry-title a { /* Post titles */
	text-decoration: none;
	color: #666 !important;
	font-size: 2em;
	height: 100%;
	min-height: 80px;
	margin-top: 2px;
	margin-bottom: -2px;
	padding: 2px;
	line-height: 1em;
	overflow: hidden;
	width: 50%;
	display: inline-block;
}
.entry-title, 
.entry-title a:hover {
	color: #000 !important;
}

.post .entry-title {
	font-size: 3.1em;
}



.entry-title-archive, 
.entry-title-archive a { /* Post titles */
	text-decoration: none;
	color: #666 !important;
	font-size: 2.2em;
	line-height: 1em;
	overflow: hidden;
	display: inline;
}
.entry-title-archive, 
.entry-title-archive a:hover {
	color: #000 !important;
}

.entry-header-archive {
	font-family: Bebas, sans;
	font-size: 1em;
	font-family: Bebas;
	letter-spacing: .06em;
}


.page-title { /* Page titles */
	text-decoration: none;
	color: #ecb938;
	letter-spacing: .06em;
	font-size: 4.1em;
	height: 1em;
	overflow: hidden;
	font-family: 'Bebas', Impact, sans;
	padding-left: 2px;
}

.entry-header .page-title {
	font-size: 3em;
	height: 1em;
	line-height: 1em;
}

.page-title a {
	color: #f8ba24;
}

.page-title a:hover {
	color: #fddc85 !important;
	cursor: pointer;
}

.archive-post {
	background: #f7edd2;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
}

.archive-image {
	display: none;
}
	.archive-img-sq {
		max-height: 136px;
		max-width: 136px;
		overflow: hidden;
		background: #CDCDCD;
		position: relative;
		padding: auto;
		margin: 1px 5px 1px 1px;
		float: left;
		display: inline;
	}
	
	.archive-img-sq img.wide {
    height: 136px;
	}
	.archive-img-sq img.tall {
	width: 136px;
	}​
	
	
	.archive-info {
		position: relative;
		display: inline-block;
		width: 100%; /*490px*/
	}
	
	.archive-excerpt {
		display: inline-block;
		max-width: 75%;
		margin: 4px;
		font-family: 'Georgia', serif;
		font-size: 1.3em;
		line-height: 1.3em;
	}


body.search .page-title,
body.archive .page-title { /* Optional, if you want your page titles to look different on search and archive pages */

}
.entry-meta { /* Container for the entry metadata */
	/* clear: both; */
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Georgia', Serif;
	letter-spacing: .05em !important;
	width: 25%;
	overflow: hidden;
	margin-top: 4px;
	padding-right: 8px;
	position: relative;
	float: right;
	text-align: right;
}

.entry-meta-archive {
	/* clear: both; */
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: 'Georgia', Serif;
	letter-spacing: .05em !important;
	overflow: hidden;
	margin: 4px;
}

.entry-addthis {
	float: right;
	margin-top: 2px;
}

.post-meta {
	height: 80px;
}

a.post-edit-link,
a.post-edit-link:visited {
	display: inline;
	color: #999;
}

footer.entry-meta {
	height: 100%;
	padding: 8px;
	background: #FBF6E5;
	width: 641px;
	margin-top: 6px !important;
	font-size: 1em;
	margin-bottom: 1em;
}

footer.entry-meta-archive {
	height: 100%;
	padding: 8px;
	background: #FBF6E5;
	width: 617px;
	margin: 0px !important;
	overflow: hidden;
	font-size: 1em;
	display: block;
	position: relative;
}

.entry-date { 
	font-size: 1em;
}
.byline { /* By default, bylines are hidden */
	display: none;
	font-size: 1em;
}

.byphoto {
	background-color: #CDCDCD;
	height: 80px;
	width: 80px;
	float: right;
	margin: 4px 1px 4px 0;
	overflow: hidden;
}

.bycomments {
	width: 150px;
	position: absolute;
	bottom: 0px;
	right: 8px;
	color: #777 !important;
	font-size: 1em;
}
	
.single .byline,
.group-blog .byline { /* Bylines are displayed on single posts and/or when there are multiple authors */
	display: inline;
	font-size: 1em;
}
.cat-links {  /* Styles category links inside the entry meta */
	
}
.tag-links { /* Styles links to tags inside the entry-meta */
	
}
.sep {  /* Separator between category links, cat links, comments links, etc */
	
}
.comments-link {  /* Link to leave a comment */
	
}
.edit-link { /* Link to Edit the post (only shows up for admins)*/
	
}
.entry-content,
.entry-summary { /* Container for the post body/excerpt text */
	margin: 1.5em 0 1.5em 0;
	font-family: 'Georgia', serif;
}

.entry-content {
	font-size: 1.1em;
	line-height: 1.4em;
}
.entry-summary {
	font-size: 1.3em;
	line-height: 1.3em;
}

.commentwrap {
	width: 641px;
	font-size: 1.4em;
}

/* Styling In-Post Tables */
.entry-content table,
.comment-content table {
	border: 1px solid #000;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #000;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}
.entry-content tr td,
.comment-content tr td {
	border: 1px solid #000;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}
.entry-content tr.odd td,
.comment-content tr.odd td { /* If you want to apply alternate styles to even/odd table rows */

}

.page-links { /* Style the page numbers for multi-page posts (posts that have been split with <!--next-page -->. */
	clear: both;
	margin: 0 0 1.5em;
}


/* =Aside Post Format
----------------------------------------------- */

/* Just put ".format-aside" before any of the above classes to create special formatting for Aside posts */

.format-aside .entry-content {
	border-left: 4px solid #000;
	padding-left: 1em;
}


/* =Media
----------------------------------------------- */

/* Styling for images and videos */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley { /* Remove borders and backgrounds from WP smileys */
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption { /* The container for image captions */
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone { /* Add spacing around captions and post text */
	margin-bottom: 1.5em;
}
.wp-caption img { /* The image inside the caption container */
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery { /* Container for image galleries */
	/* margin-bottom: 1.5em; */
	/* border: solid 1px #ecb938; */
	margin: 8px 0px 8px 0px;
}
.gallery-caption {
	font-style: italic;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin-top: 1em;
	max-width: 90%;
}

#content .gallery dl {
	float: left;	
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

/* Older/Newer Post Navigation */

.site-content .site-navigation {
	font-family: 'Bebas', sans;
	font-size: 1em;
	color: #fddc85;
	width: 100%;
	min-height: 2em;
	margin: 8px;
}

.site-content .site-navigation a {
	text-decoration: none;
	font-size: 2em;
	color: #fddc85;
}

.site-content .nav-previous {
	float: left;
	width: 45%;
	text-decoration: none;
	/* background: #f0ede6; */
	color: #f7edd2;
	overflow: hidden;
	display: block;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 45%;
	margin-right: 8px;
	text-decoration: none;
	/* background: #f0ede6; */
	display: block;
}

.next-image {
	float: right;
	margin-right: 8px;
}

.attachment img {
	margin-right: auto;
	margin-left: auto;
}

/* =Comments
----------------------------------------------- */

#comments { /* Container for the comments section */
	clear: both;
	font-family: 'Georgia', serif;
	font-size: 1em;
}
.bypostauthor { /* Gives post author comments thier own style */
	
}
.comments-title,
#reply-title {
	margin-top: 1em;
	font-family: Bebas, Impact, sans;
	font-size: 1.6em;
	letter-spacing: 1px;
}
.commentlist li {
	list-style: none;
	background: #FDF8E9;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	position: relative;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children { /* Nested comments */
	margin: 0 0 0 6%;
}
.commentlist li.comment {  /* Individual top-level comments */
	margin-bottom: 8px;
}
.commentlist li.pingback {  /* Individual top-level pingbacks */

}
.commentlist li:last-of-type { /* Do you want to style the last comment differently, such as remove borders? */

}
.commentlist .children li { /* Contains individual nested comments */

}
.children article.comment,
.children li.pingback { /* Nexted comments and pingbacks */
	padding-top: 1.0em;
}
.comment .avatar { /* Comment author's gravatar image */

}
.comment-author { /* Comment author's name */

}
.comment-meta { /* Comment date, time, etc */
 	position: absolute;
	top: 4px;
	right: 4px;
}
.comment-content { /* Actual comment text */
	height: 100%;
	margin-top: 1em;
	background: #FFFBF2;
	padding: 4px;
	color: #333;
}

.comment-content p {
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
}
.comment .reply { /* The "Reply" link under each comment */
	position: absolute;
	top: 2em;
	right: 4px;
}


/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {

}
.required { /* The little asterisk next to a required comment field */
	color: #880000;
}
#commentform label { /* The text next to each comment form field */
	padding: 1em 0;
}
#commentform input[type="text"] {

}
#commentform #submit {
	background: #f8f6eb !important;
	color: #666;
	font-size: 1.3em;
	padding: .75em !important;
}
#commentform #submit:hover {
	background: #f7edd2 !important;
	color: #000;
	font-size: 1.3em;
	padding: .75em !important;
}
#commentform #comment { /* The comment form textarea */
	font-family: 'Georgia', serif !important;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {
	font-size: 1em;
	display: none;
}


p.nocomments { /* Message displayed when there are no comments */

}


/* =Widgets
----------------------------------------------- */

.widget-area { /* All of the sidebar container divs get this common class */
	width: 320px !important;
	display: block !important;
}
.widget { /* The individual widget */
	margin: 0 0 1.5em;
}
.widget-title {

}
.widget ul { /* Unordered lists inside widgets */
	list-style: none;
	margin: 0;
}
.widget ul li { /* Unordered list items inside widgets */
	margin-bottom: 0.25em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

#searchform {

}

.site-header #searchform {
	position: absolute !important; 
	top: 0px !important; 
	right: 0px !important;
}

.menu #s {
	float: right;
	font-size: .75em !important; 
	padding: .1em !important; 
	color: #BBB !important; 
	margin: .2em 0 .2em 0 !important;
}

.entry-content #s {
	font-size: 1.75em !important;
	float: left;
	margin-top: 4px;
}

.widget_search #s {
}

/* Sub-Items in Menu & Categories Widgets. These classes are useful if you want to add special styling, such as indention, to sub-items in your menu and categories widgets. */
.widget-area .sub-menu,
.widget-area .children { 
	margin-left:  1.5em;
}
.widget-area .sub-menu li,
.widget-area .children li {

}

/* Text Widgets */
.widget p,
.textwidget {

}
.widget p a,
.textwidget a {

}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	line-height: 1.5;
	padding: 0.231em 0;
}

/* RSS Widget */
.rsswidget img { /* This is the orange RSS icon to the left of the RSS widget title */
	margin: 0;
	vertical-align: text-top;
}
.rss-date {

}
.rssSummary {

}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-style: italic;
}
#wp-calendar thead th {
	text-align: center;
}
#wp-calendar tbody,
#wp-calendar tbody td {
	border: 1px solid #000;
}
#wp-calendar tbody {
	border-left-width: 0;
}
#wp-calendar tbody td {
  	border-width: 1px 0 0 0;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody td:hover {

}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar #today {
	font-weight: bold;
}
#wp-calendar #prev,
#wp-calendar #next {

}
#wp-calendar tbody .pad {

}

.fb-like-box {
	background: #f7edd2;
}

.mhs {
	    border-top: 1px solid #f8d888 !important;
}

/* =Site Footer
----------------------------------------------- */

.site-footer {
	width: 970px;
	height: 360px;
	margin: 0px 10px 0px 10px;
	padding-bottom: 8px;
}

.site-info {
}

.footer-column {
	width: 320px;
	height: 360px;
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}

#column-one {
	margin-right: 4px;
}

#column-two {
	margin-right: 4px;
}

#column-three {
	background: url('images/corner.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.footericon {
	margin: 0px 10px 1px 0;
}

.footer-header {
	font-family: Bebas, sans;
	font-size: 1.75em;
	font-family: Bebas;
	letter-spacing: .06em;
	line-height: 1em;
	color: #000;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 36px;
}

.footer-map {
	font-family: Bebas;
	letter-spacing: .04em;
	font-size: 1.75em;
	line-height: 1em;
	overflow: hidden;
	height: 20.8em;
	margin-left: 10px;
}

.footer-map:after { /* Clears the floats after the menu */
	clear: both;
	content: "";
	display: block;
}
.footer-map ul { /* The menu is an unordered list */
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.footer-map li { /* Makes the menu "list" items horizontal */
	margin: 0.5em 20px 0.5em 0;
	position: relative;
}
.footer-map a { /* The individual list item links */
    display: block;
    text-decoration: none;
	color: #faba24;
}

.footer-map a:hover {
	color: #fddc85;
}
	
.footweets {
	background:#f7edd2;
	font-family: 'Georgia', Georgia, serif;
	padding: 8px;
	font-size: 1.5em;
	position: relative;
	display: block;
	margin-bottom: 4px;
	color: #444;
}

.tweet-date {
	font-family: 'Georgia', Georgia, serif;
	font-style: italic;
	text-align: right;
	color: #b5aa8a;
	margin-top: 4px;
}

/* =Responsive Structures
----------------------------------------------- */

@media only screen and (max-width: 768px) {
	#content,
	#primary,
	#secondary,
	#tertiary { /* Remove floats on all structural elements for smaller screens */
		float: none;
		margin: 0;
		padding: 0;
	}
	#primary,
	#secondary,
	#tertiary { /* Make all structural elements full-width */
		width: 100%;
	}
}


/* =IE Styling
----------------------------------------------- */

/* If you have any IE-specific adjustments to make, add them here. 

For example: 

#ie8 body {
	color #333;
}

Will make the sbody text #333 on IE8 only. In order for this to work, you need to set up conditionals to add an ID-selector to the HTML element when IE is detected. For instructions on how to set up the conditionals, see: http://themeshaper.com/2012/10/31/the-wordpress-theme-header-template/
*/