/*

Theme Name: M Imports, LLC

Theme URI: http://www.markgravender.com

Description: Custom theme designed for M Imports, LLC, 2011.

Author: Mark Gravender

Version: 1.2

License: All Rights Reserved



*/



@charset "utf-8";



h3{

	padding-top: 10px;
	background-color:white;
	font-size: 24px;
ox
}

h1{
background-color:white;
}

h1, h2, h3{

	text-shadow: 2px 2px 2px #d1d1d1;

	padding-bottom: 10px;

}



p{

	padding-bottom: 10px;

}



a{

	color: #900;

	text-decoration: none;

}

hl{
	background-color: #FF0;
}



@font-face {

    font-family: 'SovereignRegular';

    src: url('soverg__-webfont.eot');

    src: url('soverg__-webfont.eot?#iefix') format('embedded-opentype'),

         url('soverg__-webfont.woff') format('woff'),

         url('soverg__-webfont.ttf') format('truetype'),

         url('soverg__-webfont.svg#SovereignRegular') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'BergamoStdRegular';

    src: url('bergamostd-regular-webfont.eot');

    src: url('bergamostd-regular-webfont.eot?#iefix') format('eot'),

         url('bergamostd-regular-webfont.woff') format('woff'),

         url('bergamostd-regular-webfont.ttf') format('truetype'),

         url('bergamostd-regular-webfont.svg#webfontE5Shvs7A') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'QuicksandLight';

    src: url('quicksand_light-webfont.eot');

    src: url('quicksand_light-webfont.eot?#iefix') format('eot'),

         url('quicksand_light-webfont.woff') format('woff'),

         url('quicksand_light-webfont.ttf') format('truetype'),

         url('quicksand_light-webfont.svg#webfontgcvy1qFj') format('svg');

    font-weight: normal;

    font-style: normal;



}



@font-face {

    font-family: 'TangerineRegular';

    src: url('tangerine_regular-webfont.eot');

    src: url('tangerine_regular-webfont.eot?#iefix') format('eot'),

         url('tangerine_regular-webfont.woff') format('woff'),

         url('tangerine_regular-webfont.ttf') format('truetype'),

         url('tangerine_regular-webfont.svg#webfont0SP265KO') format('svg');

    font-weight: normal;

    font-style: normal;

}



ul, li {margin:0;padding:0;}


html{	overflow-y: scroll; }
html, body {

	height: 100%;

	font-family: 'BergamoStdRegular';

}



* {

margin:0;padding:0;

}



#wrapper{

	min-height: 100%;

	min-width: 970px;

		background-position: center;

	background-attachment: fixed;

	background-image: url(http://mimportsusa.com/wp-content/uploads/2014/06/vineyards.jpg);

	background-repeat: no-repeat;	

	/*background-image: url("images/bgtile.jpg");*/



}



#main{

	overflow: auto;

	padding-bottom: 278px;

}



#header{

	width: 100%;

	background: white;

	position: relative;

	min-width: 970px;

	

}



#content{

	/* padding-top: 20px; */

	padding-bottom: 110px;

	/* background: url("images/tick.png"); */

	background-repeat: repeat-x;

	background-position: top;

	min-height: 70px;

	

}



#footer{

	border-top: solid black 5px;

	position: relative;

	margin-top: -135px;

	height: 130px;

	clear: both;

	background-color: #474747;

	min-width: 970px;

}



#footer2{

	background-image: url(images/footerbg.jpg);

	background-repeat: repeat-x;

	background-position: top;

}

	



/*Opera Fix*/

body:before {/* thanks to Maleika (Kohoutec)*/

content:"";

height:100%;

float:left;

width:0;

margin-top:-32767px;/* thank you Erik J - negate effect of float*/

}



#logo{

	background-image: url("images/logo_small.jpg");

	width: 434px;

	height: 159px;	

	float: left;

}



#header_right{

	float: left;

	width: 500px;

	font-size: 43px;

	padding-top: 103px;

	text-align: right;

	font-family: 'TangerineRegular';

	text-shadow: #d1d1d1 1px 1px 3px;

}



