@charset "utf-8";
/* KyleSpearrin.com CSS Document */

/* ------- HTML ------- */

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 30px;
	background: #ffffff url(../images/bg.jpg) repeat-x top left;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #0068de;
}

a:hover {
	text-decoration: none;
	color: #69aaf2;
}

ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
	list-style: disc;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* ------- STRUCTURE DIVS ------- */

.container {
	width: 770px;
	margin: 0px auto;
}

.header-left {
	width: 277px;
	float: left;
}

.header-right {
	width: 493px;
	float: left;
}

.header {
	height: 44px;
}

.nav {
	margin-top: 11px;
	text-align: right;
}

.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

.nav ul li {
	float: left;
	line-height: normal;
}

.nav a {
	padding: 3px;
	margin-left: 10px;
	color: #000000;
	font-weight: bold;
	border-bottom: 3px solid #c8c8c8;
	display: inline-block;
}

.nav a:hover, .nav a:hover.nav-home, .nav a.nav-home-active {
	border-bottom: 3px solid #c20000;
	color: #000000;
}

.nav a:hover.nav-about, .nav a.nav-about-active {
	border-bottom: 3px solid #0052c2;
}

.nav a:hover.nav-services, .nav a.nav-services-active {
	border-bottom: 3px solid #ffc000;
}

.nav a:hover.nav-portfolio, .nav a.nav-portfolio-active {
	border-bottom: 3px solid #04a200;
}

.nav a:hover.nav-contact, .nav a.nav-contact-active {
	border-bottom: 3px solid #9200d6;
}

.content {
	margin-top: 5px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.content p, .content ul li {
	line-height: 16px;
}

.content-left {
	float: left;
	width: 70%;
}

.content-right {
	float: left;
	width: 30%;
}

.content-right-content {
	margin-left: 10px;
}

.content-left h1, .content-right h2 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	background: #edf4ff url(../images/corner-br.jpg) no-repeat bottom right;
	border-top: 1px solid #39428d;
}

.content-left h2 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 1px 0px 2px 0px;
	border-bottom: 1px solid #929292;
}

.box {
	background: #fafafa url(../images/corner-br-grey.jpg) no-repeat bottom right;
	border-top: 1px solid #929292;
}

.box div {
	border-top: 1px solid #ffffff;
	padding: 5px;
}

.footer {
	color: #929292;
	text-align: center;
	border-top: 1px solid #929292;
	padding: 5px 0px 20px 0px;
}

.footer a {
	color: #929292;
	text-decoration: none;
}

.footer a:hover {
	color: #6a6a6a;
	text-decoration: none;
}

/* ------- PAGE SPECIFIC STUCTURE DIVS ------- */

.port-block {
	margin-bottom: 15px;
}

.port-block-left {
	float: left;
	width: 27%;
}

.port-block-right {
	float: left;
	width: 73%;
}

div.pagination {
	margin-bottom: 10px;
	text-align: right;
	font-size: 85%;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000000;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFFFFF;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

.contact-form .text-input {
	width: 200px;
}

.contact-form textarea {
	width: 500px;
	height: 125px;
}

/* ------- MISC ------- */

.clear {
	clear: both;
	display: block;
}

.error-box {
	background-color: #ffd9d9;
	padding: 5px;
	margin-bottom: 10px;
}

.error-box ul {
	padding-bottom: 0px;
}

.success-box {
	background-color: #ddffd9;
	padding: 5px;
	margin-bottom: 10px;
}

label.error {
	color: #c00000;
}

.pad {
	padding: 5px;
}

/* h2 icons */

h2.icon {
	padding-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}

h2.comments {
	background-image: url(../images/icons/comments.png);
}

h2.script {
	background-image: url(../images/icons/script_gear.png);
}

h2.camera {
	background-image: url(../images/icons/camera.png);
}

h2.calendar {
	background-image: url(../images/icons/calendar.png);
}

h2.xhtml {
	background-image: url(../images/icons/xhtml.png);
}

h2.application {
	background-image: url(../images/icons/application_side_boxes.png);
}

h2.php {
	background-image: url(../images/icons/page_white_php.png);
}

h2.code {
	background-image: url(../images/icons/page_white_code_red.png);
}

h2.world {
	background-image: url(../images/icons/world.png);
}

h2.brick {
	background-image: url(../images/icons/brick_go.png);
}

h2.acrobat {
	background-image: url(../images/icons/page_white_acrobat.png);
}

h2.word {
	background-image: url(../images/icons/page_white_word.png);
}

h2.email {
	background-image: url(../images/icons/email_go.png);
}