/* Welcome to CARBON */
/* Styles! pour la CARBON Ver 5.0 */
/* http://hellocarbon.ca */

/* Global ----------------------------------------------------------------- */
header {
	background: #000;
	border-bottom: 2px solid #181818;
}
nav a,
nav a:visited {
	color: #fff;
	text-decoration: none;
}
nav a:hover {
	color: #ff54b3 !important;
}
dd a,
dd a:visited {
	color: #cacaca;
}
dd a:hover {
	color: #ff54b3 !important;	
}
dt.icon {
	background-position: -58px -23px;
}
dt#email {
	background-position: -37px -23px;
}
footer {
	border-top: 2px solid #000;
}

/* Our Work ------------------------------ */
#work p strong, #work p b, #work .bright {
	color: #fff;
}
#work {
	background: #121212 url( images/bg_work.jpg ) repeat scroll left top;
	display: block;
	padding-bottom: 2em;
	position: relative;
}
#work a {
	color: #B969AA;
	border-bottom: 1px solid #99394A;
}
#work a:hover {
	color: #fff;
	border-bottom: 1px solid #B969AA;
}
#work hr {
  background: #1b1b1b none repeat scroll 0 0;
  border-top: 10px solid #1b1b1b;
  background: rgba( 100, 100, 100, 0.15 ) none repeat scroll 0 0;
  border-top: 10px solid rgba( 100, 100, 100, 0.15 );

  color: #1b1b1b;
  color: rgba( 100, 100, 100, 0.15 );
}
#work h1 {
	color: #ff54b3;

	margin-top: 0;
	padding-top: 0.5em;
}
#work h2 {
	color: #E03493;
	font-size: 2.3em;
	line-height: 1.3;
	margin-top: 0.5em;
	text-shadow: none;
	width: auto;
}
#work h4 {
	background: #080808;
	color: #464646;
	font-size: 1.25em;
	line-height: 1.2;
	margin: 1em 0 0 0;
	padding: 0.7em 0.5em 0.5em 0.5em;
	text-shadow: 1px 1px 0 #000;
	white-space: normal;
}
#work p {
	line-height: 1.8;
	margin-bottom: 1.2em;
}
div.project {
	clear: both;
	min-height: 500px;
	margin: 3em 0;
	width: 100%;
}
div.project .image {
	border: 10px solid rgba( 100, 100, 100, 0.2 );
  display: block;
	height: 400px;
  outline: none;
	overflow: hidden;
  margin: 0 0 10px 0;
	width: 480px;
}
div.project .image img {
	/*border: 10px solid rgba( 100, 100, 100, 0.2 );*/
}
div.project div.left,
div.project div.right {
	float: left;
	margin: 0 30px 0 0;
	width: 500px;
}
div.project div.right {
	margin: 0;
	width: 250px;
}
.visit {
	background: #000;
	cursor: pointer;
	overflow: hidden;

	border-bottom: 1px solid #181818 !important;
	color: #ff43b3 !important;
	display: block;
	font-size: 0.75em;
	margin-top: 2.5em;
	padding: 1em 1em 0.75em 1em;
	text-align: center;
	text-transform: capitalize;
	width: 226px;
}
.visit:hover {
	border-bottom: 1px solid #282828 !important;
}
.gold {
	color: #fc5;
}
#work ::-moz-selection, #what-we-do ::-moz-selection {
  background: #D32686;
  color: #fff;
} 
#work ::selection, #what-we-do ::selection {
  background: #D32686;
  color: #fff;
}