/*
COLORS

black ---------------- #000
white ---------------- #FFF
dark gray ------------ #323433
doozleberry sorbet --- #803151

*/

* {
	padding: 0;
	margin: 0;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
body {
	background:#323433 url(../images/wrapper.gif) repeat-y center top;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#content {
	background:url(../images/content.jpg) no-repeat left top;
	padding:0 1px;
	margin:0;
	width:942px;
}
#wrapper { /* sets page width and centers the main page area */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto; /* sticky footer - negative bottom margin is equal to footer height */
	width:944px;
	padding:0;
	text-align:left;
}


/*---------------------------------- FOOTER STYLES ---------------------------------- */
#footer, .push { /* sticky footer */
	height: 40px;
	width:100%;
}
#footer {
}
#footerBlock {
	color:#999;
	font-size:10px;
	margin:0 auto;
	padding:20px 35px 10px 35px;
	width:870px;
}
#footerBlock a {
	color:#999;
	text-decoration:none;
}
#footerBlock a:hover {
	color:#803151;
	text-decoration:underline;
}
#footer #credit {
	color:#CCC;
	font-size:10px;
	float:right;
	text-align:right;
	width:300px;
}
#footer #credit a {
	color:#CCC;
	text-decoration:none;
	margin:0 10px 0 0;
}


/* ---------------------------------- HEADER STYLES ---------------------------------- */
#header {
	background:url(../images/header.jpg) no-repeat center top;
	margin:0;
	height:170px;
	width:944px;
	position:relative;
}
#logo {
	margin:0;
	padding:0;
	position:absolute;
	left:20px; top:11px;
	height:120px;width:340px;
	
}


/* ---------------------------------- SITE NAVIGATION ---------------------------------- */

/* container for social networking links, cart links and content nav */
#nav1 {
	margin:0;
	padding:0;
	position:absolute;
	left:1px;
	top:145px;
	width:944px;
}
/* social networking links ---- phone number and facebook */
#nav1 .snLinks {
	float:right;
	padding:10px 20px 0 0;
}
/* cart links ---- shopping bag and checkout */
#nav1 .cartLinks {
	float:right;
	margin:50px 0 20px 0;
	width:300px;
	height:30px;
	text-align:left;
}
#nav1 .cartLinks a {
	color:#803151;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	text-decoration:none;
}
#nav1 .cartLinks a:hover {
	color:#803151;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-decoration:underline;
}
#nav1 .cartLinks a strong { /* number of products */
	font-weight:bold;
}
#nav1 .cartLinks a.basket {
	background:url(../images/btn_basket.gif) no-repeat;
	display:block;
	float:left;
	padding:0 0 0 40px;
}
#nav1 .cartLinks a.checkout {
	display:block;
	float:right;
	padding:0 20px 0 10px;
}
#nav1 .cartLinks a {
	line-height:30px;
}
#nav1 #searchBlock {
	background:url(../images/searchBlock.gif) no-repeat left bottom;
	margin:18px 10px 10px 0;
	padding:0 2px 0 73px;
	height:21px;
	width:174px; /* 249px - 75px for left padding */
	float:right;
}
#searchField {
	background:none;
	border:none;
	color:#000;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:4px 0 0 4px;
	height:12px;	/* 16px - 4px for padding */
	width:140px;
}
#searchButton {
	float:right;
	margin:3px 4px 0 0;
}



/* ---------------------------------- HOME PAGE MODULES ---------------------------------- */

/* photo cycle */
#cycle {
	background:url(../images/banner.jpg) no-repeat;
	height:490px;
	margin:0;
	padding:0;
	position:relative; 
	z-index:5;
	width:942px;
}
#banner {
	margin:0;
	overflow:hidden;
	height:490px;
	width:942px;
}
#banner a {
	border:none;
	text-decoration:none;
}
#banner img {
	border:0;
}
#cycleBG {
	position:absolute;
	width:324px; height:152px;
	top:310px; left:32px;
	z-index:6;
}
/* frame text */

#banner p.cycleText { 
	color:#FBFCF5;
	position:absolute;
	top:310px;
	left:32px;
	margin:0;
	padding:20px;
	font-size:28px;
	font-weight:400;
	line-height:36px;
	float:right;
	width:284px;
	height:110px;
	overflow:hidden;
	z-index:7;
}
#banner p.cycleText b, #banner p.cycleText strong, #banner p.cycleText em, #banner p.cycleText i { 
	font-weight:800;
	font-style:normal;
	font-size:17px;
	line-height:48px;
	text-transform:uppercase;
}
#banner a .cycleText {
	color:#FBFCF5;
	text-decoration:none;
}

