/* 
    AUTHOR: Jonathan Cutrell
            JonathanCutrell.com
*/
/* -------------- */
/* COLOR PALLETTE */
/* -------------- */
/*
PINK: e7126a
GREEN: 9cad3b
TURQ: 1baa96
LIGHT TAN: e0d0b7
CHRISTMAS RED: cd3633
CM GREEN: 4a7c3f
WHITE
BLACK
*/
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 72% Arial, Helvetica, sans-serif;
	background: url(../images/background2.jpg);
	}
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; text-decoration: none; color: #e7126a;}
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* HEADER Typography */
/* ------------------------------------------ */
h1 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top:6px;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
	margin-top:-5px;
}

h3{
	font-size: 14px;
	line-height: 20px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.hide {
	display: none;
}
.floatleft { float: left;
	display:inline-block;
}
.floatright { float: right;
}
.clear { clear: both;
}
.transpBlack { background: url(../images/macFFBgHack.png); 
	background-repeat: repeat;
}
.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.sans { font-family: Arial, Helvetica, sans-serif;	
}
.small {font-size: 9px;}
.pink {
	color: #e7126a;
	font-family: Arial, Helvetica, sans-serif;
}

.blue{
	color:#1baa96;
	}

.black {
	color: #000000;
}
.black a{
	color: #000000;
}
.black a:hover{
	color: #e7126a;
}
.grey-line {
	border-style: solid;
	border-color: #777777;
	border-width: 1px;
}
.style1 {
	color: #FFFFFF;
	font-size: 14px;
}

.leftmargin {
	margin-left:30px;
}

.center{
	text-align:center;
	}


/* END TOOLBOX */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
/* ------------------------------------------ */
/* rounded corners */
#rounded-bottom {
	background-image: url(../images/rounded-bottom.png);
	width: 830px;
	height: 90px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#rounded-bottom p {
	padding-top: 25px;
}
/* ------------------------------------------ */
/* ------------- basic structure */
/* ------------------------------------------ */
#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#page-wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#header {
	width: 800px;
	height: 138px;
	background: url(../images/header.jpg);
}
#nav {
	font-family: arial;
	width: 800px;
	height: 39px;
	margin-bottom: 10px;
	background: url(../images/nav.png);
}
#footer {
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#navlist {
	text-align: center;
	padding-top: 15px;
	font-size: 14px;
}
#contactPage {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#contactPage label {
	margin-right: 20px;
}
.background {
	background-color: #f1f1f1;
	position: relative;
	z-index: 2;
}
/* ------------------------------------------ */
/* ------------Content style-------- */
/* ------------------------------------------ */
.content-index {
	width: 800px;
}
.content-index li {
	margin: 0px;
}
.content-gallery {
	width: 800px;
}
.content-store {
	margin-left: 20px;
	width: 535px;
	float: left;
	background-color: #ffffff;
}

.content-store h3{
	margin-bottom: 7px;
}

.content-store li {
	float: left;
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.content-store a {
	color:#000;
	margin-top:3px;
	text-align:center;
}
.content-store a:hover {
	color:#e7126a;
}

#content-store-top{
	width:525px;
	float:left;
	display:block;
	margin-bottom:20px;
}


.richsmith {
	padding-top:30px; 
	text-align:center;
	line-height:25px;
	}


.gal-caption {
	background-image: url(../images/macFFBgHack.png);
	font-family: arial;
	font-size: 12px;
	text-align: center;
	height: 20px;
	width: 152px;
	margin-top: -23px;
	position: relative;
}

#navlist a{
	color: #ffffff;
}
#navlist a:hover{
	color: #e7126a;
}
ul#navlist li {
	display: inline;
	margin:0px 10px 0 10px;
}

.indexLeft {
	float: left;
	width: 508px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;
	display: block;
}
.indexRight {
	float: right;
	width: 223px;
	padding-right: 20px;
	display: block;
	overflow:hidden;
}

#testimonial{
	width:515px;
	float:left;
	margin-top:-10px;
	}
	
#facebook{
	width:225px;
	background-color:#E5F3F9;
	padding-bottom:10px;
	}
	
#galrow{
	width:520px;
	display:block;
	float:left;
}

#galinfo {
	width:210px;
	float:left;
	display:block;
	margin-left:20px;
}

