/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

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

/* #Site Styles
================================================== */
/* Background --------------------*/
body{
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	background-color: #ece951;
}
#main-body{
	margin-bottom: 25px;
	/* [disabled]padding-left: 1px; */
}
/*#imageData #caption{
	color: #9966cc;
	font-size: 18px;
	font-weight: normal;
}*/
/* Header ------------------------*/
header{
	margin-bottom: 10px;
	/* [disabled]padding-bottom: 20px; */
	position: relative;
	z-index: 33;
	background-image: none;
}
h1#logo {
	float: left;
	margin: 60px 0 0;
	padding: 0;
}
	h1#logo a:link, 
	h1#logo a:visited {
	display: block;
	height: 42px;
	text-indent: -9999em;
	width: 221px;
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	h1#logo a:hover, 
	h1#logo a:active {
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
pre {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom-left-radius: 4px;
    border-color: #DDDDDD #DDDDDD #DDDDDD #770606;
    border-style: solid;
    border-top-left-radius: 4px;
    border-width: 1px 1px 1px 6px;
    color: #3F3B36;
    font: lighter 12px/20px Monaco,'MonacoRegular',monospace;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
    overflow: auto;
    padding: 0 8px 10px 12px;
}

/* Primary Nav --------------------*/
#utility{
	float:right;
	margin-top:12px;
}

/* Primary Nav --------------------*/
/*First Level*/
nav div > ul{
	/* [disabled]float: right; */
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
nav div > ul > li{
	background: none;
	display: inline;
	float: left;
	padding: 0 20px 0 0;
}
nav div > ul li#nav-last{
	padding: 0;
}
	nav div > ul > li > a:link,
	nav div > ul > li > a:visited{
	color: #474747;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	text-decoration: none;
	}
	nav div > ul > li > a:active,
	nav div > ul > li > a:hover,
	nav div > ul > li.selected > a:link,
	nav div > ul > li.selected > a:visited{
	color: #770606;
	padding: 0 0 5px;
	background-attachment: scroll;
	background-image: url("images/nav-current.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	}
/*Second Level*/
nav ul ul {
	-moz-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.4);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.4);
	box-shadow: 0px 3px 5px 0px rgba(68,68,68,0.4);
	left: -999em;
	list-style: none outside none;
	margin: 0;
	padding: 4px 0 0;
	position: absolute;
	top: 89px;
	width: 12em;
	background-attachment: scroll;
	background-color: #EEEEEB;
	background-image: url("images/nav-current.png");
	background-repeat: repeat-x;
	background-position: center top;
}
nav li:hover ul,
nav li.sfhover ul{
	left: auto;
}
nav ul ul li{
	background: none;
	border-bottom:1px solid #e0e0df;
	list-style: none;
	margin:0;
	padding:0;
}
	nav ul ul li a:link,
	nav ul ul li a:visited{
		color: #434343;
		display: block;
		font-family: 'Lato', sans-serif;
		font-size: 14px;
		padding: 8px 5px;
		text-decoration: none;
	}
	nav ul ul li a:active,
	nav ul ul li a:hover{
		background: #e4e4e4;
		color: #770606;
		padding: 8px 5px;
	}

/* Aside heading ------------------*/
#aside{
	margin-bottom: 30px;
}
#aside h3{
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 0 0 5px;
	background-attachment: scroll;
	background-image: url("images/icon-hr-double.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* Footer -------------------------*/
footer.container{
	margin-bottom: 40px;
	background-attachment: scroll;
	background-image: url("images/footer-BKG.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 4px;
}
#footer{
	/* [disabled]background: #f0f0f0; */
	padding: 10px 0 !important;
}
ul.social-nav{
	float: left;
	margin: 10px 0 0;
	overflow: hidden;
	width :300px;
}
ul.social-nav li{
	background: none;
	display: inline;
	float: left;
	list-style: none;
	padding: 0 1px;
}
ul.social-nav li#social-first{
	color: #770606;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 7px 5px 0 0;
}
	ul.social-nav li a:link,
	ul.social-nav li a:visited{
		display: block;
		height: 32px;
		text-indent: -9999em;
		width: 32px;
	}
	ul.social-nav li#social-twitter a{ background:url("images/sprite.png") no-repeat scroll -32px -78px;}
	ul.social-nav li#social-facebook a{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: 0 -78px;
}
	ul.social-nav li#social-google a{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -64px -78px;
}
	ul.social-nav li#social-vimeo a{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -128px -78px;
}
	ul.social-nav li#social-rss a{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -96px -78px;
}
	ul.social-nav li#social-facebook a:hover{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: 0 -46px;
}
	ul.social-nav li#social-twitter a:hover{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -32px -46px;
}
	ul.social-nav li#social-google a:hover{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -64px -46px;
}
	ul.social-nav li#social-vimeo a:hover{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -128px -46px;
}
	ul.social-nav li#social-rss a:hover{
	background-attachment: scroll;
	background-image: url("images/sprite.png");
	background-repeat: no-repeat;
	background-position: -96px -46px;
}
	a.bcgurus{
	display: block;
	float: right;
	height: 32px;
	margin: 15px 0 0;
	/* [disabled]text-indent: -9999em; */
	width: 118px;
	background-attachment: scroll;
	background-image: url("images/karthaz.png");
	background-repeat: no-repeat;
	/* [disabled]background-position: -4px -114px; */
	}
	a.bcgurus:hover{
		filter: alpha(opacity=80);
		opacity: 0.8;
	}	
