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

/*
 * General styles
 */

html, body {
	background: #212121;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: url(../images/bg.png) no-repeat;
}

p,
li {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

li {
	list-style-type: circle;
	margin-left: 15px;
	font-size: 15px;
}

ul {
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

/*
 * Portfolio styles
 */
 
#portfolio p {
	font-size: 16px;
}

#portfolio .firstcol {
	width: 300px;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

#portfolio .cols {
	width: 294px;
	float: left;
	border-left: 1px #ff7d00 solid;
	padding: 0 10px 0 15px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#portfolio h1 {
	color: #ff7d00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

/*
 * About Me styles
 */
 
#about-me .firstcol {
	width: 300px;
	float: left;
	padding: 0 10px;
}

#about-me .cols {
	width: 294px;
	float: left;
	border-left: 1px #e40090 solid;
	padding: 0 10px 0 15px;
}

#about-me h1 {
	color: #e40090;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

/*
 * Contact styles
 */

#contact .firstcol {
	width: 460px;
	float: left;
	padding: 0 10px;
}

#contact .cols {
	width: 454px;
	float: left;
	border-left: 1px #008cd2 solid;
	padding: 0 10px 0 15px;
}

#contact a {
	color: #008cd2;
	text-decoration: none;
	font-weight: bold;
}

#contact a:hover {
	text-decoration: underline;
}

#contact label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	font-family: Helvetica, Arial, sans-serif;
	color: #008cd2;
	margin-top: 7px;
}

#contact input,
#contact textarea {
	width: 320px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 1px #4F4F4F solid;
	margin-bottom: 10px;
	background: #333;
	color: #999;
	padding: 5px;
}

#contact textarea {
	height: 200px;
}

#contact input:hover,
#contact textarea:hover {
	border: 1px #008cd2 solid;
}

#contact input:active,
#contact input:focus,
#contact textarea:active,
#contact textarea:focus {
	border: 2px #008cd2 solid;
	margin-bottom: 8px;
}

#contact .button,
#contact .button:hover,
#contact .button:focus,
#contact .button:active {
	background: none;
	border: 0;
	padding: 0;
	width: 125px;
	height: 60px;
	margin-left: 98px;
}

#contact .error {
	display: block;
	margin-left: 100px;
	width: 320px;
	margin-bottom: 20px;
}