/* General CSS Styling */

@font-face { 
	font-family: Museo; 
	font-weight: bold;	
	src: local('Museo-700'), url("/fonts/Museo700.otf"), format("opentype"); /* A font by Jos Buivenga: http://exljbris.nl */
}

@font-face { 
	font-family: Museo; 
	font-weight: normal;	
	src: local('Museo-300'), url("/fonts/Museo300.otf") format("opentype"); /* A font by Jos Buivenga: http://exljbris.nl */	
}

@font-face { 
	font-family:"FertigoPro"; 
	font-weight:normal;		
	src: local('FertigoPro'), url("fonts/FertigoPro.otf") format("opentype"); /* A font by Jos Buivenga: http://exljbris.nl */
} 


html, body {
	font-family:  Helvetica, Arial, sans-serif;
	font-weight: 12px;
	padding: 0;
	margin: 0;
	height: 100%;
/*	background: url(images/bg.jpg) top center no-repeat #4d5c6e; */	
	background: #7e8c9f;		
}

.flash{
	width: 100%;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #94FF70;
	font-weight:bold;
	font-size:20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.flashError{
	width:75%;
	padding-top:8px;
	padding-bottom:8px;
	background-color: #FFAACC;
	font-weight:bold;
	font-size:20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

img {
	border: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: 'Helvetica Neue', Tahoma, Helvetica, sans-serif;
	font-size: 14px;	
	padding: 0px 0px 0px 0px;
	margin: 5px 0 5px 0;
	text-shadow: gray 0.01em 0.1em 0.1em;
}

a {
	color: black;
}

a:hover {
	color: gray;
}

h1 h2 h3 h4 {
	font-family: 'Helvetica Neue';	
}

h1 {
	font-size: 32px;
}

h2 {
	margin: 0;
  	font-size: 24px;
  	font-weight: lighter;	
	margin: 0 0 5px 0;
	text-shadow: gray 0.01em 0.1em 0.1em;
}

h3 {
	margin: 0;
  	font-size: 18px;
  	font-weight: lighter;	
	margin: 0 0 5px 0;	
	text-shadow: gray 0.01em 0.1em 0.1em;	
}

h4 {
	margin: 0;
  	font-size: 16px;
  	font-weight: lighter;	
	margin: 0 0 5px 0;	
	text-shadow: gray 0.01em 0.1em 0.1em;	
}

/* Top Navigation Styling */

#header {
	min-height: 90px;
	height: 90px;
	padding: 5px 10px 10px 10px;
	max-width: 100%;
	width: 100%;
	background: url('/images/kylelogo.png') left no-repeat;
}

#header .topNav {
	margin-top: 65px;
	margin-left: 280px;
	text-align: right;
	display: table-cell;
	vertical-align: bottom;
	float: right;
}

#header .topNav img {
	padding-right: 5px;
}

#header .topNav ul { 
	min-height: 32px; 	
	list-style-type: none; 
	margin: 0; 
	padding: 0; 

}

#header .topNav li { 
	float: left; 
}

#header .topNav li a { 
	color: white; 
	text-decoration: none; 
	font-size: 14px;
	font-weight: bold;	
	text-shadow: #000 1px 2px 1px;
	display: block; 
	float: left;
	min-height: 32px;
	min-width: 75px; 
	text-align: center;
	padding-right: 10px;
}

#header .topNav li a img {
	vertical-align: middle;
}

#header .topNav li a:hover { 
	color: #AAA;
	-webkit-transition: color 0.2s linear;
	text-shadow: #000 0.01em 0.1em 0.2em;	
}

#header .topNav li a.currentTab { 
	height: 32px;
	color: #CCC;
	text-shadow: #000 0.01em 0.1em 0.2em;	
}

/* Table Styling */

#portfolioTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#portfolioTable td {
	vertical-align: middle;
	margin: auto;
}



#portfolioTable p {
	padding-bottom: 10px;
}

/* Main Content Styling */

#mainContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	min-width: 960px;
	width: 85%;	
}

#main {
	margin: auto;
	padding: 10px;
	max-width: 100%;
	min-height: 100px;
	border: 1px solid #000;
	background: #EEF;
	clear: none;
}

#main table{
	border-collapse: collapse;
}

#main td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

#main .infoBox {
	padding: 5px;
	margin: 5px;
	font-weight: lighter;
	margin-left: auto;
	margin-right: auto;
}

#main .infoBox p {
	margin-left: 32px;
	
}

