@charset "UTF-8";

/*----- basic styling -----*/
* {
	margin: 0px;
	padding: 0px;
}

	
@font-face {
	font-family: 'MercedRegular';
	src: url(/fonts/merced-webfont.eot);
	src: local('☺'), 
	     url(/fonts/merced-webfont.woff) format('woff'), 
	     url(/fonts/merced-webfont.ttf) format('truetype'), 
		url(/fonts/merced-webfont.svg#webfontfFciCkHw) format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
		background-color: #663333;
		text-align: center;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}

#wrapper {
	color: #663333;
	background-color: #FFCCCC;
	width: 90%;
	position: relative;
	text-align: center;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	min-width: 760px;
	height: auto;
	}
body  #wrapper a {
	color: #CC0000;
	text-decoration: none;
}
body  #wrapper a:hover {
	color: #666666;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
}

#clearfloat {
	clear: both;
}
#header {
	position: relative;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A35D6B;
	background-image: url(../images/logo/logo_3.gif);
}

#header h1 {
	margin-left: -9000px;
}

#address {
	position: absolute;
	text-align: center;
	width: 100%;
	background-position: bottom;
	height: 24px;
	left: 0px;
	bottom: 1px;
}
#address  h2   {
		font-size: 16px;
		line-height: 1.5em;
		color: #FFCCCC;
}
#address .bold {
	float: right;
	padding: 1%;
	display: block;
	margin-left: 1%;
	height: 100%;
	width: 70%;
	position: relative;
	}

#mainContentOne {
	width: 75%;
	position: relative;
	min-width: 500px;
	float: right;
}



/*----- container elements -----*/


#leftSidebar {
	position: relative;
	width: 200px;
	display: block;
	padding: 0.5em;
	left: 0px;
	top: 0px;
	float: left;
	min-width: 200px;
	}

#mainContentOne  .author  {
	font-style: italic;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding: .5em;
}
#mainContentOne  span  {
	font-size: None;
	font-weight: normal;
}
#mainContentOne li.mission     {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	font-style: italic;
}

#TabbedPanels1 {
	position: relative;
}

#about #tina p {
	text-align: justify;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: .5em;
	padding-left: 0px;
}

.imageStore {
	padding: 5px;
	float: right;
}

.imageTina {
	padding: 5px;
	float: left;
}

#customTextContainer {
	padding: 5px;
	float: left;
	width: 55%;
	position: relative;
}
#customImgContainer        {
	float: right;
	width: 255px;
	position: relative;
	overflow: visible;
}

#customImgContainer img {
	padding: 0px;
	border: thin solid #FFFFFF;
	margin: 2px;
}

#suppliesTextContainer {
	padding: 5px;
	width: 50%;
	position: relative;
	float: left;
}

#suppliesImgContainer {
	margin: 5px;
	float: right;
	width: 250px;
	position: relative;
}

#suppliesImgContainer img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#patterns {
}

.patternTumbnail {
	float: left;
	position: relative;
}

#patterns .patternTumbnail img {
	display: block;
	float: left;
	padding: 0.2em;
	margin: .5em;
}

#patterns p {
	display: block;
	clear: both;
}

#contact {
	text-align: left;
	padding: 5px;
}

#leftSidebar h1 {
	font-size: 14px;
}
#leftSidebar  .boldsmallprint  {
	font-size: 1em;
	font-weight: bolder;
}

#leftSidebar .merced {
	font-family: 'MercedRegular', "Book Antiqua", Palatino, Georgia, serif;
}


#leftSidebar h2 {
	font-size: 2em;
	padding-top: 0.5em;
	}
	
#leftSidebar h3 {
	padding-bottom: 0.5em;
}

#leftSidebar h4 {
	padding-top: 1em;
}
#leftSidebar   h5   {
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	padding-top: .5em;
	padding-left: .5em;
}
#leftSidebar   h5   a  {
	font-weight: normal;
	font-size: 10px;
}
#leftSidebar h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer        {
	color: #F9DEDD;
	font-weight: bold;
	background-color: #A35D6B;
	height: 1.5em;
	padding: 0.5em;
}
#footer p  {
}
#footer #p1 {
	float: left;
	}
#footer #p2 {
	float: right;
}

