/* General Rules */
body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:.75em;
	/*background:#323232 url(../images/body_bg.png) repeat-y center top;*/
	background-color:#323232;
}

table {
	width:100%;
}

img {
	border:0;
	outline:none;
}

p {
	margin:0;
	padding:0;
}

form {
	margin:0;	
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

.clearrow {
	clear:both;	
	height:0px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.preload, .hidden {
	display:none;
}

/* Layout Styles */

.wrapper {
	width:950px;
	/*margin:0 0 0 30px;*/
	margin:0 auto;
	padding:15px 10px 100px;
	text-align:left;
	border-top:1px solid #e3e3e3;
	background-color:#fff;
}

.body-header {
	margin-bottom:28px;
	height:109px;
	position:relative;
}

.body-header a.logo {
	float:left;
	width:213px;
	height:109px;
	background:url(../images/body_logo.png) no-repeat 0 0;
	text-indent:-9999px;
	display:inline;
	margin:0 20px 0 5px;
}

.body-header .intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.416em;
	line-height:1.353em;
	padding:0;
	color:#999;
	width:420px;
	position:absolute;
	left:243px;
	bottom:0;
}

.body-header ul.navigation {
	width:221px;
	height:100px;
	position:absolute;
	bottom:3px;
	right:0;
}

.body-header ul.navigation li {
	margin:3.5px 0 0 0;
}

.body-header ul.navigation li a {
	display:block;
	font-size:1.5em;
	text-decoration:none;
	border-bottom:1px dotted #000;
	font-weight:bold;
}

.body-footer {
	margin-top:90px;	
}

.body-footer ul.navigation li {
	float:left;
	width:20%;
}

.body-footer ul.navigation li li {
	width:100%;
	padding-top:.6em;
	line-height:1.4em;
}

.body-footer p.outro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.5em;	
	line-height:1.4em;
	padding:45px 0 0 0;
	color:#999;
	width:75%;
	margin-bottom:2em;
}

.body-footer p.poweredby {
	margin-top:45px;	
}

.body-content .area-left {
	float:left;
	width:710px;
	margin-right:20px;
}

.body-content .area-right {
	float:left;
	width:220px;
}



/* Content Styles */
a {
	color:#00abba;
	text-decoration:none;
	padding-right:.2em;
	padding-left:.2em;
	outline:none;
}

a.adjust {
	margin-left:-.2em;	
}

a.image {
	padding:0;	
}

a.blend {
	color:#333;	
}

a.nav, a.headline {
	color:#000;	
	cursor:pointer;
}

a.inverse {
	background-color:#000;
	color:#fff;	
}

a.highlight {
	background-color:#fcf900;
	color:#000;
}

a.current {
	color:#00abba;
}

a:hover,
a.hover {
	background-color:#00abba;	
	color:#fff;
}

a.no-click:hover {
	color:#333;
	background-color:#fff;
	cursor:default;
}

h1 {
	padding:0;
	margin:.5em 0;
	font-size:2.5em;
	color:#000;
	font-weight:bold;
	line-height:1.1em;
}

h2, h2.medium {
	padding:0.2em 0 0 0;
	margin:0;
	border-bottom:1px dotted #000;
	font-size:1.5em;
	font-weight:bold;
	color:#000;
}

h2.small {
	font-size:1.333em;	
}

h2.large {
	font-size:1.666em;	
}

h2.xlarge {
	font-size:1.833em;	
}

h2 span {
	color:#999999;
	font-size:.636em;
	padding-left:0.3em;
}

h3 {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:1em;
}

.ico-twitter {
	background:url(../images/ico_twitter_off.png) no-repeat 3px center;
	padding-left:18px;
}

a.ico-twitter:hover,
a.share-twitter:hover {
	background-image:url(../images/ico_twitter_on.png);
	background-color:#fff;
}

a.share-twitter {
	float:left;
	width:12px;
	height:12px;
	background:url(../images/ico_twitter_off.png) no-repeat center center;
	text-indent:-9999px;
	padding:0;
	margin-left:.4em;
	margin-top:1px;
}

.ico-fb {
	background:url(../images/ico_fb_off.png) no-repeat 3px center;
	padding-left:18px;
}

a.ico-fb:hover,
a.share-fb:hover {
	background-image:url(../images/ico_fb_on.png);
	background-color:#fff;
}

a.share-fb {
	float:left;
	width:12px;
	height:12px;
	background:url(../images/ico_fb_off.png) no-repeat center center;
	text-indent:-9999px;
	padding:0;
	margin-left:.4em;
	margin-top:1px;
}