#width{

	width: 970px;

	margin-left: auto;

	margin-right: auto;

	position: relative;

	}



.nav{

	clear: both;

	background-color: #000;

	height: 40px;

		border-bottom: thick solid grey;

		border-top: thin solid #CCC;

}



.nav li, .nav_foot li{

	display: inline-block;

	list-style: none;

}



.nav_foot li{

	background-image: url(images/navbreak.png);

	background-repeat: no-repeat;

	background-position: right top;

}



.nav li a{

	display: block;

	background: #000;

	line-height: 30px;

	color: #FFF;

	text-decoration: none;

	text-align: center;

	padding: 0 9px 0 9px;

	margin-top: 5px;

	}



.current{

	color: #F00;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	box-shadow: #600 2px 2px 20px;

-moz-box-shadow: #600 2px 2px 20px;

-webkit-box-shadow: #600 2px 2px 20px;

}



.nav li a:hover{

	background: white;

	color: #600;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

	box-shadow: #600 2px 2px 20px;

-moz-box-shadow: #600 2px 2px 20px;

-webkit-box-shadow: #600 2px 2px 20px;

}



.nav_foot{

	height: 40px;

}



.nav_foot li a{

	display: block;

	line-height: 40px;

	color: #FFF;

	text-decoration: none;

	text-align: center;

	padding: 0 20px 0 10px;

	font-size: small;

	text-transform: capitalize;

-webkit-border-radius: 15px;

-moz-border-radius: 15px;

border-radius: 15px;



}



.nav_foot li a:hover{

	color: #FFF;

	background-image:url(images/navhover.png);

	background-position: center top;

	background-repeat: no-repeat;

}



#feet{

	text-align: center;

	color: #999;	

	padding-top: 8px;

	font-size: small;

}



.winery{

	padding-top: 10px;

	padding-bottom: 35px;

	margin-left: 320px;	

	position: relative;

	min-height: 150px;

	line-height: 24px;



}



.winerylogo{

	position: absolute;

	left: -320px;

	width: 300px;

	height: 152px;

	box-shadow: #666 2px 2px 15px;

	-moz-box-shadow: #666 2px 2px 15px;

	-webkit-box-shadow: #666 2px 2px 15px;	

	background-position: center;

	border: thin solid #666;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	z-index: 100;

}



.winery_images{

	position: absolute;

	left: -320px;

	top: 178px;

	width: 300px;

}



.listlogo{

	position: relative;

	width: 300px;

	height: 152px;

	background-position: center;

	margin-left: -310px;

	float:left;



}
#herdadagrande{
	background: url(http://mimportsusa.com/wp-content/uploads/2013/04/herdadagrande-logo.jpg) top left;
		background-position: center;
		background-size: 100%;
}
#passarella{
	background: url(http://mimportsusa.com/wp-content/uploads/2013/04/passarella-logo.jpg) top left;
		background-position: center;
		background-size: 100%;
}
#campolargo{
	background: url(http://mimportsusa.com/wp-content/uploads/2013/04/campolargo-logo.jpg) top left;
		background-position: center;
		background-size: 100%;
}



#quintadoportal{

	background: url(images/quintadoportal.png) top left;

		background-position: center;

		background-size: 100%;

}



#felixsolisavantis{

	background: url(images/felixsolisavantis.png);

		background-position: center;

				background-size: 100%;



}



#ferreicatasus{

	background: url(images/ferreicatasus.png);

		background-position: center;

				background-size: 100%;



}




#ferreicatasus-alt{

	background: url(images/ferreicatasus-alt.png);

	background-position: center;

			background-size: 100%;



}

#majordemendoza{
	
		background: url(images/majordemendoza.png);

		background-position: center;

				background-size: 100%;
}

#majordemendoza-alt{
	
		background: url(images/majordemendoza-alt.png);

		background-position: center;

				background-size: 100%;
}



#bodegasregalia{

	background: url(images/bodegasregalia.png);

		background-position: center;

				background-size: 100%;



}



#winevision{

	background: url(images/winevision.png);

		background-position: center;

				background-size: 100%;



}



#winevision2{

	background: url(images/winevision.png);

		background-position: center;

				background-size: 100%;



}



