/*
Ryan Hubbard, 2009.
This CSS needs some serious refactoring.  Don't come here look here for best practices. 
*/

/*  Colors
============================================================*/
/*color: #F00080;  pink */
/*color: #0099CC;  light blue */

/*  expanded picture size: 850 x 500  */

body {
	font-family:Georgia,Cambria,Times,'Times New Roman',serif;
}

img {
	border: 1px solid #000;
}

a:hover img{
	border-top: 3px solid #F00080;
	margin-bottom: -3px;
}

body h1 {
	padding-top:6px;
}

body h1, h2 {
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia,Cambria,Times,'Times New Roman',serif;
}

#container {
	overflow: hidden;
	border-top: 3px solid #000;
	padding: 5px 0;
}

#main_content {
	padding: 5px 0;
}

#header {
	border-bottom:1px solid #111111;
	padding:10px 0 15px;
}

#header img{
	float:right;
}

/*  Greeting Section
============================================================*/

#greeting{
	border-bottom: 1px solid #666;
	padding-top: .8em;
	padding-bottom: .2em;
	margin-top: 5px;
	margin-bottom: 5px;	
}
	#greeting p{
		color:#111111;
		font-family:Georgia,Cambria,Times,'Times New Roman',serif;
		font-size:3.8em;
		font-weight:normal;
		margin-bottom:0.1em;
		margin-left:15px;
		margin-right:35px;
	}
	#greeting img{
		margin-right:15px;
		float:right;
	}
	#greeting a{
		text-decoration:none;
		color: #F00080;
	}
	#greeting a:hover{
		text-decoration:underline;
	}


/*  About Section
============================================================*/

#about{
	border-bottom: 1px solid #999;
	padding: .75em 0;
}

#about{
	font-size:17px;
	text-align:justify;
	line-height:1.5em;
	color:#222;
}
	#about p{
		padding: 0 35px 12px 15px;
	}
	#about a{
		text-decoration:none;
		color: #FFF;
		background-color:#F00080
	}
	#about a:hover{
		color: #F00080;
		text-decoration:underline;
		background-color:#FFF;
	}
	
/*  About Detail
============================================================*/
.about_detail {
		font-size:15px;
		text-align:justify;
		line-height:1.57em;
		border-bottom: 1px solid #999;
	}	
	
.about_detail p{
		padding:5px 15px;
		color: #555;
	}
	
.about_detail a{
		color: #333;
	}
	


/*  Featured Projects
============================================================*/
#featured_projects{
	padding-top: 25px;
	margin-bottom:35px;
}
	#featured_projects h2, #additional_projects h2{
		margin-bottom:12px;
		font-size:1.1em;
	}
	#featured_projects h3{
		font-size:1.1em;
		font-weight:normal;
	}
	
.featured_project_button {
	line-height:2.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}
	
	.featured_project_button a{
		display:block;
		width:100%;
		height:100%;
		}

	.expanded a {
		text-decoration:none;
		color: #F00080;
		border-top: 1px solid #F00080;
	}

	.collapsed a{
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		color: #000;
		text-decoration:none;
	}
	.collapsed a:hover{
		color: #F00080;
		border-top: 1px solid #F00080;
		border-bottom: 1px solid #F00080;
	}


#project_detail_1, #project_detail_2, #project_detail_3, #project_detail_4{
	font-family:Georgia,Cambria,Times,'Times New Roman',serif;
	font-size:15px;
	text-align:justify;
	line-height:1.57em;
	margin-bottom:15px;
}

	#project_detail_1 p, #project_detail_2 p, #project_detail_3 p, #project_detail_4 p{
		padding:5px 100px;
	}

	#project_detail_1 h3, #project_detail_2 h3, #project_detail_3 h3, #project_detail_4 h3{
		padding:5px 75px 3px;
		font-size: 18px;
		margin-top:25px;
	}
		
	#project_detail_1 h4, #project_detail_2 h4, #project_detail_3 h4, #project_detail_4 h4{
		padding:3px 75px 3px;
		margin-top:6px;
	}
	

p.project_summary {
	margin-top:3px;
	margin-bottom:15px;
}

#project_details a{
	text-decoration:none;
	color: #F00080;
}
#project_details a:hover{
	text-decoration: underline;
}

img.banner_thumb {
	border:1px solid #000;
	display: block;
	margin:auto;
}
a:hover img.banner_thumb{
	border-top:3px solid #F00080;
	margin-bottom:-2px;
}

img.block_thumbs{
	border:1px solid #000;
}

.image_block{
	text-align:center;
	margin:25px auto 20px;
	padding-top:2px;
}

.image_block_top{
	text-align:center;
	padding-top:2px;
}

a:hover img{
	border-top: 3px solid #F00080;
	margin-bottom: -3px;
	background:#FFF
}

#project_detail_3 p.image_bulleted {
	padding-left:211px;
	
}

div.button a {
	width:100%; 
	height:100%; 
	display:block;
}

a.slideshow_link {
	float: right;
}

.issuu {
	padding-top:15px;
}


/* Footer 
============================================================*/

#footer {
	background:#000000 none repeat scroll 0 0;
	display:block;
	min-height: 1.05em;
	margin: 5px auto 10px;
}

#footer ul{
font-family:Georgia,Cambria,Times,'Times New Roman',serif;
color:#fff;
font-size:0.875em;
height:1 em;
letter-spacing:0.143em;
line-height:1.1em;
text-transform:lowercase;
width:100%;
}

#footer li {
	float:right;
	font-size: .75em;
}

#footer li a{
	text-decoration:none;
	background:#000000 none repeat scroll 0 0;
	border-left:0.07em solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	height:1.6em;
	text-align:center;
	width:7em;
}

#footer li a:hover{
	background:#F00080 none repeat scroll 0 0;
	border-left:0.07em solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	height:1.6em;
	text-align:center;
	width:7em;
}

#project_detail_3 img.thumb {
	margin:10px 25px 10px 100px;
	border:1px solid #000;
	float:left;
}

#project_detail_3 a:hover img.thumb {
	border-top: 3px solid #F00080;
	margin-bottom: -2px;
}

#colophon, #contact {
		font-family:Georgia,Cambria,Times,'Times New Roman',serif;
		font-size:15px;
		text-align:justify;
		line-height:1.57em;
		border-top: 1px solid #000;	
		color:#555
}

/* Creative Commons 
============================================================*/
#CC {
	font-size:10px;
	text-align:justify;
	color:#666;
	margin-top:-5px;
}
#CC a {
	text-decoration:none;
	color:#666;
}
#CC a:hover{
	text-decoration:underline;
}

/*ACD
============================================================*/
#about ul{
	font-size:50px;
	line-height:85px;
	padding-left:25px;
}

