/* ------------ GLOBAL ELEMENTS ------------ */
body {
	font-family: helvetica, arial, sans-serif;
	color: /*#333*/#636060;
}
#masterContainer {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#wrapper {
	max-width: 810px;
	margin: 0px auto;	
}
#contactInfo {
	/*border-bottom: 1px dashed pink;*/
	float: right;
	font-size: 12px;	
	background-color: transparent;	
	padding: 0 0 4px 6px;
	margin-top: -18px;	
}
#contentContainer {
	/*border-top: 1px dashed pink;*/
	clear: both;
	float: left;
	padding: 10px 0 20px 0;
	margin-top: -2px;
}
.homepage #contentContainer {
	padding-top: 20px;
}	
#footer {
	float: left;
	clear: both;
	/*width: 768px;*/
	/*text-align: center;*/
	font-size: 11px;
	line-height: 13px;
	color: #696969;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;

}
#footer:hover {
	/*font-size: 15px;
	font-family: georgia;*/
}
/* ------------ GET IN TOUCH ICONS LARGE ------------ */
.getInTouch a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: transparent url(../graphics/getInTouchIcons.gif) no-repeat left top;
	margin-right: 10px;
}
.getInTouch a#email {background-position: 0px 0px;}
.getInTouch a#facebook {background-position: 0px -30px;}
.getInTouch a#twitter {background-position: 0px -60px;}
.getInTouch a#linkedin {background-position: 0px -90px;}
.getInTouch a#mang {background-position: 0px -120px;}
.getInTouch a#usability {background-position: 0px -150px;}

/* =Footer Social Icons Small
------------------------------------------------------------------*/
#footer_info {
	text-indent: -9999px;
	font-size: 11px;
	line-height: 13px;
	color: #696969;
}
#footer_info a {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(/usability/images/socialIcons-sm.gif) no-repeat left top;
	margin: 5px 5px 0px 0px;
}
#footer_info a#email {
	background-position: 0px 0px;
}
#footer_info a#facebook {
	background-position: 0px -16px;
}
#footer_info a#twitter {
	background-position: 0px -32px;
}
#footer_info a#linkedin {
	background-position: 0px -48px;
}
#footer_info a#flickr {
	background-position: 0px -64px;
}
#footer_info a#rss {
	background-position: 0px -80px;
}
#footer_info a#usability {
	background-position: 0px -112px;
}
#footer_info a#mang {
	background-position: 0px -96px;
}
#getInTouch {
	float: right;
	text-indent: 0px !important;
	margin: 8px 5px 0px 0px;
}
/* ------------ PORTFOLIO HOMEPAGE ------------ */
.viewMode {
	float: left;
	display: inline-block;
	color: #696969;
	font-size: 12px;
	padding-bottom: 5px;
	padding: 0px 100px 5px 0px;
	margin-top: -3px;
	border-bottom: 1px dotted pink;	
}
.viewMode a {
	color: #696969;
	padding: 3px 5px;
}
.viewMode a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #999;
}
#webProjects, #interactiveProjects, #animationProjects, #designProjects {
	/*display: none;*/
}
ul.thumbs {
	clear: both;
	width: 810px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.thumbs li {
	float: left;
	list-style-type: none;
	width: 100px;
	height: 100px;
	margin: 0px 1px 1px 0px;
	padding: 0px;
}
ul.thumbs li a:hover {
	opacity: 0.6;
}
/* ------------ TYPOGRAPHY & REFORMATTING ------------ */
a {
	text-decoration: none;
	color: orange;
	color: #f93729;/*red*/	
	color: #e99605;/*orange*/	
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
h1 {
	clear: both;
	font-size: 26px;
	color: #423f3f;
	margin-bottom: 5px;
}
h2 {
	display: block;
	clear: both;
	font-size: 40px;
	color: #999;
	margin-bottom: 3px;	
	margin-top: 0px;
}
h2 a {
	color: #999;
}
h2 a:hover {
	text-decoration: none;
}
.active a:hover {/*color: orange;*/}

.orange, .orange a:hover, .orange a.active {color: #fca700 !important; }
.darkOrange, .darkOrange a:hover, .darkOrange a.active {color: #e29c14 !important; }
.green, .green a:hover, .green a.active {color: #35b035 !important; }
.red, .red a:hover, .red a.active {color: #f93729 !important; }
.blue, .blue a:hover, .blue a.active {color: #009ef9 !important; }
.purple, .purple a:hover, .purple a.active {color: #8650af !important; }
.yellow, .yellow a:hover, .yellow a.active {color: #e8d934 !important; }



.homepage h3 {
	clear: both;
	float: left;
	display: block;
	min-height: 20px;
	color: #1d8ed6;/*hr blue*/
	/*font-family: century gothic;*/
	font-size: /*13px*/14px;
	font-weight: 100;
	margin: 5px 0px 12px 0px;
	padding-left: 10px;
}
h3 {
	display: block;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0px 12px 0px;
}
h4 {
	margin-bottom: 0px;
}
p, ul li, ol li {
	font-size: 14px;
	line-height: 18px;
}
img {
	border: none;
}
.centerImg {
	padding: 7px;
	margin: 10px auto;
	border: 1px solid #cecece;
}
hr {
	clear: both;
	height: 1px;
	color: transparent;
	border: transparent;
	border-bottom: 1px dotted #239ce9;
}
hr.gray {
	border-bottom: 1px dotted #999;	
}
.caption {
	font-size: 11px;
	font-style: italic;
	color: #898585;
	margin-left: 10px;
}
.btn {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color: #fca700;
	color: #fff;
	padding: 10px 20px 10px 20px;
	margin: 15px 0px 0px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: 3px 3px 3px #888;	
	-moz-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;		
}
.btn:hover {
	color: #4e97d4;
	text-decoration: none;
	/*-webkit-box-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;		
	margin: 17px 0px 0px 17px;*/	
}
.bigArrows {
	font-size: 50px;
}
/* ------------ LIGHTBOX ------------ */
#gallery ul {
	display: inline-block;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}
#gallery li {
	float: left;
	width: 100px;
	height: 70px;	
	list-style-type: none;
	border: 1px solid #cecece;
	padding: 4px;
	margin: 0px 4px 4px 0px;
}
#gallery li:hover {
	background-color: #cecece;
}
#gallery li img {
	width: 100px;
	height: 70px;
}
/* Medium size gallery 250*/
#gallery .medium li, #gallery .medium li img {
	width: 250px;
	height: 175px;
}
#lightbox-container-image img {
	border: 1px solid #cecece;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 83% !important;
}