@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

BODY {
	background: #fff7e8 url('images/color-lab.jpg') no-repeat top center;
	text-align: center;
	font: 90%/180% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #424242;
}

BODY#portfolio {
	background: #fff7e8 url('images/portfolio-lab.jpg') no-repeat top center;
}

a {
	color: #d08d11;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
}

p {
    margin: 1em 0;
}

h2 {
	font: italic 150%/150% Georgia, "Times New Roman", Times, serif;
	font: 150%/150% Georgia, "Times New Roman", Times, serif;
	color: #e10030;

}

/* ---LAYOUT--- */

#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#navigation {
	text-align: center;
	margin-top: 1em;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
}

#navigation ul li a {
	color: #424242;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;
	padding: 0.3em 0.8em;
    margin: 0.7em 1.2em;
	border: 1px solid transparent;
    
}

#navigation ul li a:hover {
	color: #e10030;
    background: #fff9ef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
	border: 1px solid #edded0;
}
    

#home {
	width: 230px;
	height: 50px;
	float: left;
	margin-top: 3.2em;
}

#home a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#email a{
    display: block;
	float: right;
	padding: 1.5em 4.3em 3em 0;
	color: #FFF;
	font-weight: bold;
}

#intro {
	clear: both;
	font: 125%/160% Georgia, "Times New Roman", Times, serif;
	padding: 11em 0 0;
	width: 620px;
}

#services {
	font: italic 150%/150% Georgia, "Times New Roman", Times, serif;
	margin-top: 1.5em;
}

#services ul li {
	list-style-type: none;
}

#services ul li#web {
	background: url('images/web-icon.jpg') no-repeat;
	padding: 0.3em 0 0.3em 3.5em ;
	color: #d08d11;
}

#services ul li#graphic {
	background: url('images/graphic-icon.jpg') no-repeat 0.3em;
	padding: 0.3em 0 0.3em 3.5em ;
	color: #1154d0;
	margin-top: 1em;
}

#services ul li#branding {
	background: url('images/branding-icon.jpg') no-repeat 0.7em;
	padding: 0.3em 0 0.3em 3em ;
	color: #e10030;
	height: 75px;
}

#services ul li#advertising {
	background: url('images/advertising-icon.jpg') no-repeat;
	padding: 0.3em 0 0.3em 3em ;
	color: #6e9350;
	margin-top: 0.8em;
}

#process {
	clear: both;
	width: 920px;
	display: block;
	margin-top: 23em;
    background: #fff9ef;
	padding: 18px;
	border: 1px solid #edded0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
}

#process h3 {
	color: #e10030;
}

#process ul li {
	list-style-type: none;
	display: block;
	width: 170px;
	float: left;
	padding-right: 1.3em;
	font-size: 90%;
}

li#p1, li#p2, li#p3, li#p4, li#p5 {
	padding-top: 180px;
}

#process ul li#p1 {
	background: url('images/process-01.jpg') no-repeat;
}

#process ul li#p2 {
	background: url('images/process-02.jpg') no-repeat;
	color: #000;
}

#process ul li#p3 {
	background: url('images/process-03.jpg') no-repeat;
}

#process ul li#p4 {
	background: url('images/process-04.jpg') no-repeat;
	color: #000;
}

#process ul li#p5 {
	background: url('images/process-05.jpg') no-repeat;
	padding-right: 0;
}

#prescription {
	float: left;
	clear: both;
	margin-top: 5em;
	width: 450px;
	display: block;
}

#prescription h3, #contact h3, #sidebar h3 {
	color: #e10030;
}

#contact {
	float: right;
	width: 450px;
	margin-top: 5em;
	display: block;
	margin-bottom: 4em;
}

#footer {
	background: #eee1d3;
	width: 100%;
	clear: both;
	padding: 2em 0;
}

/* ---PORTFOLIO--- */

#folio {
	width: 620px;
	text-align: left;
	margin: 12em 0 0;
	clear: both;
	float: left;
}

.item {
	width: 580px;
	padding: 20px;
	background: #fff9ef;
	border: 1px solid #edded0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; 
	margin-bottom: 3em;
}

.item h3 {
	color: #e10030;
	font: italic 150%/150% Georgia, "Times New Roman", Times, serif;
}

.item img {
	border: 1px solid #edded0;
	margin-right: 20px;
}

.item p {
	margin: 0;
	padding: 0;
}

.item ul li {
	list-style-type: none;
	padding: 0 0 0 20px;
	font-size: 80%;
}

.item ul li#p-web {
	background: url('images/p-web.png') center left no-repeat;
	color: #d08d11;
}

.item ul li#p-graphic {
	background: url('images/p-graphic.png') center left no-repeat;
	color: #0349cd;
}

.item ul li#p-branding {
	background: url('images/p-branding.png') center left no-repeat;
	color: #e10030;
}

.item ul li#p-advertising {
	background: url('images/p-advertising.png') center left no-repeat;
	color: #569425;
}

/* ---SIDEBAR--- */

#sidebar {
	float: right;
	width: 280px;
	margin-top: 40em;
}

#sidebar div {
	margin-bottom: 2em;
}

/* ---CLASSES--- */

.stealth {
	display: none;
}

.col1 {
	float: left;
	width: 280px;
}

.col2 {
	float: left;
	width: 280px;
	margin-left: 60px;
}

.clear {
	clear: both;
}

.border {
	border: 0;
}

.fleft, img.fleft {
	float: left;
}

.item .col1, .item .col2 {
	width: 200px;
	margin: 1em 0;
}

.center {
	text-align:center;
}