#viniverde{

	background: url(images/viniverde.png);

	background-position: center;

			background-size: 100%;



}



ul.winerynav{

	list-style-type: none;	

	display: inline;

	padding-left: 50px;

}



.winerynav li{

	display: inline-block;

	margin-right: 10px;

}



.winerynav li a{

	display: block;

	text-decoration: none;

	color: white;

	padding: 1px 20px 1px 20px;

	line-height: 24px;	

	background: #999;

	border: thin solid grey;

	-webkit-border-bottom-right-radius: 10px;

-webkit-border-bottom-left-radius: 10px;

-moz-border-radius-bottomright: 10px;

-moz-border-radius-bottomleft: 10px;

border-bottom-right-radius: 10px;

border-bottom-left-radius: 10px;

}



.winerynav li a:hover{

	color: white;

	background: #CCC;

	border-bottom:thin solid #828282;

	border-left:thin solid #6A6A6A;

	border-right: thin solid #6A6A6A;

	border-top: thin solid #CCC;

}



#wineryinfo{

	border: solid thin #666;

	padding: 20px 30px 20px 30px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

}



#pagetitle{



}



.column-1{

	width: 200px;

}



.column-2{

	width: 70px;

}



.column-5, .column-2, .column-3, .column-4{

	text-align: center;	

}



.wp-table-reloaded{



}



.winelist{

	float: left;

}



.winelist li{

	list-style-type: none;

	padding-bottom: 5px;

	color: #333;

	

}



.ourwines{

	float: left;

	width: 280px;

	margin-right: 20px;

	padding: 10px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

}



.ourwines_country{

	padding-bottom: 20px;

	clear: both;

}



.ourwineslogo{

	position: relative;

	width: 280px;

	height: 142px;

	background-position: center;

	

}



.current{

	background: white !important;

	color: black !important;

}



#pagebreak{

	width: 660px;

	margin-left: -5px;

	height: 35px;

}



#top{

		font-size: 19px;

		line-height: 20px;

		padding-left: 100px;

		padding-right: 100px;

		padding-top: 25px;

}



#links{

	float: left;

	background-position: center !important;

	background-repeat: no-repeat !important;

	padding-top: 0px;

	padding-right: 22px;

	padding-bottom: 22px;

	padding-left: 0px;

}

#linkspage{
	
	width: 67%;
	
	margin-right: auto;
	
	margin-left: auto;
	
}


#winemag{

	background: url(images/winemag.png);

}



#winespectator{

	background: url(images/winespectator.png);

}



#erobertparker{

	background: url(images/erobertparker.png);

}



#tanzer{

	background: url(images/tanzer.png);

}



#royhersh{

	background: url(images/royhersh.png);

}



#sommelier{

	background: url(images/sommelier.png);

}



#peninguide{

	background: url(images/peninguide.png);

}



#decanter{

	background: url(images/decanter.png);

}



#winespiritsmag{

	background: url(images/wine&spiritsmag.png);

}



#brandroyal{

	background: url(images/brandroyal.jpg);

	background-size: 100%;

}



#bear339{

	background: url(images/Bear399Ad_MImports-1.jpg);

	background-size: 100%;

}



#center{

	width: 50%;

}



.logo{

	width: 300px;

	height: 152px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	float: left;

}



.homelogo{

	width: 194px;

	height: 107px;

	background-size: 105%;

	float: left;

	/*box-shadow: #666; 2px 2px 15px*/

	background-position: -2px -2px;

}



#contact{

	width: 300px;

	padding-left: 110px;

	padding-top: 20px;

	padding-bottom: 20px;

	padding-right: 20px;

	margin-left: auto;

	margin-right: auto;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	background: white;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

}



.entry1{

		padding: 25px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

}



#box1{

	width: 580px;

	padding: 10px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	float: left;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

}



#box2{

	width: 330px;

	padding: 10px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	float: right;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	text-align: center;

}

.box3{

	padding: 8px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	float: left;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	text-align: center;

	margin-top:10px;

	margin-right:6px;

	width:180px;

	height: 250px;
}