div.share-links {
	
}

div.share-links span {
	float:left;	
}

.body-content ul.sub-nav {
	border-bottom:3px solid #000;
	margin-bottom:10px;
	position:relative;
}

.body-content ul.projects-nav {
	margin-bottom:0;
}

.body-content ul.sub-nav li {
	float:left;
	font-size:1.166em;
	line-height:1.75em;
	font-weight:bold;
	color:#999;
}

.body-content ul.sub-nav li ul {
	border-bottom:1px solid #000;	
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	padding:.6em 0;
	margin-top:3px;
}

.body-content ul.sub-nav li li {
	font-weight:normal;
	font-size:.857em;
	line-height:normal;
	margin-bottom:0.4em;
}

.body-content ul.sub-nav li a,
.body-content ul.sub-nav li span.text {
	padding-left:0.6em;
	padding-right:0.6em;
}

.body-content ul.sub-nav li span.text {
	padding-left:0.3em;
}

.body-content ul.sub-nav a {
	display:block;
}

.body-content ul.sub-nav li.current a {
	background-color:#000;	
	color:#fff;
}

.body-content ul.sub-nav li.current li a {
	background-color:#fff;	
	color:#333;
}

.body-content ul.sub-nav li li.current a {
	background-color:#fff;	
	color:#333;
}

.body-content ul.sub-nav li li a:hover {
	background-color:#00abba;	
	color:#fff;
}

.body-content ul.sub-nav a:hover {
	background-color:#fff;	
	color:#00abba;
}

.body-content ul.sub-nav a.back {
	background-color:#fff;	
	color:#999999;
	background-image:url(../images/tab_nav_left_dbl_grey.png);
	background-repeat:no-repeat;
	background-position:4% .6em;
	padding-left:1.8em;
}

.body-content ul.sub-nav a.back:hover {
	background-color:#fff;	
	color:#00abba;
	background-image:url(../images/tab_nav_left_dbl_grn.png);
}