/* frame buttons - pager */
#frameNav { 
	position:absolute;
	left:820px;
	top: 440px;
	text-align: left;
	z-index:7;
}
#frameNav a {
	background:#323433;
	color:#FFF;
	display:block;
	float:left;
	font-size:12px;
	height:12px; width:10px;
	font-weight:bold;
	line-height:1;
	margin: 0 5px 0 0;
	padding:4px;
	text-align:center;
	text-decoration: none;
}
#frameNav a:hover, #frameNav a.activeSlide {
	background-image:none;
	background:#FFF;
	color:#000;
	text-decoration: none;
}

/*right column on home page */
#featuredContent {
	background:#803151;
	float:left;
	height:330px;
	overflow:auto;
	width:230px;
	padding:0 10px;
}
#featuredContent, #featuredContent p {
	font-size:11px;
	line-height:120%;
}
/* recent blog posts list */
#featuredBlog {
	background:url(../images/title_blogposts.gif) no-repeat;
	clear:both;
	margin:15px 20px 20px 0;
	padding:24px 0 0 0;
	width:214px;
}
#featuredBlog ul {
	list-style-image:url(../images/bullet.jpg);
}
#featuredBlog ul li {
	color:#FFF;
	margin:0 0 3px 14px;
	padding:0;
	width:214px;
}
#featuredBlog a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#featuredBlog a:hover {
	color:#FFF;
	text-decoration:underline;
}


/* ------------- featured pages ----------- */
#featuredPages {
	clear:both;
	margin:0;
	padding:20px 0;
	width:943px;
}
#featuredPages ul {
	list-style:none;
	margin:0;
	padding:0;
	width:943px;
}
#featuredPages ul li {
	border:1px solid #5a5a5a;
	margin:25px 0 9px 35px;
	padding:0;
	width:250px;
	height:270px;
	float:left;
	
	-moz-box-shadow: 8px 8px 8px #999;
	-webkit-box-shadow: 8px 8px 8px #999;
	box-shadow: 8px 8px 8px #999;
}
#featuredPages ul li img {
	width:250px;
	margin:0 auto;
}
#featuredPages ul li div {
	width:250px;
	height:198px;
	text-align:center;
	overflow:hidden;
}
#featuredPages ul li h3 {
	color:#000;
	text-align:left;
	line-height:1;
	margin:0;
	padding:18px;
	font-size:18px;
}
#featuredPages ul li p {
	padding:18px;display:none;
}
#featuredPages a {
	color:#000;
	text-decoration:none;
}
#featuredPages a:hover {
	color:#000;
	text-decoration:none;
}

/* first in the sequence */
#featuredPages ul li.feat1 {
	border:1px solid #5a5a5a;
	margin:25px 0 9px 35px;
	padding:0;
	width:575px;
	height:575px;
	float:left;
	
	-moz-box-shadow: 8px 8px 8px #999;
	-webkit-box-shadow: 8px 8px 8px #999;
	box-shadow: 8px 8px 8px #999;
}
#featuredPages ul li.feat1 img {
	width:575px;
	/*height:353px;*/
}
#featuredPages ul li.feat1 div {
	width:575px;
	height:353px;
	overflow:hidden;
}
#featuredPages ul li.feat1 h3 {
	color:#000;
	text-align:left;
	line-height:1;
	margin:0;
	padding:20px;
	font-size:32px;
}
#featuredPages h4 { /* area title */
	padding:0 0 0 35px;
	margin:0;
	line-height:1;
}
#featuredPages ul li.feat1 p {
display:block;
	padding:20px;
}
#featuredPages ul li.feat1 p strong, #featuredPages ul li.feat1 p b { /* for learn more link in first featured item */
	text-transform:uppercase;
	font-weight:bold;
	line-height:300%;
	font-size:14px;
}
/* ------------- featured products ----------- */
#featuredProducts {
	border-bottom:1px solid #5a5a5a;
	clear:both;
	margin:0;
	padding:20px 0;
	width:943px;
}
#featuredProducts ul {
	list-style:none;
	margin:0;
	padding:0;
	width:943px;
}
#featuredProducts ul li {
	border:1px solid #5a5a5a;
	margin:35px 0 10px 35px;
	padding:0;
	width:190px;
	height:200px;
	float:left;
	
	-moz-box-shadow: 8px 8px 8px #999;
	-webkit-box-shadow: 8px 8px 8px #999;
	box-shadow: 8px 8px 8px #999;
}
#featuredProducts ul li img {
	height:160px;
	margin:0 auto;
}
#featuredProducts ul li div {
	width:190px;
	height:160px;
	overflow:hidden;
	text-align:center;
}
#featuredProducts h3 { /* item titles */
	color:#000;
	font-size:12px;
	margin:0;
	padding:13px 0;
	line-height:1;
	height:14px;
	text-align:center;
}
#featuredProducts h4 { /* area title */
	padding:0 0 0 35px;
	margin:0;
	line-height:1;
}
#featuredProducts a {
	color:#000;
	text-decoration:none;
}
#featuredProducts a:hover {
	color:#000;
	text-decoration:none;
}


