/*  
Theme Name: Young Go Getter
Theme URI: http://thinkclay.com/wordpress/
Description: Young Go Getter by <a href="http://thinkclay.com">Clay McIlrath</a>, is a professional, widget-ready, two column Wordpress theme.
Version: 1.1
Author: Clay McIlrath
Author URI: http://thinkclay.com/
Tags: white, light, two-columns, fixed-width, right-sidebar
*/
body {
	background: #257f71 url(images/bg_body1.jpg) no-repeat top;
	color: #2b2011;
	font-size: 62.5%; 
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

.alignright { float: right;	}
.alignleft { float: left }

hr, hr.clear {
	background: #8c7047;
	border: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.post hr { visibility: visible; }

ul, li, ul li { background: none; list-style: none; margin: 0; padding: 0; }
a { color: #279382; outline: none; text-decoration: none; }
a:hover { color: #057160; }

a img { border: none; }
p img { padding: 0; max-width: 100%; }
cite { font-size: 1.2em; line-height: 1em; }
	
h1, h2, h3, h4, h5, h6 { font: normal 1em Arial, Helvetica, sans-serif; margin: .75em 0 0 0; }
h1 { font-size: 2.5em; float: left; font-weight: bold; margin: 1.25em 0 0 0; padding-left: .7em; text-align: left; }
	h1 a { text-decoration: none; opacity: .75; }
	h1 a:hover { opacity: 1; }
h2 { color: #12433b; font: 2.4em "Times New Roman", Times, serif; position: relative; }
	h2 a { color: #7f3f25; }
	h2 a:hover { color: #000; }
	h2 span { background: url(images/fg_h2.png) repeat-x; position: absolute; height: 1em; width: 100%; }
h3 { font-size: 1.6em; font-weight: bold; }
	h3#respond, h3#comments { float: none; font-weight: bold; }
h4 { font-size: 1.6em; font-weight: bold; font-style: italic; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.4em; font-style: italic; }

input, textarea { background: #F7F7F7; border: 1px solid #ccc; font-size: 12px; padding: .25em; }

p { font-size: 1em; line-height: 1.6em; margin: .5em 0; }
p.metainfo { color: #8b846f; font-weight: bold; font-style: italic; }

img.centered { display: block; margin: 0 auto; }
img.alignright { background: #12433B; padding: 5px; margin: 0 0 .5em 1.5em; display: inline; }
img.alignleft { background: #12433B; padding: 5px; margin: 0 1.5em .5em 0; display: inline; }

#wrapper { margin: 0 auto; padding: 2em 0; width: 100em; }

#main { 
	background: #fff url(images/bg_page.gif) repeat-x top; 
	border-radius: 1.25em;
	-moz-border-radius: 1.25em;
	box-shadow: 0 0 2em #0a4236;
	-moz-box-shadow: 0 0 2em #0a4236;
	-webkit-box-shadow: 0 0 1.5em #0a4236;
	clear: both;
	-moz-border-radius: 1.25em; 
	-webkit-border-radius: 1.25em;
	padding: 3em;
	position: relative;
	z-index: 20
}

#mainNav { 
	background: url(images/bg_header_nv.png) repeat-x top; 
	border: 1px solid #ded3b3;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	box-shadow: 0 0 1.5em #0a4236;
	-moz-box-shadow: 0 0 1.5em #0a4236;
	-webkit-box-shadow: 0 0 1.5em #0a4236;
	float: right; 
	margin: 2.75em 2em -.75em 0;
	padding: 0 1em; 
	position: relative;
	z-index: 19;
}
	#mainNav li { display: block; float: left; padding: 2em 1em; }
		#mainNav li a { color: #7f3f25; display: block; font-size: 1.2em; line-height: 1.2em; padding: .25em .5em;  text-transform: uppercase; }
		#mainNav li.current_page_item a, #mainNav a:hover { 
			background: #eadfbd; 
			border-radius: .5em; 
			-moz-border-radius: .5em; 
			-webkit-border-radius: .5em;  
			box-shadow: 0 0 .5em #b7ac8c;
			-moz-box-shadow: 0 0 .5em #b7ac8c;
			-webkit-box-shadow: 0 0 .5em #b7ac8c;
		} 

#content { font-size: 1.2em; float: left; text-align: left; width: 51em; }

.post ul li { list-style: disc; margin-left: 2em; padding: .25em 0; }

.widecolumn {
	clear: both;
	text-align: left;
	width: 94em;
}
.widecolumn .post { margin: 0; }
.narrowcolumn .postmetadata { border-bottom: 1px dotted #8b846f; color: #8b846f; margin: .5em 0 1em 0; padding-top: .5em; }
.widecolumn .postmetadata { margin: 30px 0; }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.center { text-align: center; }
.hidden { display: none; }
.clear { clear: both; }

.summary { background: #f2ebd7; border: 2px solid #a1987f; padding: 1em; float: left; height: 21em; margin: 1em; width: 21em; }
	.summary h3 { margin: 0; }

#footer { clear:both; padding: 0; margin: 0 auto; width: 100.7em; }
	#footer p { padding: 2em 1em; text-align: right; }
	#footer a { color: #fff; }
	
.feed_icons { 
	background: #cba365; 
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	box-shadow: 0 0 1.5em #0a4236;
	-moz-box-shadow: 0 0 1.5em #0a4236;
	-webkit-box-shadow: 0 0 1.5em #0a4236;
	float: left;
	margin-left: 5em; 
	padding: 1em;
	width: 38.5em;
}
	.feed { 
		background: url(images/feed_icons.jpg) no-repeat left top; 
		display: block; 
		float: left; 
		height: 70px; 
		text-indent: -999em;
		width: 63px;  
	}
		.feed:hover { background-position: left bottom; }
	#feed_del { background-position: -63px 0; }
		#feed_del:hover { background-position: -63px -70px; }
	#feed_dig { background-position: -126px 0; }
		#feed_dig:hover { background-position: -126px -70px; }
	#feed_sup { background-position: -189px 0; }
		#feed_sup:hover { background-position: -189px -70px; }
	#feed_tec { background-position: -252px 0; }
		#feed_tec:hover { background-position: -252px -70px; }
	#feed_red { background-position: -315px 0; }
		#feed_red:hover { background-position: -315px -70px; }
	#feed_twi { background-position: -378px 0; }
		#feed_twi:hover { background-position: -378px -70px; }
	#feed_fab { background-position: -441px 0; }
		#feed_fab:hover { background-position: -441px -70px; }
	#feed_top { background-position: -504px 0; }
		#feed_top:hover { background-position: -504px -70px; }
	#feed_fli { background-position: -567px 0; }
		#feed_fli:hover { background-position: -630px -70px; }


/* Begin Sidebar */
#sidebar {
	float: right;
	margin-top: 1em;
	text-align: left;
	width: 29em;
}

#sidebar ul {
	background: #d9ceac;
	padding: 1em;
}
	#sidebar ul li { padding: .1em 1em; }
		#sidebar ul li a { border-bottom: 1px solid #d9ceac; color: #000; display: block; padding: .5em 0;  }
		#sidebar ul li a:hover { border-bottom: 1px solid #000; }	
/*		
#sidebar form { margin-top: 1em; }
	#searchform {
		background: url(images/bg/searchform.gif) no-repeat top left;
		height: 26px;
		padding: 7px 3px 0;
		text-align: center;
	}
	#sidebar #searchform #s {
		border: 1px solid #bbb;
		width: 150px;
		padding-right: 2px;
	}
	#sidebar #searchsubmit {
		background: none;
		border: 0;
		color: #3f84b8;
		padding: 1px 0 1px 5px;
		text-transform: uppercase;
	}
	*/
	#sidebar #searchform #s{
		width: 220px;
	}
/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { background: url(images/20.png); margin: 15px 0 3px; padding: 10px 10px 3px; list-style: none; }
	.commentlist li img { float: left; margin-right: 1em; }
.commentlist p { background: url(images/20.png); padding: 1em .5em; }
#commentform p { margin: 5px 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
.commentmetadata { margin: 0; }

textarea#comment { padding: 1em; width: 45em; }

/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }

#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 { background-color: #fff; }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.error, .notice, .success { 
	border: 2px solid; 
	box-shadow: 0 0 1em #ddd;
	-moz-box-shadow: 0 0 1em #ddd;
	-webkit-box-shadow: 0 0 1em #ddd;
	margin: 2em auto; 
	padding: 2em; 
	text-align: left; 
	width: 80%; 
}

#contact-form input[type="text"], #contact-form textarea { width: 90%; }

.error { background: #dcc; color: #800; }
.success { background: #cdc; color: #080; }

.slider-outer { background: #cba365; border: 4px solid #CFB47B; height: 260px; margin: 2em 0; overflow: hidden; position: relative; width: 932px; }
.slider-inner { width: 999em; }
	#next, #prev { background: url(images/arrow.png) no-repeat; height: 3em; position: absolute; text-indent: -999em; top: 20.5em; width: 3em; }
		#prev { background-position: 0 -6em; left: 43em;  }
			#prev:hover { background-position: 0 -9em; }
		#next { background-position: 0 0; left: 88em; }
			#next:hover { background-position: 0 -3em; }
	.slide { float: left; padding: 2em; width: 900px; }
		.slide img.alignleft { border: 8px solid #eaceb1; -moz-box-shadow: 0 0 1em #785d36; box-shadow: 0 0 1em #785d36; padding: 0; }
		.slide .text { float: right; padding-right: 1em; text-align: left; width: 48em; }
			.slide .text h2 { font-size: 1.8em; margin-top: .5em; }
				.slide .text h2 a { color: #000; }
			.slide .text p { color: #3a2900; font-size: 1.25em; line-height: 1.75em; }
			
			.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/********************
 * social media
 */
.follow-us-icons ul{background: none !important; width: 290px;}
.follow-us-icons ul li{margin: 0 5px 0 5px; float: left;}
.icon-32{ border-bottom: none !important; padding: 0 !important; display: block; width: 32px; height: 32px; border: none; text-indent: -9999px; cursor: pointer;}
.twitter-icon{background: url(images/twitter.png);}
.stumble-icon{background: url(images/stumble.png);}
.rss-icon{background: url(images/rss.png);}
.facebook-icon{background: url(images/facebook.png);}
.linkedin-icon{background: url(images/linkedin.png);}
.sm-links{margin: 0 !important; padding: 0 !important;}
.sm-links li{list-style: none !important;float: left; margin: 0 5px 0 0 !important;}

fieldset{margin: 0 0 10px 0; -moz-border-radius: 10px; -webkit-border-radius: 10px;}

/*******
 * widget sidebar
 * 
 */
 
 .widget{width: 29em;}
 
 .widget ul{-moz-border-radius: 10px; -webkit-border-radius: 10px;}
 
 /*************
  * slider
  */
 
 #next, #prev{display: none;}
 
 /*******
 * Share posts
 */
.sharebuttons		{display: block;margin: 0 0 10px 10px;}
.sharebutton		{display: block; clear: both;}


 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}