/*
Theme Name: Lucky Lake Hunting Adventures
Theme URI: http://luckylakehuntingadventures.ca
Description: Lucky Lake Hunting Adventures
Version: 1.1

*/

/* 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, img, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:url(images/body_bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Text Link Elements */

h2{
	font-size:1.2em;
	font-weight:bold;
	}

.bold{
	font-weight:bold;
	}

#header_meta p{
	font-size:.8em;
	}

#footer p{
	font-size:.8em;
	}

#header_meta p, #header_meta a{
	color:#a29384;
	text-decoration:none;
	}

#footer p, #footer a{
	color:#a58250;
	}
	
#header_meta a:hover{
	color:#fff;
	}

#header_box ul li a{
	text-decoration:none;
	color:#000;
	font-size:.8em;
	font-weight:bold;
	}

#header_box ul li a:hover{
	color:#641412;
	}

#sidebar{
	font-size:.75em;
	}

#sidebar a{
	color:#641412;
	}

#sidebar a:hover{
	color:#000;
	}

#sidebar p{
	padding-bottom:.4em;
	}

#content{
	font-size:.9em;
	}

#content a{
	color:#641412;
	}

#content p{
	line-height:1.2em;
	padding-bottom:.5em;
	}

#content ul{
	padding-bottom:.5em;
	}

#content ul li{
	list-style-type:disc;
	padding-bottom:.3em;
	margin-left:20px;
	}

small{
	font-size:.9em;
	}

/* Block Level Elements */
#page{
	width:100%;
	}

#inner_page{
	width:745px;
	margin:0px auto;
	}

#content_box{
	padding-top:30px;
	}

#content{
	width:500px;
	float:left;
	background:url(images/content_bg.jpg) repeat-y;
	}

#top_content{
	background:url(images/content_top.jpg) no-repeat top;
	width:500px;
	height:30px;
	}

#bottom_content{
	background:url(images/content_bottom.jpg) no-repeat top;
	width:500px;
	height:30px;
	}

.inner_content{
	padding:0px 20px;
	}

#footer{
	float:right;
	margin-top:5px;
	}

.post{
	padding-bottom:.5em;
	}

.post .entry{
	margin-top:.3em;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	background:none;
	}

/* Header Content */

#header_meta{
	padding-top:5px;
	text-align:right;
	}

a.login_icon{
	}

#header_box{
	background:url(images/header_01.jpg) no-repeat;
	width:745px;
	height:268px;
	}

#header_box ul{
	padding-top:236px;
	padding-right:40px;
	float:right;
	}

#header_box ul li{
	display:block;
	float:left;
	background-color:#fff;
	margin-right:5px;
	text-align:center;
	}

#header_box ul li a{
	display:block;
	padding:3px 5px 3px 5px;
	}

/* Sidebar Content */

#sidebar{
	background:url(images/sidebar_bg.jpg) no-repeat;
	height:282px;
	width:213px;
	padding-top:25px;
	padding-left:30px;
	float:left;
	}

/* Reusable Content */

.img_left, .entry .alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#fff;
	padding:4px;
	border:#e7e7e7 1px solid;
	}

.img_right, .entry .alignright{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#fff;
	padding:4px;
	border:#e7e7e7 1px solid;
	}



strong{
	font-weight:bold;
	}

em{
	font-style:italic;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	background:none;
	border:none;
	}