.body-content ul.sub-nav li a.tag {
	background-image:url(../images/tab_nav_down_blk.png);
	background-repeat:no-repeat;
	background-position:85% .65em;
	padding-right:1.5em;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.body-content ul.sub-nav li.current a.tag {
	background-image:url(../images/tab_nav_down_wt.png);
}

.body-content ul.sub-nav li.current a.tag:hover {
	color:#fff;	
}

/*.body-content ul.sub-nav li a.tag:hover,*/
.body-content ul.sub-nav li.sfHover a.tag {
	background-image:url(../images/tab_nav_down_blk.png);
	background-color:#fff;
	color:#000;
	border-top:4px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-top:-4px;
	position:absolute;
	z-index:100;
	padding-bottom:3px;
}

.body-content ul.sub-nav li.sfHover a.tag:hover {
	color:#000;
}

.body-content ul.sub-nav li a.tag:hover {
	color:#000;	
}

.body-content ul.sub-nav li.search {
	float:right;
	background-color:#000;
	padding:1px .4em 0 8px;
	margin:-1px 0 0 0;
	color:#fff;
	letter-spacing:.04em;
}

.body-content ul.sub-nav li.search label {
	padding-right:5px;	
}

.body-content ul.sub-nav li.search input {
	border:0;
	padding:.25em;
	width:13em;
}

.body-content ul.sub-nav li.right {
	float:right;
	background-color:#000;
	color:#fff;
	margin:0 0 0 .2em;
	letter-spacing:.04em;
}

.body-content ul.sub-nav li.right a {
	color:#fff;	
}

.body-content ul.sub-nav li.right a:hover {
	background-color:#00ABBA;
	color:#fff;
}

.body-content ul.sub-nav li.right a.ico-right {
	background-image:url(../images/tab_nav_right_wt.png);
	background-repeat:no-repeat;
	background-position:92% .7em;
	padding-right:1.6em;
	padding-top:0.1em;
}

.body-content ul.sub-nav li.right a.ico-right:hover {
	background-image:url(../images/tab_nav_right_grn.png);
}

.body-content ul.sub-nav li.right a.ico-left {
	background-image:url(../images/tab_nav_left_wt.png);
	background-repeat:no-repeat;
	background-position:8% .7em;
	padding-left:1.6em;
	padding-top:0.1em;
}

.body-content ul.sub-nav li.right a.ico-left:hover {
	background-image:url(../images/tab_nav_left_grn.png);
}

.body-content .project-results-loading {
	-moz-opacity:.30; 
	filter:alpha(opacity=30); 
	opacity:.30; 
}

.body-content ul.projects {
	margin-right:-10px;	
	margin-top:10px;
}

.body-content ul.projects li {
	float:left;
	width:230px;
	margin:0 10px 18px 0;
}

.body-content ul.projects li.linebreak {
	clear:both;
	width:100%;
	margin:0;
	height:1px;
	float:none;
	display:block;
}

.body-content ul.projects li .image {
	width:230px;
	height:125px;	
	background-position:center center;
	background-repeat:no-repeat;
	display:block;
}

.body-content ul.projects li a:hover .image,
.body-content ul.projects li a.hover .image {
	border:5px solid #00abba;
	width:220px;
	height:115px;
}

.body-content ul.projects li h3 {
	margin:0.4em 0;
}

.body-content .clients, 
.body-content .tags {
	margin-top:13px;
}

.body-content .clients ul {
	float:left;
	width:24.25%;
	margin-right:0.999%;
}

.body-content .clients ul.last {
	margin:0;	
}

.body-content .clients ul li, 
.body-content .tags ul li {
	margin-bottom:.4em;	
}

.body-content .clients ul li a {
	display:block;	
}

.body-content ul.bios {
	margin-top:.2em;
}

.body-content ul.bios li {
	line-height:1.4em;	
	margin-bottom:4em;
}

.body-content ul.bios li .profile {
	float:left;
	width:150px;
	height:150px;
	margin-right:15px;
	background-position:center center;
	background-repeat:no-repeat;
}

.body-content ul.bios li .details {
	float:left;
	width:300px;
	margin-right:23px;
}

.body-content ul.bios li .details h1 {
	margin:0;
	font-size:2em;
}

.body-content ul.bios li .details .meta {
	font-size:1.166em;
	margin-bottom:1.25em;
}

.body-content ul.bios li .feed {
	float:left;
	width:221px;
}

.body-content ul.bios li .feed .stream-twitter {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}	

.body-content ul.tags li {
	float:left;
	width:auto;
	margin:0 0.2em 0.2em 0;
	font-size:.916em;
}

.body-content ul.stream-flickr {
	margin:2px -5px 0 0;
}

.body-content ul.stream-flickr li {
	float:left;
	width:52px;
	height:52px;
	margin:4px 4px 0 0;
}

.body-content ul.stream-flickr li a {
	display:block;
	height:52px;
	padding:0;
	background-position:center center;
	background-repeat:no-repeat;
}

.body-content ul.stream-flickr li a:hover {
	border:5px solid #00abba;
	width:42px;
	height:42px;
}

.body-content ul.stream-twitter li {
	margin:0.5em 0;
}

.body-content ul.stream-twitter li p {
	font-size:.916em;
	line-height:1.5em;
}

.body-content ul.stream-twitter li .date {
	color:#999;
	font-style:italic;
	display:block;
	text-align:right;
	padding-right:0.4em;
}

.body-content ul.stream-news li {
	margin:1em 0 2em 0;
}

.body-content ul.stream-news li p {
	font-size:.916em;
	line-height:1.5em;
}

.body-content ul.stream-news li .meta {
	font-size:.916em;
	text-transform:uppercase;
}

.body-content ul.stream-people li {
	margin:0.833em 0;
}

.body-content ul.stream-people li a {
	padding:0.2em;
}

.body-content ul.stream-people li .profile {
	display:block;
	width:47px;
	height:48px;
	float:left;
	margin:0 0.5em 0 0;
	background-position:center center;
	background-repeat:no-repeat;
}

.body-content ul.stream-people li .title,
.body-content ul.stream-people li .location {
	font-size:.916em;
}

.body-content ul.stream-people li .name {
	font-size:1.166em;
	font-weight:bold;
}

.body-content ul.default-sidebar {
	margin:.8em 0 2.4em;
}

.body-content ul.default-sidebar li {
	margin:0 0 0.4em;
}

/* Page Specific Styling */

.page-home .main-feature {
	/*border-bottom:3px solid #000;*/
	margin-bottom:15px;
	background-color:#bdf5f8;
}

.page-home .special {
	margin-bottom:15px;	
}

.page-home .special .video {
	float:left;
	width:470px;
	height:265px;
	margin-right:10px;
	background:#bdf5f8;
}

.page-home .special .details {
	float:left;
	width:230px;	
}

.page-home .special .details p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	padding:0.4em 0;
	font-weight:bold;
}

