/*
Theme Name: Vines Default
Theme URI: http://vinesofmendoza.com/
Description: The default vines theme.
Version: 1.0
Author: dp
Author URI: http://pruterdigital.com/
*

//* CSS Document */
@import url(fonts.css);
@import url(forms.css);

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
	background-color: #131512;
	background-image: url("images/structure/inside-repeating-bg.gif");
	background-repeat: repeat-x;
}
#container { 
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url("images/structure/body-repeating-bg.gif");
	background-repeat: repeat-y;
} 
#header { 
	background-color: #000;
	height: 75px;
}
.mendozaargentina {
	float: right;
	margin: 41px 0 0 0;
}
#logo {
	width: 175px;
	margin: 0;
	float: left;
}
.vomheaderlogo {
	margin: 20px 0 0 0px;
	border: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse*/
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left;
	width: 216px;
	padding: 55px 0 25px 0;
	margin: 0;
	background-image: url("images/structure/top-left-sidebar-bg.gif");
	background-repeat: repeat-x;
}
#sidebar2 {
float: right;
width: 178px;
margin: 30px 0 0 30px;
padding: 0;
text-align: right;
vertical-align: top;
}
#sidebar3 {
width: 204px;
margin: 0;
background-color: #E26F14;
border-top: 4px solid #000;
padding: 12px 0 12px 12px;
}
#widgetblock {
border-top: 4px solid #000;
padding: 12px;
}
.followicon {
margin: 0 10px 0 0;
}
#mainContent {
width: 730px;
float: left;
margin: 0 0 30px 25px;
padding: 0;
}
.thevinesblogtitle {
margin: 50px 0 20px 0;
}
#line {
width: 730px;
height: 1px;
background-color: #999;
margin: 0 0 10px 0;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	height: 80px;
	margin: 0 0 0 215px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*menu*/
#layMainMenu {
float:left;
height:44px;
margin:0 auto;
padding-top:16px;
text-align:left;
width:635px;
}

ul.cssmenu {
	list-style: none;
	padding: 0px;
	margin:0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	height: 38px;
	background: url("images/structure/mainNav.png");
	}

/*
*	Normal Links
*/
ul.cssmenu li.wineShop a {
	background-position: -1px 0;
	width:102px;
	}

ul.cssmenu li.mendozaTravel a {
	background-position: -104px 0;
	width: 150px;
	}

ul.cssmenu li.privateVineyardEstates a {
	background-position: -254px 0;
	width: 222px;
	}

ul.cssmenu li.resort a {
	background-position: -476px 0;
	width: 119px;
	}
	ul.cssmenu li.blog a {
	background-position: -595px 0;
	width: 40px;
	}

	
/*
*	Hover Links
*/
ul.cssmenu li.wineShop a:hover {
	background-position: -1px -38px;
	}

ul.cssmenu li.mendozaTravel a:hover {
	background-position: -104px -38px;
	}

ul.cssmenu li.privateVineyardEstates a:hover {
	background-position: -254px -38px;
	}

ul.cssmenu li.resort a:hover {
	background-position: -476px -38px;
	}

ul.cssmenu li.blog a:hover {
	background-position: -595px -38px;
	}
.Dato {
color:#EDECE7;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
line-height:13px;
text-decoration:none;
text-transform:none;
}
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}
.alignright {float:right;}
.alignleft {float:left;}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
