/*

Happening Website
Designed and Coded by Nik Fletcher
(c) Copyright Nik Fletcher 2010
http://www.happening-app.com

Happening for iPhone is available on the App Store - http://icanhaz.com/happening
You should buy a copy :)

*/

/* @override http://www.happening-app.com/rw_common/themes/happening_v1/styles.css */

/* @group General Styles */

body {
	font: 13px/1.6666 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #313131;
	background: #fff;
}

* html body {
	font-size: 62.5%;
}

p {
}

b, strong {
	font-weight: bold;
}

a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #D12221;
	/*color: #313131;*/
}

a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #D12221;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

.clearer {
	clear: both;
}

#pageHeader {
}

#pageHeader img {
}

#pageHeader h1 {
	text-indent: -999em;
	background: url(images/title.png) no-repeat left center;
	height: 66px;
	margin-bottom: 0;
	width: 400px;
	float: left;
}

#pageHeader h2 {
	text-indent: -999em;
	display: none;
}

#contentContainer {
	margin-bottom: 0;
}

#contentContainer #content {

}

#sidebarContainer {
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
}

#footer {
	border-top: 1px solid #313131;
	text-align: center;
}

#footer p {
}

#footer a:link, #footer a:visited {
	color: #313131;
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	font-size: 1.2em;
	border-top: 1px solid #313131;
	background: url(images/slogan.png) no-repeat left center;
	clear: both;
}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	padding-left: 500px;
	margin-top: 3px;
}

#navcontainer li {
	display: inline;
	margin-left: 15px;
}

#navcontainer a {
	font-weight: normal;
	color: #313131;	
}

#navcontainer a:hover {
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 3px;
}

h4 {
}

.imageStyle {
}



/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

ul#contentList {
	text-align: justify;
	margin: 25px 0 0;
	padding: 0;
}

ul#contentList li{
	list-style: none;
	padding: 0 0 0 89px;
	margin: 0 0 52px;
	background-repeat: no-repeat;
	background-position: left top;
}

li.nearby {
	background-image: url(images/nearby.png);
}

li.search {
	background-image: url(images/search.png);
}

li.friends {
	background-image: url(images/friends.png);
}

li.calendar {
	background-image: url(images/calendar.png);
}

li.alert {
	background-image: url(images/alert.png);
}

li.love {
	background-image: url(images/love.png);
}

li.legalese {
	background-image: url(images/legalese.png);
}

li.about {
	background-image: url(images/star.png);
}

li.pictures {
	background-image: url(images/pictures.png);	
}

li.contact {
	background-image: url(images/email.png);	
}

.soon {
	text-align: center;
	margin-top: 20px;
}

.soon strong {
	color: #D12221;
}

.credits {
	text-align: center;
	margin-bottom: 20px;
}
/* @end */

#buy-now {
	float: right;
	margin-top: 35px;
	width: 250px;
	height: 27px;
	display: block;
	text-indent: -999em;
	background: url(images/buy-now-text.png) no-repeat center center;
}
