/* CSS Document */
/*  
Theme Name: Omniar
Theme URI: www.omniar.com
Description: Wordpress Theme for the Omniar Inc. company website.
Version: 1.0
Author: Neal Wright and Sean Herman
Author URI: www.hendeca.com
*/

/* 1. GLOBAL STYLES */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	background: url('images/tiled_bg.jpg') #fff 0 0 repeat-x;
}

p {
	margin: 0 0 20px 0;
	color: #3f3f3f;
	font-size: 1.4em;
}

a:link, a:active {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #000095;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h2 {
	margin: 10px 0;
	font-size: 2.4em;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px 0;
	color: #424242;
	font-size: 1.8em;
}

li {
	list-style-type: none;
}

a img { border: none; }

/* 2. MAIN SITE STRUCTURE */

#wrapper { 
	margin: 0 auto; 
	padding: 0;
}

#bg_div { min-width: 975px; }

#whatwedo #bg_div { 
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: url('images/what_we_do_bg.jpg') transparent top center no-repeat; 
}

#news #bg_div { 
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: url('images/news_bg.jpg') transparent top center no-repeat; 
}

#contact #bg_div { 
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: url('images/contact_bg.jpg') transparent top center no-repeat; 
}

#betasign-up #bg_div { 
	width: 1280px;
	margin: 0 auto;
	padding: 0;
	background: url('images/news_bg.jpg') transparent top center no-repeat; 
}

.content {
	width: 968px;
	margin: 0 auto;
}

#postdiv {
	position: relative;
	top: 50px;
}

.content_header {
	height: 16px;
	width: 958px;
	margin: 0;
	background: url('images/content_bg_top_wide.png') transparent 0 0 no-repeat;
}

.main_content {
	width: 958px;
	margin: 0;
	padding: 10px 0 30px 50px;
	background: url('images/content_bg_wide.png') transparent 0 0 repeat-y;
}

.main_content h2 { margin: 20px 0 40px 0; }

.main_content p { width: 825px; }

.content_footer {
	height: 22px;
	width: 958px;
	margin: 0 0 50px 0;
	background: url('images/content_bg_bottom_wide.png') transparent 0 0 no-repeat;
}

/*		a. Backgrounds		*/

#home { background: url('images/home_tiled_bg.jpg') #fff 0 0 repeat-x; }
#home #bg_div { background: url('images/home_main_bg.jpg') transparent top center no-repeat; }

/*		b. Header 		*/

#header {
	height: 80px;
}

.site_title {
	position: relative;
	top: 10px;
	height: 58px;
	width: 195px;
	padding: 58px 0 0 0;
	background: url('images/home_logo.png') transparent 0 0 no-repeat;
}

#home .site_title {
	position: relative;
	top: 10px;
	height: 58px;
	width: 195px;
	padding: 58px 0 0 0;
	background: url('images/home_logo.png') transparent 0 0 no-repeat;
}

#whatwedo .site_title {
	position: relative;
	top: 10px;
	height: 58px;
	width: 195px;
	padding: 58px 0 0 0;
	background: url('images/what_we_do_logo.png') transparent 0 0 no-repeat;
}

#news .site_title {
	position: relative;
	top: 10px;
	height: 58px;
	width: 195px;
	padding: 58px 0 0 0;
	background: url('images/news_logo.png') transparent 0 0 no-repeat;
}

#contact .site_title {
	position: relative;
	top: 10px;
	height: 58px;
	width: 195px;
	padding: 66px 0 0 0;
	background: url('images/contact_logo.png') transparent 0 0 no-repeat;
}

#nav_list {
	position: relative;
	top: -37px;
	float: right;
	width: 490px;
}

#contact #nav_list { top: -45px; }

#nav_list li {
	padding: 0 15px;	
}

#nav_list li a {
	display: block;
	height: 29px;
	padding: 29px 0 0 0;
}

#home_link {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 0 no-repeat;
}

#what_we_do_link {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 0 no-repeat;
}

#company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 0 no-repeat;
}

#news_link {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 0 no-repeat;
}

#contact_link {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 0 no-repeat;
}

#beta_link {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 0 no-repeat;
}

#home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -74px no-repeat;
}

#what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -74px no-repeat;
}

#company_link:hover {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -74px no-repeat;
}

#news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -74px no-repeat;
}

#contact_link:hover {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -74px no-repeat;
}

#beta_link:hover {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -74px no-repeat;
}

/* Home Page Links */