.storeRight {
	float: left;
	width: 215px;
	margin-right:20px;
	margin-left:10px;
	display: block;
}
.indexLeft form {
	margin-left: px;
	padding-top:3px;
}
.maingal {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
ul.maingal li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 13px;
	width: 167px;
}
ul.maingal li img{
	border-style: solid;
	border-color: #777777;
	border-width: 1px;
	width:165px;
}
ul.maingal p {
	margin-top: -30px;
	padding-top: 5px;
	background-image: url(../images/macFFBgHack.png);
	text-align: center;
	font-size: 14px;
	height: 22px;
	position: relative;
	z-index: 3;
	margin-bottom:23px;
}
ul.maingal a{
	color: #ffffff;
}
ul.maingal a:hover{
	color: #e7126a;
}

.itemDescription {
	width: 225px;
}
.itemDescription h1 {
	display: block;
	color: #ffffff;
	background-color: #9cad3b;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	padding: 10px;
	margin-bottom: 20px;
}
.addlist{
	background-color: #f1eade;
	margin-left: 22px;
	margin-top: -10px;
	padding: 25px;
	font-size: 12px;
	width: 450px;
	height: 200px;
	display: block;
	float: left;
}
.addlist li{
	display: block;
	margin-bottom: 3px;
}
.addlist a{
	color: #000000;
}
.addlist a:hover{
	color: #e7126a;
}
.invitations {
	float: left;
}
.stationery {
	float: right;
}

#coordinating {
	width:110px;
	float:left;
	display:inline-block;
	margin-right:20px;
	margin-top:20px;
	font-size:11px;
}

#coordinating a{
	color:#000000;
	font-weight:normal;
}

#coordinating a:hover{
	color:#e7126a;
}

/* -------------------------------------------------------- */
/* STORE STYLE */
/* -------------------------------------------------------- */

.cartSection {
	width: 225px;
	background: url(../images/storeoutline.png);
	float: right;
	margin-top:10px;
}
.store {
	width: 209px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	position: relative;
	z-index: 10;
}
.regular-store, .discount-store {
	margin-top: 10px;
}
.cartHeaders {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.itemImage {
	display: none;
}
.itemName{
	float: left;
	margin-right: 5px;
	padding-top: 0px;
	height: 15px;
	width: 120px;
}
.itemPrice{
	display: none;
	padding-top: 0px;
	float: left;
	margin-right: 7px;
	width: 28px;
	height: 15px;
	text-align: center;
}
.itemQuantity{
	padding-top: 0px;
	float: left;
	margin-right: 5px;
	width: 35px;
	height: 15px;
}
.itemQuantity input{
	float: left;
	width: 28px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: -5px;
	text-align: center;
}
.itemTotal {
	padding-top: 0px;
	float: left;
	width: 30px;
	height: 15px;
	margin-left: 5px;
	text-align: center;
}
.totalRow{
	display: none;
}
.storeTotals{
	clear: both;
	display: block;
	margin-right: 5px;
	padding-top: 10px;
}
.storeTotals a:hover {
	text-decoration: underline;
}
.itemContainer {
	clear: both;
	display: block;

}

.simpleCart_tax {
	font-size: 12px;
	font-weight: bold;
	display:inline;
}

.simpleCart_shipping {
	font-size: 12px;
	font-weight: bold;
	display:inline;
}

.simpleCart_total {
	font-size: 12px;
	font-weight: bold;
	display:inline;
}
.simpleCart_quantity {
	font-size: 12px;
	font-weight: bold;
	display:inline;
}

.message {
	text-align: center;
	color: #e7126a;
	padding-top: 10px;
	font-weight: bold;
}
.showCart a {
	text-decoration: underline;
}
.hideCart a {
	text-decoration: underline;
}
#couponcode {
	width: 90px;
	margin-left: 24px;
}
/* END STRUCTURE */


/* SLIDER STYLE */
.slider-wrap								{ width: 515px; margin-top:10px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 10px 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 515px; height: 403px; }
.stripViewer .panelContainer				{ position: relative; margin-left: auto; margin-right: auto; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 515px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -0px 0 0 40px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(../images/macFFBgHack.png); padding: 0px; height: 0px; 
											  margin-top: -53px; position: relative; z-index: 5; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }
