/*
Theme Name: WineWorks
Theme URI: http://wineworks.com/
Description: The default wineworks theme.
Version: 1.0
Author: Matt Politano
*/

@import url("css/header.css");
@import url("css/navigation.css");
@import url("css/footer.css");
@import url("css/three_column_landing.css");
@import url("css/contactForm.css");
@import url("css/menuLink.css");
@import url("css/landing_2_column.css");
@import url("css/tables.css");
@import url("css/generic.css");
@import url("css/left_nav.css");
@import url("css/single.css");

/************************ General styles ************************/
body
{
	margin: 0;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	/*width: 1024px;*/
	min-width: 600px;
	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	background-image: url(images/wood.png);
	color: white;
	font-family: arial;
	font-size: 14px;
}


p {
	line-height: 28px;
}

a {
	font-family: arial;
	font-style: normal;
	text-decoration: none;
	color: #97a4b2;
	border: none;
}

a:hover {
	text-decoration:underline;
	color:#77308d;
}

img {
	border:none;
}


.blackBackground {
	width: 100%;
	background-color:#000;
	top:-46px;
	z-index:1000;
	position:relative;
	padding:0px;
	margin-bottom:-46px;
}

  .encasing { 
    	width:1024px;
    	margin-right:auto;
    	margin-left:auto;
	}
    
#separator {
width:100%;
clear:both;

}

strong {
	font-weight:bold;
}
.sectionSeparator
{
	clear: both;
	height: 5px;
}

h2
{
	font-size: 20px;
	line-height: 42px;
	margin-top: 0px;
}

h3 { 
font-size: 16px; 
text-decoration:underline;
}


h4 {
font-size:15px;
font-weight:bold;
font-style:italic;
}


hr
{
	background-image: url(/wp-content/themes/wineworks/images/hrimg.png);
	height: 10px;
	border: none;
}

/* column container */
.colmask
{
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	/*float: left;*/
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	/* width of whole page */
	overflow: hidden;
	/* This chops off any overhanging divs */
	padding-left: 50px;
}


