@charset "UTF-8";
/*  
Author: Sean Kelley
Date: April 17, 2012
File Info: Build 2-C style sheet
Color Scheme:
  #FFFFFF - white - container bg, header bg, side bg
  #02AB60 - light green - right side links hover
  #0D723F - green - h1, h2, right side h3
  #834F66 - light maroon - top nav hover
  #6E2746 - maroon - body bg, side nav links, image borders links
  #111111 - black - paragraph text
*/

body {
	background-color: #6E2746;
	background-image: url(../images/bg-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~this fixed width container surrounds the other divs~~ */
#container {
	width: 968px;
	background-color: #FFFFFF;
	margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	color: #6E2746;
	background-color: #FFFFFF;
	margin: 20px 0 0 21px;
	padding-top: 11px;
}
#header h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 145px;
	font-style: italic;
	margin-top: -34px;
}
#header-image {
	margin-top: -21px;
	margin-left: -6px;
	padding: 12px 0 12px 0;
}
#header-contact {
	float: right;
	font-size: 12px;
	text-align: right;
	margin-top: -60px;
	margin-right: 10px;
}
#free-shipping {
	text-align: right;
	margin-top: -130px;
	margin-right: 20px;
	float: right;
	border: 2px solid #CCCCCC;/*	font-size: 28px;
	padding: 7px; */
}
#large-image {
	margin-left: 22px;
}
#content {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
	width: 680px;
	float: right;
	border-right: 20px solid #FAFAFA;
}
#content h1 {
	color: #0D723F;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	font-weight: normal;
}
#content h2 {
	color: #6E2746;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: underline;
}
#right-side {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	float: right;
	width: 235px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#right-side-header {
	color: #0D723F;
	font-size: 16px;
	font-weight: lighter;
	padding-top: 20px;
}
#google_translate_element {
	border-bottom: 1px dotted #0D723F;
	padding-bottom: 20px;
}
#right-side-nav {
	margin-left: 15px;
	list-style: none;  /*remove the list style */
	padding-bottom: 20px;
	border-bottom: 1px dotted #0D723F;
}
#right-side-nav li {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	padding-bottom: 2px;
}
#copyright {
	margin-top: 8px;
	font-size: 90%;
}
#site-by {
	margin-top: 10px;
	font-size: 85%;
}
/* navigation */
											  
											  
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #6E2746;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* top navigation */

#top-nav {
	clear: both;
}
.nav {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navkey {
	background-color: #6E2746;
	background-image: url(../images/navbar.png);
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	width: 925px;
	height: 35px;
}
#navkey li {
	float: left;
	border-right: 1px solid #212121;
}
#navkey li a {
	padding: 7px 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
/* Submenu */

#navkey ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6E344E;
}
#navkey li:hover {
	position: relative;
}
#navkey li:hover ul {
	left: 0px;
	top: 34px;
	padding: 0px;
}
#navkey li:hover ul li a {
	padding: 5px;
	display: block;
	width: 168px;
	text-indent: 15px;
	color: #333333;
}
#navkey li:hover ul li a:hover {
	background-color: #EFEFEF;
}
#subnav {
	color: #00FF00;
	background-color: #FFFFFF;
}
#subnav li {
	padding: 5px;
	border-bottom: 1px solid #999999;
}
/* right side navigation */
											  
#right-side-header a:link, h3 a:visited {
	color: #0D723F;
	text-decoration: none;
}
#right-side-header a:hover {
	color: #02AB60;
	text-decoration: none;
}
#right-side ul a:link, ul a:visited {
	color: #6E2746;
}
#right-side ul a:hover {
	color: #02AB60;
}
/* The footer */
#footer {
	color: #8D9799;
	background-color: #6E2746;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	text-align: center;
	padding: 10px 0;
}
/* bottom navigation */

#bottom-nav {
	font-size: 90%;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
#bottom-nav ul {
	list-style: none;
	margin: 0;
	padding: .5em 0 .5em 0;
}
#bottom-nav li {
	display: inline;
}
#bottom-nav li a {
	color: #8D9799;
	padding-right: 3px;
	padding-left: 3px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
#opener {
	text-align: center;
}
#site-warning {
	font-size: 16px;
	color: #6E2746;
	font-family: Tahoma, Geneva, sans-serif;
}
#introducing {
	font-size: 16px;
	color: #0D723F;
	font-family: Tahoma, Geneva, sans-serif;
}
#custom-packages {
	color: #0D723F;
	font-size: 16px;
	font-weight: lighter;
	padding: 20px 4px 10px 4px;
	border-bottom: 1px dotted #0D723F;
}
#social-sites {
	margin-top: 20px;
}
.social-sites {
	padding-bottom: 5px;
}
.dick {
	margin-top: 30px;
}
.vajayjays {
	margin-top: 90px;
}
.kiss-on-the-cheek {
	margin-top: 50px;
}
.chic-to-cheek {
	margin-top: 30px;
}
.the-perfect-pairs {
	margin-top: 30px;
}
.handjobs {
	margin-top: 30px;
}
.threesomes {
	margin-top: 130px;
}
.packages {
	margin-top: 130px;
}
.home-description {
	padding-top: 150px;
	font-size: 14px;
}
#donations {
	font-size: 18px;
}
.share-image {
	border: 5px solid #6E2746;
	margin-left: 80px;
	margin-bottom: 30px;
}
.image-border {
	border: 5px solid #6E2746;
}
.center-text {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
/* images */


div.image {   /*div with a class of image */
	margin: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;  /* centers the image within the div */
	padding: 5px;
}
div.image img {  /* each image */
	border: 5px solid #CCCCCC;
}
div.image a:hover img {  /* each image when the mouse is over it */
	border: 5px solid #999999;
}
div.desc {     /* each description that is beside the image */
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	margin: 2px;
	padding-top: 5px;
}