/* ---------------------------------- BREAD CRUMBS ---------------------------------- */
#breadcrumbs {
	color:#803151;
	font-size:16px;
	font-weight:bold;
	padding:20px 0 30px 50px;
	text-align:left;
	text-transform:uppercase;
}
#breadcrumbs a {
	color:#803151;
	font-size:11px;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#803151;
	text-decoration:underline;
}


/* ---------------------------------- LEFT COLUMN ---------------------------------- */
#leftColumn {
	padding:0;
	margin:0;
	width: 212px;
	float:left;
	text-align:left;
	overflow:hidden;
}
#leftColumn ul {
	font-size:11px;
	margin:0;
	padding:30px 0 0 0;
	text-align:left;
	list-style-type:none;
	width: 172px;
}
#leftColumn ul li ul {
	font-size:11px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	list-style-type:none;
	width: 142px;
}
#leftColumn ul li ul li ul {
	font-size:11px;
	margin:0;
	padding:0 0 0 10px;
	text-align:left;
	list-style-type:none;
	width: 122px;
}
#leftColumn li {
	text-transform:uppercase;
	margin:0 0 18px 0;
	padding:0;
}
#leftColumn li ul li {
	line-height:120%;
	margin:0 0 0 6px;
	text-transform:none;
}
#leftColumn li ul li ul li {
	font-style:italic;
}
#leftColumn ul li a {
	color:#000;
	text-decoration:none;
}
#leftColumn ul li a:hover {
	color:#803151;
	text-decoration:underline;
}
#leftColumn ul li a.current {
	color:#803151;
	font-weight:bold;
}
#leftColumn2 { /* left column on cart/checkout pages */
	width:450px;
	float:left;
	margin:20px 0 0 60px;
}
#leftColumn h2 {/* add some space above the titles in the left column of the cart/checkout pages */
	margin-top:10px;
}


/* ---------------------------------- RIGHT COLUMN ---------------------------------- */
#rightColumn {
	margin:0;
	padding:0;
	width:650px;
	float:left;
	text-align:left;
}

#rightColumn2 { /* right column on content cart/checkout pages */
	background:#FFF;
	border:2px solid #FEEBEB;
	float:left;
	font-size:11px;
	width:340px;
	margin:20px 0 0 20px;
	padding:3px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


/* ---------------------------------- STORE STYLES ---------------------------------- */


/* Category Title and List */
#catList {
	width:250px;
	padding:30px 0 0 47px;
	float:left;
}

#catList ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:250px;
}
#catList ul li {
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:130%;
	padding:4px 0;
	width:250px;
}
#catList a {
	color:#000;
	text-decoration:none;
}
#catList a:hover {
	color:#803151;
	text-decoration:underline;
}


h1#storeTitle { /* initial store title */
font-size:36px;
margin:0;
padding:5px 0;
width:250px;
float:left;
}

#block2 h1 { /* category and subcategory title */
	padding:5px 20px;
}
#block2 p { /* category and subcategory description title */
	padding: 0 20px;
	font-size:11px;
} 
#block3 h1 { /* product detail title */
	padding:0 0 10px 0;
}

