/*   
Theme Name: Cynthia Yoder
Theme URI: http://cynthiayoder.com
Description: Theme for Cynthia Yoder
Author: Asenka Interactive
Author URI: http://asenkainteractive.com
Version: 1
*/
@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('kits/PTS76F-webfont.eot');
    src: url('kits/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('kits/PTS76F-webfont.woff') format('woff'),
         url('kits/PTS76F-webfont.ttf') format('truetype'),
         url('kits/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

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

}
@font-face {
    font-family: 'LatoRegular';
    src: url('kits/Lato-Reg-webfont.eot');
    src: url('kits/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('kits/Lato-Reg-webfont.woff') format('woff'),
         url('kits/Lato-Reg-webfont.ttf') format('truetype'),
         url('kits/Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LatoBold';
    src: url('kits/Lato-Bol-webfont.eot');
    src: url('kits/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('kits/Lato-Bol-webfont.woff') format('woff'),
         url('kits/Lato-Bol-webfont.ttf') format('truetype'),
         url('kits/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LatoLightItalic';
    src: url('kits/Lato-LigIta-webfont.eot');
    src: url('kits/Lato-LigIta-webfont.eot?#iefix') format('embedded-opentype'),
         url('kits/Lato-LigIta-webfont.woff') format('woff'),
         url('kits/Lato-LigIta-webfont.ttf') format('truetype'),
         url('kits/Lato-LigIta-webfont.svg#LatoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}
body { 
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'PTSansRegular', Arial, sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
.clear{
	clear:both;
}
h1{
	color:#64bde1;
	font-size:60px;
	line-height:60px;
	margin-bottom:-10px;
	text-shadow: 0px 0px 10px #bbb; 
	font-weight:normal;
	text-transform:lowercase;
	clear:both;
}
h2{
	font-family: 'LatoLight';
	font-size:22px;
	color:#000;
	font-weight:normal;
}
h3{
	color:#64bde1;
	font-size:30px;
	margin-bottom:-10px;
	text-shadow: 0px 0px 5px #bbb; 
	font-weight:normal;
	text-transform:lowercase;
	clear:both;
}
h4{
	font-family: 'LatoBold';
	font-size:16px;
	color:#000;
	font-weight:bold;
	clear:both;
}
h5{
	font-family: 'LatoBold';
	font-size:13px;
	color:#000;
	font-weight:bold;
	clear:both;
}
h6{
	font-family: 'LatoRegular';
	font-size:11px;
	color:#000;
	font-weight:bold;
	clear:both;
}
p{
	font-family: 'LatoRegular';
	/*font-size:14px;*/
	font-size:16px;
	line-height:22px;
}
a{
	color:#64bde1;
	text-decoration:none;
}
b, strong{
	font-weight:bold;
}
.alignleft{
	float:left;
	margin-right:15px;
}
.alignright{
	float:right;
	margin-left:15px;
}
.btm{
	margin-bottom:125px;
}
#header{
	width:100%;
	height:90px;
	background-image:url('images/bg-head-foot.png');
}
.inner{
	width:960px;
	margin:0 auto;
}
#logo{
	margin-top:20px;
}
#head-contact{
	font-family: 'PTSansRegular', Arial, sans-serif;
	font-size:16px;
	float:right;
	color:#64bde1;
	margin-top:29px;
	width:180px;
	border-left:2px solid #64bde1;
	padding-left:15px;
}
#head-contact a{
	color:#64bde1;
	text-decoration:none;
}
#content{
	width:960px;
	margin:0 auto;
}
#side{
	width:335px;
	float:left;
}
#side-blog{
	width:285px;
	font-family: 'LatoLight';
	background-image:url('images/bg-blog-sidebar.jpg');
	min-height:500px;
	padding:35px 25px;
	float:left;
	text-transform:lowercase;
}
#side-blog a{
	color:#000;
}
#side-blog a:hover{
	color:#718e00;
}
#side-cats{
	padding-left: 5px;
}
#side-cats li{
	font-family: 'LatoLight';
	font-size:15px;list-style:none;
	margin-bottom:10px;
	margin-left:0px;
	display:block;
}
#side-cats li a{
	color:#000;
	text-decoration:none;
}
#side-cats li a:hover{
	color:#718e00;
	font-family: 'LatoBold';
}
#side-archs li{
	font-family: 'LatoRegular';
	font-size:13px;
}
#side-rel{
	padding-left: 5px;
}
#side-rel li{
	list-style:none;
	font-family: 'LatoRegular';
	font-size:13px;
}
.blog-list-archive li{
	margin-left:5px;
	list-style-image:url('images/arch-sel.jpg');
}
.blog-list-archive li.selected{
	font-family: 'LatoBold';
	list-style-image:url('images/arch.jpg');
}
.blog-list-archive ul li{
	list-style:none;
	list-style-image:none;
	font-family: 'LatoRegular';
	margin-left:-25px;
}
.blog-list-archive ul li.selected{
	list-style:none;
	list-style-image:none;
}
.blog-list-archive a{
	color:#000;
}
.blog-list-archive a:hover{
	color:#718e00;
}

