/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;text-align: center;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
	color:#B1A4FE;
	font-weight:600
}

nav li{
	list-style-type: none;
	display: inline-block;
}

/* ------ BOILERPLATE TEMPLATE ------ */

body{
	font-family: 'Scope One', serif;
	font-weight:300;
	background-color: #f5f5f5;
	}

.wrapper{
	margin: 10px auto 20px auto;
	max-width: 960px;
	padding:10px;
	background-color: #fff;
	/*border:1px dashed;*/
		
	border-color:#cd2027;
}



h1 strong{
	font-weight: 700;
}

h3{
	margin-bottom: 10px;
	font-weight: 700;
	font-size:1.5em;
}

p{
	margin: 0 0 30px;
	text-align: left;
	line-height: 1.75em;
	font-size:1.25em;
}

.controls{
	display: inline-block;
	width: 100%;
	margin: 0 0 25px 0;
	vertical-align: top;
}

.controls li{
	cursor: pointer;
	list-style-type: none;
	text-transform:lowercase;
	font-weight:300;
	font-size:1.5em;
	color:#444;
	
	padding: 2px 15px 5px;
	margin: 0; 
	border-right: 1px dotted #b4d4d3;
	list-style: none;
	display: inline;
}

.controls ul li.first {
	 margin-left: 0;
	 border-left: none;
	 list-style: none;
	 display: inline;
 }
.controls li.active{
	font-weight: 700;
}

hr{
	margin: 15px 0 30px;
	height: 0;
	border: 0 none;
	border-top: 2px dotted #cef6f5;
}

#Grid{
	max-width:640px;
	margin:0 auto
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
	
	vertical-align: top;
	margin: 0 20px 20px 0;
}
/*	
	width: 200px;
	height: 200px;
	font-size: 30px;
	text-align: center;
	line-height: 200px;
}*/

#Grid .gap{
	display: inline-block;
	width: 100px;
}



/*My stuff below*/

header{background-color: #B1A4FE;
		min-height:365px;
		}

footer {background-color: #B1A4FE;
		min-height:365px;
		padding:30px 0;
		}
		
		
h1{
	background:url(../images/teawitchie-logo-2.png) no-repeat center center;
	text-indent:-9999px;
	height:320px;
	}

	h2 {
		color:#fff;
	  list-style: none;
	  background-color: #000000;
	  text-align: center;
	  padding: 30px;
	  margin: 0 0 20px 0;
	  font-family: 'Scope One', serif;
	  text-transform: uppercase;
	  font-size: 2.5em;
	  font-weight: 700;
	  text-shadow: 1px 1px 0 #91EAFE;
	}
	
	.connect img{
		padding: 0 10px 10px 0;
		height:70px
	}

	#snavlist
			{
			list-style: none;
			padding-bottom: 30px;
			margin: 0;
			}

			#snavlist li
			{
			display: inline;
			padding:20px;
			margin: 0;
			}

			/*IE workaround*/
			/*All IE browsers*/
			* html #navlist li
			{
			background-image: url('../imgs/nav/slash.png');
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding: 0 0.5em 0 1em;
			margin: 0 1em 0 -1em;
			}

			/*Win IE browsers - hide from Mac IE\*/
			* html #snavlist { height: 1%; }

			* html #snavlist li
			{
			display: block;
			float: left;
			}
	
	
	
.left {
    float: left;
    width: 40%;
}
.right {
    float: right;
    width: 50%;
	padding:10px;
}
.group:after {
    content:"";
    display: table;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}

.shopPic{padding:12px 12px 15px 0}

.commissions{font-size:1.5em; margin-bottom:25px;}

.larger{width:75%}

@media screen and (max-width: 480px) {
    .left, 
    .right {
        float: none;
        width: auto;
    }
}

#copyright{
	text-align: center;
	color:#fff;
	font-size:1em;
	margin-top:25px;
	margin-bottom:50px
	}

/* Top Horizontal Nav */
	.navi ul {
	  list-style: none;
	  background-color: #000000;
	  text-align: center;
	  padding: 0;
	  margin: 0;
	}
	.navi li {
	  font-family: 'Borel', serif;
	  text-transform: lowercase;
	  font-size: 1.2em;
	  line-height: 40px;
	  height: 40px;
	  border-bottom: 1px solid #888;
	}
	 
	.navi a {
	  text-decoration: none;
	  color: #fff;
	  display: block;
	  transition: .3s background-color;
	}
	 
	.navi a:hover {
	  background-color: #444;
	}
	 
	.navi a.active {
	  background-color: #fff;
	  color: #444;
	  cursor: default;
	}
	 
	@media screen and (min-width: 600px) {
	  .navi li {
		width: 150px;
		border-bottom: none;
		height: 50px;
		line-height: 50px;
		font-size: 1.2em;
	  }
	 
	  /* Option 1 - Display Inline */
	  .navi li {
		display: inline-block;
		margin-right: -4px;
	  }
	 
	  /* Options 2 - Float
	  .nav li {
		float: left;
	  }
	  .nav ul {
		overflow: auto;
		width: 600px;
		margin: 0 auto;
	  }
	  .nav {
		background-color: #444;
	  }
	  */
	}