/*   
Theme Name: Seedex
Theme URI: 
Description: A custom Wordpress theme built for Seedex. A child-theme based on it's parent, Thematic.
Author: Corey Trick - Absolute Marketing Group
Author URI: http://absolutemg.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/ - Seedex design and development copyright 2009 Absolute Marketing Group
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');


/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* =Custom Styles
-------------------------------------------------------------- */

body {
	background: #FFF url(images/background.jpg) top repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0px;
	margin: 0px 0px;
}
body.home {
	background: #FFF url(images/background_home.jpg) top repeat-x;
}

#header {
	width: 885px;
	height: 82px;
	margin: 0px auto;
	padding: 0px 0px 0px 15px;
}

#branding {
	display: none;
}

#flash {
	width: 1100px;
	background: url(images/flash_bg.jpg) no-repeat top center;
	height: 414px;
	margin: 0px auto;
	padding: 0px 0px;
	text-align: center;
}

a:link, a:visited {
	color: #b8161e;
	text-decoration: none;
}
a:hover {
	color: #b8161e;
	text-decoration: underline;
}

/* =Hidden Pages
-------------------------------------------------------------- 

li.page-item-3 {      /*Home Page
	display: none;	
}
li.page-item-62 {     /*Vendor Login Page
	display: none;	
}
li.page-item-151 {     /*Vendors Page
	display: none;	
}
li.page-item-73 {     /*Admin Page
	display: none;	
}
li.page-item-122 {     /*RR Landing Page
	display: none;	
}
li.page-item-133 {     /*Grill Landing Page
	display: none;	
}
li.page-item-431 {     /*NDSU Landing Page
	display: none;	
}
li.page-item-155 {     /*Submission Page
	display: none;	
}
li.page-item-433 {      /*Success - Contact Page
	display: none;	
}
li.page-item-520 {		/*UND Page
	display: none;
}
*/


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}

#access {
    border-bottom: none;
    height: 34px;
    font-size:13px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
    overflow:visible;
    z-index:100;
	padding-top: 5px;
	padding-left: 15px;
	width: 885px;
	margin: 0px auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right: none;
	float:left;
}
.sf-menu a {
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding: 9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#636363;
}
.sf-menu li {
	background:		none;
}
.sf-menu li li {
	background:		#dddcdd;
}
.sf-menu li li li {
	background:		#dddcdd;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover {
    background:     none;
	text-decoration: none;
	outline:		0;
    border-bottom-color: none;
}
.sf-menu ul {
    border-right: none;
    border-bottom: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: #ededed;
	border-bottom:none;
	text-decoration: none;
	font-size: 12px;
}
.sf-menu ul a:hover {
    color: #636363;
	background: #dddcdd;
	text-decoration: underline;
}

/* =Content
-------------------------------------------------------------- */

#container {
	width: 597px;
	float: left;
	display: inline;
	padding: 0px 0px;
	margin-left: 101px;
}
#content {
	width: 597px;
	margin: 0px auto;
	padding: 0px 0px;
	font-family: "Times New Roman", Times, serif;
}

#main {
	background: url(images/content_bg.jpg) repeat-y;
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px;
}
#main_top {
	background: url(images/content_top.jpg) top no-repeat;
	width: 1100px;
	margin: 0px auto;
	min-height: 290px;	
    padding: 0px 0px;
}
#main_top_home {
	background: url(images/content_top_home.jpg) top no-repeat;
	width: 1100px;
	margin: 0px auto;
	min-height: 290px;	
    padding: 0px 0px;
}
.page-title {
    font-size: 14px;
    line-height:18px;
    margin: 15px 0 0px 25px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#b8161e;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #b8161e;
	text-decoration: underline;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
	width: 597px;
	float: left;
	display: inline;
}
.single .hentry {
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:17px;
    font-weight: normal;
	color: #d01c26;
	text-transform: uppercase;
	display: block;
	background: url(images/underline_page_title.jpg) left bottom no-repeat;
	width: 572px;
	padding: 30px 0px 10px 25px;
	margin: 0px 0px 10px;
}
.entry-title a {
    color:#b8161e;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #b8161e;
	text-decoration: underline;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
	margin-left: 25px;
	margin-bottom: 5px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#b8161e;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #b8161e;
	text-decoration: underline;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
	width: 550px;
    padding: 0px 25px 0px 25px;
}
.entry-content h1,
.entry-content h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
	color: #d01c26;
    padding: 10px 0 10px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
	border: none;
}
.entry-contetn table td {
	padding: 0px 0px;
	margin: 0px 0px;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 25px;
}
.entry-utility a {
    color:#b8161e;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #b8161e;
	text-decoration: underline;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#b8161e;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #b8161e;
	text-decoration: underline;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:12px;
    line-height:14px;
	font-style: italic;
}
#author-info {
    margin:0 0 0px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
