/*
Theme Name: Ascend
Description: This is a custom theme from the Birdsong Creative team for Ascend.
Version: 1.0
Author: Birdsong Creative : Todd Lyda
Author URI: http://birdsongcreative.com/
*/

/*===========================================================================
TABLE OF CONTENTS
 	1. Globals - Default HTML attribute styling.
	2. Library - Styling for custom elements used throughout the site.
	3. Template - Styling for structure of the site.
	4. Page Styles - Styling for page-specific elements.
=============================================================================*/


/*===========================================================================
GLOBALS - Default HTML attribute styling.
=============================================================================*/

body { 
	background: url(images/mountain-background.jpg) no-repeat top center #959595;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5% /* Resets 1em to 10px */;
	/* CSS3 STYLE */
	-webkit-text-stroke:1px transparent;
}
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}




/*===========================================================================
LIBRARY - Styling for custom elements used throughout the site.
=============================================================================*/

.clear { clear: both; }
img.alignright { margin-left: 30px; }
img.alignleft { margin-right: 30px; }
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0 40px 10px 20px;
   text-align: center;
   /* CSS3 STYLE */
   border-radius: 3px;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
}
	.wp-caption img {
	   border: 1px solid #fff !important;
	   margin: 0;
	   padding: 0;
	}
	.wp-caption p.wp-caption-text {
	   font-size: 11px;
	   color:#3177a0;
	   line-height: 13px;
	   margin: 0;
	   padding: 0 4px 5px;
	}

/*===========================================================================
TEMPLATE - Styling for structure of the site.
=============================================================================*/

