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

html {
	margin: 0 0 1px 0;
	padding: 0;
	height: 100%;
	
}

body { 
	margin: 0px 0 0 0;
	padding: 0;
	
	background-image:url(BG.gif);
	background-color:#222;
	font-family:Gotham, Helvetica, Geneva, Arial, sans-serif;
	color: #FFF;
	font-size:62.5%;
	
}

img, img a {
	border: none;	
}

p {
	margin: 0px;
}

.nameNumber {
	margin: 15px 0px; 
	padding: 0px;
	color: #222;
	text-shadow: 1px 1px 0px #777; 
}

h1 {
	font-size: 2em;
	/*float: left;	*/
}

h2 {
	font-size: 1.4em;	
	/*float: right;*/
	
}

.head {
	height: 350px;
	width: 940px;
	background-color: #4c4c4c;
	padding: 0px 10px 0px 10px;
	margin-top: -300px;
	margin-bottom: 40px;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border: 1px solid;
	border-top: 0px;
	border-color: #222222;
	
	background: -moz-linear-gradient(top, rgb(76,76,76) 0%, rgb(143,143,143) 80%, rgb(76,76,76) 100%);
	background: -webkit-gradient(linear, right top, right bottom,color-stop(0, rgb(76,76,76)),color-stop(0.8, rgb(143,143,143)),color-stop(1, rgb(76,76,76)));
	
}

.head a, .head a:link, .head a:visited, .head a:hover, .head a:active {
	text-decoration: none;
	color: #222;
	text-shadow: 1px 1px 0px #777; 
}

.head a:hover {
	text-decoration: underline;
}

.row + .row + .row{
	margin-top:70px;	
}

.contact {
	height: 270px;
	color: #222;
	text-shadow: 1px 1px 0px #777;
	font-size: 4.0em;
	padding-top: 30px;
	padding-left: 30px;
	/*background-color: #555;	*/
}

.contact a, .contact a:link, .contact a:visited, .contact a:hover, .contact a:active {
	color: #4c4c4c;	
}

.head .handle{
	float: left;
	margin-top: 20px;
	margin-left: 220px;
}

.head .handle .line{
	
	height: 1px;
	width: 40px;
	border-top: solid 1px #222;
	border-bottom: solid 1px #777; 
	margin: 0px 0px 0px 0px;
	
}

.info {
	font-size:1.2em;
	
}

.info dl {
	margin:0 0 1em 0;	
}

.info dt {
	font-weight:bold;
	color: #aaa;
	border-bottom: 1px solid rgb(110,110,110);
}

.info dd {
	
	line-height:1.6em;
	margin-left:0px;
	color: #666;
}

.info a, .info a:link, .info a:hover, .info a:visited, .info a:active {
	color: #AAA;
} 

#bigCol {
	overflow:visible;
	margin-bottom: 10px;	
}

.portfolioImg {
	width: 700px;
	
}

.portfolioImg img {
	width: 100%;
	cursor: pointer;
	cursor: hand;
}