.edit-link{
	padding: 10px 0px 20px 27px;	
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding: 22px 50px 0 50px;
	width: 547px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
	width: 547px;
    margin:0px 0 22px 25px;
    overflow:hidden;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 50px;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.main-aside {
    width:290px;
    float: right;
	display: inline;
	margin-right: 102px;
}
.aside,
.aside input {
    font-size:13px;
    line-height:24px;
    margin-bottom:6px;
	border: none;
	font-size: 22px;
	color: #000;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #666;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#000;
}
.aside a:link, .aside a:visited {
    color:#000;
}
.aside a:active,
.aside a:hover {
    color: #666;
}
.aside h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:17px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
	color: #d01c26;
	text-transform: uppercase;
	display: block;
	background: url(images/underline_sidebar.jpg) left bottom no-repeat;
	width: 275px;
	padding: 32px 0px 10px 25px;
	margin: 0px 0px 10px;
}
.aside h3 a:link, 
.aside h3 a:visited {
	color: #d01c26;
    text-decoration:none;
}
.aside h3 a:active,
.aside h3 a:hover {
	text-decoration: underline;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 25px;
}
.aside ul ul li {
    padding: 1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form {
    margin-bottom:22px;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
.date a:link, .date a:visited {
	color: #b8161e;
	font-size: 14px;
	line-height: 19px;
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 0px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border: none;
    padding: 0px 0 0 0;
    margin-bottom: 0px;
}

/*
    Content Asides
*/
#content .aside {
    border: none;
    margin:0 0 0px 0;
    padding: 0px 0 0 0;
}
#content .aside ul {
    padding:0 0px;
}
#content .aside h3 {
}
#content .aside ul ul {
    padding:0;
}

/* =Sidebar Links
-------------------------------------------------------------- */

#social {
	margin-left: 23px;
	font-size: 14px;
	font-style: italic;
}
#social a {
	padding-left: 50px;
	width: 200px;
	line-height: 41px;
	display: block;	
}
a#rss_feed  {
	color: #f37100;
	background: url(images/RSS_Feed.jpg) left center no-repeat;
}
a#twitter {
	color: #18a0ce;
	background: url(images/twitter.jpg) left center no-repeat;	
}
a#weather  {
	color: #f37100;
	line-height: 61px;
	padding-left: 57px;
	margin-left: -7px;
	background: url(images/weather.jpg) left center no-repeat;
}
a#market {
	color: #18a0ce;
	line-height: 45px;
	margin-left: 5px;
	padding-left: 45px;
	background: url(images/market.jpg) left center no-repeat;	
}

/* =Subsidiary
-------------------------------------------------------------- */
#subsidiary {
	width: 897px;
	margin: 0px auto;
	padding: 0px 0px;
}
#subsidiary .aside {
    width:299px;
    float:left;
    margin:0 0px 0 0;
	font-size: 17px;
	color: #000;
	line-height: 18px;
}
#first, #second, #third {
	width: 299px;
	margin: 0px 0px;
	padding: 0px 0px;	
}
#first h3, #second h3, #third h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:17px;
    font-weight: normal;
	color: #d01c26;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	width: 274px;
	padding: 15px 0px 10px 25px;
	margin: 0px 0px 10px;
	
}
#first h3 {background: url(images/underline_leftbox.jpg) left bottom no-repeat;}
#second h3 {background: url(images/underline_midbox.jpg) left bottom no-repeat;}
#third h3 {background: url(images/underline_rightbox.jpg) left bottom no-repeat;}

#third .textwidget  {
	padding: 0px 15px 0px 25px;	
}
#third a {
	color: #d01c26;
}

