/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300);
@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic);

body {
	font-family: 'Carrois Gothic', sans-serif;
	font-size:13px;
	padding: 0;
	margin: 0;
	color:#000;
	background: #b34605 url(../images/bg.png) repeat-x;
}
p {
	margin-top: 8px;
}
img {
	border: 0px solid #FFFFFF;
}
.headcontainer {
	width:854px;
	height: 197px;
	margin: 0 auto;
}
.maincontainer {
	width: 860px;
	margin: 0 auto;
	position:relative;
	right: 30px;
	margin-bottom: 15px;
}
.container {
	width: 770px;
	margin: 0 auto;
	margin-right: 0;
	margin-bottom: 40px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clearer {
	clear:both;
}
.topnav {
	background: #000000 url(../images/top-nav-bg.png);
	width: 405px;
	height: 34px;
	position:relative;
	margin-top: -38px;
	margin-right: 28px;
	padding-left: 50px;
	padding-top: 5px;
}
.contenttop {
	background: url(../images/content-top-bg.png) no-repeat top;
	width: 770px;
	height: 22px;
}
.maincontent {
	background-color:#FFFFFF;
	width: 746px;
	padding-left: 12px;
	padding-right: 12px;
}
.contentbottom {
	background: url(../images/content-bottom-bg.png) no-repeat top;
	width: 770px;
	height: 26px;
}
.blackboxtop {
	background: url(../images/black-box-top.png) no-repeat;
	width: 502px;
	background-color:#000000;
	height: 10px;
}
.blackboxcontent {
	background-color:#000000;
	width: 478px;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0;
}
.blackboxbottom {
	background: url(../images/black-box-bottom.png) no-repeat bottom;
	width: 502px;
	height: 10px;
	background-color:#000000;
}
.viewportfolio {
	width: 160px;
	height: 28px;
	display:block;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -77px;
}
.viewportfolio:hover {
	width: 160px;
	height: 28px;
	background: url(../images/view-porfolio_hover.png);
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -105px;
}
.follow {
	width: 160px;
	height: 28px;
	display:block;
	text-indent:-9999px;
	background: url(../images/follow.png);
}
.follow:hover {
	width: 160px;
	height: 28px;
	background: url(../images/followh.png);
}
.webappers {
	width: 195px;
	height: 25px;
	display:block;
	text-indent:-9999px;
	background: url(../images/webappers.png);
}
.smashing {
	width: 195px;
	height: 25px;
	display:block;
	text-indent:-9999px;
	background: url(../images/smahin-mag.png);
}
.contacttab {
	width: 195px;
	height: 25px;
	display:block;
	text-indent:-9999px;
	background: url(../images/contect-me.png);
}
.skillsbox {
	background: url(../images/skills-box.png);
	width: 209px;
	height: 268px;
	padding-top: 80px;
}
.contactdetailsbox {
	background: url(../images/contact-box.png) no-repeat;
	width: 179px;
	height: 278px;
	padding-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
}
.contactdetailsbox h2 {
	color: #f9ff9a;
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	margin: 5px 0px;
}
.contactdetailsbox p {
	color: #FFFFFF;
}
.contactdetailsbox a {
	color: #f9ff9a;
}
.workContent {
	background-color:#FFFFFF;
	padding: 10px 5px;
	margin-top: 5px;
}
.workContent img.sreenshot {
	float:left;
}
.workContent h1 {
	margin-left: 290px;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 14px;
	color:#f57935;
	z-index: 100;
}
.workContent p {
	margin-left: 290px;
	z-index: 100;
}
.workbuttonholder {
	margin-left: 290px;
}
.preview {
	width: 79px;
	height: 40px;
	display:block;
	float:left;
	text-indent:-9999px;
	background: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
.preview:hover {
	width: 79px;
	height: 40px;
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -170px;
}
.visit {
	width: 80px;
	height: 37px;
	display:block;
	margin-top: 3px;
	float:left;
	text-indent:-9999px;
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -40px;
}
.visit:hover {
	width: 80px;
	height: 37px;
	background-image: url(../images/sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -133px;
}
.skillslist {
	margin:0;
	list-style:none;
	padding:0;
	margin-left: 10px;
}
.skillslist li {
	display:inline; /* For IE margins */
	margin:0;
	padding:0;
	padding:4px 4px 4px 24px;
	color:#fff;
	margin:0;
	text-decoration:none;
	font-family: 'Titillium Web', sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	background: url(../images/skillsLI.png) no-repeat left center;
	line-height: 22px;
}
.skillslist img {
}
.skillslist li a:hover {
}
#nav {
	margin: 0;
	padding: 0;
	margin-left: -2px;
}
#nav li {
	list-style-type:none;
	margin: 0;
	float:left;
	padding: 0;
	margin-top: 2px;
}
#nav li a {
	line-height:60px;
	display:block;
	overflow:hidden;
	float:left;
	text-indent: -9999px;
}
#nav li a.item1 {
	background: url(../images/home.png) no-repeat;
	width: 53px;
	height: 30px;
	text-indent: -9999px;
}
#nav li a:hover.item1 {
	background-position:0px -28px;
}
#nav li a.item2 {
	background: url(../images/about.png) no-repeat;
	width: 57px;
	height: 30px;
	text-indent: -9999px;
}
#nav li a:hover.item2 {
	background-position:1px -28px;
}
#nav li a.item3 {
	background: url(../images/portfolio.png) no-repeat;
	width: 81px;
	height: 30px;
	text-indent: -9999px;
}
#nav li a:hover.item3 {
	background-position:0px -28px;
}
#nav li a.item4 {
	background: url(../images/resources.png) no-repeat;
	width: 87px;
	height: 30px;
	text-indent: -9999px;
}
#nav li a:hover.item4 {
	background-position:0px -29px;
}
#nav li a.item5 {
	background: url(../images/contact.png) no-repeat;
	width: 70px;
	height: 30px;
	text-indent: -9999px;
}
#nav li a:hover.item5 {
	background-position:0px -29px;
}
.socialsites {
	padding: 10px;
}
.socialsites img {
	margin-left:20px;
}
.portfolionav {
	background: url(../images/portfolio-nav.png) no-repeat;
	width: 390px;
	height: 24px;
	margin-top: 5px;
}
.navlist {
	margin: 0;
	padding: 0;
	margin-left: 50px;
}
.navlist li {
	display:block;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top:6px;
}
.navlist li a {
	color:#FFF;
	display:block;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
	text-decoration:none;
	margin-left: 22px;
	margin-right: 4px;
}
.navlist li a:hover, .navlist li a.current {
	color:#feff97;
}
.mockupholder {
	background-color:#1a1a1a;
	padding: 5px;
	padding-bottom: 10px;
}
.mockupholder a img {
	margin-top:10px;
	margin-left: 2px;
	padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #fff;
}
.mockupholder a:hover img {
	margin-top:10px;
	margin-left: 2px;
	padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #ed145b;
}
.resources p {
	background-color:#FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-bottom:0px;
	padding-bottom: 0px;
}
.resources big {
	color:#F57935;
	font-size:16px;
	font-weight: bold;
}
.resources small {
	color:#EE1F63;
	font-size:12px;
	font-style:normal;
}
.resources a {
	color:#37C400;
	font-size:12px;
	font-weight: bold;
}
.resources a:hover {
	color:#EE1F63;
	font-size:12px;
	font-weight: bold;
}
.serviceslist {
	margin:0;
	list-style:none;
	padding:0;
	margin-left: 30px;
}
.serviceslist li {
	display:inline; /* For IE margins */
	margin:0;
	padding:0;
	padding:5px 4px 4px 24px;
	color:#000;
	margin:0;
	text-decoration:none;
	font-size:13px;
	display:block;
	background: url(../images/service-list.png) no-repeat left top;
}
.serviceslist li strong {
	font-size: 16px;	
}
.servicetitle {
	color:#ed145b;
	font-size: 16px;
}

.footer {
	color:#FFFFFF;
}
.footer a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	font-weight: bold;
	text-decoration:underline;
}
