/* -------------------------------------------

TITLE : Drinkmate

AUTHOR : SiteSuite Australasia
AUTHOR URL : http://www.sitesuite.com.au

DESCRIPTION : Full Site Styles
 
------------------------------------------ */

/* ------------------------------------------
 GLOBALS AND LAYOUT ELEMENTS
------------------------------------------ */

html, body {
	margin: 0;
	padding: 0;
	background: #eee url(../new_templateimages/bg.gif) top center no-repeat;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

#wrapper {
	width: 958px;
	margin: 0 auto;
	padding-top: 14px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-top:0;
	}

	#header {
		width: 930px;
		height: 90px;
		margin: 0 auto;
		}

		#header img { border: 0; }
	
	#headerAd {
		float: left;
		width: 728px;
		height: 90px;
		background: #eee;
		}
	
	#becomeMember {
		float: right;
		width: 192px;
		height: 90px;
		}
	
	#bnnr {
		margin: 10px auto 0 auto;
		width: 958px;
		height: 86px;
		background: url(../new_templateimages/bnnr_bg.jpg) top right no-repeat;
		}
		#bnnr img { border: 0; }
	
	#navWrap {
		width: 958px;
		height: 49px;
		background: #000 url(../new_templateimages/nav_bg.jpg) top left repeat-x;
		}

		/*-------------------------------------------
		  DROPDOWNS
		-------------------------------------------*/

		#nav, #nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
			}
		
		#nav li {
			cursor: pointer;
			float: left;
			margin: 0;
			}
			
		#nav li a {
			min-height: 15px;
			font: bold 11px Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			display: block;
			text-decoration: none;
			text-transform: uppercase;
			padding: 18px 43px 16px 42px;
			border-right: 1px solid #373737;
			border-left: 1px solid #101010;
			}
			
		#nav li a:hover { 
			color: #fff;
			text-decoration: none;
			}
		
		#nav li.selected a { color: #fff; }
		
		#nav li.selected a:hover { 
			color: #fff;
			text-decoration: none;
			}
		
		#nav li.selected a, #nav li a:hover {}
				
		#nav li ul a, #nav li ul a:visited {
			min-height: 15px;
			font: normal 11px verdana, arial, helvetica, sans-serif;
			display: block;
			text-decoration: none;
			text-align: left;
			padding: 7px 10px;
			border-top: 1px solid #424242;
			border-right: 1px solid #424242;
			border-left: 1px solid #424242;
			color: #fff;
			width: 150px;
			background-color: #333;
			text-transform: none;
			}
			
		#nav li ul a:hover { 
			background-image: none;
			color: #fff;
			background-color: #424242;
			}
		
		#nav li.selected ul a, #nav li.selected ul a:visited {
			font: normal 11px verdana, arial, helvetica, sans-serif;
			display: block;
			text-decoration: none;
			text-align: left;
			padding: 5px 5px 5px 10px;
			border-top: 1px solid #424242;
			border-right: 1px solid #424242;
			color: #fff;
			width: 150px;
			}
			
		#nav li.selected ul a:hover { color: #fff; }
			
		#nav li ul li { background-color: #333; }
		
		#nav li {
			float: left;
			padding: 0;
			}
		
		#nav li ul {
			position: absolute;
			border-bottom: 1px solid #424242;
			left: -999em;
			height: auto;
			width: 172px;
			margin: 0;
			padding: 0;
			}
		
		#nav li li {
			width: 150px;
			background-image: none;
			}
		
		#nav li ul ul { margin: -26px 0 0 176px; }
		
		#nav li:hover ul ul,
		#nav li:hover ul ul ul,
		#nav li.sfhover ul ul {
			left: -999em;
			}
		
		#nav li:hover ul,
		#nav li li:hover ul,
		#nav li li li:hover ul,
		#nav li.sfhover ul,
		#nav li li.sfhover ul {
			left: auto;
			z-index: 500;
			}
		
		#nav li:hover, #nav li.sfhover {
			color: #fff;
			position: static;
			}
		
		#nav li ul li:hover, #nav li ul li.sfhover { 
			background-image: none;
			background-color: #333;
			}
	
	#contentWrap {
		width: 930px;
		margin: 14px auto;
		}
	
		#lhsBar {
			float: left;
			width: 226px;
			padding: 17px;
			background: #404040;
			color: #d9d9d9;
			font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
			}
			
			#lhsBar h2 { border: 0; padding: 0; margin: 0 0 10px 0; }
			#lhsBar a {
				color: #d9d9d9;
				text-decoration: none;
				}
			#lhsBar a:hover { text-decoration: underline; }
			input.goSubmit {
				width: 43px;
				height: 34px;
				}
			
			#search { width: 226px; }

				#search #searchBoxHeader,
				#search #venueBoxHeader,
				#search #venueBoxContent,
				#search #searchVenueHead,
				#search #searchVenue { display: none; }
				
				#searchProducts select.selectStyle, #searchProducts input.inputStyle {
					width: 220px;
					border: 1px solid #c8c8c8;
					}
				
				#searchProducts img { margin-top: 8px; }
			
			#browseByCat {
				width: 226px;
				padding: 25px 0;
				margin: 25px 0;
				border-top: 1px solid #535353;
				border-bottom: 1px solid #535353;
				}
				
			#membersArea { width: 226px; }
				
				#authen_username, #authen_password { width: 220px; margin: 3px 0 15px 0; }
				
				.members_links {
				  padding-top: 10px;
					text-align: right;
				}
		
		#content {
			float: right;
			width: 645px;
			}
	
			#upComingEvents { width: 370px; }
	
			#rhsBar {
				float: right;
				width: 300px;
				display: inline;
				}
				
				#specials {
					background: #f6f6f6;
					width: 298px;
					}
					#specialsInner {
						border: 1px solid #e5e5e5;
						}

					#specialsInner h2 {	
						padding: 16px;
						padding-bottom: 0;
						border: 0;
						}
					
					#moreSpecials {
						display: block;
						background: #000 url(../new_templateimages/specials_link_bg.jpg) top left repeat-x;
						text-align: right;
						width: 266px;
						padding: 13px 16px;
						color: #a80505;
						font: bold 11px Verdana, Arial, Helvetica, sans-serif;
						text-decoration: none;
						text-transform: lowercase;
						}
						
						ul.specials_include {
						  width: 285px;
						  margin: 0 auto;
							padding: 0;
							list-style: none;
							overflow: hidden;
						}
						
						  ul.specials_include li {
							  float: left;
								width: 95px;
								margin: 0;
								padding: 0 0 10px 0;
								text-align: center;
							}
						
						  ul.specials_include li img {
								width: 80px;
								height: 80px;
								margin: 0 auto;
								display: block;
								border: 1px solid #CCC;
							}

				#rhsAd {
					width: 300px;
					margin: 14px 0;
					}
				
				#venueLocator {
					background: #191919;
					padding: 13px 16px 30px 16px;
					font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
					color: #d1d1d1;
					}
					
					#venueLocator h2 { border: 0; }

					#venueLocator #searchBoxHeader,
					#venueLocator #searchBoxContent,
					#venueLocator #searchProducts,
					#venueLocator #venueBoxHeader { display: none; }
	
					#venueLocator #searchVenueHead select.selectStyle,
					#venueLocator #searchVenue select.selectStyle {
						width: 263px;
						border: 1px solid #c8c8c8;
						}
					
					#venueLocator #searchVenueHead input.inputStyle,
					#venueLocator #searchVenue input.inputStyle {
						width: 224px;
						height: 20px;
						border: 1px solid #c8c8c8;
						margin: 0;
						}
					
					#venueLocator #searchVenueHead img,
					#venueLocator #searchVenue img { margin: -2px 0 0 -5px; }
			
			#rhsBarEvents {
				width: 242px;
				height: 500px;
				float: right;
				margin: 0 0 0 20px;
				display: block;
				}

				#holder  { width: 242px; }
				
				#addEvent {
					position: absolute;
					margin-top: 300px;
					width: 200px;
					padding: 20px;
					background: #f1f1f1;
					border: 1px solid #e5e5e5;
					font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
					color: #999;
					}
			
			#contentEvents {
				float: left;
				width: 370px;
				}
			
			#contentHome {
				float: left;
				width: 320px;
				}
	
	#footerAdBar {
		width: 902px;
		margin: 0 auto;
		padding: 14px;
		background: #f1f1f1;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		}
		
		#joinForums {
			width: 162px;
			height: 90px;
			float: left;
			}
		
			#joinForums img { border: 0; }
			
			#footerAd {
				width: 728px;
				height: 90px;
				float: right;
				}

	#footer {
		width: 930px;
		margin: 30px auto;
		}
		#footer p, #footer a { color: #787a7d; }
		#footer p { line-height: 23px; }
		#footer strong { color: #333; }
		#footer img {
			float: right;
			border: 0;
			}