#home #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -105px no-repeat;
}

#home #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -74px no-repeat;
}

#home #company_link:hover {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -74px no-repeat;
}

#home #news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -74px no-repeat;
}                                                            
                                                             
#home #contact_link:hover {                                  
	width: 75px;                                             
	background: url('images/nav_contact.png') transparent 0 -74px no-repeat;
}                                                            
                                                             
#home #beta_link:hover {                                     
	width: 45px;                                             
	background: url('images/nav_beta.png') transparent 0 -74px no-repeat;
}

/* What We Do Page Links */

#whatwedo #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -138px no-repeat;
}

#whatwedo #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -171px no-repeat;
}

#whatwedo #company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -138px no-repeat;
}

#whatwedo #news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -138px no-repeat;
}

#whatwedo #contact_link:hover {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -138px no-repeat;
}

#whatwedo #beta_link:hover {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -138px no-repeat;
}

/* Company Page Links */

#company #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -74px no-repeat;
}

#company #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -74px no-repeat;
}

#company #company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 106px no-repeat;
}

#company #news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -74px no-repeat;
}

#company #contact_link:hover {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -74px no-repeat;
}

#company #beta_link:hover {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -74px no-repeat;
}

/* News Page Links */

#news #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -204px no-repeat;
}

#news #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -204px no-repeat;
}

#news #company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -204px no-repeat;
}

#news #news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -234px no-repeat;
}

#news #contact_link:hover {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -204px no-repeat;
}

#news #beta_link:hover {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -204px no-repeat;
}

/* Contact Page Links */

#contact #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -269px no-repeat;
}

#contact #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -269px no-repeat;
}                                                              
     
#contact #company_link:hover {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -269px no-repeat;
}
                                                          
#contact #news_link:hover {                                    
	width: 50px;                                               
	background: url('images/nav_news.png') transparent 0 -269px no-repeat;
}                                                              
                                                               
#contact #contact_link:hover {                                 
	width: 75px;                                               
	background: url('images/nav_contact.png') transparent 0 -302px no-repeat;
}                                                              
                                                               
#contact #beta_link:hover {                                    
	width: 45px;                                               
	background: url('images/nav_beta.png') transparent 0 -269px no-repeat;
}

/* Active Page Link Styles */

#home #home_link {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -106px no-repeat;
}

#whatwedo #what_we_do_link {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -171px no-repeat;
}

#company #company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -106px no-repeat;
}

#news #news_link {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -236px no-repeat;
}

#contact #contact_link {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -302px no-repeat;
}

#betasign-up #beta_link {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -106px no-repeat;
}

#home #home_link:hover {
	width: 45px;
	background: url('images/nav_home.png') transparent 0 -106px no-repeat;
}

#whatwedo #what_we_do_link:hover {
	width: 75px;
	background: url('images/nav_product.png') transparent 0 -171px no-repeat;
}

#company #company_link {
	width: 78px;
	background: url('images/nav_company.png') transparent 0 -106px no-repeat;
}

#news #news_link:hover {
	width: 50px;
	background: url('images/nav_news.png') transparent 0 -236px no-repeat;
}

#contact #contact_link:hover {
	width: 75px;
	background: url('images/nav_contact.png') transparent 0 -302px no-repeat;
}

#betasign-up #beta_link:hover {
	width: 45px;
	background: url('images/nav_beta.png') transparent 0 -106px no-repeat;
}

/*		c. Sidebar		*/

#sidebar {
	float: right;
	width: 270px;
}

#sidebar .widget { margin: 0 0 30px 0; }

#sidebar .widgettitle {
	color: #666666;
	font-size: 1.8em;
}

#sidebar .widget li {
	padding: 8px 20px;
	color: #3f3f3f;
	font-size: 1.4em;
	border-bottom: 1px solid #e4e4e4;
}

#sidebar .widget li:hover { background: url('images/sidebar_selector.png') transparent 0 0 no-repeat; }

#sidebar .widget li a {
	color: #3f3f3f;
	text-decoration: none;
}

#sidebar .widget li a:hover { 
	text-decoration: underline; 
}

/*		d. Footer		*/

#footer { 
	clear: both;
}

#socialize_bar {
	position: relative;
	top: 40px;
	height: 45px;
	width: 954px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	background: url('images/social_bg.png') transparent 0 0 no-repeat;
}

#socialize_bar h3 {
	height: 40px;
	margin: 0 20px 0 20px;
	font-size: 1.8em;
}

