/* Luca Iacono - All Rights Reserved */

html, body {

}

#home_page {
	background-image: url();
}
	
body {
	color: #000;
	min-width: 960px;
	max-width: 1900px;
	font-family: Helvetica, serif, sans-serif;
	font-size: 1em;
	line-height: 1em;
	background: #fff url(images/colourband.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-size: 3.5em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
}
	
h2 {
	font-size: 2.5em;
	line-height: 0.95em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	}

h3 {
	font-size: 1.8em;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	line-height: 0.85em;
}

h4 {
	font-size: 1.3em;
	padding-top: 0.15em;
	padding-bottom: 0.2em;
	line-height: 0.85em;
}

img {
	border: none;
	vertical-align: top;
	text-align: left;
}

a {
	color: #800000;
}
	
a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}
	
li {
	font-size: 0.8em;
	margin:0.5em 0 0.5em 0;
}

li a {
	text-decoration: none;
}

.capitalized {
	text-transform: uppercase;
}
	
.page_pad {
	padding-left: 4%;
	padding-right: 4%;
}

.vertical_pad {
	padding-top: 4%;
	padding-bottom: 4%;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}


#container{
	width: 98%;
	margin: 0 auto 0 auto;
}

/* CLEAR & SPACER */

.clear {
	clear:both;
}
	
.spacer {
	overflow: hidden;
	height: 30px;
}

.spacer10px {
	overflow: hidden;
	height: 10px;
}

/* END OF CLEAR & SPACER*/

/* HEADER */

#header {
	height: 8em;
}

/* LOGO */

#title {
	margin-top: 1em;
	float: left;
}
	
#title a {
	display: block;
	color: #000;
	font-size: 2.4em;
	line-height: 1.2em;
	text-decoration: none
}

#title a:hover {
	color: #800000;
}

/* END OF LOGO */

/* HEADER MENU */

#menu {
	margin-top: 1em;
	float:right;	
}
	
#menu div {
	float: left;
	padding-left: 1em;
}

#menu a {
	display: block;
	float: left;
	color: #800000;
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: none;
}
	
#menu a:hover {
	color: #000;
	border-bottom: 2px solid black;
}

#menu a.selected {
	color: #000;
	border-bottom: 2px solid black;
	font-size: 1.2em;
	line-height: 1.2em;
}

/* END OF HEADER MENU */

/* END OF HEADER */

/* CONTENT */

#content {
	margin: auto auto 0px auto;
	min-height: 200px;
}

#main_quote {

}

/* ABOUT ME */

#profile, #interests, #career_profile  {
	width: 40%;
	margin-bottom: 30px;
}

#profile p, #interests p, #career_profile p {
	font-size: 1em;
	line-height: 1.1em;
	font-family: Georgia, Verdana, 'Trebuchet MS';
	margin:1em 0 1em 0;
	text-align: justify;
}

/* END OF ABOUT ME */
	

/* PROJECTS */

.project_row {
	 width: 100%;
	}
	
.project_box {
	float: left;
	height: 125px;
	width: 28%;
	margin: 4% 0 0 4%;
	padding-bottom: 2em;
}

.project_box_bg {
	height: 125px;
	min-width: 225px;
	max-width: 600px;
	/* border: 1px solid black; */
}
	
	
.project_box_bg a {
	color: white;
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 0.9em;
	padding: 135px 5px 5px 0px;
}
	
.project_box_bg a:hover {
	color: #800000;
	border-bottom: 3px solid #800000;
	}
/* END OF PROJECTS */


/* CAREER & EDUCATION */

.left_column {
	float: left;
	width: 30%;
	font-weight: bold;
}

.right_column {
	float: left;
	width: 70%;
}

.entry {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #CCCCCC;
}

.entry_header {
	width: 75%;
}

.entry_header a {
	font-size: 1.3em;

}

.entry_sub_header {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #C0C0C0;
	margin-bottom: 1em;
}

.entry_profile {
	float: left;
	font-size: 0.95em;
	font-weight: bold;
	text-transform: uppercase;
}

.entry_description {
	margin-top: 0.5em;
	color: #C0C0C0;
}

.dates {
	font-style: italic;
}
/* END OF CAREER & EDUCATION */


/* PHOTOGRAPHY */

#slideshow {
	width: 902px;
	height: 637px;
	margin: 1em auto 1em auto;
}

/* END OF PHOTOGRAPHY */

/* END OF CONTENT */

/* FOOTER */

#footer {
	height: 90px;
	overflow: hidden;
}

#footer p {
	color: #7F8792;
	font-size: 0.70em;
	}
	
#copyright {
	float: left;
	text-align: left;
}
	
#snss {
	float: right;
}

#snss a {
	font-size: 0.8em;
}

.snss_entry {
	margin: 0 0 0.5em 0;
}

#counter {
	text-align: center;
}

/* /FOOTER */

