/*  
Theme Name: Northside Restaurant
Theme URI: http://northside.ca/
Description: Custom theme for the Northside restarant.
Version: 1
Author: Luke Despatie, David Seguin
*/

* {
	padding:  0;
	margin:  0;
}
body {
	background: #909090;
	text-align: center;
	font: normal 12px/1.2 Arial, Helvetica, Geneva, sans-serif;
}
a, a:link {
	color: #666;
	text-decoration: none;
}
#topper a, #topper a:link, 
#sidebar a, #sidebar a:link,
#main h3 a, #main h3 a:link {
	text-transform: uppercase;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 8px;
	line-height: 1.3;
}


/*layout*/
#shell {
	background: #fff;
	margin: 20px auto;
	text-align: left;
	width: 916px;
	padding: 24px;
	overflow: hidden;
}
#topper {
	height: 100px;
}
#sidebar {
	float:  left;
	margin: 0 0 10px 0;
}
#main {
	padding: 0;
	margin: 0 0 16px 0;
	padding: 0 0 0 30px;
	width: 590px;
	float: right;
	border-left: 1px solid #000;
}
#footer {
	height: 10px;
	clear: both;
	background: url(img/footer-doublelines.gif) repeat-x;
}

/*topper*/
#topper {
	height: 109px;
	background: #676767 url(img/topper-bg.png);
}
#topper h1 {
	position: relative;
	top: 10px;
	left: 10px;
}
#topper h1 a {
	display: block;
	height: 71px;
	width:  277px;
	text-indent: -2000px;
	text-decoration: none;
	z-index:  1000;
	background: url(img/northside.gif);
}
#topper ul {
	position: relative;
	top: -25px;
	left: 760px;
}
#topper li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
}
#topper li#finduslink {
	border-right: 1px solid #000;
	padding: 0 3px 0 0;
}

/*navbar*/
#navbar {
	background: #000;
	margin: 0 0 20px 0;
}
#navbar ul {
	padding: 19px 0 0 0;
	height: 30px;
}
#navbar li {
	display: inline;
	list-style: none;
	float: left;
	padding: 0;
}
#navbar a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	padding: 19px 23px 17px 23px;
}
#navbar a:hover {
	background: #fff;
	color: #000;
}
#topnav #menulink a {
	border-left: 1px solid #fff;
}
#topnav #friendslink a {
	border-right: none;
}
#topnav {
	float: right;
	display: inline;
	/*width: 560px;*/
}
 #homenav {
	float: left;
	background: #000;
}

/*sidebar*/
#sidebar h2 {
	margin: 3px 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 3px solid #000;
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
	width: 250px;
}
#sidebar ul {
	width: 250px;
	margin-bottom: 200px;
}
#sidebar li {
	list-style: none;
	padding: 8px 0;
	border-bottom: 1px solid black;
}
#sidebar a:hover {
	background: #c5c5c5;
	text-decoration: none;
}

/*main*/
#main h3 {
	margin: 3px 0 15px 0;
	padding: 0 0 4px 0;
	border-bottom: 3px solid #000;
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
}

/* posts */
.post {
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dedede;
}
img.splash {
	margin: 0 0 15px 0;
}

/* home */
#splash {
	background: url(/wp-content/themes/northside/img/splash-home.jpg);
	height: 508px;
	/*width: 916px;*/
}
#newsflash {
	background: #fff;
	background: url(/wp-content/themes/northside/img/white-shade.png);
	width: 270px;
	float: right;
	padding: 0 15px 20px;
	margin: 0 0 20px;
}
#newsflash h2 {
	margin: 3px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 3px solid #000;
	font-weight: normal;
	font-size: 35px;
	text-transform: uppercase;
}
.flash {
	padding: 15px 0 10px 0;
	border-bottom: 2px solid #656565;
}

/*reviews page*/
#main h3#comments {
	border-bottom:1px solid #DEDEDE;
	font-size:12px;
	font-weight:bold;
}

/* signup */
.newslettersignup input, .newslettersignup select  {
	padding: 3px;
	margin: 2px 0 10px;
}


/*misc*/
.clearfix:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}