@charset "utf-8";
/* CSS Document */

body {
	background:url(images/cloudback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#e8e8e8;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align:center;
}


/*TYPOGRAPHY*/

a:link {
	color: #639;
	text-decoration:none;
	border-bottom: dotted 1px #639;
	}

a:visited {
	color:#639;
	text-decoration:none;
	}

a:hover {
	border-bottom: #639 1px solid;
	}

a:active {}

/*LAYOUT*/

#container {
	position: relative;
	width: 1101px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	height:auto;
	}

#menu {
	position:absolute;
	z-index:3;
	left:-63px;
	top:0px;
	width: 1101px;
	margin: 0;
	background: none;
}
		
	
#subcontainer {
	position:absolute;
	top:145px;
	background-color:#b2b2b2;
	border:#4d4d4d solid 3px;
	padding:0px;
	width:1060px;
	margin-bottom:100px;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#logo {
	position:relative;
	margin: 20px 30px 5px 200px;}

#contentarea {
	position:relative;
	background-color:#f2f2f2;
	border:#9E005D solid 3px;
	margin: 0 30px 30px 30px;
	min-height:500px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.clear {
	clear:both;
	width:auto;}

/*FRONT PAGE*/

#slideframe {
	margin:5px;}

#slideshowContainer {
	position:relative;
	background-color:#9E005D;
	float:left;
	margin-left:50px;
	margin-top:50px;
	width:370px;
	height:270px;
	padding:10px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
}
	
		
/*PORTFOLIO*/

.p-image {
	width:270px;
	padding:5px;
	background: #ccf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.p-text {
	float:right;
	width:450px;
	text-align:left;
	margin-left:30px;
}		

/*RESUME*/

#colcontainer {
	position:relative;
	text-align:left;
	width:960px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	min-height:650px;
}
	
#rcol1 {
	float:left;
	width:360px;
	}

#rcol2 {
	float:right;
	width:600px;
	}
#rcol3 {
	clear:both;
	width:940px;}

	
#resume a:link {
	text-decoration:underline;
	}
	
#resume h3 {
	font-size:larger;
	}
	
#resume h2 {
	font-size:x-large;
	}

/*SERVICES*/

.column {
	width:425px;;
	text-align:left;
	}

#columns {
	width:900px;
	border-bottom: #639 dotted 2px;
	padding-bottom:20px;
	}

#inTouch {
	clear:both;
	width:400px;
	margin: 10px 0 30px 0;
	}

/*CONTACT*/

#form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	clear:both;
	padding: 30px;
	padding-top:30px;
	margin:0px 0px 0 0;
	width: 840px;
	border-top: #639 dotted 2px;
}

form {
	width: 520px;
	margin: 10px 10px 10px 10px;
}

.formL {
	float:left;
	clear:left;}

.formR {
	float:right
	}

label {
	display:block;
	font-weight:bold;
	width:250px;	
	text-align:left;
}

textarea {
	width: 250px;
	height: 130px;
	background-color: #fffff0;
	border:#999 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.textInput {
	width: 250px;
	background-color: #fffff0;
	border:#999 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.warning {
	text-align:left;
	padding:2px;
	font-weight:bold;
	color: #990033;
	border:#eee 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