#socialize_span {
	position: relative;
	top: 7px;
}

#socialize_icons {
	float: right;
	position: relative;
	right: 25px;
}

#socialize_icons img {
	padding: 0 2px;	
}

#copyright_bar {
	height: 80px;
	margin: 75px 0 0 0;
	background: #171717;	
}

#copyright_content {
	width: 960px;
	margin: 0 auto;
}

#copyright_left { 
	float: left;
	margin: 32px 0 0 0;
	color: #999999;
	font-size: 1.2em;
	font-weight: normal;
}

#copyright_left strong { 
	color: #fff;
	font-weight: bold;
}

#copyright_right { 
	float: right;
	margin: 25px 0 0 0;
}

#footer_logo {
	height: 39px;
	width: 112px;
	padding: 39px 0 0 0;
	background: url('images/home_logo_footer.png') transparent 0 0 no-repeat;
}

#home #footer_logo { background: url('images/home_logo_footer.png') transparent 0 0 no-repeat; }
#whatwedo #footer_logo { background: url('images/what_we_do_logo_footer.png') transparent 0 0 no-repeat; }
#news #footer_logo { background: url('images/news_logo_footer.png') transparent 0 0 no-repeat; }
#contact #footer_logo { background: url('images/contact_logo_footer.png') transparent 0 0 no-repeat; }

/*		SPECIFIC PAGES		*/

/*		a. Home		*/
		
#hometest #header {
	height: 81px;
	background: url('images/header_bg.jpg') top left repeat-x;
}
		
#hometest { background: #f7f7f7; }
#hometest #bg_div { background: url('images/hometest_bg.png') #f7f7f7 top center no-repeat;}
#hometest #home_header { position: relative; }

#hometest #home_header_text {
	float: right;
	position: absolute;
	top: 50px;
	right: 50px;
	width: 400px;
	text-align: center;
}

#hometest #home_header h2 { color: #000; text-align: center; }

#hometest #home_main_content {
	margin: 0 auto;
}

#hometest #home_blurbs {
	position: relative;
	right: 18px;
}

#hometest #home_blurbs li {
	display: inline-block;
	width: 215px;
	margin: 0 10px 0 0px;
	vertical-align: top;
}

#hometest #home_blurbs li h3 {
	color: #000;
	font-size: 4em;
	text-align: center;
}

#hometest #home_blurbs li p {
	width: 215px;
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
}

#social_bar {
	position: relative;
	right: 7px;
	height: 45px;
	width: 916px;
	margin: 0 auto;
	padding: 12px;
	font-size: 1.2em;
	background: url('images/social_bg.png') transparent top left no-repeat;
}

#social_content_left {
	float: left;
}

#social_content_left span {
	position: relative;
	bottom: 2px;
}

#social_content_right {
	float: right;
}

#social_content_left h4 {
	display: inline-block;
	margin: 0 20px 0 0;
	color: #000;
	font-size: 1.8em;
}

#home #postdiv {
	position: relative;
	top: 0;
}

#home #home_header {
	position: relative;
	height: 370px;	
}

#home #home_header_text {
	float: right;
	*float: none;
	position: relative;
	left: 525px;
	*left: 625px;
	top: 75px;
}

#home #home_header_title {
	height: 133px;
	width: 350px;
	padding: 133px 0 0 0;
	background: url('images/home_header_title.png') transparent 0 0 no-repeat;
}

#home #home_header_text p {
	width: 430px;
	color: #000;
	font-size: 24px;	
}

#home #home_content_top {
	height: 25px;
}

#home #home_content {
	*margin: -12px 0 0 1px;
	padding: 0;
	background: url('images/home_content_bg.png') transparent 0 0 repeat-y;
}

#home #home_content_bottom {
	height: 18px;
	margin: 0;
	background: url('images/home_content_bg_bottom.png') transparent 0 0 no-repeat;
}

#home #home_blurb { 
	width: 868px;
	margin: 0 auto;
}

#home #home_blurb h2 { margin-top: 0; }
#home #home_blurb p { margin-bottom: 20px; }

#sub_blurbs {
	height: 250px;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.sub_blurb {
	height: 175px;
	width: 400px;
	margin: 40px 0 0 0;
}

.sub_blurb strong { font-weight: normal; }
.sub_blurb h2 strong { font-weight: bold; }

.sub_blurb img {
	float: left;
	padding: 25px 15px 15px 0;
}

