@font-face {
  font-family: 'Nevis';
  src: url(Museo500-Regular.otf) format("opentype");
}

*
{
	font-family: arial;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

body
{
	background-color: #f6f6f6;
	color: white;
	background-image: url('/design/images/background2.png');
	background-repeat: no-repeat;
	background-position: center -16px;
	padding-top: 20px;
}

body.subpage
{
	background-position: center -466px;
}

body.frontpage #smalllogo
{
	display: none;
}

table
{
	width: 100%;
}

tr
{
	vertical-align: top !important;
}

a img
{
	border: none;
}


p
{
	margin-bottom: 25px;
}

h1,h2,h3
{
}

h1
{
	margin-bottom: 25px;
	padding-top: 25px;
	color: #444;
	text-shadow: none;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -0.03em;
	font-family: 'Nevis';
}

h2
{
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #888;
	font-family: 'Nevis';
}


ol li
{
	position: relative;
	left: 20px;
}
	





#content
{
	width: 900px;
	margin: 0 auto;
}

.frontpage #content
{
	padding-top: 27px;
}

#phone
{
	background-image: url('/design/images/phone.png');
	background-repeat: no-repeat;
	background-position: 17px top;
	width: 270px;
	height: 443px;
	padding-top: 65px;
	float: left;
	position: relative;
	right: 25px;
}

#leftmenu,
#rightmenu,
#loginmenu,
#usermenu
{
	padding: 3px 15px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*background-image: url('/design/images/boxback.png');*/
}

#leftmenu
{
	width: 540px;
}

	#leftmenutd
	{
		width: 340px;
	}

#rightmenu
{
	width: 240px;
	float: right;
}

#loginmenu
{
	width: 40px;
	margin-left: 5px;
}

#usermenu
{
	width: 130px;
	margin-left: 5px;
}
	
	#leftmenu a,
	#rightmenu a,
	#loginmenu a,
	#usermenu a
	{
		color: white;
		text-decoration: none;
		text-shadow: 1px 1px 1px #000;
		font-weight: bold;
	}

	#leftmenu a:hover,
	#rightmenu a:hover,
	#loginmenu a:hover,
	#usermenu a:hover
	{
		color: #ccddff;
	}

a
{
	color: #709501;
	text-decoration: none;
}

a:hover
{
	color: #224466;
}


#innercontent
{
	width: 100%;
	margin-top: 41px;
}

.subpage #innercontent
{
	width: 100%;
	margin-top: 3px;
}

#phonecontent
{
	width: 190px;
	height: 280px;
	margin-left: 40px;
	overflow: hidden;
	background-color: #000;
}

.screenshot
{
	width: 190px;
	float: left;
}

#screenshots
{
	width: 3000px;
	background-color: black;
}

#logo,
#tagline
{
	display: block;
	margin-bottom: 10px;
}

#logo
{
	padding-top: 30px;
	margin-bottom: 10px;
}

.shadow
{
	text-shadow: 1px 1px 1px #000;
	font-size: 15px;
}

.teaser
{
	line-height: 150%;
	color: #aaa;
}

.alignright
{
	float: right;
}

#lastfm
{
	position: relative;
	top: 0px;
}

#icons
{
	position: relative;
	top: 90px;
	height: 70px;
}

	#icons a
	{
		z-index: 1000;
		text-shadow: none;
		position: relative;
		top: 5px;
		height: 66px;
	}
	
	#icons a:hover
	{
		text-shadow: none;
	}

#messages
{
}

.message
{
	position: absolute;
	font-weight: bold;
	color: #fff;
	top: 448px;
	margin-left: 0;
	display: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*padding: 10px 10px;
	background-color: #333;*/
}




#text
{
	width: 100%;
	clear: both;
	color: #333 !important;
}

	#text td p
	{
		margin-bottom: 20px !important;
	}

#text td
{
	padding-bottom: 10px;
	line-height: 150%;
}

.leftcol
{
	padding-right: 20px;
	width: 400px;
}

.centercol
{
	padding-right: 10px;
	padding-left: 10px;
}

.rightcol
{
	padding-right: 20px;
}



.small-photo
{
	margin-right: 10px;
}


#download
{
	margin-left: 20px;
}

#download-message
{
	padding: 10px;
	width: 255px;
	font-size: 14px;
	position: absolute;
	top: 300px;
	margin-left: 320px;
	
	background-color: white;
	color: black;
	text-shadow: none;
}

	#download-message p
	{
		line-height: 125%;
	}
	
#downloadbox	
{
	background-color: white;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	padding: 30px;
}

.page
{
	background-color: white;
	/*background-image: url('http://freelanceswitch.com/wp-content/themes/fsw-v3/images/backgrounds/page.png');*/
	background-repeat: repeat-x;
	color: #222;
	padding: 20px 30px;
	line-height: 20px;
	min-height: 450px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
}

	.page .error
	{
		background-color: #eee;
		color: #666;
		padding: 10px;
		display: block;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		font-weight: bold;
		width: 50%;
		margin: 0 auto 20px;
		text-align: center;
	}

	.page .notice
	{
		background-color: #52ABD6;
		color: #0A4F70;
		padding: 20px;
		display: block;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		margin-bottom: 10px;
	}
		

.inputtext
{
	padding: 5px;
	width: 180px;
	font-size: 16px;
	margin-bottom: 10px;
}

.inputbutton
{
	background-image: url("http://www.iconfinder.net/design/images/button_bg.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid #c1c1c1;
	border-bottom-color: #a1a1a1;
	border-top-color: #d1d1d1;
	vertical-align: middle;
	text-shadow: #fff 0 1px 1px;	
	font-weight: bold;
	padding: 3px 15px;
	margin: 10px 0;
}

.eventimage-large
{
	width: 126px;
}

.livefeed-table
{
	border-collapse: collapse;
	clear: both;
	background-color: #f1f1f1;
	margin: 0 0 10px 0;
}

	.livefeed-table td
	{
	    padding: 10px 10px 10px 10px;
	    border-bottom: 1px solid #e1e1e1;
	}

		      
.mygigbox-table
{
	clear: both;
	border-top: 1px solid #e1e1e1;
	margin: 0 0 10px 0;
}



.mygigbox-table td
{
	padding: 10px 10px 10px 0;
    text-align: top;
}

.mygigbox-table tr
{
    border-bottom: 1px solid #000;
    padding: 10px 10px 10px 10px;
}

.mygigbox-table ul,
#gigbox-right ul
{
	list-style-type: none;
}

#gigbox-right
{
	width: 270px;
	padding-left: 10px;
}

#gigbox-right .blackbox,
#gigbox-right .greybox
{
	padding: 15px 20px 20px 20px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

#gigbox-right .blackbox
{
	background-color: #1F7FAD;
	color: white;
}

#gigbox-right .greybox
{
	background-color: #0A4F70;
	color: white;
}


	#gigbox-right .blackbox a
	{
		color: #75B6D6;
		display: block;
		padding: 5px 0;
	}
	
	#gigbox-right .blackbox a:hover
	{
		color: white;
	}
	
ul#photos
{
	list-style-type: none;
	padding: 10px 0;
}

ul#photos li
{
	float: left;
	margin: 2px 2px 0 0;
}

ul#photos a img
{
	border: 1px solid #666;
	display: block;
}

ul#photos a:hover img
{
	border: 1px solid #fff;
}

#footer
{
	margin: 30px 0;
	clear: both;
	text-align: center;
}

#footer,
#footer a
{
	font-size: 10px;
	color: #444 !important;
}

.twitter
{

	background-image: url('http://www.iconfinder.net/data/icons/socialmediabookmark/16/twitter.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 2px 23px;
}






/* jQuery lightBox plugin - Gallery style */

	#photos ul { list-style: none; }
	#photos ul li { display: inline; }
	#photos ul img {
	}
	#photos ul a:hover img {
	}
	#photos ul a:hover { }
	
	/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}