/* CSS Document */

/*	www.mongoliegrill.com
	site build by Megan Seely/Em Dash Creative
	www.emdashcreative.com
	site design by Jess Palmer
*/

/* Layout styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(images/gradientbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 45px;
	margin-right: 70px;
	margin-left: 70px;
}

#container {
	width: 900px;
	margin-bottom: 25px;
}

#logo {
	text-align: left;
	height: 100px;
	width: 900px;
}

#nav {
	height: 35px;
	width: 900px;
	text-align: right;
}

.navspacing {
	margin-left: 3px;
}

#aboutparagraph {
	float: left;
	width: 345px;
	margin-right: 135px;
	text-align: left;
}

.bodycopyarea {
	text-align: left;
}

#icons {
	width: 1000px;
	height: 35px;
	clear: both;
}

.icons-index {
	margin-top: 100px;
}

/* social networking icons/rollovers */

#icons ul {
	list-style: none;
	display: block;
}

#icons ul li {
	float: left;
	height: 35px;
	margin-left: 37px;
}

#icons ul li a {
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	background-repeat: no-repeat;
	height: 35px;
	font-size: 18px;
}

.yelp {
	background: url('images/yelp.png') top left;
	width: 79px;
}

.yelp:hover {
	background: url('images/yelp.png') top right;
}


.tripadvisor {
	background: url('images/tripadvisor.png') top left;
	width: 153px;
}

.tripadvisor:hover {
	background: url('images/tripadvisor.png') top right;
}

.zagat {
	background: url('images/zagat.png') top left;
	width: 76px;
}

.zagat:hover {
	background: url('images/zagat.png') top right;
}

.fb {
	background: url('images/fb.png') top left;
	width: 83px;
}

.fb:hover {
	background: url('images/fb.png') top right;
	width: 83px;
}

.twitter {
	background: url('images/twitter.png') top left;
	width: 108px;
}

.twitter:hover {
	background: url('images/twitter.png') top right;
}

.youtube {
	background: url('images/youtube.png') top left;
	width: 65px;
}

.youtube:hover {
	background: url('images/youtube.png') top right;
}

/* Text styles */

.aboutp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 20px;
}

.generalp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

.drinklink a:link {
	color: #CD9C30;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.drinklink a:visited {
	color: #CD9C30;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.drinklink a:hover {
	color: #CD9C30;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.drinklink a:active {
	color: #CD9C30;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.drinktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.drinkdetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	color: #CD9C30;
	font: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#icons .find {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-top: 18px;
	margin: 0px 15px 0px -37px;
	text-align: left;
}