#container { 
	width: 900px;
	background-color: none;
	margin: 0 auto;
}
	#header {
		width: 900px;
		height: 112px;
		background-image:url(images/header-bkg.png);
		margin-top: 40px;
	}
		#navigation {
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
			margin-left: 250px;
			padding-top:35px;
		}
			#navigation ul {
				margin: 17px 0 10px 0;
			}
				#navigation ul li {
					display:inline;
					padding:4px;
					
				}
				#navigation ul li a:link, #navigation ul li a:visited {
					color:#666;
					text-decoration:none;
					padding-left: 12px;
				}
				
				#navigation ul li a:hover {
					color:#f8b224;
				}


				#navigation ul li.current_page_item  a {
					color:#2c7199 !important;
					background-image:url(images/bullet-arrow-yellow.png);
					padding-left: 12px;
				}
	#main {
		width: 900px;
		margin-bottom: 7px;
	}
		#slider {
			width: 892px;
			height: 299px;
			background-color:#333;
			border: solid #b7b7b7 4px;
			overflow: hidden;
		}
		
		.middle {
			width: 892px;
			height: 227px;
			border-top: none;
			border-left: solid #b7b7b7 4px;
			border-right: solid #b7b7b7 4px;
			border-bottom: solid #b7b7b7 4px;
			background-image:url(images/home-middle-bkg.gif);
		}
		
		.slogan {
			font-family: Verdana, Geneva, sans-serif;
			font-style:italic;
			font-weight:bold;
			font-size:11px;
			letter-spacing:.1em;
			line-height:35px;
			color:#FFF;
			padding-top:5px;
			text-indent:57px;
		}
		
		#homeboxes {
			width:515px;
			font-family: Verdana, Geneva, sans-serif;
			font-size:14px;
			text-align:center;
			line-height:16px;
			margin: 40px 20px 0 0;
			float:right;
		}
		
		#homeboxes a:link {
			text-decoration:none;
			text-align:center;
			color:#3177a0;
			padding-top:115px;
		}
		#homeboxes a:visited {
			text-decoration:none;
			color:#3177a0;
			padding-top:115px;
		}
		#homeboxes a:hover {
			color:#f8b224
		}
		#homeboxes .box1 {
			padding-top:115px;
			width:114px;
			margin-right:14px;
			background-image:url(images/box-icon01.gif);
			background-position:top;
			background-repeat:no-repeat;
			float:left;
		}
		#homeboxes .box2 {
			padding-top:115px;
			width:114px;
			margin-right:14px;
			background-image:url(images/box-icon02.gif);
			background-position:top;
			background-repeat:no-repeat;
			float:left;
		}
			#homeboxes .box3 {
			padding-top:115px;
			width:114px;
			margin-right:14px;
			background-image:url(images/box-icon03.gif);
			background-position:top;
			background-repeat:no-repeat;
			float:left;
		}
			#homeboxes .box4 {
			padding-top:115px;
			width:114px;
			margin-right:14px;
			background-image:url(images/box-icon04.gif);
			background-position:top;
			background-repeat:no-repeat;
			float:right;
		}
		
		#homevideo {
			text-align:center;
			float:left;
		}
		#homevideo .videolink {
		margin:10px 0 0 25px;
		width:210px;
		height:152px;
		background-image:url(images/video-sprite-home.jpg);
		background-repeat:no-repeat;
		text-align:left;
		text-indent:-999px;
		display:block;
		}
		
		#homevideo .videolink:hover {
		background-position: 0 -152px;
		}
		

		#homevideo .punchline {
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			text-align:center;
			padding:17px 0 0 25px;
			color:#7d6b17;
		}
		
		#secondaryMain {
			width: 892px;
			border: solid #b7b7b7 4px;
			background-color:#FFF;
		}
		

		#secondaryMain .content {
			width: 594px;
			background-image:url(images/content-bkg.gif);
			margin-top: 42px;
			margin-bottom: 47px;
			float:left;
		}
		
		#secondaryMain .content-noside {
			width: 794px;
			background-image:url(images/content-bkg.gif);
			margin-top: 42px;
			margin-bottom: 47px;
		}
		
		#secondaryMain .top {
			width: 594px;
			height: 30px;
			background-image:url(images/top-content-bkg.gif);
			background-repeat:no-repeat;
			background-position:top;

		}

		
		#secondaryMain .bottom {
			width: 594px;
			height: 16px;
			vertical-align: bottom;
			background-image:url(images/bttm-content-bkg.gif);
		}
			
			
		
		.post {
		}
			.post .entry {
				width: 575px;
			}
			
		.entry h2 {
			line-height:300px;
		}
		
		.entry h3 {
			padding: 0 35px 0 25px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:26px;
			font-weight:100;
			color:#2c7199;
			line-height:28px;
		}
		
		.entry h4 {
			padding: 8px 35px 0 25px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:18px;
			font-weight:100;
			line-height:22px;
			color:#636363;
		}
		
		.entry h5 {
			padding:12px 35px 2px 25px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:16px;
			font-weight:normal;
			color:#2c7199;
			border-top:solid #FFF 1px;
		}
		
		.entry h6 {
			padding:6px 35px 2px 25px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			font-weight:normal;
			color:#666;
			line-height:18px;
		}
		
		.entry a:link {
			color:#2c7199;
			text-decoration:underline;
		}
		.entry a:visted {
			color:#2c7199;
			text-decoration:underline;
		}
		.entry a:hover {
			color:#2c7199;
			text-decoration:none;
		}
		
		.entry p {
			padding: 10px 35px 2px 40px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:100;
			line-height:18px;
			color:#666;
		}
		
		.entry em {
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-style:italic;
			font-weight:100;
			line-height:18px;
			color:#666;
		}
		
		.entry blockquote {
			background-image:url(images/highlight-bkg.gif);
			border:none;
			clear:both;
		}
		.entry blockquote p {
			padding: 10px 35px 12px 40px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:100;
			line-height:18px;
			color:#666;
		}
		
		.entry img {
			border: 4px solid #d1d1d1;
		}
					
		.entry ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:18px;
	color:#666;
	padding:10px 35px 8px 65px;
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow-blue.png);
		}
		
		.entry table {
			margin:15px;
			}
		
	#sidebar {
		width:275px;
		margin-top:30px;
		float:right;
	}

			#sidebar ul {
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:100;
			color:#2c7199;
			}
				#sidebar ul li {
					display:block;
					padding:6px;
					border-bottom:solid #cdcdcd 1px;
					
				}
				#sidebar ul li a:link, #sidebar ul li a:visited {
					color:#666;
					text-decoration:none;
					padding-left: 12px;
				}
				
				#sidebar ul li a:hover {
					color:#f8b224;
				}


				#sidebar ul li.current_page_item  a {
					color:#2c7199 !important;
					background-image:url(images/bullet-arrow-yellow.png);
					padding-left: 12px;
				}
				
		#sidebar ul li ul li.page_item {
			font-family:Verdana, Geneva, sans-serif;
			border-bottom:none;
			}
				
				#sidebar ul li ul li.page_item a:link, #sidebar ul li ul li.page_item a:visited {
					color:#2c7199;
					padding-right:12px;
					text-decoration:none;
					background-image: none;
				}
				
				#sidebar ul li ul li.page_item a:hover {
					color:#f8b224 !important;
				}
				
			
		#sidebar h2 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			font-weight:100;
			color:#2c7199;
			line-height:22px;
			padding:25px 35px 0 10px;
			margin-bottom:10px;
		}
		
		#sidebar h5 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:16px;
			line-height:8px;
		}
		
		#sidebar p {
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			line-height:18px;
			color:#666;
		}
		
		#sidebar h6 {
			padding:16px 0 2px 0;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#666;
		}
		
		#sidebar a:link {
			color:#2c7199;
			text-decoration:underline;
		}
		#sidebar a:visted {
			color:#2c7199;
			text-decoration:underline;
		}
		#sidebar a:hover {
			color:#2c7199;
			text-decoration:none;
		}
		
	#sidevideo {
			width:255px;
		}
		
	#sidevideo .videolink {
		width:210px;
		height:145px;
		background-image:url(images/video-sprite-01.jpg);
		background-repeat:no-repeat;
		background-position:0 -12px;
		text-align:left;
		text-indent:-999px;
		display:block;
		}
		
	#sidevideo .videolink:hover {
		background-position: 0 -165px;
		}


	#sidevideo .punchline {
			font-family: Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#7d6b17;
		}
		
	#footer {
		width: 900px;
		background-color: #b7b7b7;
		height: 199px;
		margin-bottom: 15px;
	}
		#footer .top {
			border: solid #b7b7b7 4px;
			width: 892px;
			height: 130px;
			background-image:url(images/tip-bar-bkg.jpg);
		}
		
		#tip {
			width:370px;
			margin-top:30px;
			margin-left:135px;
			float:left;
		}
		
		#tip h4 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:18px;
			font-weight:100;
			color:#1a597e;
			line-height:0;
			padding:12px 0 20px 0;
		}
		#tip .text {
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			color:#4c4c4c;
			line-height:14px;
		}
		
		
		#tip a:link {
			color:#2c7199;
			text-decoration:underline;
		}
				
		#tip a:visited {
			color:#2c7199;
			text-decoration:underline;
		}
		
		#tip a:hover {
			color:#2c7199;
			text-decoration:none;
		}

		
		
		#bennefits {
			width:330px;
			float:right;
			margin:17px 16px 0 0;
		}
		
		#bennefits .type {
			font-family:Verdana, Geneva, sans-serif;
			font-size:16px;
			color:#1a597e;
			line-height:32px;
			background-image:url(images/bullet-arrow-gray.png);
			padding-left: 16px;
		}
		

		
		#footer .bottom {
			border-top: none;
			border-left: solid #b7b7b7 4px;
			border-right: solid #b7b7b7 4px;
			border-bottom: solid #b7b7b7 4px;
			width: 892px;
			height: 57px;
			background-image:url(images/footer-bkg.gif);
		}
		
		#footer .logos {
			width:740px;
			padding-top:7px;
			float:right;
		}
		
		#SNicons {
			width:120px;
			padding:10px;
			float:left;
		}
		#SNicons img {
			padding:4px;
		}
		
		#copyright {
			width:330px;
			font-family:Verdana, Geneva, sans-serif;
			font-size:10px;
			color:#cdcdcd;
			float:left;
			margin-bottom:15px;
		}
		
		#copyright a {
			color:#cdcdcd;
			text-decoration:underline;
		}
		#copyright p {
			padding-top:10px;
		}
		#footerNav {
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;
			float:right;
		}
		
		#footerNav ul {
			}
				#footerNav ul li {
					display:inline;
					
				}
				#footerNav ul li a:link, #footerNav ul li a:visited {
					color:#cdcdcd;
					text-decoration:none;
					padding-right: 9px;
					padding-left: 8px;
					border-right: solid #cdcdcd 1px;
				}
				
				#footerNav ul li a:hover {
					text-decoration:underline;
				}
				
				#footerNav ul li a.noline {
					border-right:none;
				}
				