#subsidiary ul li ul {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px;
	color: #000000;
}
#subsidiary ul li ul li {
	background: url(images/bullet_green.jpg) left center no-repeat;
	margin: 0px 0px 6px;
	padding: 0px 0px 0px 10px;
}
#subsidiary li.red_bullet {
	background: url(images/bullet_red.jpg) left center no-repeat;
	font-style: italic;
}




/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url(images/footer_bg.jpg) bottom repeat-x;
	height: 232px;
    border-top: none;
    margin-top: 0px;
}
#footer_top {
	background: url(images/footer_top.jpg) top center no-repeat;
	width: 1100px;
	height: 175px;
	margin: 0px auto;
}
#siteinfo {
    color:#c8c7c7;
    font-size:13px;
    line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 875px;
	margin: 0px auto;
    padding: 12px 0 0px 25px;
}
#siteinfo p {
	font-size: 11px;
	margin: 0px 0px;
	padding: 0px 0px;
}
#siteinfo a {
    color:#c8c7c7;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #c8c7c7;
	text-decoration: underline;
}

/* =Landing Pages
-------------------------------------------------------------- */
.landing_body {
	background: #FFF;
	margin: 0px auto;
	padding: 0px 0px;
}
#landing {
	width: 615px;
	margin: 0px auto;
	padding: 20px 0px;
}
#landing_RR {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
}
#landing_RR img {
	padding: 0px 0px;
	margin: 0px 0px;
}
img#odometer {
	margin-top: 32px;
}
#landing_RR h1 {
	color: #ce1c22;
	font-size: 30px;
	line-height: 30px;
	margin: 24px 0px 30px;
	padding: 0px 0px;
}
#landing_RR a {
	color: #ce1c22;
	font-size: 24px;
	text-decoration: underline;
}
#landing_RR a:Hover {
	color: #ce1c22;
	text-decoration: none;
}
#landing_RR_footer {
	font-size: 10px;
	text-align: right;
	width: 615px;
	margin: 30px 0px 25px;
}

#landing_grill {
	width: 700px;
	margin: 0px auto;
	padding: 0px 0px 20px;
}

/* =Dealer Profile Pages
-------------------------------------------------------------- */

#dealer {
	width: 550px;
    padding: 5px 25px;
	font-size: 12px;
	line-height: 16px;
	font-size: 100%;
}
#dealer h1 {
	font-size: 15px;
	margin: 0px 0px 8px;
	padding: 0px 0px;
	line-height: normal;
	font-weight: bold;
}

.EIP_title:hover, .EIP_content:hover, .EIP_textbox:hover, .EIP_mulittextbox:hover {background: none !important;}

.EIP_title, .EIP_content, .EIP_textbox, .EIP_mulittextbox {
	margin: 0px 0px !important;
	padding: 0px 0px !important;
}

#dealer p {
	margin: 0px 0px 0px;
	padding: 0px 0px;
}
#dealer_photo {
	float: left;
	display: inline;
	width: 320px;
	height: 207px;
	margin-bottom: 20px;
	overflow: hidden;
}
#dealer_info {
	background: url(images/logo_dealer_profile.jpg) no-repeat;
	float: left;
	display: inline;
	width: 215px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 14px;
	padding-top: 65px;
}

#dealer_content p {
	margin: 0px 0px 10px;
	padding: 0px 0px;
}

.info {
	display: none !important;
}

/* Offer Area */

#offer_details {
	margin: 20px 0px;
}
#offer_left {
	float: left; 
	display:inline;
	width: 320px;
	margin-right: 20px;
}
#offer_content {
	float:left;
	display: inline;
	width: 207px;
}
#offer_content h1 {
	 font-size: 22px;
	 line-height: normal;
	 margin-bottom: 10px;
	 padding: 0px 0px;
	 font-weight: normal;
}
#offer_disclaimer {
	font-size: 10px;
}

/* Form CSS */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
div.clear {clear:both;padding-top:5px;} 

#email form {
	padding: 0px 0px;
	margin: 0px 0px;
	text-align: left;
}
input {
	padding: 0px 0px;
	margin: 0px 0px;
}
.label {
	padding: 0px 0px;
	margin: 0px 0px;
	border: none;
}
tr {
	border: none;
	padding: 0px 0px;
	margin: 0px 0px;
}
th, td {
	padding: 4px 0px;
}
.meta-prep, .author {
display:none;
}