.sub_blurb .blurb_image { 
    float: left;
	position: relative;
	top: 35px;
    height: 250px;
}

.sub_blurb h2 { margin: 20px 0 10px 0; }

.sub_blurb p { 
	width: 300px;
	*width: 285px;
    padding: 0 0 0 100px;
	color: #000;
	font-size: 1.4em;
}

.sub_blurb .coming_soon a {
	margin: 0 0 0 100px;
	color: #0099cc;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.sub_blurb .login_error {
	position: relative;
	top: 15px; 
	left: 100px;
	margin: 0 0 20px 0;
	padding: 0 15px;
	color: #AD0101; 
	font-size: 1.2em;
	border: 2px solid #AD0101;
}

.sub_blurb label {
	width: 150px;
	font-size: 1.4em;
	text-align: right;
}

.sub_blurb .text_input { margin: 10px 0; }
#sub_blurb_left { float: left; position: relative; left: 10px; }
#sub_blurb_right { float: right; }
#beta_signin { font-size: 300%;  position: relative; right: 75px; text-align: right; }
#mc_display_rewards { display: none; }
#home_login_submit { float: left; margin: 32px 0 0 0px; }

#sign_in { text-align: center; }
#sign_in img { float: left; margin: -20px 0 0 15px; }

/*		b. What We Do		*/

#whatwedo .main_content p { *display: inline; *margin: 0 0 40px 0; }
#whatwedo .main_content img { *margin: 0 75px 0 0; *padding: 0 0 0 50px; }
#whatwedo .main_content h3 { width: 900px; *margin: 20px 0 10px 0; }
#whatwedo .what_we_do_section { min-height: 125px; margin: 0 0 50px 0; }
#whatwedo .culture_image { position: relative; top: -30px; }
#whatwedo .bottles_image { position: relative; top: -30px; }
#whatwedo p a { color: #0099cc; font-weight: bold; }

/*		d. News		*/

#news .post h3 a {
	color: #424242;
	text-decoration: none;
}

#news .post h3 a:hover { 
	text-decoration: underline; 
}

#news .postmetadata {
	margin: 0 0 5px 0;
	font-size: 1em;
}

#news .post { margin: 0 0 45px 0; }

/*		e. Contact		*/

#contact .textfield_input {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	border: 1px solid #ccc;
}

#contact .text_input { height: 32px }

#contact .wpcf7 p { color: #000; }

#contact #contact_submit input {
	width: 106px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('images/contact_send.png') transparent 0 0 no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#contact .required_fields { 
	position: relative;
	top: -50px;
	left: 140px;
	color: #666;
	font-size: .75em; 
}

#contact .captcha_span { margin: 0 0 10px 0; }

/* F. Beta Sign-up */

#mailchimp-widget { width: 800px; padding: 0 0 50px 0; }
#mc_signup_form label { font-size: 1.4em; }
#mc_signup_form input { margin: 0 0 10px 0; }

#sign_in_title { margin: 15px 0; }

#sign_in_title h3 {
	margin: 0 0 5px 0;
	color: #000;
	text-align: center;
}

#beta_sign_in {
	height: 283px;
	width: 460px;
	padding: 10px 0 0 0;
	background: url('images/beta_box_bg.png') transparent top left no-repeat;
}

#beta_sign_in form { margin: 0 0 0 20px; }

#beta_signup_form label {
	color: #e2268c;
	font-size: 2.8em;
}

#mc_mv_EMAIL {
	height: 39px;
	width: 404px;
	margin: 5px 0 0 0;
	padding: 2px 6px;
	font-size: 1.6em;
	background: url('images/beta_text_bg.png') transparent top left no-repeat;
	border: none;
}

#mc_signup_submit { 
	float: left;
	position: relative;
	left: -5px;
	width: 169px;
	height: 52px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('images/subscribe_button.png') transparent 0 0 no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#contact #contact_submit input {
	width: 106px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url('images/contact_send.png') transparent 0 0 no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}

#mc_subheader {
	position: relative;
	top: -25px;
	color: #000;
	font-size: 1.4em;
}

/*		GLOBAL CLASSES		*/

.replace {
	height: 0px !important;
	overflow: hidden;
	line-height: normal; /* with higher line-height, text will sometimes stick out from behind the image */
}

.inline-block {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.hr {
	height: 1px;
	width: 868px;
	border-bottom: 1px solid #dfdfdf;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.next { 
	float: right; 
	position: relative;
	right: 80px;
}

.post-edit-link { display: none; }