/*===========================================================================
STORE STYLES - Styling for YAK elements.
=============================================================================*/

#products_container {
				width: 575px;
				padding-left:20px;
			}

.product {
	width:154px;
	margin:15px;
	float:left;
	}
			
/* TITLE */	.product h2 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			font-style:italic;
			font-weight:100;
			line-height:18px;
			color:#2c7199;
		}
		
/* FROM */	.product h3 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
			font-weight:100;
			line-height:15px;
			color:#2c7199;
		}
		
/* PRICE */	.product h4 {
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
			font-weight:100;
			line-height:22px;
			color:#7d7d7d;
		}
		
/* BUY */	button {
			font-family:Verdana, Geneva, sans-serif;
			font-size:11px;
			text-align:center;
			color: #fff;
			background-color: #219ad2;
			margin-left:34px;
		}
		
/* THUMB */	.product img {
	background-color:#FFF;
	border:solid #b7b7b7 1px;
	width:120px;
	height:163px;
	padding:4px;
	margin:4px;
}

#widget {
	background-color:#fef7e1;
	line-height:18px;
	font-weight:bold;
	padding:10px;
	margin-top:10px;
}

#widget h2.widgettitle {
	color:#2c7199;
	margin:0;
	padding:0 0 5px 0;
}

#widget a:link, #widget a:visited {
	color:#2c7199;
}
#widget a:hover {
	text-decoration:none;
}

#deletebutton {
	padding:1px 2px 1px 2px;
	margin:0 0 0 10px;
	color: #333;
	background-color:#ccc;
	border:none;
}
/*===========================================================================
PAGE STYLES - Styling for page-specific elements.
=============================================================================*/

.gform_wrapper { margin-left: 20px !important;  }
/*=== 404 PAGE ===*/
.404 {
}