.page-home .area-right h2 {
	margin-top:4px;	
}

.page-article {
	padding:0 .5em;
	width:66%;
	line-height:1.333em;
}

.page-article p {
	margin-bottom:1em;	
}

.page-article ul {
	margin-bottom:1em;
}

.page-article ul li {
	list-style:inside;
	list-style-type:disc;
}

.page-project h1 {
	padding:0.2em 0 0 0;
	margin:0;
	border-bottom:1px dotted #000;
	font-size:2em;
	font-weight:bold;
	color:#000;	
}

.page-project .project-content {
	margin-top:0.6em;	
}

.page-project .project-content .details {
	margin:.8em 0;	
	font-weight:bold;
}

.page-project .project-content .details span {
	color:#999;	
}

.page-project .project-content .description {
	margin:1.5em 4.9% 2em 0;
	float:left;
	width:60%;
}

.page-project .project-content .project-link {
	margin-bottom:2.4em;
}

.page-project .project-content .project-link p {
	padding:0.5em 0;	
}

.page-project .project-content ul.project-addtl-images {
	margin:1.5em 0 2em 0;
	float:left;
	width:35%;
	overflow:hidden;
}

.page-project .project-content ul.project-addtl-images li {
	text-align:center;
	margin-bottom:2.4em;
}

.page-project .project-content ul.project-addtl-images li p {
	font-size:0.833em;
	color:#777;
}

.page-project .slide-nav {
	text-align:center;
	padding:0.2em 0 0 0;
	margin:0 0 .8em;
	border-bottom:1px dotted #000;
}

.page-project .slide-nav .page {
	font-size:1.5em;
	font-weight:bold;
	color:#000;
}

.page-project .slide-nav a.nav-prev {
	float:left;
	margin-top:0.5em;
	background-image:url(../images/tab_nav_left_blk.png);
	background-repeat:no-repeat;
	background-position:4% center;
	padding-left:1em;
}

.page-project .slide-nav a.nav-prev:hover {
	background-image:url(../images/tab_nav_left_grn.png);
}

.page-project .slide-nav a.nav-next {
	float:right;
	margin-top:0.5em;
	background-image:url(../images/tab_nav_right_blk.png);
	background-repeat:no-repeat;
	background-position:96% center;
	padding-right:1em;
}

.page-project .slide-nav a.nav-next:hover {
	background-image:url(../images/tab_nav_right_grn.png);
}

.page-project .readonly a.nav-prev,
.page-project .readonly a.nav-prev:hover {
	cursor:default;
	color:#999;
	background-color:#fff;
	background-image:url(../images/tab_nav_left_grey.png);
}

.page-project .readonly a.nav-next,
.page-project .readonly a.nav-next:hover {
	cursor:default;
	color:#999;
	background-color:#fff;
	background-image:url(../images/tab_nav_right_grey.png);
}

.page-project .quick-description {
	margin-bottom:2.4em;	
}

.jcarousel-skin-project .jcarousel-container-horizontal {
    width: 710px;
}

.jcarousel-skin-project .jcarousel-clip-horizontal {
    width:  710px;
    height: 400px;
}

.jcarousel-skin-project .jcarousel-item {
    width: 710px;
    height: 400px;
}

.page-project .mediatube {
	width:710px;
	height:400px;
}


.page-news h2.page-title {
	padding:0.2em 0 0 0;
	margin:0;
	border-bottom:1px dotted #000;
	font-size:2em;
	font-weight:bold;
	color:#000;	
	position:relative;
}

.page-news .news-content {
	margin-top:0.6em;
	margin-bottom:4em;
}

.page-news ul.news {
	
}

.page-news ul.news li.item,
.news-item {
	position:relative;
	margin-bottom:2.4em;
}

.page-news ul.news li.last {
	margin-bottom:4em;
}

.page-news .article {
	float:left;
	width:470px;
	margin-right:10px;
	padding-bottom:1em;
	border-bottom:1px solid #000;
}

.page-news .news-item .article {
	border-bottom:none;	
}

.page-news .article h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
}

.page-news .article .body {
	line-height:1.4em;
}

.page-news .article ul.meta {
	font-size:0.916em;
	margin:1em 0;
}

.page-news .article div.meta {
	font-size:0.916em;
	margin:1em 0;
	line-height:1.333em;
}

.page-news .article ul.meta li,
.page-news .article ul.meta li div.share-links,
.page-news .article div.meta div.share-links {
	float:left;
}

