/*  
Theme Name: Base Theme
Theme URI: http://www.pagelines.com/
Description: A starter child theme for PageLines.  Use this as a reference for building your own child themes for PageLines Store.
Version: 1.0.2
Author: PageLines
Author URI: http://www.pagelines.com
Tags: developer

Template: pagelines

*/

/* ===================== */
/* = Adam's Custom CSS = */
/* ===================== */

@font-face {
    font-family: 'DakotaRegular';
    src: url('fonts/dakota_regular-webfont.eot');
    src: url('fonts/dakota_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dakota_regular-webfont.woff') format('woff'),
         url('fonts/dakota_regular-webfont.ttf') format('truetype'),
         url('fonts/dakota_regular-webfont.svg#DakotaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header ul.main-nav {float:right;}

body .section-branding .icons a {display: block;width: 22px; height: 22px; margin-left: 7px; float: right;text-align: right;}
body .icons a img {display:none;}

.hentry-pad {margin:0;padding:0;}
.fpost {border-bottom:0px;}

.icons .twitterlink {background: url(images/sprite-socialicons.png) no-repeat -22px 0;}
.icons .youtubelink {background: url(images/sprite-socialicons.png) no-repeat -44px 0;}
.icons .linkedinlink {background: url(images/sprite-socialicons.png) no-repeat -66px 0;}
.icons .facebooklink {background: url(images/sprite-socialicons.png) no-repeat -88px 0;}
.icons .rsslink {background: url(images/sprite-socialicons.png) no-repeat 0 0;}
.icons .twitterlink:hover {background-position: -22px -22px;}
.icons .youtubelink:hover {background-position: -44px -22px;}
.icons .linkedinlink:hover {background-position: -66px -22px;}
.icons .facebooklink:hover {background-position: -88px -22px;}
.icons .rsslink:hover {background-position: 0px -22px;}

#cred {display:none;}

/*FEATURES*/

body #featurenav a {
	background: none;
	font-family:'DakotaRegular', sans-serif;
	font-size: 1em;
	text-transform:none;
	padding-top:6px;
}

body #featurenav a.activeSlide {
	background: none;
}

#feature-footer {
	background:url('images/rallis_feature_shadow.png') no-repeat -5px -5px;
}

#feature_slider .fcontent .plmore {display:none;}
.home #feature_slider .fcontent .plmore {display:inline-block;}

#highlight {padding-bottom:60px;}

body #highlight .highlight-subhead { color: #AAAAAA; }

/*GFORMS*/
.gform_wrapper {padding-top:12px;}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	padding:8px 4px;
}

.gfield_label {
	font-family:"Century Gothic", "Apple Gothic", Verdana, sans-serif;
}

#field_1_3 {margin-top:10px;}


.gform_wrapper .gform_heading, .gform_fields, .gform_wrapper textarea {text-align:center;margin:0 auto;}

/*FOOTER*/

	#footer {font-size:11px;}
	
	#my_cred {
		float: right;
		position: relative;
		color: black;
		margin-top:0;
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#footer ul {padding-top:0;}
	
	
	#simple_nav {background:#FFF;}
	
	#simple_nav .content-pad {padding-top:0;}

	ul.simplenav {float:left;}
	
	#footer ul.simplenav li a {color:#000;text-transform:capitalize;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:normal;font-size:11px;}
	
	
