@charset "UTF-8";
body {
	background: #DDDDDD;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 150%;
}


/* links*/


a {
	color: #6E2426;
	text-decoration: none;
}
a:link {
    color: #6E2426;
	text-decoration: none;
}
a:visited {
    color: #6E2426;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
}

img{
	border-style: none;
}
.white {
	color:#FFFFFF;
	}
.white a:link {
	color:#FFFFFF;
	text-decoration: none
	}
.white a:visited {
    color: #FFFFFF;
	text-decoration: none;
	}

/*heading resets*/


h1 {
	color: #000000;
	font-family: "Big Caslon";
	letter-spacing: 0.125em;
	margin: 0;
	padding: 0;
	line-height: 125%;
}
h2 {
	font-family: "Big Caslon";
	letter-spacing: 0.125em;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 125%;
}
h3 {
	font-family: "Big Caslon";
	letter-spacing: 0.125em;
	color: #000000;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

p {
	margin: 0;
	padding-right: 0px;
	padding-bottom: 10px;
}

li {
	padding-bottom: 10px;
}

/* 3 column main divs*/
.img_fix{
	margin-right: 50px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#content {
	margin-right: 50px;
	margin-left: 50px;
	text-align: justify;
	margin-top: 30px;
} 
#header {
	text-align: center;
	padding-top: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-right: 50px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.sidebar3 {
	margin-right: 25px;
	margin-left: 260px;
	padding-bottom: 50px;
}
.sidebar4 {
	margin-left: 25px;
	margin-right: 260px;
	padding-bottom: 50px;
}

.mainContent {
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 1px;
	padding-bottom: 0px;
	text-align: left;
	margin-top: 0px;
} 
#footer {
	background:#DDDDDD;
	padding-bottom: 5px;
	text-align: right;
	padding-top: 10px;
	margin-top: 30px;
} 
#footer_right {
	float:left;
	width: 150px;
	font-size: 10px;
	padding-top: 30px;
	background-image: url(nick_ward_icon.png);
	background-repeat: no-repeat;
	background-position: -1px -20px;
	height: 25px;
	padding-left: 45px;
	text-align: left;
	margin-top: -10px;
}

#footer p {
	margin: 0; 
	padding: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.top_pad {
	margin-top:50px;
}
.small_head {
	font-size: 0.75em;
}

.small_head_2 {
	text-align: left;
	font-size: 0.75em;
}
	
/* home page */

#nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 97px bottom;
	background-repeat: no-repeat;
}
.home .title {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
.home .title span {
	font-weight: normal;
	font-size: 0.65em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 2em;
}
.home .quote {
	background-color: #DDDDDD;
	background-image: url(pointer_right_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 15px;
	color: #6E2426;
	line-height: 1.5em;
	text-align: right;
}
.home .headlines {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1.5em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
}
.home .headlines ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.home .quote3 {
	background-color: #DDDDDD;
	background-image: url(pointer_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6E2426;
	margin-top: 5px;
	line-height: 1.5em;
	text-align: right;
	width: 400px;
	margin-left: 130px;
}
.home .quote_title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	}
.home .side_title {
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
}

.home .side_item {
	padding-top: 25px;
	text-align: center;
}

.home .blog1 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}
.home .blog2 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.home .blog_title {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
	margin-bottom: 10px;
	clear: both;
}

.home .recipe_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	background-image: url(cricket3.jpg);
	padding-bottom: 5px;
	background-position: 328px -8px;
	padding-top: 30px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 55px;
	margin-bottom: 10px;
}
.home .recipe_content {
	margin-bottom: 10px;
	}
.home .rt {
	float:right;
	}

.home .blog_title2 {
	text-align: left;
	float: left;
	width: 400px;
}

.home .blog_foot {
	padding-bottom: 5px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}

.home .prev_nxt {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.home .post_content {
	text-align: justify;
}
	
.home .recipe_title2 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	color: #6E2426;
	text-align: left;
}
.home .recipe_content {
}
.home h1 {
	font-size: 1.6em;
	color: #6E2426;
}
.home h2 {
	font-size: 1.25em;
}	

.home .recipe_link {
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 5px;
}

.home .recent {
	margin-top: 25px;
	text-align: justify;
}
		
/* about page */