.page-news .article ul.meta li.separator {
	padding:0 0.3em;
}

.page-news .comments {
	position:absolute;
	bottom:0;	
	right:30px;
	width:190px;
}

.page-news .comments-float {
	float:right;
	width:190px;
	margin-right:30px;
	margin-top:12px;
	display:inline;
}

.page-news .comments ul,
.page-news .comments-float ul {
	margin-top:2px;
}

.page-news .comments ul li.cbody,
.page-news .comments-float ul li.cbody {
	height:103px;
	background-color:#e6f6f8;
	padding:10px 13px 7px 13px;
	border-bottom:2px solid #fff;
	position:relative;
}

.page-news .cbody .author {
	position:absolute;
	bottom:7px;
	right:13px;
}

.page-news .comments .comments-data {
	height:120px;
	background-color:#e6f6f8;
	margin-bottom:2px;
}

.page-news .comments .toolbar,
.page-news .comments-float .toolbar {
	height:20px;
	background-color:#e6f6f8;
	padding:0 3px 0 7px;
}

.page-news .toolbar a.btn-add-comment {
	float:right;
	width:14px;
	height:14px;
	line-height:14px;
	text-indent:-9999px;
	background:url(../images/comments_add.png) no-repeat 0 0;
	padding:0;
	margin-top:3px;
}

.page-news .toolbar a.btn-prev-comment {
	float:left;
	background:url(../images/comments_arrow_left.png) no-repeat left top;
	width:5px;
	height:20px;
	margin:0;
	padding:0;
}

.page-news .toolbar a.btn-next-comment {
	float:left;
	background:url(../images/comments_arrow_right.png) no-repeat left top;
	width:5px;
	height:20px;
	margin:0;
	padding:0;
}

.page-news .toolbar .comment-page-count {
	float:left;
	height:20px;
	line-height:20px;
	margin:0 .8em;
}

.page-news .post-comment {
	background-color:#E6F6F8;
	position:absolute;
	z-index:100;
	display:none;
}

.page-news .post-comment textarea {
	margin:5px;
	width:178px;
	border:1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

.page-news .post-comment .form-row {
	width:180px;
	margin:5px;	
}

.page-news .post-comment input.type-text {
	margin:0;
	width:65%;
	border:1px solid #333;
	float:right;
	padding:2px;
}

.page-news .post-comment label {
	margin:0;
	width:30%;
	float:left;
}

.page-news .post-comment .submit {
	border:none;
	background-color:#000;
	color:#fff;
	font-size:12px;
}


.page-news .pagination {
	width:470px;
	border-top:1px dotted #333;	
	border-bottom:1px dotted #333;
	height:1.5em;
	line-height:1.5em;
}

.page-news .pagination a.nav-prev {
	float:right;
	background-image:url(../images/tab_nav_left_blk.png);
	background-repeat:no-repeat;
	background-position:4% center;
	padding-left:1em;
}

.page-news .pagination a.nav-prev:hover {
	background-image:url(../images/tab_nav_left_grn.png);
}

.page-news .pagination a.nav-next {
	float:right;
	background-image:url(../images/tab_nav_right_blk.png);
	background-repeat:no-repeat;
	background-position:96% center;
	padding-right:1em;
	margin-left:2em;
}

.page-news .pagination a.nav-next:hover {
	background-image:url(../images/tab_nav_right_grn.png);
}

.page-news .pagination a.nav-back {
	float:left;
	background-image:url(../images/tab_nav_left_blk.png);
	background-repeat:no-repeat;
	background-position:4% center;
	padding-left:1em;
}

.page-news .pagination a.nav-back:hover {
	background-image:url(../images/tab_nav_left_grn.png);
}

.page-news .page-title span {
	float:left;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	padding:0;
}

.page-news a.btn-rss {
	padding:0;
	background:none;
	display:inline;
	float:left;
	margin-left:.3em;
	margin-top:2px;
}

.page-news a.btn-rss img {
	border:2px solid #fff;
}

.page-news a.btn-rss:hover img {
	border:2px solid #00abba;
}

.page-news .comment-notice {
	background-color:#E6F6F8;
	position:absolute;
	z-index:110;
	padding:20px;
	width:160px;
	height:110px;
}


/* Various Styles */

.no-results {
	margin-top:2em;
	text-align:center;
}



/* User Content Formatting */

.user-rte p {
	margin-bottom:1em;
	line-height:1.333em;
}