#addToBag { /* add to bag button */
	float:left;
	margin:10px 0 20px 0;
	width:120px;
}
.attribute {
	clear:both;
	font-weight:bold;
	margin:10px 0 0 0;
}
.attribute a {
	background: #ECF7B7;
	border:1px solid #000;
	color:#000;
	font-size:10px;
	margin:6px 2px 0 6px;
	padding:1px 4px;
	text-decoration:none;
}
.attribute a:hover {
	background:#FFF;
	border: 1px solid #803151;
	color:#803151;
}
.attribute a.selected {
	background:#FFF;
	border:2px solid #000;
	color:#000;
}
.item {
	border:1px solid #5a5a5a;
	margin:35px 0 10px 45px;
	padding:0;
	width:250px;
	height:250px;
	float:left;
	
	-moz-box-shadow: 8px 8px 8px #999;
	-webkit-box-shadow: 8px 8px 8px #999;
	box-shadow: 8px 8px 8px #999;
}
.item div {
	width:250px;
	height:200px;
	overflow:hidden;
	text-align:center;
}
.item img {
	height:200px;
	margin:0 auto;
}
.item:hover { /* hover state for product listings - doesn't work in IE 7 */
	
}
.item a:hover, .item h3 a:hover {
	color:#803151;
}

.item h4 {
	color:#000;
	margin:0;
	padding:17px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	text-align:center;
	text-decoration:none;
}
.item h4 a {
	color:#000;
	text-decoration:none;
}
.item h4 a:hover {
	color:#803151;
	text-decoration:underline;
}
#relatedProducts {
	border-top:1px solid #323433;
	padding:0 0 20px 10px;
	width:933px;
}

/* popup shopping cart*/

.closeButton {
	width:16px;
	text-align:right;
	margin:5px;
	height:54px; /* This sets the top margin of the shopping cart by pushing everything else down */
	width:100%;
}
#divShoppingCartFloat {
	background:#ECF7B7 url(../images/cart.jpg) no-repeat center top;
	border:10px solid #FFF;
	display:none;
	font-size: 11px;
	padding:0 10px 10px 10px;
	position:fixed;
	text-align:center;
	width:600px;
	height:290px; /*300px - 10px for padding*/
	overflow:auto;
	z-index: 100;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 0 0 4px #000;
}
#divShoppingCartFloat table {
	border:none;
	font-size:10px;
}
#divShoppingCartFloat td {
	background:#FFF;
	border:none;
	color:#000;
	font-weight:bold;
	padding:4px;
}
.tableheader, th {
	background: none;
	border:none;
	color:#000;
	font-weight:bold;
}
#divShoppingCartFloat td.tablefooter {
	background:#ECF7B7;
	color:#000;
	font-weight:normal;
	line-height:18px;
	text-align:right;
}
#divShoppingCartFloat td strong {
	color:#803151;
	font-weight:bold;
	font-size:11px;
}
#divShoppingCartFloat td.tablefooter strong {
	font-weight:bold;
}
#buttonArea {
	width:200px;
	float:right;
}


/* ---------------------------------- TEXT BLOCKS ---------------------------------- */
#block1 { /* home page intro text */
	color:#000;
	margin:20px 0;
	text-align:left;
	width:500px;
	padding:0 35px;
}
#block2 { /* category descriptions */
	border-bottom:1px solid #5a5a5a;
	color:#000;
	float:left;
	margin:0;
	padding:0 0 0 30px;
	text-align:left;
	width:912px;
}
#block3 { /* product descriptions */
	color:#000;
	padding:0 80px 0 0;
	margin:0;
	text-align:left;
	width:500px;
	float:right;
}
#block4none { /* centered content block for content pages */
	color:#000;
	float:none;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:left;
	width:750px;
}
#block4right { /* left aligned content block for content pages */
	color:#000;
	float:left;
	margin:0;
	padding:20px 0 0 0;
	text-align:left;
	width:630px;
}
#block4left { /* right aligned content block for content pages */
	color:#000;
	float:right;
	margin:0;
	padding:20px 0 0 0;
	text-align:left;
	width:630px;
}
#block5, .block5 { /* store intro */
	clear:both;
	color:#000;
	padding:0 50px 0 30px;
	text-align:left;
}

