
/* Table of Contents
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


/* @group Navigation */

#navigation {
	/*margin-bottom: 20px;*/
	clear: both;
}

#navigation ul,
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/* @end */

#footer {
	clear: both;
	padding: 10px 0 10px 0;
}

#credits {
	text-align: center;
}

/* #Page Styles
================================================== */

/* Layout Shortcodes */
.full-width {width:960px; height:auto; overflow:hidden}

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}


.last {margin-right:0 !important;}


/* #Media Queries
================================================== */

	/* iPad Portrait/Browser */
	@media only screen and (min-width: 768px) and (max-width: 991px) {

	#navigation ul {border-radius:0px;}
	#navigation ul li a {font-size: .9em;padding: 10px 15px;}
	#navigation > div > ul {min-width: 700px;}
	#sidebar .widget-container {margin-left: 0px; border-width:1px 0 0 0;}
	.resize {display: none;}
	#respond textarea {width:auto;}

	/* jigoshop styles */
	#header .site-desc.text {font-size: 1.25em;}


	.entry-thumbnail-left-pane {
		width: 50%;
	}
	.entry-thumbnail-left-pane img {
		width: 100%;
		height: auto;
	}

	.cictp-footer div {
		width:17%;
	}

	#site-title {
		width:342px !important;
		left:325px !important;
	}


	}

	@media only screen and (min-width: 768px) and (max-width: 959px) {


		#header-image {
			left: -64px;
		}

		#header #site-title.graphic .dogear {
			width: 108px;
			margin-top: 20px;
		}
	}

	/* Mobile/Browser */
	@media only screen and (max-width: 767px) {

		#content.eleven.columns {
			width: 396px !important;
		}

		#wrap {}
		#header-image {
			left: -163px;
		}

		#navigation ul,
		#navigation ul li,
		#navigation ul li a {
		text-align: left;
		float: none;
		background: transparent;
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		behavior:none;
		}

		#navigation ul li a,
		#navigation ul li.active a,
		#navigation ul li a:hover,
		#navigation ul li:hover a {
		border: none;
		/*padding: 2px 0;*/
		line-height: 150%;
		background: transparent;
		background-image: none;
		}

		#navigation ul li a {
			padding:5px 10px;
		}
		#navigation ul li:hover {
			background: #fff;
		}
		#navigation ul li.active {
			color:#000;
			font-style: italic;
			background:#fff;
		}

		/* Initial reset and hide sublevels in mobile view */

		#navigation ul.sub-menu,
		#navigation ul.sub-menu li,
		#navigation ul.sub-menu li:hover,
		#navigation ul.sub-menu li a,
		#navigation ul.sub-menu li a:hover
		 {
			display: none;
			position: relative;
			left: 0px;
			line-height: 100%;
			background: none;
			border: none;
			border-style: none;
			box-shadow:none;
			padding: 0;
			margin: 0;
			height: auto;
			background-image: none;
		}

		/* Declare new padding for submenu items */

		#navigation ul.sub-menu li a,
		#navigation ul.sub-menu li a:hover {
			padding: 4px 0px 4px 10px;
		}

		/* Show on hover */

		#navigation li:hover ul.sub-menu,
		#navigation li:hover ul.sub-menu li,
		#navigation li:hover ul.sub-menu li a {
			display: inline-block;
		}
		#respond textarea {width:300px;}

		#site-title {
			width:177px !important;
			left: 147px !important;
		}



		#wrap .products li,.products li.first,.products li.last {
	 	float: left;
	 	clear: both;
		margin: 20px 0px 20px 0px;
		width: 100%;
		}
		#breadcrumb {display: none;}

		#sidebar {
			border-width: 1px 0 0 0;
			position: relative !important;
			right: 0;
		}
		#sidebar .widget-container {margin-left: 0px;}
		.full-width,
		.one_half,
		.one_third,
		.two_thirds,
		.three_fourths,
		.one_fourth,
		.one_fifth,
		.two_fifth,
		.three_fifth,
		.four_fifth,
		.one_sixth,
		.five_sixth {width: 100%;}
		.resize {display: none;}


		.about-user-types {
			width: 200%;
		}

		.wpcf7-text {
			width:100% !important;
		}

		.entry-title-image-container {
			float: left;
			width:100%;
		}
		.entry-title-meta-container {
			float:left;
			width: 100%;
			max-width: 100%;
		}
		.entry-meta-utility-container {
			position: relative;
			width:100%;
			float:left;
		}
		.entry-meta {
			float: left;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
			padding-right: 8px;
			width: 100%;
			position: relative;
		}
		.entry-utility {
			position: relative;
			box-sizing: border-box;
			-moz-box-sizing:border-box;
			padding-left:8px;
			width: 50%;
			float: right;
		}

		.entry-thumbnail-left-pane {
			box-sizing: border-box;
			-moz-box-sizing:border-box;
			float: left;
			margin-right: 10px;
			width:100%;
		}
		.entry-thumbnail-left-pane img {
			width:100%;
			height:auto;
		}
		.entry-content {
			float: left;
		}
		.entry-title {
			padding-left: 0px;
		}
		.entry-meta-utility-container {
			padding-left: 0px;
		}



		.blogger-author-link {
			position: relative;
		}
		.blogger-articles-author-container {
			padding-left: 0px;
			width: 100%;
		}



		.director-container {
			width: 100%;
		}


		.cictp-footer div {
			display:block;
			width:auto;
		}

		.page-template-page-Blogger-php #sidebar {
			position:relative;
		}

		.related-post-3, .related-post-4 {
			display: none;
		}
		.related-post-1, .related-post-2 {
			width: 50%;
		}
		.related-post-2 {
			padding-right: 0;
		}

		.article-content-sidebar #sidebar {
			position: relative;
		}

	}

	@media only screen and (max-width: 479px) {
		#content.eleven.columns {
			width: 276px !important;
		}

		#header-image {
			left: -136px;
		}
		#header #site-title.graphic .dogear {
			width: 41px;
			margin-top: 58px;
		}
		#site-title {
			top:  94px  !important;
			width:177px !important;
			left: 116px !important;
		}
		#content img{
			max-width:310px;
			height:auto;
		}
	}

	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Anything smaller than standard 960 */
	@media only screen and (max-width: 959px) {}

	/* iPad Portrait Only */
	@media only screen and (min-width: 768px) and (max-width: 991px) and (max-device-width: 1000px) {}

	/* Mobile Only */
	@media only screen and (max-width: 767px) and (max-device-width: 1000px) {}

	/* Mobile Landscape Only */
	@media only screen and (min-width: 480px) and (max-width: 767px) and (max-device-width: 1000px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/