/*
Theme Name: Red Wriggler Custom
Theme URI: ---
Description: Red Wriggler Haven design by <a href="http://www.neolberry.ca">Noel Berry</a>
Version: 0.9
Author: Noel Berry
Author URI: http://www.neolberry.ca/


*/

html, body, div, span, applet, object, iframe,
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,
b, u, i, center,
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-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	margin: 0px auto;
	font-family: verdana;
	
	background: #474747;
	font-size: 12px;
}

#page {
	width: 780px;
	margin: 0px auto;
	margin-top: 40px;
	text-align: center;
}

#header {
	width: 780px;
	height: 136px;
	background: url(images/banner.png);
	margin: 0px auto;
	float: left;
}

.content {
	background:  url(images/body.png);
	width: 762px;
	padding: 9px;
	padding-top: 0px;
	margin: 0px auto;
	text-align: left;
	float: left;
}



#navigation {
	width: 763px;
	text-align: left;
	background: #474747;
	padding: 0px;
	padding-top: 2px;
	height: 34px;
	
	margin: 0px;
	font-size: 16px;
	float: left;
}

.page_item {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	padding-bottom: 8px;
	display: inline;
	float: left;
}

.current_page_item {
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	padding-bottom: 8px;
	display: inline;
	float: left;
	background-color: #F2F2F2;
	color: #000;
}



.page_item a { color: #bfe589; text-decoration: none; }
.page_item:hover { background-color: #bfe589; }
.page_item:hover a { color: #000; }
.current_page_item a { color: #000; }

table {
	margin: 10px;
}

td { padding: 10px; }

.post {
	padding: 10px;
	font-family: verdana;
	line-height: 1.6em;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 { font-size: 16px; margin-top: 20px; }


ol { list-style-type: decimal; margin-left: 30px; }
ol li { margin-top: 10px; }

.postdata {
	margin: 20px;
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.left { width: 400px; display: inline; float: left; }
.sidebar {
	width: 280px;
	display: inline;
	float: right;
}

.foot { text-align: right; margin-right: 20px; font-size: 10px; }

.footerImg { 
	background:  url(images/footer.png);
	width: 780px;
	height: 30px;
	margin: 0px auto;
	float: left;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.wp-caption-text {text-align:center; line-height:1em}

p img { padding: 0; max-width: 100%; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
.alignright { float: right; }



