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

/* BROWSER 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
body {
	font-family: "Helvetica", Arial, sans-serif;
	color: #000;
	font-size: 18px;
	}

img { 
	border: 0;
	}

a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	}
		
	a:hover, active {
		text-decoration: underline;	
		}

.clear {
	clear: both;
	}

#canvas {
	margin-top: 5px;
	background-image: url(../_images/bg-gradient.png) top left;
	background-repeat: repeat-x;
	width: 780px;
	margin: 0px auto;
	padding-bottom: 40px;
	}

#header {
	width: 780px;
	height: 188px;
	background-image: url(../_images/header-signature.png);
	}

#info {
	float: left;
	width: 590px;
	}
	
	#title {
		width: 590px;
		float: left;
		margin-top: 20px;
		color: #999;
		}

#buttons {
	float: left;
	margin-top: 20px;
	width: 590px;
	height: 43px;
	}
	
	#btn-email {
		float: left;
		width: 47px;
		height:43px;
		background:url(../_images/btn-email.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-email:hover {
			background-position: -47px 0;
			cursor: pointer;
			}
		
	#btn-resume {
		float: left;
		width: 40px;
		height:43px;
		background:url(../_images/btn-resume.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-resume:hover {
			background-position: -40px 0;
			cursor: pointer;
			}
	
	#btn-facebook {
		float: left;
		width: 35px;
		height:43px;
		background:url(../_images/btn-facebook.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-facebook:hover {
			background-position: -35px 0;
			cursor: pointer;
			}
	
	#btn-twitter {
		float: left;
		width: 35px;
		height:43px;
		background:url(../_images/btn-twitter.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-twitter:hover {
			background-position: -35px 0;
			cursor: pointer;
			}
	
	#btn-linkedin {
		float: left;
		width: 35px;
		height:43px;
		background:url(../_images/btn-linkedin.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-linkedin:hover {
			background-position: -35px 0;
			cursor: pointer;
			}
	
	#btn-flickr {
		float: left;
		width: 34px;
		height:43px;
		background:url(../_images/btn-flickr.png) top left no-repeat;
		margin-right: 40px;
		}
	
		#btn-flickr:hover {
			background-position: -34px 0;
			cursor: pointer;
			}		
	
#signature-btm-z {
		float: right;
		width: 190px;
		height: 121px;
		background-image:url(../_images/signature-btm-z.png);
		}
	
#availability-available {
	border-top: 3px solid #000;
	margin-top: 20px;
	width: auto;
	height: auto;
	padding: 25px;
	text-align: center;
	background-color: #dfffe5;
	color: #090;
	font-size: 14px;
	}
	
	#availability-available a {
		font-weight: bold;
		color: #136c00;
		}
	
	#availability-available a:hover, active {
		text-decoration: underline;
		}
		
#availability-unavailable {
	border-top: 3px solid #000;
	margin-top: 20px;
	width: auto;
	height: auto;
	padding: 25px;
	text-align: center;
	background-color: #ffdfdf;
	color: #d10303;
	font-size: 14px;
	}
	
	#availability-unavailable a {
		font-weight: bold;
		color: #700000;
		}
	
	#availability-unavailable a:hover, active {
		text-decoration: underline;
		}
	
	.entry {
		margin-top: 35px;
		margin-left: 80px;
		padding-bottom: 30px;
		width: 620px;
		height: auto;
		}
		
	.horizontal_rule {
		width: 780px;
		height: 3px;
		background: #000;
		}
	
	.entry_title {
		width: 620px;
		float: left;
		text-align: left;
		font-size: 23px;
		font-weight: bold;
		margin: 0 20px 30px 0;
		}
		
		.entry_title a {
			font-weight: bold;
			color: #000;
			}
		
		.entry_title span {
			font-weight: lighter;
			color: #999;
			margin-left: 8px;
			}
		
		.entry_title-link {
			width: auto;
			margin-top: 8px;
			float: right;
			font-size: 14px;
			}
		
			.entry_title-link a {
				font-weight: normal;
				color: #999;
				}
		
	.entry_image {
		margin-top: 30px;
		}
	
	#content_container {
		width: 780px;
		text-align: center;
		}

    .descriptive_text {
        margin-top: 15px;
        text-align: left;
        color: #999;
        font-size: 12px;
        font-style: italic;
        }
		
#footer {
	margin-top: 80px;
	border-top: 2px solid #000;
	padding-top: 10px;
	color: #999;
	font-size: 12px;
	}

	#footer a {
		color: #999;
		}