/*
Theme Name: Get Stuffed
Theme URI: http://getstuffed.ca/
Description: Theme for the Get Stuffed website.
Version: 0.1
Author: Benjamin Rankin
Author URI: http://lizerazu.org/
*/
/* main */

html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url("images/background.jpg");
	background-position: right top;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #71B929;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #666699;
}

a:link {
	color: #306;
	text-decoration: none;
}

a:visited {
	color: #306;
	text-decoration: none;
}

a:active {
	color: #306;
	text-decoration: none;
}

a:hover {
	color: #336;
	text-decoration: none;
}

/* footer */
#footer {
	position:absolute;
	text-align: center;
	background-image: url("images/footer_background.png");
	background-repeat: repeat;
	bottom:0px;
	height:85px;
	width:100%;
	
}

#footer p {
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer_sponsers img {
	padding-right: 10px;
	padding-left: 10px;
}

/* header */

#header {
	width: 900px;
	margin: auto;
	position: relative;
}

#headerimg {
	position: relative;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#headerimg h1 {
	margin: 0px;
	padding: 0px;
}

#header_menu ul {
	list-style-type: none;
	display: inline;
}

#header_menu ul li {
	display: inline;
	padding-right: 1px;
	padding-left: 1px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 5px;
	margin-top: 5px;
}

#header_menu {
	background-image: url("images/menu_background.png");
	background-repeat: no-repeat;
	bottom: 0px;
	position: relative;
	height: 45px;
	width: 900px;
}

#header_menu_small {
	position: absolute;
	bottom: 0px;
	margin-left: 15px;
}

#header_menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	height: 35px;
	width: 95px;
}

#header_menu_small a {
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	position: relative;
	bottom: 0px;
}

#header_menu_small a img {
	margin: 0px;
	padding: 0px;
	margin-bottom: -5px;
}

/* sidebar */

#sidebar {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 260px;
}

#menu_board {
	list-style-type: none;
	margin: 0px;
	position: relative;
	width: 100%;
	background-image: url("images/lunch_menu.png");
	height: 270px;
	background-repeat: no-repeat;
	padding-top: 30px;
	text-decoration: none;
}

#menu_board li {
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 35px;
}

#menu_board li a {
	text-decoration: none;
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
}

#page #page_content #sidebar #menu_board .page_item.page-item-15 {
	padding-left: 37px;
	padding-bottom: 60px;
	font-size: x-large;
}

#page #page_content #sidebar #menu_board .page_item.page-item-18 {
	padding-left: 38px;
	font-size: large;
}

#page #page_content #sidebar #menu_board .page_item.page-item-20 {
	padding-left: 35px;
	font-size: large;
}

#page #page_content #sidebar #menu_board .page_item.page-item-23 {
	padding-left: 33px;
	font-size: large;
}

#page #header #header_menu #header_menu_small ul .page_item.page-item-3.current_page_item {
	background-image: url(images/button.png);
}

/* main page */

#page {
	position: relative;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

#content {
	background-color: #FFF;
	width: 620px;
	position: relative;
	padding: 0px;
	left: 10px;
	margin: 0px;
}

#content p {
	font-size: small;
	color: #555;
}

p.date {
	font-weight: bold;
	color: #555;
}
#content_top {
	background-image: url("images/content_top.png");
	background-repeat: no-repeat;
	position: relative;
	left: 10px;
	height: 25px;
	width: 620px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content_bottom {
	background-image: url("images/content_bottom.png");
	background-repeat: no-repeat;
	position: relative;
	left: 10px;
	height: 15px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}

#page_content {
	width: 900px;
	background-color: #D6F1BB;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

div.post {
	padding: 0px;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#page_content_bottom {
	background-image: url("images/page_content_bottom.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 95px;
}

.entry p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.post h2 a {
	color: #666699;
	text-decoration: none;
	font-size: medium;
}

#content a img {
	margin-top: 5px;
	margin-left: 10px;
	vertical-align: middle;
	margin-right: 10px;
}

#post_footer_images {
	text-align: center;
}

.entry h3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.entry h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#respond {
	width: 590px;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
#commentform input {
	margin: 0px;
	padding: 0px;
}
#respond #commentform noscript p strong {
	margin: 0px;
	padding: 0px;
}
#commentform {
	margin: 0px;
	padding: 0px;
}
#comment {
	width: 587px;
}
#comments {
	padding-left: 15px;
}