/*
Theme Name: Mama Chicken's Kitchen
Theme URI: http://www.mamachickenskitchen.com
Description:  Mama Chicken's Kitchen
Author: Jason Gonzalez
Author URI: http://www.bottlerocketcorp.com 
*/

html, body { 
  width: 100%;  
  overflow-x:hidden; 	
  margin: 0;
	padding: 0;
}
html {
  overflow-y: scroll;
}
body {
	background-color: #4773c7;
	background-image: url('images/bg-tile.jpg');
  font-family: 'Actor', sans-serif;
	font-size: 13px;
line-height: 19px;
	color: #000000;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
  color: #000000;
  letter-spacing: .5px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
a:link {	
  color: #4773c7; 
  text-decoration: none;
}
a:visited {  
  color: #4773c7; 
  text-decoration: none;
}
a:active {  
  color: #4773c7; 
  text-decoration: none;
}
/************************************** Main Container */
div#main-container {
  position: relative;
  background-color: #ffffff;
	background-image: url('images/bg-main.jpg');
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 950px;
  height: 940px;
}
/********************************** End Main Container */

/********************************************* Content */
div#content {
  position: relative;
  margin-left: 350px;
  padding-top: 170px;
  padding-bottom: 50px;	
  width: 300px;
  height: 340px;
}
div#donate {
  margin-left: 350px;
}
div#donate-image {
  float:left;
}
div#donate-text {
  float:left;
  padding-left:25px;
  padding-top: 14px;
  width: 370px;
}
/******************************************* End Content */

/************************************************ Footer */
div#footer {
	clear: both;
}
/******************************************** End Footer */