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

/* CORE */

html {
	font-size:62.5%;
	overflow-y: scroll;
}

body {
	background-color:#F9F9F9;
	font-family:Arial, Helvetica, sans-serif;
}

/* TEXT STYLES */

h1 {
	font-size:2.0em;
	color:#333333;
}

h2 {
	font-size:1.4em;
	color:#333333;
}

h3 {
	font-size:1.25em;
	color:#666666;
}

h4 {
	font-size:1.05em;
	color:#999999;
	line-height:1.3em;
}

p {
	font-size:1.2em;
}

/* TEXT LINKS */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/* TEXT LINKS FOR MENU ONCE PICKED*/

.orange {
	color: #C23F30;
}

.green {
	color: #83955B;
}

.blue {
	color: #2B90A9;
}

.teal {
	color: #88A79A;
}

.purple {
	color: #7C7C97;
}

.deeppurple {
	color: #4A4493;
}

/* NAVIGATION */

#nav_logo {
	display:block;
	height:72px;
	width:72px;
}

#nav_text {
	display:block;
	width:450px;
	position:relative;
	top:-22px;
	left:85px;
	font-size:1.4em;
}

#line {
	background-image:url(links/line_600px.jpg);
	width:600px;
	height:1px;
	margin-top:20px;
}

#line_alt {
	background-image:url(links/line_600px.jpg);
	width:600px;
	height:1px;
	margin-top:5px;
	margin-bottom:15px;
}

/* PLACERS */

#container {
	width:600px;
	height:auto;
	margin-left:auto;
    margin-right:auto;
	padding-top:35px;
}

#footer {
	width:600px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:20px;
}

#work_footer {
	width:600px;
	margin-right:auto;
	margin-left:auto;
	padding-top:585px;
	padding-bottom:20px;
}


/* LEFT ALIGN PARAGRAPH STYLE */

#paragraph_left_align {
	display:block;
	width:400px;
	height:auto;
	line-height:1.6em;
	float:left;
}
