@charset "UTF-8";
/*
Theme Name: New Site Framework
Author: Charlene Kaye
Author URL: http://www.cpkaye@cpkayewebdesign
*/

/* CSS Reset */
html,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video,a {
	background:transparent;
	border:0;
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	outline:0;
	padding: 0px;
	position:relative;
	vertical-align:baseline;
} 

body {
	background-color: #B6E3EF;
	/* background-image: url(../assets/images/stripe-lt2ltgrey02.png); */
	background-repeat: repeat;
	border:0;
	color: #379EA4;
	font-family: "Comic Sans MS", cursive;
	font-size:100%;
	font-weight:normal;
	margin:0;
	outline:0;
	padding:0;
	position:relative;
	vertical-align:baseline;
	background-image: url(../assets/graphics/stripes12.png);
}

.body-topper {
	z-index:10;
	background-image: url(../assets/graphics/bodytopper06.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
a,ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-position: center;
	background-position: center top;
}

li {
	list-style-image: none;
	list-style-type: none;
} 

html,body {width:100%; height:100%;}
article,aside,figure,footer,header,hgroup,nav,section { display:block; }
/* End CSS Reset */
/*------------------------------------*\
    Typography
\*------------------------------------*/



/*------------------------------------*\
    Layout Structure
\*------------------------------------*/
.roundcorners {
	width: 95%;
	height: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #CCC;
	margin-left: 10px;
	font-family:Verdana, Arial;
	font-size: medium;
}

.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.fillspace {
	float: left;
	position:relative;
	width:100%;
}

.pagewrapper {
	height: auto;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header {
	background-repeat: no-repeat;
	height:185px;
	width:100%;
	font-size: 100%;
}

.header-left {
	float:left;
	height:100%;
	text-align:left;
	width:15%;
}

.header-ctr {
	float:left;
	height:100%;
	width:68%;
	text-align: right;
}

.header-right {
	float:right;
	height:100%;
	text-align:right;
	width:17%;
}

.960px-wrapper {
	height: auto;
	width: 87.272727%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.content-wrapper {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.featured {
	width:100%;
	height:auto;
}

.leftcol {
	width:100%;
	height:auto;
}

.sidebar-wrapper {
	width:100%;
	height:auto;
	background-color:#FF549D;
}

.sidebar-01 {
	height: auto;
	width: 100%;
	background-color: #666;
	position: relative;
}
.sidenav {
	height: auto;
	width: 90%;
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	background-color: #FFFDBC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	font-weight: bold;
}

.sidebar-03 {
	height: auto;
	width: 100%;
	background-color: #FCC;
	position: relative;
}

.midcol {
	height: auto;

	width: :50%;
}

.maincontent {
	float:left;
	font-family: Calibri, verdana, arial;
	font-size: 18px;
	height: auto;
	width: 94.75%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fff;
	margin-left: 2.5%;
}

.middlecol {
	width:100%;
	height:auto;
}

.rightcol {
	width:100%;
	height:auto;
	background-color:#03C;
	background-repeat: no-repeat;
	float: right;
}


footer {
	clear:both;
	width:100%;
	height:15%;
	background-color:#008083;
	color: #fff;
	font-family: "Comic Sans MS";
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

.products-wrapper {
	font-size:medium;
	text-align:center;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

.sizes-wrapper {
	font-size:medium;
	text-align:center;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

.fanmail-wrapper {
	text-align:left;
	margin-right: 15px;
	margin-left: 15px;
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #000;
}

@media screen and (min-width: 600px) {
	.leftcol {float:left; width:25%;}
	.midcol {float: left; width:75%;}
	.rightcol {float:left; width:0%;}
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 960px) {

}

@media screen and (min-width: 1200px) {

}



/*------------------------------------*\
    Responsive Navigation Menu
	author: Omar Jesus Bravo
	@OmarJesusBravo, www.bravodms.com
\*------------------------------------*/

nav {
	background-color:#2E3192;
	height:45px;
	width:100%;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin: 0px auto;
}