#aboutus{/*

	width: 250px;

	padding-left: 30px;

	padding-right: 30px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	float: left;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	margin-left: 20px;*/

	margin: auto;

	text-align: center;

	width: 850px;

}



#mediabox{

	width: 340px;

	padding: 10px;

	float: left;

	margin-left: 20px;

	

}



#homelist{

	clear: both;

	width: 970px;

	/* padding-top: 20px; */

	padding-bottom: 20px;

	height: 189px;

	/* background: white; */

}



#scar{

	background: url(images/scar.png);

	width: 800px;

	height: 2px;

	margin-left: auto;

	margin-right: auto;

	clear: both;

	background-repeat: no-repeat;

	background-position: bottom center;

}



#homefoot{

	width: 970px;

	margin-top: -241px;

	margin-bottom: 5px;

}



#poslist{

	clear: both;

	width: 970px;

	padding-top: 0px;

	padding-bottom: 20px;

	height: 76px;

	background: white;

}



.pos{



}



.listset{

	float:left;

	padding-left: 320px;

	padding-bottom: 32px;

	width: 650px;

	padding-top: 30px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	margin-bottom: 40px;

	background: white;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

}



#portugalwines{

	clear: both;

	

}



#spainwines{

	clear: both;

	

}



.entry{

	clear: both;

	padding-top:15px;

}

.entry_withthumb{
	float: left;
	width: 530px;
}

.attachment-post-thumbnail{
	float: left;
	margin-right: 20px;
}



.wholesalerslist{

	line-height: 20px;

	float: left;

	width: 35%;

	padding-right: 5%;

}

	

.wholesalerslist li{

	padding-left: 35px;

	list-style-position: inside;

}

.more{
	text-align: right;
}



#homevideo{

	width: 250px;

	margin-left: 335px;

	margin-top: -200px;

	height: 250px;

	line-height: 20px;

}



.button{

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	padding: 5px 2px 5px 2px;

	display: block;

	text-align: center;

	background: white;

}



.button:hover{

	background-color: white;

}



ul {

	padding-bottom: 10px;

}



ul.nav {

	padding-bottom: 0px !important;

}



.sitemap{

	clear: both;

	text-align: center;

	height: 60px;

}



.sitemap li{

	display: inline-block;

	list-style-type: none;

	margin-right: 30px;



}



.underconstruction{

		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        filter: alpha(opacity=50);

        -moz-opacity:0.5;

        -khtml-opacity: 0.5;

        opacity: 0.5;

}



.underconstruction a:hover {

		box-shadow: #666 2px 2px 15px !important;

-moz-box-shadow: #666 2px 2px 15px !important;

-webkit-box-shadow: #666 2px 2px 15px !important;

}



.sitemap li a{

	display: block;

	background: white;

	line-height: 50px;

	color: black;

	text-decoration: none;

	text-align: center;

	padding: 0 15px 0 15px;

	margin-top: 5px;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	}

	

.sitemap li a:hover{

		box-shadow: #600 1px 1px 18px;

		-moz-box-shadow: #600 1px 1px 18px;

		-webkit-box-shadow: #600 1px 1px 18px;

}



.date{

	float: right;

	font-style: italic;

	color: #666;

}



.media_title{

	font-size: 22px;

	font-weight: bold;

	text-shadow: #d1d1d1 1px 1px 3px;

	padding-bottom: 10px;

}



.mediaphoto{

	height: auto; 

	width: 46%; 

	float: left; 

	margin: 4px;

}



#mediaphotos_box{

	width: 46%;

	float: left;

	

}



.medialink{

	clear: both;

	float: left;

}



#medialinks_box{

	position: relative;

	width: 46%;

	float: right;

	box-shadow: #666 2px 2px 15px;

-moz-box-shadow: #666 2px 2px 15px;

-webkit-box-shadow: #666 2px 2px 15px;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	padding-top: 10px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

}



.medialinks_logo{

	position: relative;

	width: 100px;

	height: 51px;

	background-position: center;

	margin-left: -105px;

	margin-top: -22px;

	float:left;

}



.mediaroll{

	list-style-type: none;

	display: inline-block;

}



