/******************************
   CSS for freewave.at/iphone
     __                                                 _   
    / _|                                               | |  
   | |_ _ __ ___  _____      ____ ___   _____      __ _| |_ 
   |  _| '__/ _ \/ _ \ \ /\ / / _` \ \ / / _ \    / _` | __|
   | | | | |  __/  __/\ V  V / (_| |\ V /  __/   | (_| | |_ 
   |_| |_|  \___|\___| \_/\_/ \__,_| \_/ \___|(_) \__,_|\__|
   
   Made by VividVisions
   www.vividvisions.com

*******************************/

* {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
   font-family: Tahoma, Helvetica, Arial, sans-serif;
   font-size: 16px;
   line-height: normal;
   background: white url(../images/bar.png) 0 76px repeat-x;
   position: relative;
}

#wrap {
   overflow: hidden;
   background: url(../images/iPhoneWave.png) 0 bottom no-repeat;
}

.hidden {
   display: none !important;
}

/************************
   Branding (Header) 
************************/

#branding {
   height: 120px !important;
   position: relative;
   margin-bottom: 15px;
}

#branding h1 a {
   position: relative;
   display: block;
   overflow: hidden;
   left: 1px;
   top: 17px;
   width: 240px;
   height: 100px;
   background: url(../images/logo.png) 0 0 no-repeat;
   text-indent: 300px;
   white-space: nowrap;
}

/************************
   Main Menu 
************************/

#menu {
   list-style: none;
   overflow: hidden;
   position: absolute;
   right: 0;
   top: 76px;
   height: 38px;
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em;
   font-weight: 100;
}

#menu li {
   float: left;
}

#menu li a {
   display: block;
   padding: 0 13px 0 13px;
   margin: 0 1px 0 1px;
   height: 32px;
   line-height: 28px;
   vertical-align: middle;
   color: #ffffff;
   text-decoration: none;
   text-shadow: #000000 0 1px 2px;
}

#menu li a:hover {
   background: url(../images/bar_highlight.png) 0 0 repeat-x;
}

#menu li.current_page_item,
#menu li.current_page_ancestor {
    background: url(../images/bar_highlight.png) 0 0 repeat-x; 
}

#menu li.current_page_item a,
#menu li.current_page_ancestor a {
   color: #430541;
   text-shadow: #ffffff 0 0 3px;
}

#menu li.current_page_item a,
#menu li.current_page_ancestor a {
   height: 38px;
   background: url(../images/bar_highlight_pointer.png) 50% 100% no-repeat;
}

/************************
   Content  
************************/

.content p {
   margin-bottom: 20px;   
}

.content-main {
   font-size: 0.9em;
}

.content-sidebar {
   font-size: 0.85em;
}

.title {
   height: 110px;
   overflow: hidden;
   text-indent: 1000px;
   white-space: nowrap;
   background: url(../images/FreewaveApp.png) 0 0 no-repeat;
}

.appstore a {
   display: block;
   height: 110px;
   overflow: hidden;
   text-indent: 1000px;
   white-space: nowrap;
   background: url(../images/AppStore.png) 0 0 no-repeat;
}

.features {
   margin-top: 20px;
   font-size: 13px;
   color: #464646;
}

.features li {
   height: 120px;
   background-position: 0 4px;
   background-repeat: no-repeat;
   text-indent: 40px;
}

.features li:first-line {
   font-weight: bold;
   text-transform: uppercase;
   color: #000000;
   line-height: 40px;
   vertical-align: middle;
}

.features .uptodate {
   background-image: url(../images/List_Badge.png);
}

.features .offline {
   background-image: url(../images/List_NoWiFi.png);
}

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

.features .compatible {
   background-image: url(../images/List_Compatible.png);
}

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

.screenshots img {
   width: 94px;
   height: 135px;
   padding: 2px 2px 2px 2px;
   border: 1px solid #9c9c9c;
   background: #ffffff;
}

.addthis_button img {
   vertical-align: middle;
}


/************************
   Copyright / Footer 
************************/

#copyright {
   clear: both;
   min-width: 960px;
   height: 35px;
   margin-top: 30px;
   padding-top: 15px;
   background: url(../images/footer.png) 0 0 repeat-x;
   text-align: center;
   font-size: 13px;
   color: #464646;
}

#copyright a {
   color: #ba1fb5;
   text-decoration: none;
}

#copyright a:hover {
   color: #ba1fb5;
   text-decoration: underline;
}

#footer-menu {
   text-align: center;
   list-style: none;
}

#footer-menu li {
   display: inline;
   padding: 0 6px;
}

#footer-menu li.current_page_item,
#footer-menu li.current_page_ancestor {
   font-weight: bold;
}


/************************
   Misc 
************************/

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
