@charset "utf-8";
/* Peniferella CSS - JG20070203 */

*, html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/header-bg.gif) repeat-x top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #777676;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}


h1 {
	color: #9c3;
	font-size: 45px;
	font-weight: normal;
	letter-spacing: -4px;
	line-height: 32px;
	margin-bottom: 25px;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.clear { clear:both; }

/* Main Nav & Header Styles ----------------------------------------------- */
#header {
	height: 186px;
	margin-bottom: 30px;
}

img#logo {
	margin: 10px 0 0 0;
	border: 0;
}

#meta-buttons {
	float: right;
	width: 125px;
	margin: 10px 0 0 110px;
	display: block;
}

#meta-buttons a img {
	border: 0;
}

/* Nav bar! */
#nav {
	float: right;
}

#nav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 22px;
}

#nav li a, #meta-buttons li a {
	display: block;
	border: 0;
}

#nav li#home { position: relative; background: url(../images/nav-home-over.png) no-repeat top; }
#nav li#about { position: relative; background: url(../images/nav-about-over.png) no-repeat top; }
#nav li#portfolio { position: relative; background: url(../images/nav-portfolio-over.png) no-repeat top; }
#nav li#love { position: relative; background: url(../images/nav-love-over.png) no-repeat top; }
#nav li#services { position: relative; background: url(../images/nav-services-over.png) no-repeat top; }
#nav li#contact { position: relative; background: url(../images/nav-contact-over.png) no-repeat top; }
#nav li#nitty { position: relative; background: url(../images/nav-nitty-over.png) no-repeat top; }
#nav li#clients { position: relative; background: url(../images/nav-for-clients-over.png) no-repeat top; }

#nav li img, #meta-buttons li img {
	border: 0;
}

#nav li a:hover img, #meta-buttons li a:hover img {
	visibility: hidden;
}


/* index.html styles ----------------------------------------------------------------- */

#recent-works {
	float: left;
	width: 331px;
}

#recent-works ul li {
	list-style: none;
	clear: left;
	margin-bottom: 24px;
}

#recent-works ul li img {
	float: left;
	border: 6px solid #bdbcbc;
	background: #d9d9d9;
	padding: 4px;
	margin-right: 25px;
}
#recent-works h3 {
	
}

#recent-works ul li img:hover {
	background: #ffffff;
}

#recent-works a#seeall {
	float: right;
	margin-top: -15px;
	border: 0;
}
#recent-works a#seeall img { border: 0; }
#recent-works a#seeall { position: relative; background: url(../images/see-all-the-works-over.png) no-repeat top;}
#recent-works a#seeall:hover img { visibility: hidden; }


#hello, #manifesto {
	float: right;
	width: 300px;
	margin-right: 30px;
}

#hello p {
	text-align: justify;
	line-height: 20px;
	margin-bottom: 25px;
}

#loved {
	clear: both;
	padding-right: 25px;
	background-color: #FFFFFF;
}
#loved p {
	margin-bottom: 10px;
}

#loved a {
	float: right;
	border: 0;
	display: block;
}
#loved a img { border: 0; }
#loved a#morelove  {
	position: relative;
}

#loved a#morelove:hover img {
	visibility: visible;
}

#news {
	clear: both;
	background-color: #6C6C6C;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#news p {
	margin-bottom: 10px;
}

#news a {
	float: right;
	border: 0;
	display: block;
}



/* about.html styles --------------------------------------------------------------------------- */
#manifesto {
	float: right;
	width: 300px;
}

#manifesto p {
	line-height: 20px;
	margin-bottom: 20px;
	text-align: justify;
}

#about-people {
	float: left;
	width: 440px;
	font-size: 12px;
	margin-bottom: 30px;
}

#extended {
	float: left;
	width: 420px;
	font-size: 12px;
	margin-bottom: 30px;
}

#about-people ul li {
	list-style: none;
	float: left;
	width: 215px;
	font-size: 10px;
}
#about-people ul li img {
	border: 6px solid #bdbcbc;
	background: #d9d9d9;
	padding: 4px;
	margin-bottom: 4px;
}