.mediaroll li{

	width: 315px;

	float: left;

	padding-left: 110px;

	padding-top: 10px;

	padding-bottom: 10px;

}



.mediaarticle{

	clear: both;

}



#articles_box{

	width: 950px;

	margin-top: 20px;

	box-shadow: #666 2px 2px 15px;

	-moz-box-shadow: #666 2px 2px 15px;

	-webkit-box-shadow: #666 2px 2px 15px;

	float: left;

	padding: 10px;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	overflow: hidden;

}



#article_window{

	width: 760px;

	float: right;

	margin-right: 10px;

}



#article_list{

	width: 180px;

	float: left;

}



.article_title{

	padding-bottom: 10px;

	font-size: small;

	width: 135px;

	float: left;

}



.article_title2{

	font-size: x-large;

	clear: both;

	float: left;

	font-weight: bold;

	padding-bottom: 10px;

	padding-top: 5px;

}



.medialinks_title{

	clear: both;

	float: left;

	font-weight: bold;

}



#sidebar{

	width: 190px;

	float: left;

}



.sidebardate{

	float: right;

	font-style: italic;

	color: #666;

	width: 45px;

	padding-right: 25px;

padding-bottom: 25px;

}



#nobs_winefeat{

	float: left; 

	margin-left: -10px; 

	margin-top: -3px; 

	background-image: url(/sellsheets/felixsolisavantis/bs-nobs.jpg); 

	width: 85px; 

	height: 226px; 

	background-position: -35px 0px;

	background-size: 150px 226px;

}

.linkstitle{

	width: 100%;

	border-top: #CCC thin solid;

	padding-top: 25px;

	clear: both;

}

.title{
	
	text-align: center;
	display: block;
	
}

.thedate{
	display: block;
	text-align: right;
	border-bottom: thin solid #ccc;
	margin-bottom: 10px;
}


.hidden{

	display: none;

}



#wineryawards{

	width: 415px;

	margin-right: 20px;

	float: left;

	margin-bottom: 20px;

}



.awards li{

	margin-left: 25px;

	color: #666;

}

#medialinks_page{
	
	width: 415px;

	margin-top: 10px;

	box-shadow: #666 2px 2px 15px;

	-moz-box-shadow: #666 2px 2px 15px;

	-webkit-box-shadow: #666 2px 2px 15px;

	padding: 25px;

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	background: white;

	height: auto !important;
	
	margin-bottom: 20px;	
	
	overflow: hidden;
	
}

#newsandmedia{
	width: 950px;
	float: left;
}

.latest_title{
	
	
	
}

.latest_date{
	
	
	
}

.latest_text{
	
	overflow: hidden;
	
}

#latest_attachment{
	


}

.clear{
	
	clear: both;
	
}

.attachment-post-thumbnail{
	padding-bottom: 20px;
}

.slideshowlink{display:none;}

ul.causes li{
list-style: none; display: inline-block; width:350px; height:180px;}

ul.causes li.cicstercian{background-image: url("http://mimportsusa.com/wp-content/uploads/2013/07/cistercian.jpg")}
ul.causes li.susan{background-image: url('http://mimportsusa.com/wp-content/uploads/2013/07/susankomen.jpg')}
ul.causes li.songfest{tbackground-image: url('http://mimportsusa.com/wp-content/uploads/2013/07/texas.jpg')}
ul.causes li.wounded{background-image: url('http://mimportsusa.com/wp-content/uploads/2013/07/woundedwarrior.jpg')}

ul.socialicons{list-style:none;display:inline}
ul.socialicons li{display:inline-block;width:30px;height:30px;}
ul.socialicons li a{width: 30px;height:30px;margin-right:15px;margin-left:15px;display:block;background-size:cover;}
ul.socialicons li a#facebook{background-image:url(http://mimportsusa.com/wp-content/uploads/2013/09/white-1-facebook.png);}
ul.socialicons li a#instagram{background-image:url(http://mimportsusa.com/wp-content/uploads/2013/09/white-3-instagram.png);}
ul.socialicons li a#twitter{background-image:url(http://mimportsusa.com/wp-content/uploads/2013/09/white-2-twitter.png);}