/*
Theme Name: Culture Coffee
Theme URI: 
Author: Boxproof
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: cc
Domain Path: /languages/
Tags:

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/
*/

/* =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,
main,
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 {
	text-decoration: none;
}
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;
}


/* ==========================================================================
 * Imported fonts
 * ========================================================================== */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/kcf5uOXucLcbFOydGU24WALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/2HG_tEPiQ4Z6795cGfdivLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@font-face {
  font-family: 'Shadows Into Light Two';
  font-style: normal;
  font-weight: 400;
  src: local('Shadows Into Light Two'), local('ShadowsIntoLightTwo-Regular'), url(http://themes.googleusercontent.com/static/fonts/shadowsintolighttwo/v1/gDxHeefcXIo-lOuZFCn2xWBFAVUSWdQlArshVRSwYMrr7w4p9aSvGirXi6XmeXNA.woff) format('woff');
}


/* ==========================================================================
 * Base styles
 * ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #555;
}

/*
 * Remove the gap between images and the bottom of their containers */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles. */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */

textarea {
    resize: vertical;
}

body {
	background: #fff;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	word-spacing: .16em;
	
	/* sticky footer */
	margin-bottom: 240px;
}

a {
	color: #955238;
}

em {
	font-weight: 700;
}

html {
	/* sticky footer */
	min-height: 100%;
	position: relative;
}

h1, h2, h3, h4 {
	font-weight: 300;
	margin-bottom: .5em;
	line-height: 1.2;
}
h1 {
/*	font-family: 'Shadows Into Light Two', cursive;*/
	font-size: 3em;
	letter-spacing: -2px;
}
h2 {
/*	font-family: 'Shadows Into Light Two', cursive;*/
	font-size: 2.4em;
	letter-spacing: -1px;
}
h3 {
	font-size: 1.6em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.4em;
}

p {
	margin-bottom: 1.2em;
}

.clear {
	clear: both;
}

#container {
	width: 100%;
}

div.wrapper {
	margin: 0 auto 0 auto;
	padding: 60px 0;
	position: relative;
	width: 920px;
}


/* ==========================================================================
 * Headers for different pages
 * ========================================================================== */

#header-about {
	background: transparent url('./images/blurbg_00.png') repeat-x -1px center;
}

#header-contact {
	background: transparent url('./images/map3.png') repeat-x -1px center;
}

#header-culture {
	background: transparent url('./images/culturebg2.png') no-repeat center center;
}

#header-events {
	background: transparent url('./images/eventsbg3.png') no-repeat center center;
}

#header-home {
	background: transparent url('./images/homebg02.png') no-repeat center center;
}

#header-menu {
	background: transparent url('./images/homebg.png') no-repeat center center;
}

#header-about,
#header-contact,
#header-culture,
#header-events,
#header-home,
#header-menu {
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	position: relative;
}

#headline {
	color: #fff;
	text-align: center;
}

#headline p {
	font-size: 1.2em;
}



#map-canvas {
	height: 260px;
	width: 98%;
	border: 4px solid #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
	margin: 0 auto;
}



/* phone, address, hours
-------------------------------------------------------------- */

p.contact-info {
	display: block;
	font-size: 0.9em;
	padding: 1em 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

p.contact-info em {
	font-size: 1.2em;
	margin: 0 0.2em 0 1em;
}

/* Logo
-------------------------------------------------------------- */

a.masthead-logo {
	background: transparent url('./images/logo176.png') no-repeat left bottom;
	background-size: 357px 176px;
	display: block;
	margin: 0 auto 40px auto;
	width: 357px; height: 176px;
}

/* Main navigation
-------------------------------------------------------------- */

#main-nav {
	background: #fff;
	padding: 8px 0 6px 0;
	position: fixed;
	top: 0;
	width: 100%;
	word-spacing: 0;
	z-index: 1000;
}

#main-nav .wrapper {
	padding: 0;
}

#main-nav ul.main-nav {
	float: left;
	position: relative;
}

#main-nav ul.main-nav .icon-home {
	font-size: 1.2em;
}

#main-nav ul.main-nav li {
	display: inline;
	margin-right: 1px;
}

#main-nav ul.main-nav li a {
	font-size: .8em;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	
	padding: 40px 10px 20px 10px;
	top: 4px;
	
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
}

