/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Lucida Sans Unicode', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.main_content p,
.main_content h1,
.main_content h2,
.main_content h3,
.main_content h4,
.main_content h5,
.main_content h6 {
	color: #fff;
}

.work_desc p {
	font-size: 11px;
	margin-bottom: 10px;
}

a {
	color: #01C403;
	text-decoration: none;
}

a:hover {
	color: #01C403;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

#work_link li, .button {
	display: block;
	background: url(../images/button.jpg) #00910b no-repeat center;
	font-size: 15px;
	padding: 5px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#work_link li a {
	display: block;
	color: #fff;
}


.button:hover {
	color: #fff;
}

hr {
	border: 0 #01c40e dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#skills hr {
	margin-bottom: 8px;
	margin-top: 8px;
}

#contact_container p, #contact_container ul, #contact_container hr {
	font-size: 10px;
	margin-bottom: 5px;
}

#about p {
	margin-bottom: 20px;
}

#footer_container hr {
	border: 0 #004505 dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
	font-weight: normal;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

.main_content h5 {
	border-bottom: 2px solid #01c403;
	margin-bottom: 10px;
}

h6 {
	font-size: 15px;
}

.main_content h6 {
	font-weight: normal;
}

#contact_container h6 {
	color: #004505;
	font-weight: normal;
	margin-bottom: 10px;
}

.work_desc h6 {
	color: #01c40e;
	border-bottom: 1px solid #d3ee01;
	margin-bottom: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none; 
}

li {
	margin-left: 5px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}