/*  
Author: iDesign Studios - Selene M. Bowlby
Author URI: http://www.idesignstudios.com/
*/

/* CSS Document - Table of Contents
---------------------------------------------

01 - Main Styles
02 - ID's
03 - Navigation
04 - Classes
05 - Lists, etc.
06 - Forms


Color Palette
---------------------------------------------

#FFFFFF - White
#000000 - Black
#CCCC9A - Tan
#420143 - Purple
#CCCC9A - Olive

*/


/* 01 - Main Styles
--------------------------------------------- */


* {
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #EEF4CA;
	color: #000000;
}

html, body {
	height: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}
h1 {
	font-size: 20px;
  margin-top: 0px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 17px;
}
hr {
	margin: 30px 0px 30px 0px;
	border: 1px solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 0px;
	width: 100%;
	border-color: #555555;
}

/* 02 - ID's
--------------------------------------------- */

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	/* For Sticky Footer - 1 of 3
	keeps footer at bottom of screen or content (whichever is lower) */
	min-height: 100%;
	height: auto !important; /* mini-hack for IE6 */
	height: 100%; /* mini-hack for IE6 */
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 760px;
	height: 130px;
}
#logo {
	margin: 0px;
	padding: 20px 0px 0px 30px;
	height: 90px;
	float: left;
}
#logo_shop {
	margin: 0px;
	padding: 5px 0px 0px 30px;
	height: 105px;
	float: left;
}
#slogan {
	margin: 0px;
	padding: 30px 30px 0px 0px;
	float: right;
	font-size: 17px;
}
#slogan_shop {
	margin: 0px;
	padding: 70px 30px 0px 0px;
	float: right;
	font-size: 17px;
}
#flash {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 300px;
	clear: both;
}
#nav {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bk_nav.gif);
	background-position: top center;
	background-repeat: repeat; 
	width: 760px;
	height: 40px;
}
#followus {
	margin: -20px auto 30px auto;
	padding: 0px 0px 0px 0px;
	width: 700px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52523E;
}
#content {
	margin: 0px auto 0px auto;
	padding: 20px 30px 30px 30px;
	width: 700px;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 60px 0px 0px 0px;
	background-image: url(../images/bk_footer-trans.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #52523E;
	height: 120px;
	width: 760px;
	text-align: center;
}
#footer_copyright {
	margin: 0px auto 0px auto;
	padding: 0px;
	clear: both;
	color: #52523E;
	/* For Sticky Footer - 2 of 3
	keeps footer at bottom of screen or content (whichever is lower) */
}
#push {
	/* For Sticky Footer - 3 of 3
	keeps footer at bottom of screen or content (whichever is lower) */	
	height: 120px;
}

/* 03 - Navigation
--------------------------------------------- */

a:link {
	text-decoration: underline;
	color: #420143;
}
a:visited {
	text-decoration: underline;
	color: #420143;
}
a:hover {
	text-decoration: underline;
	color: #871989;
}
a:active {
	text-decoration: underline;
	color: #420143;
}

a.slogan:link {
	text-decoration: none;
	color: #420143;
	font-weight: normal;
}
a.slogan:visited {
	text-decoration: none;
	color: #420143;
	font-weight: normal;
}
a.slogan:hover {
	text-decoration: underline;
	color: #871989;
	font-weight: normal;
}
a.slogan:active {
	text-decoration: none;
	color: #420143;
	font-weight: normal;
}

a.title:link {
	text-decoration: none;
	color: #7F9351;
	font-weight: normal;
}
a.title:visited {
	text-decoration: none;
	color: #7F9351;
	font-weight: normal;
}
a.title:hover {
	text-decoration: underline;
	color: #CCEF7F;
	font-weight: normal;
}
a.title:active {
	text-decoration: underline;
	color: #7F9351;
	font-weight: normal;
}

a.footer_nav:link {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #52523E;
}
a.footer_nav:visited {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #52523E;
}
a.footer_nav:hover {
	padding: 0px 5px 0px 5px;
	text-decoration: underline;
	font-weight: bold;
	color: #52523E;
}
a.footer_nav:active {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #52523E;
}

a.footer_copyright:link {
	text-decoration: none;
	color: #52523E;
}
a.footer_copyright:visited {
	text-decoration: none;
	color: #52523E;
}
a.footer_copyright:hover {
	text-decoration: underline;
	color: #52523E;
}
a.footer_copyright:active {
	text-decoration: none;
	color: #52523E;
}

/* 04 - Classes
--------------------------------------------- */
.imgborder {
	margin: 0px;
	padding: 4px;
	border-width: 1px;
	border-color: #27497A;
	border-style: solid;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: #27497A;
	border-style: solid;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 10px 10px;
	display: inline;
	border-width: 1px;
	border-color: #27497A;
	border-style: solid;
}
img.alignleft {
	padding: 4px;
	margin: 0px 10px 10px 0px;
	display: inline;
	border-width: 1px;
	border-color: #27497A;
	border-style: solid;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.smaller {
	font-size: 11px;
}
.small {
	font-size: 10px;
}
.intro {
	font-size: 18px;
}
.col_left {
	margin: 0px 20px 0px 50px;
	padding: 0px 20px 0px 20px;
	width: 150px;
	text-align: left;
	float: left;
}
.col_right {
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	float: left;
}
.col_mid {
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	float: left;
}
.clear {
	clear: both;
}
.box {
	margin: 0px 0px 20px 20px;
	padding: 30px;
	background-color: #AFAF61;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 200px;
}
.gallery_thumb {
	margin: 0px;
	padding: 0px;
	border: 5px solid #FFFFFF;
}

/* 05 - Lists, etc.
--------------------------------------------- */

blockquote {
  margin: 10px 0px 10px 0px;
  padding: 0px 80px 0px 80px;
  background-image: url(../images/bk_blockquote-trans.png);
  background-position: top left;
  background-repeat: no-repeat;
} 

/* 06 - Forms
--------------------------------------------- */

#form_container {
	padding-left: 150px;
}
label {
	float: left;
	width: 150px;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
} 
textarea {
	width: 180px;
	height: 150px;
}
.boxes {
	width: 1em;
}
#submitbutton {
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}
br {
	clear: left;
}
.paypal_donate {
	width: 92px;
	height: 26px;
}