.archive-sub-menu {
	display:none;
	list-style:none;
}
#main-content{
	width:600px;
	float:right;
}
#full-content{
	width:909px;
	margin:0 auto;
}
#main-nav{
	display:block; 
	float:right;
}
#main-nav li{
	float:left; 
	display:block;
	font-size:18px;
	margin-right:10px;
}
#main-nav li a{
	color:#a1a1a1;
	text-decoration:none;
	text-shadow: 0px 0px 10px #bbb; 
}
#main-nav li a:hover{
	color:#64bde1;
}
#content-area{
	float:right;
	width:530px;
	margin-right:20px;
}
#content-area li {
	font-size: 16px;
}
#full-content-area{
	float:right;
	width:830px;
	margin-right:20px;
}
.cat{
	padding-left:10px;
	margin-top:8px;
	overflow:hidden;
}
.cat a{
	font-family: 'LatoBold';
	color:#87632b;
	font-size:13px;
	margin-left:-20px;
}
.post{
	clear:both;
	margin-bottom:20px;
}
.post h4{
	font-family: 'LatoBold';
	font-size:16px;
	color:#141900;
}
.post p{
	/*display:inline;*/
}
.post .read-more{
	color:#64bde1;
	text-decoration:none;
	margin-left:10px;
}
#paging{
	width:530px;
	margin-top:0px;
}
#prev{
	float:left;
	background-image:url('images/btn-prev.jpg');
	font-size:1px;
	color:#fff;
	width:31px;
	height:30px;
	background-repeat:no-repeat;
	margin-left:-30px;
}
#next{
	float:right;
	background-image:url('images/btn-next.jpg');
	font-size:1px;
	color:#fff;
	width:31px;
	height:30px;
	background-repeat:no-repeat;
	margin-right:-33px;
	margin-top: -48px;
}
#prev a, #next a{
	color:#fff;
}
#footer{
	position: fixed;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	height: 60px;
        padding-top: 20px;
	background-image: url('images/bg-head-foot.png');
}
#footer a{
	color:#fff;
	text-decoration:none;
	font-family: 'PTSansRegular', Arial, sans-serif;
        font-size: 18px;
}
#footer-nav{
	display:block; 
	float:right;
	margin-top:6px;
}
#footer-nav a{
	text-transform:uppercase;
	margin:0px 10px;
}
.social{
	display:block;
	margin:20px 20px 20px 47px;
}

/*               form pop up                 */
#emailform{
	display:block;
	background-color:#90ba55;
	width:400px;
	height:40px;
	margin:0 auto;
	padding:5px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	font-size:13px;
}
#emailinput{
	width:300px;
	border: 1px solid #a5dace;
	-moz-box-shadow:    inset 0 0 10px #a5dace;
	   -webkit-box-shadow: inset 0 0 10px #a5dace;
	   box-shadow:         inset 0 0 10px #a5dace;
	color:#333;
	height:22px;
}
.tbox {position:absolute; display:none; margin-top:-75px;padding:0px; margin-left:-120px; z-index:900}
.tinner {
	padding:0px; 
	background-color:#90ba55;
	border: 2px solid #718e00;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-family: 'PTSansRegular', Arial, sans-serif;
	font-size:13px;
	box-shadow: 3px 3px 10px #333; -webkit-box-shadow: 3px 3px 10px #333; -moz-box-shadow: 3px 3px 10px #333;
	-moz-box-shadow:    inset 0 0 10px #718e00;
	   -webkit-box-shadow: inset 0 0 10px #718e00;
	   box-shadow:         inset 0 0 10px #718e00;
}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800;}
.tclose {position:absolute; top:-10px; right:-20px; width:46px; height:46px; cursor:pointer; background:url(images/close.png) no-repeat;}
.tclose:hover {background-position:0px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}

.stArrow {display: none !important;}

/* DAVE CHANGES */

.topborder,
.bottomborder {
	display: block;
	float: none;
	margin: 20px 0 0 8px;
}

.bottomborder {
	margin: 20px 0 50px 8px;
}