/* main css file for chrisparaiso.com dark layour
 * background color = #1c1e23
 * link color = #d2ff00 or white
 * text color = #868789
 * hr line color = #3f4145
 */

body {
	background-color: #1c1e23;
	color: #868789;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a:link {
	text-decoration: underline;
	color: #868789;
}

a:visited {
	color: #3f4145;
}

a:hover {
	color: #999999;
}

p {
	margin-bottom: 1em;
}

#info {
	line-height: 1.5em;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}

#header {
	height: 100px;
	border-bottom: solid thin #3f4145;
	padding-bottom: 5px;
}

#title {
	width: 379px;
	height: 36px;
	text-indent: -9000px;
	margin-top: 60px;
	float: left;
	background: url(../images/title.gif) no-repeat;
	
}

#slogan {
	float: right;
	width: 268px;
	height: 17px;
	text-indent: -9000px;
	margin-top: 81px;
	background: url(../images/slogan.gif) no-repeat;
	
}

#content {
	margin-top: 30px;
	overflow: hidden;
		
}

#portfolio {
	width: 539px;
	float: left;
	
}

#info {
	width: 361px;
	float: right;
}

.web-work {
	padding-top: 50px;
	background: url(../images/webwork.gif) no-repeat;
}

.logo-work {
	margin-top: 30px;
	padding-top: 50px;
	background: url(../images/logotype.gif) no-repeat;
}

.entries li {
	margin-bottom: 1em;
	padding-left: 20px;
}

.about {
	padding-top: 50px;
	padding-left: 23px;
	background: url(../images/aboutme.gif) no-repeat;
}

.skills {
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 23px;
	background: url(../images/skills.gif) no-repeat;
}

.social {
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 23px;
	background: url(../images/social.gif) no-repeat;
}

.social li {
	display: inline;
}

.contact {
	margin-top: 30px;
	padding-top: 50px;
	padding-left: 23px;
	background: url(../images/contact.gif) no-repeat;
}

#footer {
	height: 100px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: solid thin #3f4145;
	clear: both;
	
}

.copyright {
	float: left;
}
.back {
	float: right;
}
