@charset "UTF-8";

/*	=============================================
	=============================================
 	CSS Resets 

 	http://meyerweb.com/eric/tools/css/reset/ 
   	v2.0 | 20110126
   	License: none (public domain)
	=============================================
	=============================================*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	=============================================
	=============================================
	Global Content Formatting and Styles
	=============================================
	============================================= */

body {
	color: #575c7a;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #00355a url(../_images/logo/background_gradient.jpg) repeat-x 0px 0px;
}

.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #fff;
}

footer {
	font-size: 0.85em;
	color: #9ba0bd;
	background-color: #00355a;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
article {
	margin-bottom: 10px;
}


/* 	--------------------------------------------
	Typography Styles
	-------------------------------------------- */
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #fdb813;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	line-height: 1.2em;
}

h2 {
	font-size: 1.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;	
}

h3 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
h4 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-size: .75em;
	font-style: italic;
	text-align: right;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
h7 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(0,91,148,1);
	text-decoration: underline;
}
.subheading {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bolder;
	color: rgba(0,91,148,1);
	text-transform: uppercase;
}



ul, ol {
	padding-left: 20px;
}
.indent20 {
	padding-left: 20px;
}


ul li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 1.2em;
	padding-top: 20px;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
	line-height: 1em;
	padding-top: 20px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.75em;
	margin-left: 0px;
	line-height: 1.2em;
}
.centerText {
	text-align: center;
}

.lineSpace {
	line-height: 0px;
}




/* 	--------------------------------------------
	Anchor Tag Styles
	-------------------------------------------- */
a {
	color: #de9000;	
}

a:hover {
	color:#009eff;		
}

/* this is to style the Read More links */
a.more {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* these next styles are for the more arrow image */
	background-image: url(../_images/more_arrow.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* this is to style the Read More hover link using the same image */
a.more:hover {
	background-position: right -50px;	
}

/* this is to style the news div */
.news h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
.news p {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.news {
	background-repeat: no-repeat;
	height: 150px;
	position: relative;
	background-size: 60px 60px;
}

.news .content {
	height:120px;
}

.news.one {background-image: url(../_images/article/article_ochousing.png);}
.news.two {background-image: url(../_images/article/article_realestate.png);}
.news.three {background-image: url(../_images/article/article_otf1.png);}
.news.four {background-image: url(../_images/article/article_repair.png);}
.news.five {background-image: url(../_images/article/article_trivia.png);}
.news.six {background-image: url(../_images/article/article_food.png);}
.news.seven {background-image: url(../_images/article/article_otf2.png);}
.news.eight {background-image: url(../_images/article/article_recipe.png);}
.news.nine {background-image: url(../_images/article/article_sudoku.png);} 

nav a {
	text-transform: uppercase;
	color: #0c5b90;
	text-decoration: none;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
}
nav a:hover {
	color: #fff;
}

.clear-fix {
	clear: both;
	line-height: 1px;
}

#recipe li {
	line-height: 0px;
}
#contactdiv {
	font-family: Arial, "Helvetica CE", sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,1);
}
/* 	--------------------------------------------
	styles for Archive Page
	-------------------------------------------- */
#archive h2 {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#archive a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 20px;
}



/*	=============================================
	=============================================
 	Media Queries for large resoultion screens
	=============================================
	=============================================*/
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	.news.one {background-image: url(../_images/article/article_ochousing_2x.png);}
	.news.two {background-image: url(../_images/article/article_realestate_2x.png);}
	.news.three {background-image: url(../_images/article/article_otf1_2x.png);}
	.news.four {background-image: url(../_images/article/article_repair_2x.png);}
	.news.five {background-image: url(../_images/article/article_trivia_2x.png);}
	.news.six {background-image: url(../_images/article/article_food_2x.png);}
	.news.seven {background-image: url(../_images/article/article_otf2_2x.png);}
	.news.eight {background-image: url(../_images/article/article_recipe_2x.png);}
	.news.nine {background-image: url(../_images/article/article_sudoku_2x.png);}

}
img {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
}