/* ---------------------------------- CONTENT STYLES - MISCELLANEOUS STYLES ---------------------------------- */
blockquote {
	color:#803151;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
	padding:20px;
}
h1 {
	color:#000;
	font-size:28px;
}
h2 {
	color:#000;
	font-size:24px;
}
h3 {
	color:#000;
	font-size:20px;
}
h4 {
	color:#803151;
	font-size:16px;
}
h5 {
	color:#803151;
	font-size:12px;
}
h1, h2, h3 {
	line-height:120%;
	padding:20px 0 10px 0;
}
h4, h5 {
	line-height:130%;
	padding:10px 0;
}
h1 a, h2 a, h3 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	color:#803151;
	text-decoration:underline;
}
h4 a, h5 a {
	color:#803151;
	text-decoration:none;
}
h4 a:hover, h5 a:hover {
	color:#803151;
	text-decoration:underline;
}
hr {
	background:#FFF;
	clear:both;
	color: #FFF;
	border:none;
	border-top:1px solid #323433;
	margin:18px 0;
	height:1px;
}
p,.base {
	font-size:12px;
	line-height:140%;
	margin:0 0 10px 0;
}
.small, small {
	font-size:10px;
}
.smaller {
	font-size:9px;
}
p a, .base a, .small a, smaller a {
	color:#000;
}
p a:hover, .base a:hover, .small a:hover, smaller a:hover {
	color:#803151;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
#pagetitle {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#803151;
	margin:0 0 20px 0;
	padding:0;
	text-transform:uppercase;
}
#block4right ul, #block4none ul, #block4left ul {
padding:0 0 20px 20px;
margin:0;
}

#block4right ul li, #block4none ul li, #block4left ul li {
font-size:12px;
line-height:150%;
margin:0;
padding:0;
}

#block4right ol, #block4none ol, #block4left ol {
padding:0 0 20px 20px;
margin:0;
}

#block4right ol li, #block4none ol li, #block4left ol li {
font-size:12px;
line-height:150%;
margin:0;
padding:0;
}


/* ---------------------------------- PHOTOS ADDED IN THE CMS ---------------------------------- */
#catrep { /* Image representing a category */
	float:right;
	padding:0 0 0 30px;
	width:600px;
}
#catrep img {
	width:600px;
}
.detail { /* main product image on the product detail page */
	margin:0 10px 0 0;
	width:400px;
}
.detail img {
	width:400px;
	height:400px;
}
.imagearealeft { /* photo column on content pages */
	width:240px;
	margin:0;
	padding:40px 20px 20px 0;
	float:left;
}
.imagearearight { /* photo column on content pages */
	width:240px;
	margin:0;
	padding:40px 0 20px 20px;
	float:right;
}
.imagearealeft a.enlarge img, .imagearearight a.enlarge img { /* image width in image column */
	width:240px;
}
.imagearealeft a.enlarge, .imagearearight a.enlarge { /* image links in image column */
	width:240px;
	padding:0;
}

a.enlarge { /* image links for images placed from image library */
	padding:10px 0 20px 0;
	text-align:center;
	display:block;
	width:600px;
}
a.enlarge img { /* image width for images placed from image library */
	/*width:600px;*/
	border:none;
}

.thumb { /* thumbnail images for related products */
	background:#FFF;
	float:left;
	margin:4px 16px 12px 19px;
	height:150px;
	width:150px;
	overflow:hidden;
}
.thumb img { /* image size for related products thumbnails */
	width:150px;
}
#thumbarea {
	margin:3px 10px 0 0;
	width:308px;
}
.a2a_dd {
	margin:10px 0 0 280px;
	padding:0;
	position:absolute;
	left:50%;
	top:200px;
}


/* ---------------------------------- PADDINGS ---------------------------------- */
.pad1 {
	padding:10px;
}
.pad2 {
	padding:20px;
}
.pad3 {
	padding:30px;
}
.pad4 {
	padding:40px;
}


