
#global-nav-container {
	padding: 1px;
	/*margin: 25px auto 10px auto;*/
	margin: 0px auto 10px auto;
	/*
	background-color: #777777;
	border: 1px solid #4d4d4d;
	-moz-border-radius: 7px !important;
	-khtml-border-radius: 7px !important;
	-webkit-border-radius: 7px !important;
	border-radius: 7px !important;
	-webkit-box-shadow: 0px 2px 30px rgba( 100, 100, 100, 0.30 );
	-moz-box-shadow: rgba( 100, 100, 100, 0.30 ) 0px 2px 30px;
	*/
}

#global-nav {
	/*
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	background:#4d4d4d url(/images/navbar/bg-short.png) repeat-x scroll left top !important;
	*/
	padding: .5em;
	/*min-height: 1.2em;*/
	color: #dedede;
	/*color: #ededed;*/

	text-shadow: rgba(0,0,0,1) 0 1px 0;
	/*font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;*/
}

#global-nav a {
	color: #dedede;
	text-decoration: none;
}

#global-nav a.faded {
	color: #888;
}

#global-nav a:hover {
	background-color: transparent;
	text-decoration: underline;
}


.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

.break {
	clear: both !important;
	margin-bottom: 10px;
	width: 120px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.x-hidden {
	position: absolute;
	left: -10000px;
	top: -10000px;
	visibility: hidden;
}

#footer {
	margin: 0 auto;
	font-size: .8em;
	color: #aaa;
	text-align: right;
}

.vertical-shim {
	padding-bottom: 400px;
	position: absolute;
}

.shim-hidden {
	display: none;
}

.player {
	position: relative;
	overflow: hidden;
	margin: 10px auto 10px auto;
}

.gallery-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10; /*	  background-color: #060606;*/
	background-color: #fff;
}

.gallery-loading-indicator {
	margin: 100px auto auto;
	height: 32px;
	width: 32px;
	background-image: url(/images/icon-loading-portfolio.gif);
	background-repeat: no-repeat;
}

#voice-pictures {
	/*border: 1px solid #ccc;*/
	height: 130px;
	width: 1000px;
	overflow: auto;
	margin-bottom: 25px;
	clear:both;
}

#voice-twitter {
	/*border: 1px solid #ccc;*/
	width: 300px;
	float: left;
	/*height: 250px;*/
}
#voice-blog {
	/*border: 1px solid #ccc;*/
	float: left;
	width: 650px;
	margin-right: 50px;
}
#voice-video {
	/*border: 1px solid #ccc;*/
	height: 320px;
	width: 1000px;
	overflow: auto;
	margin-bottom: 25px;
	clear:both;
}

.flickr-entry {
	float: left;
	margin-right: 10px;
}

.twitter-entry {
	margin: 0 0 10px 0;
}
.youtube-entry {
	float: left;
}

#twitter-list,
#flickr-list,
#youtube-list {
	list-style: none;
	padding: 0;
}

#twitter-list li {
	display: list-item;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-left: 0;
	padding: 4px;
	background-color: #ddd;
}

#twitter_update_list span {

}

#flickr-list li,
#youtube-list li {
	display: list-item;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	vertical-align: bottom;
	/*height: 100px;*/
}
#flickr-list li {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}
#youtube-list li {
	margin-right: 10px;
}
#flickr-list img {
	vertical-align: bottom;
}

#flickr-list {

}

#intro {
	/*padding: 15px;*/
	/*border: solid 1px #b0b8bd;*/
	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
	width: 350px;
	margin-bottom: 10px;
	/*margin-top: 25px;*/
	clear: both;
}
#intro .intro-player {
	width: 40px;
	height: 40px;
	/*position: absolute;*/
	/*margin-top: 10px;*/
	float: left;
}
#intro .intro-title {
	float: left;
	clear: right;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 1.2em;
}

#intro p {
	margin: 0;
}

.project-list {
	padding: 5px 5px 5px;
	display: inline-block;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	
	margin-bottom: 5px;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	/*padding: .5em;*/
	/*min-height: 1.2em;*/
	color: #dedede;
	color: #6b6b6b;
	/*color: #ededed;*/
	/*background:#4d4d4d url(/images/navbar/bg-short.png) repeat-x scroll left top !important;*/
	/*background: #acacac url(/images/navbar/bg-short.png) repeat-x scroll left top !important;*/
	background-color: #ebebeb;
	background-color: #f5f5f5;
	/*text-shadow: rgba(0,0,0,1) 0 1px 0;*/
	/*font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;*/
}