#main-nav ul.main-nav li a:hover {
	background: #955238;
	color: #fff;
	top: 10px;
}

ul.social {
	position: relative;
	top: -3px;
}

#twitter,
#facebook,
#pinterest {
	color: #999;
	display: block;
	float: right;
	font-size: 1.6em;
	
	margin: 0 5px;
	
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
}

#twitter:hover{
	color: #00CAFB;
}
#facebook:hover{
	color: #3B5998;
}
#pinterest:hover {
	color: #B6262F;
}


li.current_page_item a {
	background: #955238;
	color: #fff;
}


/* ==========================================================================
 * Menu items
 * ========================================================================== */

#menu-wrapper {
	border-top: 2px solid #fff;
/*	padding-bottom: 40px;*/
}

#menu-wrapper .wrapper {
	border-top: 1px solid #999;
/*	padding-top: 60px;
	padding-bottom: 120px;*/
}

#menu-coffee .wrapper {
	background: #fff url('./images/menu_coffee.png') no-repeat left top;
	background-size: 512px 360px;
	border-top: none;
}

#menu-tea .wrapper {
	background: #fff url('./images/menu_tea.png') no-repeat left top;
	background-size: 512px 360px;
}

#menu-smoothies .wrapper {
	background: #fff url('./images/menu_smoothie.png') no-repeat right top;
	background-size: 512px 360px;
}

#menu-sandwiches .wrapper {
	background: #fff url('./images/menu_sandwich.png') no-repeat right top;
	background-size: 512px 360px;
}

#menu-salads .wrapper {
	background: #fff url('./images/menu_salad.png') no-repeat left top;
	background-size: 512px 360px;
}

#menu-snacks .wrapper {
	background: #fff url('./images/menu_snacks.png') no-repeat right top;
	background-size: 512px 360px;
}

#menu-coffeeshakes .wrapper {
	background: #fff url('./images/menu_shakes.png') no-repeat right top;
	background-size: 512px 360px;
}

#menu-cakes .wrapper {
	background: #fff url('./images/menu_cakes.png') no-repeat left top;
	background-size: 512px 360px;
}

#menu-coldcaps .wrapper {
	background: #fff url('./images/menu_coldcap.png') no-repeat left top;
	background-size: 512px 360px;
}

.item-wrapper,
.item-wrapper-odd {
	background: #fff;
	background: rgba(255, 255, 255, .75);
	border-radius: 15px;
	padding: 40px;
	width: 35%;
}

.item-wrapper {
	float: left;
}

.item-wrapper-odd {
	float: right;
}



/* ==========================================================================
 * Contact form
 * ========================================================================== */

#contact-form {
	
}

#contact-form .required {
	color: #cc0000;
	font-weight: bold;
}

#contact-form form {
	float: left;
	margin-right: 40px;
	width: 420px;
}

#contact-form #contact-info {
	float: left;
/*	width: 320px;*/
}

#contact-form label {
	display: block;
}

#contact-form input,
#contact-form textarea,
#contact-form #submit {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 8px;
}

#contact-form input,
#contact-form textarea {
	margin-bottom: 1em;
	width: 400px;
}
#contact-form input:focus,
#contact-form textarea:focus {
	box-shadow: 0px 0px 3px rgba(142, 153, 0, 1);
}


#contact-form textarea {
	height: 200px;
	min-height: 200px;
	min-width: 400px;
	resize: none;
}

#contact-form #submit  {
	border: none;
	background: #E49123;
	background: #8E9900;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	width: 100px;
}


/* ==========================================================================
 * Contact info
 * ========================================================================== */

#contact-info {
	border-left: 1px solid #ccc;
	padding: 0 0 20px 40px;
}




/* ==========================================================================
 * Footer
 * ========================================================================== */

#footer {
	background: #202222 url('./images/black_linen_v2.png') repeat left top;
	background: #202222;
	background-size: 640px 640px;
	color: #999;
	font-size: .8em;
	padding: 40px 0 20px 0;
	
	/* sticky footer */
	bottom: 0;
	left: 0;
	height: 200px;
	position: absolute;
	width: 100%;
}

#footer .wrapper {
	margin-bottom: 0;
	padding: 0;
}

div.footer-section {
	float: left;
	width: 28%;
	margin-right: 5%;
}

#footer h4 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 1em;
	text-transform: uppercase;
}

p.copyright {
	margin-top: 1em;
}