/*
Theme Name: Channelise
Theme URI: http://channelisenyc.com
Description: Channelise Theme developed by Counter Fill.
Version: 1.0
Author: Robert Bentley
Author URI: http://counterfill.com/

Tags: white, blue, gray, jquery
*/

/*************************
HTML STYLES
**************************/
* {
	margin:0;
	padding: 0;
}
html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #414141;
	text-align: center;
	background-size: 100%; /* w3c spec */
	-moz-background-size: 100%; /* firefox css*/
	-webkit-background-size: 100%; /* safari/chrome */
	-o-background-size: 100%; /* opera css */ 
}
a {
	color: #415a68;
}
a:hover {
	color:#333;
}
a img {
	border: none;
}
a:focus,
object {
	outline: none;
}
small {
	font-size: 0.9em;
}
h1, 
h2, 
h3,
h4{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
li, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/**********************
UNIVERSAL STYLES
***********************/
.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.aligncenter,  
div.aligncenter {
	display: block;

	margin-left: auto;

	margin-right: auto;

}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px 0 4px 4px;
	margin: 10px 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px 4px 4px 0;
	margin: 10px 10px 10px 0;
	display: inline;
}
.wp-caption {
	text-align: center;
	background: #FFF;
	margin: 10px;
	padding: 0;
}
.wp-caption img {
	padding: 4px 0 0 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images */

.required {
	color: #F00;
}



/**********************
LAYOUT STYLES
***********************/
#container {
	width: 860px;
	margin: auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
#header {
	width: 860px;
	height: 120px;
	position: relative;
}
	#header h1,  
	#header h1 a {
		display: block;
		margin: 0;
		padding: 0;
		width: 430px;
		height: 75px;
	}
		#header h1 {
			position: absolute;
			left: 0;
			bottom: 0;
			background: url(images/logo.png) no-repeat left bottom;
			text-indent: -99999px;
		}
	#header .description {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 450px;
		padding: 0;
		height: 40px;
		background: url(images/slogan.png) no-repeat right bottom;
		text-indent: -9999px;
	}
	#menu {
		position: absolute;
		top: 20px;
		right: 0;
		z-index: 15;
	}
		ul.potato-menu {
			width:250px;
			margin: 0;
			padding: 0;
		}
			.home ul.potato-menu {
				width: 270px;
			}
			ul.potato-menu a.menuHeader {
				display:block;
				color:#FFF !important; 
				background: url(images/dark_bg.png) !important;
				text-transform: uppercase;
				font-weight: normal;
				letter-spacing: 1px;
				border-bottom: solid 2px #FFF !important;
			}
		.potato-menu:after {
			content: " ";
			display: block;
			visibility: hidden;
			clear: both;
			height: 0.1px;
			font-size: 0.1em;
			line-height: 0;
		}
		ul.potato-menu li.potato-menu-item {
			margin:0;
			padding:0;
			position:relative;
			list-style:none;
			list-style-position:outside;
			display:inline;
			float:left;
		}
		ul.potato-menu li.potato-menu-item a {
			display:block;
			text-decoration:none;
			white-space:nowrap;
			background: #456a7f;
			padding: 5px 20px;
			width: 210px;
			color:#fff179; 
			border-bottom: solid 1px #415a68;
			font-weight: bold;
		}
			.home ul.potato-menu li.potato-menu-item a {
				width: 230px;
			}
			ul.potato-menu li.potato-menu-item a:hover {
				background: #415a68;
			}
		ul.potato-menu ul.potato-menu-group {
			margin:0;
			padding:0;
			-webkit-padding-start:0;
			-webkit-padding-end:0;
			position:absolute;
			display:none;
			z-index:1000;
		}