.clear, .cLear {
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	}

#stats { display: none; }

/* ------------------------------------------
 DATABASE
------------------------------------------ */

.searchResultItemLeft {
	width: 80px;
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #e5e5e5;
	}

.locationItemContent {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	}

/* ------------------------------------------
 TEXT FORMATTING
------------------------------------------ */

p, th, td, li {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}
	/*.introText {
		font: 14px/19px Verdana, Arial, Helvetica, sans-serif;
		color: #999;
		}*/

p {	margin: 0 0 20px 0; }
ul, table { margin-bottom: 20px; }
li { margin-bottom: 5px; }
th { font-weight: bold; }

hr {
	border-top: 1px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: #fff;
	margin: 40px 0;
	height: 0;
	padding: 0;
	}

form, fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
	
	input, select, textarea {
		font: 11px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
		color: #333;
		}

#specials a#moreSpecials { color: #FFFFFF; }
#specials a#moreSpecials:hover { text-decoration: none; }

/* ------------------------------------------
 HEADINGS
------------------------------------------ */

h1 {
	font: normal 30px Ariel Black, Arial, Verdana, Helvetica, sans-serif;
	color: #c70909;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	}

h2 {
	font: normal 14px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #c70909;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
	}

h3 {
	font: bold 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	}

h4 {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	}

/* ------------------------------------------
  LINKS
------------------------------------------ */

a, a:link, a:visited, a:active { color: #787a7d; }
a:hover { text-decoration: none; }

#lhsBar div.members_links a { text-decoration: underline; }
#lhsBar div.members_links a:hover { text-decoration: none; }

/*-------------------------------------------
  GENERAL/MISC
-------------------------------------------*/

.imgleft {
	float: left;
	margin: 0 20px 20px 0;
	}

.imgright {
	float: right;
	margin: 0 0 20px 20px;
	}

.media { margin: 0 0 20px 0; }

#map {
  width: 635px;
	height: 320px;
	border: 5px solid #CCC;
}

h2.specials_title {
	font: bold 14px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #c70909;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
	}

ul.specials_venues {
  margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}

  ul.specials_venues li {
	  margin: 0;
		padding: 10px;
	}

  ul.specials_venues li.odd {
	  margin: 0;
		padding: 10px;
		background: #F9F9F9;
	}
	
	div.searchResultItemContent h3 {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif; 
	color: #999;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	}

a.fancy img { border: 0; }

a.btnAdmin {
	margin: 0;
	padding: 5px 10px;
  font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #3f3f3f;
}

