/*
	Architecture.css
	Copyright 2012, Mandar Shirke
	Based on : www.getskeleton.com By Dave Gamache
	Free to use under the MIT license
	License : http://www.opensource.org/licenses/mit-license.php

/*	Resets
	------	*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,hr,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figure,figcaption,hgroup,menu,footer,header,nav,section,summary,time,mark,audio,video {
	border:0;
	margin:0;
	padding:0;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}
a {
	outline:0;
	text-decoration: none;
}
a img {
	border:0;
}

/*	Clearing
	--------	*/

.qcContainer:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix:before,.clearfix:after,.row:before,.row:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.row:after,.clearfix:after {
	clear:both;
}

.row,.clearfix {
	zoom:1;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

/*	Selections
	----------	*/

body {
	-webkit-tap-highlight-color:#ffff9e;
}

::selection,::-moz-selection {
	background:#ffff9e;
}

img::selection,img::-moz-selection {
	background:transparent;
}


/*	GRID
	----------	*/


.col-old-1,
.col-old-2,
.col-old-3,
.col-old-4,
.col-old-5,
.col-old-6,
.col-old-7,
.col-old-8,
.col-old-9,
.col-old-10,
.col-old-11,
.col-old-12 {
	float: left;
	position: relative;
	min-height: 1px;
}
.col-old-1 {
	width: 8.333333333333332%;
}
.col-old-2 {
	width: 16.666666666666664%;
}
.col-old-3 {
	width: 25%;
}
.col-old-4 {
	width: 33.33333333333333%;
}
.col-old-5 {
	width: 41.66666666666667%;
}
.col-old-6 {
	width: 50%;
}
.col-old-7 {
	width: 58.333333333333336%;
}
.col-old-8 {
	width: 66.66666666666666%;
}
.col-old-9 {
	width: 75%;
}
.col-old-10 {
	width: 83.33333333333334%;
}
.col-old-11 {
	width: 91.66666666666666%;
}
.col-old-12 {
	float: none;
	width: 100%;
}






/* --------------------------------------------------------------------------------------------------------------------------- */
/*	BASIC TEMPLATE STYLE */
/* --------------------------------------------------------------------------------------------------------------------------- */

body {
	font: 12px/18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.qcContainer {
	margin: 0 auto;
}