#about_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 404px bottom;
	background-repeat: no-repeat;
}
.about .quote {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6E2426;
	margin-top: 5px;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 25px;
}
.about .quote2 {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6E2426;
	margin-top: 5px;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: 25px;
}
.about .title {
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-bottom: 10px;
	background-image: url(cricket2.jpg);
	padding-bottom: 5px;
	background-position: -12px -8px;
	padding-top: 35px;
	background-repeat: no-repeat;
	margin-right: 260px;
	text-align: left;
}
.about .title2 {
	padding-top: 10px;
	padding-left: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
}
.about .title3 {
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-bottom: 10px;
	background-image: url(cricket2.jpg);
	padding-bottom: 5px;
	background-position: -12px 40px;
	padding-top: 90px;
	background-repeat: no-repeat;
	margin-left: 260px;
}
.about .end_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-top: 10px;
	}
	


/* what is page */

#whatis_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 181px bottom;
	background-repeat: no-repeat;
}

.what .sidebar1 h1{
	color: #000000;
	font-family: "Big Caslon";
	font-size: 1.125em;
	margin: 0px;
	letter-spacing: 0.125em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
}
.what .sidebar2 h1{
	color: #000000;
	font-family: "Big Caslon";
	font-size: 1.125em;
	margin: 0px;
	letter-spacing: 0.125em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
.what .title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	background-image: url(cricket3.jpg);
	padding-bottom: 5px;
	background-position: 328px -8px;
	padding-top: 35px;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 55px;
	margin-bottom: 10px;
	margin-left: 260px;
}
.what .title2 {
	padding-top: 10px;
	padding-left: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
	}
.what .title3 {
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
	margin-right: 260px;
	}
	.what .title4 {
	padding-top: 10px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
	margin-left: 260px;
	}
.what .quote {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_left_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 0px;
	color: #6E2426;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 45px;
}
.what .quote2 {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6E2426;
	margin-top: 5px;
	line-height: 1.2em;
	text-align: left;
}
.what .end_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-top: 10px;
	margin-bottom: 50px;
}
.what .end_line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-top: 10px;
}
.what .blurb {
	color:#6E2426;
	text-align:left;
	padding-top: 30px;
	padding-bottom: 50px;
	}
	
/* contact page */
	
#contact_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 501px bottom;
	background-repeat: no-repeat;
}

/* terms and conditions page */

#legal_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 561px bottom;
	background-repeat: no-repeat;
}

.legal .title {
	padding-top: 10px;
	padding-left: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
}

.legal .title2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 25px;
}

/* recipess page */

#recipe_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 280px bottom;
	background-repeat: no-repeat;
}
.recipes #top {
padding-bottom: 25px;
}

.recipes .top_right {
	margin-right: 265px;
}
.recipes .title {
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	margin-bottom: 10px;
	background-image: url(cricket2.jpg);
	padding-bottom: 5px;
	background-position: -12px -7px;
	padding-top: 33px;
	background-repeat: no-repeat;
}
.recipes .title2 {
	padding-top: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E2426;
	border-bottom-color: #6E2426;
	text-align: center;
	}

.recipes .quote {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_left_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #6E2426;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 45px;
}
.recipes .side_title {
	padding-bottom: 20px;
}

.recipes .side_title h3 {
	margin: 0px;
}

.recipes .side {
	font-size: .9em;
}

.recipes .center {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.recipes .recipe_foot {
	padding-left: 425px;
	text-align: justify;
	padding-bottom: 100px;
}
.recipes .recipe_foot h3 {
	font-family: "Big Caslon";
	letter-spacing: 0.125em;
	color: #000000;
	padding: 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
.recipes .recipe_foot_title {
	padding-top: 10px;
	padding-left: 25px;
	margin-top: 25px;
	margin-bottom: 75px;
	padding-right: 25px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
}
.recipes .recipe_foot .p {padding-bottom: 25px;}

.recipes .cookie {
	background-image: url(../images/background.jpg);
	background-position: left bottom;
	margin-left: -50px;
	margin-bottom: -50px;
	padding-top: 50px;
	}


/* resources page */

#resource_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 340px bottom;
	background-repeat: no-repeat;
}
.resources #top {
padding-bottom: 25px;
}

.resources .top_right {
	margin-left: 265px;
}
.resources .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6E2426;
	text-align: left;
	margin-top: 25px;
	}

.resources .quote {
	font-size: 0.9em;
	background-color: #DDDDDD;
	background-image: url(pointer_left_2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	color: #6E2426;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 45px;
}
.resources .side_title {
	padding-bottom: 20px;
}

.resources .side_title h3 {
	margin: 0px;
}

.resources .side {
	font-size: .9em;
}

.resources .center {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* forum page */

#forum_nav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	font-size: 12px;
	background-color: #DDDDDD;
	background-image: url(pointer_head.png);
	background-position: 452px bottom;
	background-repeat: no-repeat;
}

.forum .soon {
	height: 400px;
}

