/* Eric Meyer's reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Calibri, sans-serif, Verdana, Arial;
	vertical-align: baseline;
	background: transparent;
	/*text-align: justify;*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	line-height: 1.3;
	background: #61a5b8 url("../images/background.jpg") no-repeat top;
	color: #333;
	font-size: 13px;
}
a {
	color: #275054;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 2px #b2dae2;
}
	a:hover {
		color: #1F4042;
	}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}

/* My stylesheet */
div#header, div#portfolio, div#footer, div.separator {
	margin: 0 auto;
	width: 870px;
	clear: both;
}
div#header {	
	margin-top: 60px;
}
	div#header img {
		float: left;
	}
	div#description {
		float: right;
	}
		div#description p#white {
			color: #fff;
			font-size: 17px;
			text-shadow: 2px 2px 2px #498896;
			margin: 5px 0 2px 0;
		}
		div#description p#black {
			text-shadow: 2px 2px 2px #b2dae2;
		}	
div#portfolio {
}
	div.item-left, div.item-center {
		margin-right: 9px;
	}
	div.item {
		width: 284px;
		height: 120px;
		float: left;
		background-color: #b2dae2;
		border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
		box-shadow: 0px 1px 4px #498896; -webkit-box-shadow: 0px 1px 4px #498896; -moz-box-shadow: 0px 1px 4px #498896;
	}
		div.item img {
			float: left;
			border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
		}
		div.item p {
			display: none;
			position: absolute;
			width: 270px;
			height: 100px;
			background: url("../images/item_bg.png") repeat;
			padding: 10px 7px;
			border-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius: 2px;
		}
			div.item span {
				font-size: 14px;
				font-weight: bold;
				display: block;
				margin-bottom: 10px;
			}
			div.item a {
				display: block;
				margin-top: 6px;
			}
div#footer {
}
	div#footer h2 {
		margin-bottom: 6px;
		font-size: 18px;
	}
	div#about_me, div#services, div#networks {
		float: left;
		width: 284px;
	}
	div#about_me {
		margin-right: 9px;
	}
		div#about_me p {
			margin: 0 0 5px 0;	
		}
	div#services {
		margin-right: 9px;
	}
		div#services span.number {
			color: #618e98;
			font-size: 16px;
			font-weight: bold;
			width: 15px;
			float: left;
			margin-top: 1px;
		}
		div#services h3 {
			font-size: 13px;
			font-weight: bold;
		}
		div#services p {
			margin: 0 0 5px 15px;
		}
	div#networks {
	}
		div#networks dl {
		}
			div#networks dl dt {
				margin-bottom: 5px;
			}
				div#networks dl dt img {
					vertical-align: middle;
				}
			div#networks dl dd {
				margin-bottom: 12px;
			}
				div.flickr_badge_image {
					display: inline;
				}
					div.flickr_badge_image img {
						width: 50px;
						height: 48px;
						margin-right: 6px;
						border: 1px solid #b2dae2;
					}
					div#flickr_badge_image5 img {
						margin-right: 0px;
					}
div.clear {
	clear: both;	
}
div.height {
	height: 9px;	
}
div.separator {
	border-top: 1px dotted #bfdee5;
	height: 1px;
	margin: 9px auto;	
}
