/* @override 
	http://localhost:8888/wordpress/wp-content/themes/markris/style.css
	http://www.markriswine.com/wordpress/wp-content/themes/markris/style.css
	http://www.markriswine.com/wp-content/themes/markris/style.css
*/

/*
Theme Name: Markris
Theme URI: http://markriswine.com/
Description: A custom theme for the Markris Wine Group
Version: 1.0
Author: Let's Make Something
Author URI: http://letsmakesomething.com/
Tags: 
*/

body {
	margin: 0px;
	color: #3F3F3F;
	font: 9pt/18px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	border-top: 5px solid #711811;
}

a {
	text-decoration: none;
	color: #711811;
	outline: none;
}

a:active
{
  outline: 0;
}

img {
	border: 0px;
}

#container {
	width: 1024px;
	margin: 0 auto 0 auto;
}

ul#navbar {
	list-style-type: none;
	float: right;
	margin-top: 4px;
	letter-spacing: 1px;
}

ul#navbar li { 
	margin-left: 20px;
	float: left; 
	display: block; 
	text-transform: uppercase;
}

ul#navbar li a:hover {
	border-top: 5px solid #bfbfbf;
}

ul#navbar li.selected a {
	background-color: #bfbfbf;
	border: 5px solid #bfbfbf;
}

#masthead {
	clear: both;
	margin-top: 0px;
}

#masthead a img {
	border: 0px;
}

#navtext {
	font-size: 36pt;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}

#s4 {
	background: #EFEFEF;
	width: 1004px;
	height: 350px;
	border-left: 5px solid #711811;
	color: #3F3F3F;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 20px;
}

#eventnav {
	float: right;
	width: 1024px;
	display: inline;
}

#eventnav a {
	border: 4px solid gray;
	position: relative;
	display: inline-block; 
	width: 30px;
	text-indent: -9000px;
	margin-right: 10px;
	top: 310px;
	right: -860px;
	z-index: 2000;
}

#eventnav a.activeSlide {
	background: gray;
}

#s4 div {
	clear: both;
}

#s4 img {
	width: 1004px;
	height: 350px;
	z-index: 1;
}

#text_bottom {
	background: url(images/panel.png);
	height: 80px;
	position: relative;
	z-index: 3000;
	top: -99px;
	color: white;
}

#s4 h2 {
	padding-left: 30px;
	padding-top: 15px;
	font-style: italic;
}

#s4 h4 {
	padding-left: 30px;
}

.EIP_textbox {
	display: inline;
}

ul#infobar {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 0px;
	height: 120px;
	width: 1004px;
	padding: 0px;
}

ul#infobar li {
	float: left;
	display: block;
	margin-bottom: 30px;
}

ul#infobar li.margin {
	margin-right: 82px;
}

span.ellipsis {
	width: 220px;	
}

li.margin.who-we-are {
	width: 250px;
}

li.margin.recent-blog-posts {
	width: 220px;
	white-space:nowrap;
   	text-overflow:ellipsis;
	overflow:hidden;
   	display:block;
}

ul#infobar li:last-child {
	width: 144px !important;
}

ul#infobar h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p.twitter-message {
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space:nowrap;
	margin: 0px;
}

#footer {
	clear: both;
	background-color: #3F3F3F;
	margin-top: 30px;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 8pt/18pt Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

#footer a {
	color: white;
}

#footernav {
	text-transform: uppercase;
	margin-left: 150px;
}

#copyright {
	float: right;
	margin-right: 130px;
}