#content {
	clear: both;
	float: left;
	width: 550px;
	background: url(images/light_bg.png);
	margin: 20px 0;
	padding: 20px;
}
	#content ul {
		margin: 5px 15px;
	}
	#content li {
		list-style: disc;
		padding: 2px;
		margin: 5px 15px;
	}
	#content p {
		padding: 10px 0;
	}
		#page-36 p {
			padding: 0 30px;
		}
		.pageContent p {
			font-size: 14px;
			width: 40em;
		}
		.pageContent td p {
			width: auto;
			font-size: 12px;
			margin: 0 20px 5px 0 !important;
			padding: 0;
		}
	#content h1,
	#content h2,  
	#content h3,  
	#content h4 {
		padding: 1em 0 .2em 0;
	}
		#content h2.pageTitle {
			color: #415a68;
			font-size: 36px;
			text-transform: lowercase;
			padding: .5em 0 .2em 0;
		}
	/********************************
	HOME PAGE STYLES
	*********************************/
	.home #content {
		width: 860px;
		background: none;
		padding: 0;
	}
	.home #content .box {
		float: left;
		width: 270px;
		overflow: hidden;
	}
	.home #content .box p {
		position: absolute;
		top: -9999px;
	}
	.home #content .box h2 {
		position: relative;
		padding: 0;
	}
		.home #content .box h2 a {
			display: block;
			width: 270px;
			z-index: 10;
			position: relative;
			text-indent: -9999px
		}
		.home #content .box h2 .over {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			display: none;
		}
	.home #work,
	.home #approach,
	.home #blog {
		margin: 0 25px 0 0;
	}
	.home #work {
	}
		.home #work h2,
		.home #work h2 .over,
		.home #work h2 a {
			width: 270px;
			height: 575px;
		}
			.home #work h2 {
				background: url(images/work_off.png) no-repeat;
			}
			.home #work h2 .over  {
				background: url(images/work_on.png) no-repeat;
			}
	.home #approach {
	}
		.home #approach h2,
		.home #approach h2 .over,
		.home #approach h2 a {
			width: 270px;
			height: 275px;
		}
			.home #approach h2 {
				background: url(images/approach_off.png) no-repeat;
			}
			.home #approach h2 .over  {
				background: url(images/approach_on.png) no-repeat;
			}
	.home #blog {
		margin: 25px 0 0 0;
	}
		.home #blog h2,
		.home #blog h2 .over,
		.home #blog h2 a {
			width: 270px;
			height: 275px;
		}
		.home #blog h2 {
			background: url(images/blog_off.png) no-repeat;
		}
		.home #blog h2 .over  {
			background: url(images/blog_on.png) no-repeat;
		}
	.home #people {
		margin: 0 0 25px 0;
	}
		.home #people h2,
		.home #people h2 .over,
		.home #people h2 a {
			width: 270px;
			height: 250px;
		}
			.home #people h2 {
				background: url(images/people_off.png) no-repeat;
			}
			.home #people h2 .over  {
				background: url(images/people_on.png) no-repeat;
			}
	.home #services {
		margin: 0 0 0 25px;
	}
		.home #services h2,
		.home #services h2 .over,
		.home #services h2 a {
			width: 270px;
			height: 300px;
		}
			.home #services h2 {
				background: url(images/services_off.png) no-repeat;
			}
			.home #services h2 .over  {
				background: url(images/services_on.png) no-repeat;
			}

	/*************************
	PORTFOLIO TEMPLATE STYLES
	**************************/
	.page-template-portfolio-php #content {
		float: none;
		width: 870px;
		background: url(images/light_bg.png);
		margin: 20px -20px 20px 0;
		padding: 10px 0 10px 0;
		overflow: hidden;
	}
		.page-template-portfolio-php h1 {
			color: #415a68;
			font-size: 30px;
			text-transform: lowercase;
			padding: 0;
			margin: 0 30px;
		}
.contactForm {
	float: right;
	width: 300px;
}
	.contactForm p {
		font-size: 12px;
		padding: 4px 0 !important;
		margin: 0;
	}
	.contactForm input {
		width: 250px;
	}
	.contactForm textarea {
		width: 250px;
		height: 100px;
	}
#sidebar {
	float: left;
	width: 210px;
	padding: 20px;
	margin: 20px 0 20px 20px;
	background: url(images/dark_bg.png);
	color: #FFFFFF;
}
	#sidebar a {
		color: #fff179;
	}
	.home #sidebar {
		position: absolute;
		top: -9999px;
	}
	.screen-reader-text {
		position: absolute;
		top: -99999px;
	}
	.widget {
		margin: 0 0 20px 0;
	}
#footer {
	color: #CCC;
	clear: both;
	padding: 5px;
	text-align: right;
	font-size: 10px;
	background: url(images/dark_bg.png);
	margin: 0 0 20px 0;
}
	#footer a {
		color: #fff179;
		text-decoration: none;
	}

#fancy_ajax #header,  
#fancy_ajax #sidebar,  
#fancy_ajax #footer {
	display: none;
}
#fancy_ajax #content {
	width: 800px !important;
	margin: 0 !important;
	padding: 0 !important;
	margin: 0;
	padding: 0;
}
#fancy_ajax #container {
	width: 800px !important;
}
#fancy_ajax img#bg {
	display: none;
}



#fancybox-inner #header,  
#fancybox-inner #sidebar,  
#fancybox-inner #footer {
	display: none;
}
#fancybox-inner #content {
}
	.home #fancybox-inner #content {
		display:inherit;
	}

#fancybox-inner #container {
	width: 800px !important;
}
#fancybox-inner img#bg {
	display: none;
}


#fancybox-inner #content h2.pageTitle {
margin-top:-20px;

}
/***************************
BLOG POSTS
****************************/
.post {
	margin: 0 0 30px 0;
}
.postmetadata {
	border-top: dotted 1px #333;
	font-size: 11px;
}
h2.postHeader {
	border-bottom: solid 2px #000;
	margin-bottom: 5px;
}
	h2.postHeader a {
		text-decoration: none;
	}
h3.postHeader {
	margin: 40px 0 0 0;
	border-bottom: solid 2px #000;
}
.navigation {
	padding: 20px 0;
}

/* COMMENTS */
.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}
#content .commentlist li {
	font-weight: bold;
	border-bottom: dotted 1px #333;
	list-style: none;
	margin: 10px 0;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, 
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
}
.commentmetadata {
	font-weight: normal;
}
.commentlist {
	padding: 0;
	text-align: justify;
	list-style: none;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
	}
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
	}
	#wp-calendar a {
		display: block;
	}
	#wp-calendar caption {
		text-align: center;
		width: 100%;
	}
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff;
	}
/* End Calendar */