#main .infoBox a {
	text-decoration: none;
}

#blogPost {
	padding-bottom: 15px;
}

#latestBlog p {
	margin: 0px;
}

#latestBlog .dateAuthor {
	margin: 0px; 
	font-size: 11px; 
	padding-bottom: 8px;
}

#latestBlog .blogLink {
	margin: 0px; 
	font-size: 11px; 
	float: right;
	padding-bottom: 8px;
}

#readerPost {
	padding-bottom: 15px;
}

#readerPost .source {
	font-weight: bold;
	font-size: 10px;
}

#readerPost .source a, .link a {
	text-decoration: none;
}

#subjectBox {
	font-weight: bold;
	padding: 10px;
	display: block;
	clear: both;
	background: url('images/grayBar.png') no-repeat top center;
	min-height: 100%; 
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#subjectBox p {
	font-weight: normal;
	font-size: 16px;
}

#subjectBox h2 {
	font-weight: bold;
}

#contactBox {
	text-align: center;
	padding-top: 15px;
	border-top: 1px dashed #CCC;
}

#contactBox a {
	text-decoration: none;
}

/* Contact Form Styling */

contactOther {
	font-size: 18px;
	text-shadow: gray 0.01em 0.1em 0.1em;
	padding: 10px;	
}

#contactOther p {
	font-weight: lighter;
}

#contactOther td {
	text-align: left;
}

#contactOther label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

#contactForm {
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	padding: 10px;
}

#contactForm label {
	font-weight: bold;
	font-size: 12px;
	display: block;
}

#contactForm .nameField {
	background: url('images/icons/textfield/name.png') no-repeat left #EEE;	
	padding-left: 32px;
	font-size: 14px;
	line-height: 22px;	
	height: 22px;
	width: 90%;	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

#contactForm .emailField {
	background: url('images/icons/textfield/email.png') no-repeat left #EEE;	
	padding-left: 32px;
	font-size: 14px;
	line-height: 22px;	
	height: 22px;
	width: 90%;	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#contactForm .subjectField {
	background: url('images/icons/textfield/subject.png') no-repeat left #EEE;	
	padding-left: 32px;
	font-size: 14px;
	line-height: 22px;	
	height: 22px;
	width: 90%;	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#contactForm .textArea {
	font-family: 'Helvetica Neue';	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background:#EEE;
	padding: 2px;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	resize: none;
}

#contactForm .sendButton {
	width:116px;
	height:42px;
	border: none;
	background: url('images/send_button.png');
	background-position: -232px;
}

#contactForm .sendButton:hover {
	background-position: -116px;
}

#contactForm .sendButton:active {
	background-position: 0px;
}

/* Blog Styling */

#singlePost {
	max-width: 95%; 
	margin-left: auto; 
	margin-right: auto;
}

#blogTable h2 a, h3 a {
	text-decoration: none;
}

#sidebar{
	border-left: 1px dashed #CCC;
	padding-left: 10px;	
}

#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;	
}

#sidebar li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;	
}

#searchForm .searchField {
	background: url('images/icons/textfield/search.png') no-repeat left #EEE;	
	padding-left: 25px;
	font-size: 14px;
	line-height: 22px;	
	height: 22px;
	width: 75%;	
	border-top:1px solid #8e8e8e;
	border-left:1px solid #8e8e8e;
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	vertical-align: middle;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* Misc jQuery Styling */

#nav { 
	min-height: 200px;
	height: 200px;
	line-height: 200px;
	vertical-align: middle;
} 

#portfolioSlides {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 200px;
	overflow: hidden;
}

#portfolioSlides div {
	width: 100%;
	min-height: 200px;
	max-height: 250px;
	vertical-align: middle;
	display: table-row;
}


#portfolioSlides div img {
	vertical-align: middle; 
	line-height: 200px;
	margin: auto;
	padding-right: 15px;
	float: left;
}

/* Footer Styling */

#footer {
	width: 960px;
	border-top: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
}

#footerSubjectBox {
	margin-top: -6px;
	background: url('images/grayBarFooter.png') no-repeat bottom center;
	height: 35px;
	
}

#footer .leftSide {
	float: left;
	width: 45%;
	padding: 0px 0px 10px 0px;
}

#footer .rightSide {
	float: right;
	width: 45%;
	text-align: right;
	padding: 0px 10px 0px 0px;	
}

#footer .copyright {
	color: white;
	font-size: 12px;
	display: block;
}
