/*   
Theme Name: Blooming Rock
Theme URI: http://bloomingrock.com
Description: Blooming Rock custom WordPress website.
Author: HMHM
Author URI: http://halfmanhalfmachine.com/
Version: 1
*/

@font-face {
    font-family: 'OstrichSansBlack';
    src: url('assets/ostrich-black-webfont.eot');
    src: url('assets/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-black-webfont.woff') format('woff'),
         url('assets/ostrich-black-webfont.ttf') format('truetype'),
         url('assets/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('assets/ostrich-bold-webfont.eot');
    src: url('assets/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-bold-webfont.woff') format('woff'),
         url('assets/ostrich-bold-webfont.ttf') format('truetype'),
         url('assets/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansDashedMedium';
    src: url('assets/ostrich-dashed-webfont.eot');
    src: url('assets/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-dashed-webfont.woff') format('woff'),
         url('assets/ostrich-dashed-webfont.ttf') format('truetype'),
         url('assets/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('assets/ostrich-light-webfont.eot');
    src: url('assets/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-light-webfont.woff') format('woff'),
         url('assets/ostrich-light-webfont.ttf') format('truetype'),
         url('assets/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('assets/ostrich-regular-webfont.eot');
    src: url('assets/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-regular-webfont.woff') format('woff'),
         url('assets/ostrich-regular-webfont.ttf') format('truetype'),
         url('assets/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('assets/ostrich-rounded-webfont.eot');
    src: url('assets/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/ostrich-rounded-webfont.woff') format('woff'),
         url('assets/ostrich-rounded-webfont.ttf') format('truetype'),
         url('assets/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-------------------RESETS----------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section { display: block; }

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img, object, embed { max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html { overflow-y: scroll; height: 100%; }

/* we use a lot of ULs that aren't bulleted. don't forget to restore the bullets within content. */
ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse: collapse; border-spacing: 0; }

th { font-weight: bold; vertical-align: bottom; }

td { font-weight: normal; vertical-align: top; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom; 
}

.ie6 input {
	vertical-align: text-bottom;
}

select, input, textarea {
	font: 99% sans-serif;
}

 
a:hover, a:active {
	outline: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td, td img {
	vertical-align: top;
} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
	font-size: 75%; 
	line-height: 0; 
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

/* make buttons play nice in IE */
button {
	width: auto; 
	overflow: visible;
}

/*Clear fix - used when the parent container collapses*/
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */
 
/* we like off-black for text */
body, select, input, textarea {
	color: #666;
}

ins {
	background-color: #fcd700; 
	color: #000; 
	text-decoration: none;
}

mark {
	background-color: #fcd700; 
	color: #000; 
	font-style: italic; 
	font-weight: bold;
}

/*-------------------NOW FOR THE FUN STUFF----------------------*/

body { background: url('images/bkg.jpg') #fff; color: #000; font: 14px Arial, Helvetica, sans-serif; margin: 0 auto; width: 996px; }

a { text-decoration: none; }

#wrapper { background: #fff; max-width: 960px; margin: 0px auto; }

p { padding: 10px 0px; }

/*----------------------HEADER STYLES----------------------*/

header {
	width: 960px;
	height: 490px;
	float: left; 
	margin-bottom: 50px; 
	position: relative; 
	z-index: 1; 
}

header section.nav-container  { 
	background: url(images/transparentbox.png); 
	width: 920px; 
	height: 120px; 
	padding: 0px 20px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 3; 
}

section.nav-container ul.social { 
	text-align: right; 
	margin-top: 10px;  
}

section.nav-container ul.social li { 
	display: inline; 
	padding-left: 5px; 
	list-style: none; 
}

header nav#main { 
	float: right; 
	margin-top: 30px; 
	text-transform: uppercase; 
	color: #253F25; 
	font-size: 18px; 
	font-family: 'OstrichSansBlack'; 
}

header nav#main ul {
	list-style: none;
}

header nav#main ul li {  
	display: inline; 
}

header nav#main ul li a { 
	color: #253F25; 
}

header nav#main ul li a:hover { 
	color: #fff; 
}

/* Highlights current page */
header nav#main ul li.current-menu-item a { 
	color: #fff 
}

/* Adds background color to The Blog nav link */
ul li#menu-item-14 { 
	background: #BCD162; 
	padding: 7px 7px 7px 3px; 
}

/* Removes backslash on The Blog nav link */
ul li#menu-item-14:before { 
	content: '' !important; 
}

/* Adds the backslash to the nav link */
nav#main li:before{ 
	content:'\002F'; 
	padding-right:5px; 
}

section.nav-container .logo { 
	float: left;
	width: 478px; 
	height: 76px; 
}

.citylogo { 
	position: absolute; 
	top: 300px; 
	left: 0px; 
	z-index: 4; 
}

.flex-container { 
	clear: both; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 2;
	width: 960px;
	height: 490px; 
}

/*----------------------FOOTER STYLES----------------------*/

footer { clear: both; border-top: 1px solid #253F25; padding-top: 25px; padding-bottom: 40px; width: 960px; float: left; }

nav#bottom { float: right; margin-right: 20px; }

nav#bottom ul li { list-style: none; display: inline; }

nav#bottom ul li a { color: #253F25; text-transform: uppercase; font-size: 11px; padding-left: 2px; }

/* Adds the bullet to the bottom nav links */
nav#bottom li:before{ content:'\00B7'; padding-right:2px; }

/* Removes bullet on The Blog nav link */
ul li.menu-item-14:before { content: '' !important; }

.hmhm { color: #333; font-size: 12px; float: left; margin-left: 20px; }

.hmhm a:hover { color: #333; }