/* ---------------------------------- FORM - MESSAGE STYLES ---------------------------------- */
form .error {
	color: #C00;
}
.required {
 color:;
	font-style:italic;
}
.errMessage {
	border: 1px solid #CC0;
	padding: 5px;
	background-color: #F4F2F2;
}
.succMessage {
	border: 1px solid #060;
	padding: 5px;
	background-color: #F4F2F2;
}
label {
	color:#000;
	font-size:12px;
}
.textfield {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	padding:2px 4px;
	line-height:22px;
	border:2px solid #CCC;
}
.textarea {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:2px solid #CCC;
}
.textfield:hover, .textarea:hover {
	border:2px solid #803151;
}
select {
	border:none;
	background:#323433;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	height:auto;
	margin:0;
	padding:2px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
select:hover {
	background:#803151;
}
/* ------ buttons ------ */
.b1 {
	background:#323433;
	clear:both;
	color:#FFF;
	border:none;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-size:14px;
	line-height:1;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin:6px auto;
	padding:6px 12px;
	text-shadow: #000 1px 1px 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.b1 a {
	color:#FFF;
	text-decoration:none;
}
input.b1 {
	font-size:14px;
	height:26px;
	padding:0 8px 4px 8px;
	line-height:12px;
}
.b1:hover {
	background:#803151;
	text-decoration:none;
	text-shadow: #300 1px 1px 1px;
}
.b2 {
	background:#323433;
	color:#FFF;
	border:none;
	clear:both;
	cursor:pointer;
	cursor:hand;
	display:block;
	font-size:11px;
	line-height:1;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	margin:0 auto;
	padding:2px 8px;
	text-shadow: #000 1px 1px 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.b2 {
	height:24px;
	padding:0 8px 2px 8px;
	line-height:10px;
}
.b2:hover {
	background:#803151;
	text-decoration:none;
	text-shadow: #300 1px 1px 1px;
}
.b2 a {
	color:#FFF;
	text-decoration:none;
}
#block4right .b1, #block4right .b2, #block4right a.b1, #block4right a.b2, #block4left .b1, #block4left .b2, #block4left a.b1, #block4left a.b2, #block4none .b1, #block4none .b2, #block4none a.b1, #block4none a.b2 { /* default width for buttons in content area */
	float:left;
	width:222px;
}
#com_contact_form {
width:400px;
margin:0 auto;
}


/* ---------------------------------- TABLE STYLES ---------------------------------- */
table {
}
table td {
	font-size:11px;
	padding:3px 6px;
	margin:0;
}
.tdBorder {
border-bottom:1px solid #B9E4E1;
}

/* ---------------------------------- PHOTO GALLERY STYLES -------------------------------- */

/* other styles in javascript/jcarousel/skins/tango/skin.css */
#photoGallery {/* container for thumbnail images */
	clear:both;
}
.jcarousel-skin-tango .jcarousel-container { /* container for thumbnail images */
	/* margin:0 0 20px 20px; for vertical carousel */ 
	margin:0 0 20px 0; /* for horizontal carousel */ 
	/* float:left;for vertical carousel */
	float:none;/* for horizontal carousel */
}
#mainImage { /* container for main image */
	/*float:left;for vertical carousel */
	float:none;/* for horizontal carousel */
	text-align:center;
	width:500px;
	overflow:hidden;
}
#mainImage h5 {
	clear:both;
	width:500px;
	line-height:1;
	margin:0;
	/*padding:5px 0;  for vertical carousel */
	padding:5px 0 15px 0; /* for horizontal carousel */
}

#photoGallery #photo_gallery_link { 
/* for some reason, the main image link is way too wide. this sets it to 500px */
	width:500px;
}
#photoGallery a.enlarge { 
/* remove padding for .enlarge class in photo gallery main image */
	padding:0;
}
#mycarousel li img {  /* the thumbnail size for the gallery images */
	width:80px;
}

#photo_gallery_img { /* set height for main image */
	height:350px;
	margin:0 auto;
}



#galleryList {
	clear:both;
	padding:20px 0;
}
#galleryList ul {
	list-style:none;
	margin:20px 0;
	padding:0;
}
#galleryList ul li {
	background: #28B9F1;
	border:1px solid #6CC8FF;
	color:#FFF;
	float:left;
	padding:12px;
	margin:0 10px 10px 0;
	width:425px;
	height:50px;
	overflow:hidden;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0px 1px 3px #2885B2;
	-webkit-box-shadow: 0px 1px 3px #2885B2;
	box-shadow: 0px 1px 3px #2885B2;
}
#galleryList h2 {
	font-size:16px;
	color:#FFF;
	margin:0;
	line-height:20px;
}
#galleryList p {
	font-size:11px;
	line-height:14px;
	height:26px;
	overflow:hidden;
}
#galleryList a, #galleryList h2 a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#galleryList a:hover, #galleryList h2 a:hover {
	color:#FFF;
	text-decoration:underline;
}


/* ---------------------------------- BLOG STYLES ---------------------------------- */