.foot-column ul{
	padding-right:20px;
}
.foot-column ul li{
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding-bottom: 7px;
	padding-top: 7px;
	background-attachment: scroll;
	background-image: url("images/icon-cross-red.png");
	background-repeat: no-repeat;
	background-position: left 11px;
}
.foot-column ul li:last-child{
	border-bottom: none;
}

/* #Page Styles
================================================== */
/* Home Page Testimonials ---------*/
.testimonial-list{
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	background-attachment: scroll;
	background-image: url("images/blockquote.png");
	background-repeat: no-repeat;
	background-position: left 4px;
}
.testimonial-list .test-author{
	display: block;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 4px 7px 4px 25px;
	background-attachment: scroll;
	background-color: #efefef;
	background-image: url("images/icon-text-bubble.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}
.testimonial-list div img{
	width:100%;
}
.test-edit{
	float:right;
}

/* Home Page Blog Post ------------*/
ol.blogsitesummary{
	margin: 0;
	overflow: hidden;
}
ol.blogsitesummary li{
	background: none;
	list-style: none;
}
#home .blog-post .post-title{
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}
	#home .blog-post .post-title a{
		color:#333;
		text-decoration: none;
	}
#home h2.post-title, 
#home .post-body{
	display: inline;
	float: right;
	width: 76%;
}
#home .post-details{
    color: #770606;
    display: block;
    float: left;
    font-family: 'Lato',sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
    text-align: center;
    width: 20%;
}
#home .post-body p{
	margin: 0;
	overflow: hidden;
	padding: 0 0 3px;
}
#home .post-body a,
.event-list a{
	display: inline-block;
	font-weight: bold;
	padding: 0 18px 0 0;
	background-attachment: scroll;
	background-image: url("images/icon-arrow-red.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/* Latest Events on Home page ---*/
.event-list{
	margin:0 0 25px;
}
.event-date{
	color: #770606;
	font-weight: bold;
	padding: 0 0 3px 16px;
	background-attachment: scroll;
	background-image: url("images/icon-calendar.png");
	background-repeat: no-repeat;
	background-position: left 4px;
}

/* Home Page Photo gallery ------------*/
.photo-gallery{
	margin-bottom: 15px;
	padding-bottom: 23px;
	position: relative;
	background-attachment: scroll;
	background-color: transparent;
	/* [disabled]background-image: url("images/icon-hr-bottom.png"); */
	background-repeat: repeat-x;
	background-position: left bottom;
}
.photo-gallery table {
	background:#f2f2ee;
	border:1px solid #eee;
    margin: 0 auto;
    max-width: 940px;
	padding:10px;
	width:100%;
}
.photo-gallery .photogalleryNavigation{
	display:none;
}

/* Breadcrumbs ------------------*/
.breadcrumb{
	/* [disabled]background: #f2f2ef; */
	font-family: 'Lato',sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 4px 0 4px 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}

/* Sub Nav ----------------------*/
.sub-nav ul li{
	background:none;
	list-style: none;
	margin: 0;
	padding:0;
}
.sub-nav ul li#sub-nav-title {
	padding: 0 0 5px;
	list-style: none;
	margin: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("images/icon-hr-double.png");
	background-repeat: repeat-x;
	background-position: center bottom;
}
	.sub-nav ul li#sub-nav-title a {
		background:none;
		font-family: 'Lato',sans-serif;
		font-size: 20px;
		font-style: italic;
		font-weight: 300;
	}
	.sub-nav ul li#sub-nav-title a:hover {
		color:#770606;
	}
	.sub-nav ul li a:link,
	.sub-nav ul li a:visited{
		background: #eeeeeb;
		color:#000;
		display:block;
		font-family: 'Lato',sans-serif;
		font-size: 15px;
		font-weight: 400;
		padding: 11px 0 11px 27px;
	}
	.sub-nav ul li a:active,
	.sub-nav ul li a:hover{
	color: #770606;
	display: block;
	font-family: 'Lato',sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 11px 0 11px 27px;
	background-attachment: scroll;
	background-color: #eeeeeb;
	background-image: url("images/icon-arrow-red.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	.sub-nav ul li.selected a:link,
	.sub-nav ul li.selected a:visited{
	color: #770606;
	display: block;
	font-family: 'Lato',sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 11px 0 11px 27px;
	background-attachment: scroll;
	background-color: #e0e0e0;
	background-image: url("images/icon-arrow-red.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
/* FAQ/Product Search ------------*/
div.form-search {
	background: #f9f9f9;
	border-collapse:collapse;
	border-spacing:0;
	border: 1px solid #eee;
	margin: 0 0 18px 0;
	overflow:hidden;
	padding:10px;
	width: 94%;
}
div.form-search .item label {
	color: #888;
}
div.form-search .item {
    border-collapse: collapse;
    border-spacing: 0;
    display: inline;
    float: left;
    height: 42px;
    padding: 5px;
}
div.form-search .item input.cat_textbox_small,
div.form-search .item select.cat_dropdown_small{
	width:169px;
}
div.form-search .item .cat_button{
	width:100%;
}
div.form-search .item .cat_button{
	margin:11px 0 0;
}
	
/* Twitter in footer ----------*/
#tweet ul li{
	background:none;
	list-style:none;
	padding:0;
}
	
/* Portfolio List Layout Page -----*/
.item-list{
	margin-bottom: 10px;
}
.item-list img{
	width:100%;
}
.item-list a.port-link{
	display: inline-block;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0 15px 0 0;
	background-attachment: scroll;
	background-image: url("images/icon-arrow-red.png");
	background-repeat: no-repeat;
	background-position: right center;
}
	
/* Portfolio Details Page -----*/
h1 span{
    float: right;
    font-size: 13px;
    padding-right: 15px;
}
.gallery{
    overflow: hidden;
    padding: 10px 0 0 10px;
    width: 370px;
}
.gallery li{
	background:none;
	display:inline;
	float:left;
	list-style:none;
	padding:0 5px;
	width:80px;
}
#port-img img{
	width:100%;
}

/* Portfolio Lastest Projects on the sidebar -----*/
.latest-side-list li{
	background:none;
	list-style:none;
	padding:0;
}
.latest-side-list li img{
	border:4px solid #eee;
	width:97%;
}
#aside .latest-side-list li .hero-info h3 {
	background:none;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:0;
}
#aside .latest-side-list li .hero-info a{
	display: inline-block;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0 15px 0 0;
	background-attachment: scroll;
	background-image: url("images/icon-arrow-red.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.cta-fullwidth{
	margin-bottom: 20px;
	padding-bottom: 17px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.cta-half{
	display:none;
}
.cta-full img{
	width:100%;
}

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		nav{
			float:none !important;
		}
		nav div ul{
			float:left;
		}
		h1#logo {
			margin: 20px 0 20px;
		}
		nav ul ul {
			top: 108px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.shop-catalogue .image img, .shop-product-small .image img {
			width: 85%;
		}
		#tj_container {
			width: 94.3%;
		}
		.cta-sidebar img{
			width:100%;
		}
		.newsletter .item input.cat_textbox_small {
			width: 157px;
		}
		.gallery {
			width: 305px;
		}
		.cta-full img{
			width:100%;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {	
		.shop-catalogue .image img, 
		.shop-product-small .image img {
			width: 85%;
		}
		h1#logo a:link, h1#logo a:visited {
			margin: 0 auto;
		}
		nav ul ul {
			display:none;
		}
		nav div > ul {
			border-top: 1px solid #ddd;
			width: 100%;
		}
		nav div > ul > li {
			background: none repeat scroll 0 0 #ebebeb;
			border-bottom: 1px solid #ddd;
			display: block;
			float:none;
			margin:0;
			padding: 0;
		}
		nav div > ul > li > a:link, 
		nav div > ul > li > a:visited {
			display: block;
			font-size: 15px;
			padding: 9px 15px;
		}
		nav div > ul > li > a:active, 
		nav div > ul > li > a:hover, 
		nav div > ul > li.selected > a:link, 
		nav div > ul > li.selected > a:visited {
			background: #e0e0e0;
			padding: 9px 15px;
		}		
		nav div > ul li#nav-last{
			padding: 0;
		}
		#tj_container {
			height:407px;
			width: 97%;
		}
		#tj_container .tj_wrapper ul li {
			height: 203px;
			width: 49.9%;
		}
		.hero-info {
			height: 90%;
			width: 81%;
		}
		#tj_container .tj_nav {
			left: 38%;
		}
		.cta-full{
			display:none;
		}
		.cta-half{
			display:block;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		table.cart td.actions { text-align: left;
		}
		#footer {
			padding: 10px !important;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		ul.catalogueList li, ul.productList li {
			width: 50%;
		}
		table.cart td.actions { text-align: left;
		}
		.tj_container {
			display:none;
		}
		#footer {
			padding: 10px !important;
			width:280px !important;
		}
		a.bcgurus {
			clear: both;
			float: none;
			margin: 15px auto 0;
		}
		.breadcrumb {
			padding: 4px 10px;
		}
		.gallery {
			width: 280px;
			padding:10px 0 0;
		}
		table.textb{
			width:83% !important;
		}
	}
