/*
Global CSS for joshclarkportfolio.com
Designed by: Josh Clark
Email: joshclark17@hotmail.com

Please use for your educational awareness, but do not "lift" these styles. They are all very easy to write and I'm sure you can figure them out with a little thought.
*/

/*LAYOUT*/
body {
	background-color: #4A4A4A;
	font: 0.8em Trebuchet MS, Verdana, sans-serif;
	color: #CCCCCC;
	line-height:1.5em;
}
#content {
	position:absolute;
	left:106px;
	width:636px;
	z-index:2;
	margin-bottom: 50px;
	height:auto !important;
	height: 100%;
}	
#content a:link {
	text-decoration: none;
	color: #4EB5D7;
}
#content a:hover {
	color: #4EB5D7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4EB5D7;
}
#content a:visited {
	color: #FCCA83;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCCA83;
}
#logo {
	position:relative;
	top:15px;
	width:100%;
	height:100px;
	z-index:3;
	background-image: url(../images_global/logo.jpg);
	background-repeat: no-repeat;
	right: 0px;
	clear: both;
	margin: 0px 0px 20px 0px;
}
/*FOOTER*/
#footer {
	color:#FFFFFF;
	margin: 35px 0px 5px 0px;
	padding: 2px;
	border-top: 1px dotted #FFFFFF;
	width: 636px;
	position:relative!important;
	bottom: 0px;
	clear: both;
}
.clear {
	clear: both;
}
#footer a:link {
	text-decoration: none;
	color: #4EB5D7;
}
#footer a:hover {
	color: #4EB5D7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4EB5D7;
}
.skills_col1 {
	float: left;
	width: 30%;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.skills_col2 {
	float: left;
	width: 30%;
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.skill_col3 {
	float: left;
	width: 30%;
	padding: 0 5px;
	margin-bottom: 20px;
}
#section {
	clear: both;
}

#content h1 {
	clear: both;
}
#content h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #4EB5D7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#content h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer a:visited {
	color: #FCCA83;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCCA83;
}
#homelink {
	position:relative;
	width:285px;
	z-index:2;
}
#homelink a {
	display: block;
	width: auto;
	height: 75px;
	text-align: center;
}
#homelink a:hover, #homelink a:visited {
	text-decoration: none;
	border: none;
}
#navbar {
	position:relative;
	width:auto;
	z-index:3;
	float: right;
	text-align: right;
}
#navbar a:link, #navbar a:visited {
	color: #4EB5D7;
	text-decoration: none;
	border-bottom: none;
}
#navbar a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4EB5D7;
}
/*HOMEPAGE*/

/*PORTALS*/
#portal_resume {
	width: 33%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	clear: left;
}
#portal_portfolio {
	width: 33%;
	text-align: center;
	float: left;
	margin-bottom: 25px;
}
#portal_words {
	text-align: center;
	width: 33%;
	float: left;
	margin-bottom: 25px;
	clear: right;
}
#portal_portfolio a:hover, 
#portal_resume a:hover,
#portal_words a:hover {
	border:none;
}

#portal_portfolio a:link, #portal_portfolio a:visited, #portal_portfolio img,
#portal_resume a:link, #portal_resume a:visited, #portal_resume img,
#portal_words a:link, #portal_words a:visited, #portal_words img {
	text-decoration: none;
	color: #4A4A4A;
	border:none;
}
#content li {
	list-style-image: url(../images_global/bullet.gif);
	line-height: 1.8em;
}

.picture_bg{
	float:left;
	border: 5px solid #FFFFFF;
	margin: 10px 20px 20px 0px;
	padding: 22px;
	background: #000000;
}
#contactform {
	height: auto;
	width: 350px;
	border: 1px solid #cccccc;
	padding: 10px;
	line-height: 1em;
	text-align: right;
	clear: both;
}
#homelink a:link {
	text-decoration: none;
}