#rightColumn .pad2 {
	border-left:1px dotted #B9E4E1;
	color:#525564;
	font-weight:normal;
}
#rightColumn .pad2 a.small {
	background:url(../images/arrow.gif) no-repeat 0 4px;
	display:block;
	font-weight:bold;
	padding:0 0 0 14px;
}
#leftColumn .pad2 {
	padding:20px 10px 20px 0;
}
#leftColumn .pad2 label {
	font-weight:bold;
}
#leftColumn #tagCloud {
	background:url(../images/tagCloud.gif) no-repeat center top;
	font-weight:bold;
	margin:30px 0;
	padding:20px 0 0 0;
}
#leftColumn #tagCloud a {
	float:left;
	color:#000;
	display:block;
	margin:0 7px 7px 0;
	padding:0;
	text-align:center;
	text-decoration:none;
}
#leftColumn #tagCloud a:hover {
	color:#803151;
	text-decoration:underline;
}
.blogdate {
	background:url(../images/blogDate.jpg) no-repeat;
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	padding:14px 5px 0 0;
	text-align:center;
	width:60px;
	height:75px;
}
.blogdate .day {
	font-size:23px;
	font-weight:bold;
	line-height:1;
	margin:0 auto;
	text-align:center;
	height:21px;
}
.blogdate .day a {
	color:#000;
	text-decoration:none;
}
.blogdate .day a:hover {
	color:#803151;
	text-decoration:none;
}
.blogdate .time {
	color:#999;
	display:none;
	font-size:8px;
	font-style:normal;
	line-height:1;
	height:8px;
	margin:0 auto;
	padding:8px 0 0 0;
	text-align:center;
}
#comments .comment {
	border-top:2px solid #A6D253;
	border-right:2px solid #A6D253;
	border-left:2px solid #A6D253;
	border-bottom:none;
	clear:both;
	margin:00;
	padding:10px;
	width:530px;
	font-size:12px;
}
#comments .commentCredit {
	background:url(../images/comment.gif) no-repeat center top;
	margin:0 0 20px 0;
	padding:22px 10px 10px 10px;
	font-size:11px;
	font-weight:bold;
	width:534px;
}


/* -------------------------------- EVENT CALENDAR STYLES -------------------------------- */
.sm-calendar {
	background: #FFF;
	width: 260px;
	border: none;
	padding:10px;
	-moz-box-shadow: 1px 1px 4px #373A44;
	-webkit-box-shadow: 1px 1px 4px #373A44;
	box-shadow: 1px 1px 4px #373A44;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size:12px;
}
.sm-calendar a {
	color:#373A44;
	text-decoration:none;
}
.sm-calendar a:hover {
	color:#803151;
	text-decoration:none;
}
.sm-calendar .calHeader {
	font-weight:bold;
	color:#803151;
	padding: 5px 0px;
}
.sm-calendar .calHeader a {
	color:#803151;
}
.sm-calendar .calCurr {
	width: 150px;
	float:left;
	text-align:center;
}
.sm-calendar .calPrev {
	width:50px;
	float:left;
	text-align:left;
}
.sm-calendar .calNext {
	width:50px;
	float:right;
	text-align:right;
}
.sm-calendar .weekDay {
	background:#EFEFEF;
	border:1px solid #EFEFEF;
	width: 25px;
	height: 14px;
	float:left;
	margin: 2px;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
.sm-calendar .calDay {
	border:1px solid #EFEFEF;
	width: 31px;
	height: 30px;
	float:left;
	padding:0;
	margin: 2px;
}
.sm-calendar .calDay:hover {
	border:1px solid #803151;
}
.sm-calendar .calDay a {
	width: 27px;
	height: 26px;
	display:block;
	padding:2px;
}
.sm-calendar .calDay a.selected {
	background: #803151;
	color: #FFF;
	font-weight: bold;
}
.sm-calendar .calDay a.info {
	background: #EBF5F7;
}
/* ---------------------------------- MESSAGE STYLES ---------------------------------- */
.errMessage {
	background:#FFF url(../admin/images/icons/icon1_error.gif) no-repeat 8px 6px;
	border: 1px solid #C30;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.succMessage {
	background:#FFF url(../admin/images/icons/icon1_success.gif) no-repeat 8px 6px;
	border: 1px solid #803151;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.infoMessage {
	background:#FFF url(../admin/images/icons/icon1_info.gif) no-repeat 8px 6px;
	border: 1px solid #803151;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
.alertMessage {
	background:#FFF url(../admin/images/icons/icon1_alert.gif) no-repeat 8px 6px;
	border: 1px solid #F60;
	margin:16px 0 6px 0;
	padding: 12px 12px 12px 50px;
}
