@charset "utf-8";
/*
------------------------------------------------------------
CREATIVELIFEFORM v1.0
© creativelifeform 2009
email: rohan@creativelifeform.com
------------------------------------------------------------
*/

/*
------------------------------------------------------------
PAGE
------------------------------------------------------------
*/

.row
{
	padding-bottom:0px;
}
.row a 
{
	text-decoration:none;
}

.row .left-col
{
	width:154px;
	padding-left:0px;
}

.row .left-col p
{
	font-weight:normal;
	font-size:11px;
	margin-top:55px;
	line-height:16px;
}

.row .left-col p b
{
}

.row .right-col
{
	width:762px;
	padding-right:0px;
}

.row .jobs-box
{
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #222;
}

.row .jobs-box h2
{
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	background:none;
}

.row .jobs-box p
{
	margin-top:20px;
}

.row .jobs-box .job
{
	width:504px;
}


.row .jobs-box .skills
{
	width:180px;
	padding:20px;
	margin-left:20px;
	background:#151515;
}

.row .jobs-box .skills h2
{
	font-size:12px;
}

.row .jobs-box .button
{
	margin-top:20px;
}

.left-col 
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	line-height:10px;
}


.right-col p
{
	line-height:20px;
	margin:40px 0px 0px 0px;
}



