/* 
    AUTHOR: Steven Collins
            stevenecollins@me.com
            http://stevencollins.net

Individual CSS elements for the Presentation Page

*/

/* TEXT */


/* STRUCTURE */

#main-content-presentations{
		position: relative;
		top: 0px;
		width: 1000px;
		height: 735px;
		padding: 0, 30px, 0px, 30px;
}



/* Required */
a.links { display: }
a.links:link { text-decoration: none; text-transform: capitalize; color: red; }
a.links:hover { text-decoration: underline; }

.text { padding-top: 5px;}
.text2 { padding-top: 10px; text-align: center; line-height: 20px;}	
.text3 { padding-top:5px; text-align: center; line-height: 20px;}
.text4 { padding-top:5px; text-align: center; line-height: 20px; font-size: 12px;}	
#thanks { height: 360px; width: 325px; padding-top: 15px; text-align: center; border-bottom: black; border-bottom-style: solid; border-bottom-width: 5px; border-bottom-color: black; }
.thanks { }
.formats {text-align: center; line-height: 20px; }
		
/* Optional	*/

#pic-box	{
	width: 170px; height: 252px;
	float: left;
	margin-right: 25px;
	background-color: black;
	padding-top: 5px;
	padding-left: 5px;
	}
	
#text-box	{
	float: left;
	width: 450px; height: 300px;
	}
#text-bio	{
	float: left;
	width: 650px; height: 300px;
	}

#form-box	{
	width: 325px; height: 345px;
	float: right;
	background-color: black;
	margin-bottom: 10px;
	margin-left: 25px;

	}
	#form	{
	width: 285px;	height: 320px;
	margin-top: 5px;
	padding: 0 15px 15px 15px;
	background-color: white;
	}
	#form-container  {
	width: 261px;	height: 176px;
	margin-top: 5px;
	padding: 10px;
	background-color: black;
	border: solid black 2px;
	}