#extended ul li {
	margin-left: 35px;
}

#extended p, #extended ul li {
	margin-bottom: 20px;
}

/* portfolio.html styles --------------------------------------------------------------------------- */
#portfolio-content { margin-top: 25px; }
#portfolio-content h3 {
	margin-bottom:6px;
}

#portfolio-content p {
	margin-bottom: 15px;
}

#portfolio-content ul li {
	list-style: none;
	float: left;
	width: 22%;
	padding-right: 2%;
	margin-left: 1%;
	height: 195px;
}

#portfolio-content ul li img.thumb {
	float: left;
	border: 6px solid #bdbcbc;
	background: #d9d9d9;
	padding: 4px;
	margin: 0 20px 10px 0;
}

#portfolio-content ul li img.thumb:hover {
	background: #ffffff;
}


#portfolio-content a.site-visit {
	float: left;
	clear: left;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#portfolio-content a.site-visit:hover {
	color: #9c3;
}

#portfolio-content a#morework {
	float:right;
	display: block;
	border: 0;
	padding-bottom: 10px;
}
#portfolio-content a#morework img { border: 0; }
#portfolio-content a#morework  { position: relative; background: url(../images/more-work-over.png) no-repeat top left; }

#portfolio-content .description {
	font-size: 10px;
	display: block;
	clear: left;
}


/* client-love.html ------------------------------------------------------------------- */
#client-love {
	font-family: Arial, Arial, Helvetica, sans-serif;
	margin: 25px 80px 0 0;
}

#client-love ul li {
	list-style: none;
	margin-bottom: 20px;
}

#client-love ul li span {
	font-size: 22px;
	color: #9c3;
}

#client-love ul li p.client-love {
	text-align: right;
}

/* services.html -------------------------------------------------------------------------- */
#services-content .service {
	float: left;
	width: 24%;
	padding-right: 1%;
	padding-bottom: 20px;
}
#wrapper #services-content .service p {
	color: #999999;
	font-size: 11px;
}

#services-content .service ul li {
	margin: 0 0 13px 18px;
	list-style: none;
	list-style-image: url(../images/bullet.gif);
}

#services-content .service h1 {
	font-size: 44px;
	margin-bottom: 15px;
}
#services-content .service p {
	margin-bottom: 25px;
}

/* contact.html -------------------------------------------------------------------------- */
#contact-content img {
	margin-bottom: 20px;
}
#contact-content h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
}
#contact-content p {
	margin-bottom: 15px;
}

#contact-fresh {
float: right;
text-align: right;
width: 50%;
}

#contact-fresh img#phonebooth {
	border: 6px solid #bdbcbc;
	background: #d9d9d9;
	padding: 4px;
}

#contact-fresh a#fresh-clients {
	float: right;
	clear: right;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
	width: 134px;
	height: 45px;
}

#contact-fresh a#fresh-clients img { border: 0; }
#contact-fresh a#fresh-clients { position: relative; background: url(../images/fresh-clients-over.png) no-repeat top right; }
#contact-fresh a#fresh-clients:hover img { visibility:hidden; }


/* freshclients.html -------------------------------------------------------------------------- */

div.client-type {
	float: left;
	width: 30%;
	padding-right: 3%;
	height: 180px;
	margin: 20px 0 20px;
	text-align: center;
}

div.client-type a img {
	border: 0;
}

div.client-type h1 {
	margin-bottom: 0;
}
div.client-type a.right-here {
	clear: right;
	float: right;
	margin-top: 25px;
}

div.client-type a.right-here img { border: 0; }
div.client-type a.right-here { position: relative; background: url(../images/right-here-over.png) no-repeat top right; }
div.client-type a.right-here:hover img { visibility:hidden; }

#forms {
	width: 874px;
	height: 457px;
	background: #f2f2f2;
}
#wrapper #contact-content a {
	text-decoration: none;
	color: #99CC33;
	font-size: 15px;
}
