/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
@font-face {
    font-family: 'Vincent';
    src: url('p22vincent-regular-webfont.eot');
    src: url('p22vincent-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('p22vincent-regular-webfont.woff') format('woff'),
         url('p22vincent-regular-webfont.ttf') format('truetype'),
         url('p22vincent-regular-webfont.svg#Vincent') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ArmyChalk';
    src: url('armychalk-regular-webfont.eot');
    src: url('armychalk-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('armychalk-regular-webfont.woff') format('woff'),
         url('armychalk-regular-webfont.ttf') format('truetype'),
         url('armychalk-regular-webfont.svg#ArmyChalkRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
   background: #94bb34 url(images/back-bar.jpg) repeat-x;
}

.menu-main-container {
   position: relative;
   top: 194px;
}
#menu-main {
   float: right;
}
#menu-main li {
   float: left;
}
.menu {
border-width: 0
}
.menu a {
   border: none;
   padding-top: 1.2em;
   padding-bottom: 1.2em;
}
h1 {
	font-family: 'ArmyChalk';
	font-size: 3.5em;
}
.headline_area h1, #archive_intro h1 {
	font-size: 3.5em;
}
.sidebar h3 {
	font-family: 'Vincent';
	font-size: 2.3em;
	font-variant: normal;
}
#recent_posts h2.cursive {
	font-family: 'Vincent';
	font-size: 4.6em;
	margin-left: 23px;	
}
#social {
	text-align: center;	
}
#social li {
	display: inline-block;
	margin-right: 5px;	
}
#social li a {
	display: block;
	width: 48px;
	height: 48px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(images/social-media.png);	
	text-indent: -9999px;
}
#social #socialFacebook:hover {
	background-position: 0 -48px;	
}
#social #socialEmail {
	background-position: -48px 0;
}
#social #socialEmail:hover {
	background-position: -48px -48px;
}
#social #socialPinterest {
	background-position: -96px 0;
}
#social #socialPinterest:hover {
	background-position: -96px -48px;
}
#social #socialFeed {
	background-position: -144px 0;
}
#social #socialFeed:hover {
	background-position: -144px -48px;
}
#social #socialTwitter {
	background-position: -192px 0;
}
#social #socialTwitter:hover {
	background-position: -192px -48px;
}	
.teasers_box {
    border-color: #BBBBBB;
    border-style: solid;
    clear: both;
}
#feedblitzForm .submit {
	width: 70px;
	margin: 10px 0;	
}
#disclaimer {
	text-align: left;	
}
#disclaimer h3 {
	font-family: 'Vincent';	
	font-size: 19px;
}
#disclaimer p {
	font-size: 9px;	
}
#sidebarButtons a {
	background-image: url(images/buttons.jpg);
	background-repeat: no-repeat;
	width: 342px;
	height: 35px;
	display: block;
	text-indent: -9999px;
}
#shareStory {
	background-position: 0 0;
}
#forum {
	background-position: 0 -35px;
}
#submitDeal {
	background-position: 0 -70px;
}
#requestCoupons {
	background-position: 0 -140px;
}
#printableCoupons {
	background-position:  0 -175px;
}
#adrotate_widgets-2 {
	width: 310px;
	margin: 0 auto;
	margin-bottom: 2.769em;
}
#adrotate_widgets-2 h3 {
	position: relative;
	left: -15px;
}