@charset "utf-8";
/* CSS Document */

/* Remove all unnecessary elements, and make the ones that survive black text on white background */
body {margin: 0.6em; background:url(/sewing/images/newtile.gif); background-repeat:repeat; }
#wrapper {width:966px; position:relative; margin: 0 auto;}
#center-position {width:100%; position:relative;} 
#header  {
	position:absolute;
	left:260px;
	top:145px;
	width:505px;
	height:84px;
	z-index:-1;
}
#navigation {width:748px; z-index:10; float:left;}
.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		background-image:url();  /****holds the container col mid***/
		}
#colmid {width:100%;}   /****holds the container col left***/
#colleft {width:100%;}   /****holds the containers .content, .sewing-ad, .embroidery-ad***/

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   border-top:dashed #009900 thin;
   height:60px;   /* Height of the footer */
   background:#ffffff;}

.sewing-store-hours {height:216px; display:inline; margin:auto;}

a.link {text-decoration:underline; color:#FF3366; font-weight:bold;}
a.hover {text-decoration:none; color:#FFCC00;}
a.visited { color:#FF3366;}
td img {display: block;}
.class-background {background-image:url(../sewing/images/bkgr-cl.gif); background-repeat:repeat; background-position:left;}
.store-background {background-image:url(../sewing/images/bkgr-cl.gif);  background-repeat:repeat; background-position:left;}
.embroidery-background { background-image:url(../sewing/images/bkgr-general.gif); background-repeat:repeat; background-position:left;}


/*******BEGIN CLASSES*************************************************************************************************/
#dress-form {position:absolute; z-index:3; height:450px; width:189px;}
#embroidery-ad {float:left; width: 190px; text-align:left; }  /****right column ***/
#content 	   {float: left; width: 50%; margin: 0; padding: 1em; text-align: left; } /****main column positioned in center***/
#sewing-ad     {float: left; width:auto;} /****left column ***/
#class-animation {width:100%; position:relative; clear:both;}
#tabs			{width:auto; float:left;}
#beginner-sewing-class {float:left}
/*******END CLASSES***************************************************************************************************/

/**********************Start Holy Grail**********************************************************/
body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:342px;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		background-image:url(/sewing/images/bkgr-cl.gif);
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
		background-color:#ffffff;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
/**********************End Holy Grail******************************************************/
/****************************BEGIN Online Video Learning Content***************************************************************/
/**********PAGE DETAILS*****************************************/
#sew-knit-crochet-video {overflow: auto; width: 100%; background-color:#ccffcc;}
#sew-knit-crochet-bkgd { background-image:url(../sewing/images/online_learning/bkgd-sew-class-video.png); background-repeat:no-repeat; z-index:-1;} 

/**********CONTAINER FOR CONTENT********************************/
.snb-knit-video-container {margin-right: 200px; margin-top: 100px; padding: 1em; text-align:center; z-index:20;}
/**********CONTAINER FOR GRID***********************************/
.stitchnbitch-video-learning {padding:1em; margin-right:1em; border:thin solid; height: auto; width: 120px; float:left; text-align:center;}
/**********UNDERLINE********************************************/
.end-row { height:10px; width:100%; border-bottom:#33CC00; border-bottom-style:dashed; border-bottom-width:thin; margin-bottom: 1em;}
.clearboth { clear: both; }
.sewing-video-img { height: auto; width: auto; text-align: center;}
.sewing-video-img a:hover img {border: 1em solid #FFFF00;} 
.sewing-video-description {text-align: center; font-weight: normal; width: 120px; margin: 2px;}
#text-video-knit { font:Verdana, Arial, Helvetica, sans-serif; font-size:x-small;}
/****************************END Online Video Learning Content***************************************************************/


/********************************Begin Photo Page*****************************************************************************/
.center-snb-image {
	padding:2em;
	height:300px;
	width:300px;
	background-color:#c30164;
	border-style:dashed;
	border-color:#000000;
	position:relative;
	z-index: 1;
}
/**********************************End Photo Page*******************************************************************************/
