/*
Theme Name: Restaurant 62 Theme
Theme URI: http://wordpress.org/
Description: Customized theme for Restaurant 62.
Version: 1.0
Author: 
Author URI: 
*/

@import url("css/resets.css");
@import url("css/backgrounds.css");
@import url("css/typography.css");

#container {
	width:1001px;
	margin:40px auto 20px auto;
}

#header {
	width:1001px;
	height:99px;
}

#navigation-primary {
	float:left;
	width:161px;
	height:354px;
	padding-left:1px;
}
#content-primary {
	position:relative;
	float:left;
	width:839px;
}
#content-primary-top {
	float:left;
	width:839px;
	height:30px;
}
#content-primary-mid {
	float:left;
	width:514px;
	padding:0 295px 0 30px;
	min-height:350px;
}

#content-primary-bottom {
	float:left;
	width:839px;
}
#featured-image {
	position:absolute;
	top:-75px;
	right:20px;
	/*
	width:257px;
	height:482px;
	*/
	width:240px;
	height:466px;
	padding:17px 0 0 17px;
}

#footer {
	clear:both;
	margin:0 0 0 162px;
	padding:0px 0 0 0;
}

.association-logos img{
	float:left;
	margin: 47px 0 0 0;
}
.hours {
	display:block;
	float:left;
	clear:both;
	font-family:"Myriad Pro", Tahoma, Arial, sans-serif;
	margin:12px 0 0 19px;
	color:#949494;
}
.hour-footer{
	font-family:"Myriad Pro", Tahoma, Arial, sans-serif;
	font-weight:600;
	font-size:9pt;
	color:#949494;
}
.copyright {
	display:block;
	float:left;
	clear:both;
	color:#6e6e6e;
	width:800px;
	font-family:"Myriad Pro", Tahoma, Arial, sans-serif;
	font-size:10pt;
	margin:25px 0 0 0;
}
img, #featured-image { behavior: url(wp-content/themes/restaurant62-theme/iepngfix.htc) }

img{
	border:none;
}

/*Menu Styles*/
#main-menu{
	padding:0;
	margin:0;
}

#main-menu li{
	display:block;
	list-style-type:none;
        height:20px;
	padding:10px 10px 10px 10px;
        background:#000000;
}
#main-menu li:hover{
  background:#403f45;
}

#main-menu li a{
	color:#ffffff;
	font-size:13px;
	font-family:arial;
        display:block;
height:20px;
	padding:3px 10px 5px 5px;
	text-decoration:none;
	text-transform:uppercase;
}

#right-container{
	float:right;
	width:470px;
        background:url(http://www.restaurant62.ca/wp-content/uploads/2011/03/left-bg.jpg) #1a1a1a no-repeat  left bottom;
	
}
#menu {
  width:200px;
  float:left;
  background:pink;
  margin-left:1px;
}
#right-image{
	float:right;
	padding:10px 10px ;
	width:210px;
}

#custom-footer {
	width:940px;
	margin:0 auto 0 auto;
background:url(http://www.restaurant62.ca/wp-content/uploads/2011/03/home-footer-bg.jpg) #1a1a1a no-repeat left bottom;
float:right;
  height:140px;
  margin-right:0;
  margin-top:0;
  width:752px;
}
.home #footer{
  background:none !important;
}

.home .icons-container{
   float:right;
}


