@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	color: #222;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align: center;
	background: #F8F8F8 url(/images/website/templates/banner-repeat-1.jpg) repeat-x;
	height: 100%;
}
p, h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px;
	line-height:1.5em;
}
p {
	font-size:1.3em;
}
input, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
}
h1 {
}
h2 {
}
h3 {
	font-size:1.4em;
	color:#333;
	letter-spacing:-1px;
}
h3 a {
	color:#025D8C;
	font-weight:100;
}
h3 {/*(love hate here.)*/}
h4 {
	font-size:1.3em;
	letter-spacing:-1px;
	color:#333;
}
h5 {
	font-size:1.2em;
	color:#025d8c;
}
/*(love hate here.)*/
a, a:link, a:visited {
	color:#13587C;
	padding:1px;
}
a:hover, a:active {
	color:#13587C;
	background-color:#C7D9E2;
	padding:1px;
}
ul {
	margin: 5px 40px 10px 10px;
	padding:0 0 0 10px;
}
ul ul {
	margin: 5px 40px 10px 10px;
}
ul li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 10px;
	list-style:outside;
	list-style-type:none;
	list-style-image:url(/images/website/templates/bullet.gif);
	padding:0;
	line-height:1.5em;
}
ol {
	margin: 5px 20px 10px 20px;
}
ol li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 10px;
	list-style:outside;
	list-style-type:decimal;
}
ol ol {
	margin: 5px 20px 10px 10px;
}
ol ol li {
	font-family:Arial, Helvetica, sans-serif;
	margin: 4px 0 4px 10px;
	list-style:outside;
	list-style-type:lower-alpha;
}
pre {
	font-size:1.4em;
	padding:5px;
	background:#DDE7DA;
	overflow:scroll;
	overflow-y:hidden;
}
button {
	color:#000;
	background:#ccc;
	cursor:pointer;
}
legend, .defaultBold {
	font-size:1.4em;
	color:#333;
	font-weight:600;
}
fieldset {
	border-color:#3980A7;
	border-width:1px;
	padding:5px;
}
fieldset div {
	margin:0 5px 0;
	font-size:1.2em;
}
#searchform .input {
	margin:0 5px 10px;
	padding:3px;
	width:100px;
}
select {
	margin:0 0 10px;
}
.multiselect {
	width:185px;
}
button.submit {
	color: #fff;
	background:#F8F8F8 url(/images/website/templates/menu-button.png) no-repeat top;
	width:102px;
	height:27px;
	margin:0 0 0 10px;
	padding:0;
}
.blue-button {
	color: #fff;
	background:#F8F8F8 url(/images/website/templates/blue-button.png) no-repeat top;
	width:102px;
	height:27px;
	margin:0 0 0 10px;
	padding:0;
}
.blue-button:hover {
	background:#fff url(/images/website/templates/blue-button.png) no-repeat bottom;
}
	
pre {
 white-space: pre-wrap;        /*css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

hr {
	color:#c7d9e2;
	background:#ccc;
	margin:0 0 5px;
	height:1px;
	border-bottom:1px solid #c7d9e2;
}
/*----------------------------------------------------See type.css for type styles*/

/*----------Menu ----------*/

/*ie 7*/
html>body ul#menu {
*margin:-40px 0 50px -20px;
*padding:0 0 10px 0;
*position:relative;
*left:-35px;
}
html>body .homepage-content { *margin:120px 0 0 0;}

html>body .subpage-content { *margin:120px 0 0 0;}
/*end ie7*/

body ul#menu {
	margin:78px 0 30px 0;
	padding: 0 0 10px 0;
	padding-bottom:1px;
	position:relative;
	left:0;
}
	
ul#menu {
	margin:78px 0 50px -80px;
	padding:0 0 70px;
	position:fixed;
}


ul#menu li {
	display:block;
	width:104px;
	float:left;
	text-align:center;
	font: 1.4em/27px Arial;
	text-transform:lowercase;
	letter-spacing:-1px;
}
ul#menu a {
	color: #F8F8F8;
	display:block;
	background:url(/images/website/templates/menu-button.png) no-repeat top;
	text-decoration:none;
	padding:0;
	position:absolute;
	width:104px;
	z-index:1;
}

ul#menu a:hover, ul#menu a.active {
	color: #fff;
	background:url(/images/website/templates/menu-button.png) no-repeat bottom;
	padding:0;
}
#wrapper {
	background:url(/images/website/templates/banner-1.png) no-repeat top center;
	width: 80em;
	text-align: left;
	padding:0 2.0em;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -111px; /* the bottom margin is the negative value of the footer's height */
}
h1#logo a {
	font-size:3.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	text-transform:lowercase;
	text-decoration:none;
	letter-spacing:-1px;
	color:#fff;
	position:relative;
	top:50px;
	margin:0;
	padding:10px;
	line-height:1.5em;
/*	outline-color:#348FC7;*/
}
h1#logo a:hover {
	background:none;
}
h1#logo a:active {
	background:none;
}
/*---------- Homepage Styles ----------*/

h2.intro {
	margin:0 0 10px;
}
h2.have-fun {
	background:url(/images/website/templates/smile.gif) no-repeat right center;
	display:block;
	margin:0;
	line-height:2.0em;
}
.intro-footer {
	background:url(/images/website/templates//pat-footer.gif) no-repeat bottom;
	height:28px;
	margin:0;
}
.sidebar {
	float:left;
	display:block;
/*	height:20em;*/
	width:28em;
	margin:0 0 0 40px;
	min-height: 46em;
	height: auto !important;
	height: 46em;
}
.sidebar h3 {
	border-bottom:1px solid #C7D9E2;
	color:#025D8C;
	font-size:1.7em;
	font-weight:900;
	margin:18px 0;
}
.sidebar span {
	margin:0 0 15px;
	line-height:1.5em;
	font-size:1.2em;
	color:#025d8c;
	font-weight:600;
}
.sidebar .pretty-photo {
	margin:0 0 10px;
}
.homepage-content .sidebar a, .subpage-content .sidebar a {
	display:block;
	text-decoration:none;
	background:none;
}
.homepage-content .sidebar a:hover, .subpage-content .sidebar a:visited {
	display:block;
	text-decoration:none;
	background:none;
}
.sidebar img {
	display:block;
}
p.description {
	margin:0 0 30px;
}

/*---------- Featured Footer ----------*/

.blog {
	clear:both;
	background:#D2DECE;
	padding:1em;
	margin:30px auto 0;
	width:70.5em;
}
.blog-footer {
	background:url(/images/website/templates/bottom-shadow.gif) no-repeat center top;
	height:2.0em;
	width:100%;
	margin:0 0 20px;
}
.blog p {
	font-size:1.1em;
	margin:0 0 3px;
	padding:0 0 3px;
	background: url(/images/website/templates/2-line-border.gif) repeat-x bottom;
	clear:both;
}
.blog a, .blog a:link, .blog a:visited {
	color:#6A9358;
	padding:1px;
}
.blog a:hover, .blog a:active {
	color:#6A9358;
	background-color:#E6EDE4;
	padding:1px;
}
.blog ul {
	margin-left:0;
	width:232px;
	padding:0;
}
.blog li {
	margin:3px 0;
	list-style:none;
	padding:0;
	list-style-image:none;
}
.blog .latest-work li a {
	display:block;
	padding:1px 3px 1px 23px;
	width:197px;
	background:url(/images/website/templates/star.gif) top left no-repeat;
}
.blog .latest-work li a:hover {
	background-color:#DDE7DA;
	background-position:bottom left;
	padding:1px 3px 1px 23px;
}
.blog .latest-work li a:visited {
	padding:1px 3px 1px 23px;
}
.blog h3 {
	border-bottom:1px solid #C7D9E2;
	padding:0 5px 0;
	color:#025D8C;
	font-size:1.7em;
	font-weight:900;
}
.blog h4 {
	color:#025d8c;
	background: url(/images/website/templates/2-line-border.gif) repeat-x bottom;
	margin-bottom:5px;
	font-size:1.7em;
}
.blog h5 {
	font-size:1.25em;
	font-weight:900;
	background: url(/images/website/templates/2-line-border.gif) repeat-x bottom;
	margin:0 10px 0 0;
}
.blog form {
	float:right;
	display:inline;
	width:232px;
}
.blog form p {
	background:none;
	margin:0;
}
.blog form h5 {
	margin-right:0;
}
.blog .news-date {
	float:right;
	display:inline;
	margin:0 6px 0 0;
	color:#989F95;
	font-size:0.8em;
}
.blog .news .date a {
	float:left;
	display:inline;
}
.blog .news .news-entry:hover {
	background-color:#DDE7DA;
}
.blog .news {
	float:left;
	display:inline;
	width:232px;
}
.blog .news h5 {
	margin-right:0;
}
.blog p.date {
	font-size:1.1em;
	background-image:none;
	clear:none;
}
.blog form input, button {
	padding:0;
	border:0;
	outline:none;
}
.blog form .input {
	width:190px;
	padding:5px 40px 0 10px;
	height:20px;
	background:url(/images/website/templates/search.png) no-repeat top left;
	font-size:1.2em;
	margin:5px 0 0;
	color:#77A29A;
	outline:none;
}
.blog form .submit {
	height:25px;
	background:url(/images/website/templates/mag-glass.gif) no-repeat center center;
	text-indent:-9999px;
	cursor:pointer;


	width:30px;
	outline:none;
	position:relative;
	top:-28px;
	left:190px;
}
.blog form .input:hover, .blog form .input:focus {
	background-position:bottom left;
	color:#333;
}
/*---------- Subpage Styles ----------*/

#content .blog {
	background:none;
	float:none;
	width:200px;
	margin:-10px 0 0 20px;
}
body .homepage-content {
	margin:40px 0 0;
}


body .subpage-content {
	margin:40px 0 0;
}
#article, #article-full {
	width: 47.5em;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom:30px;
}

/*ie 7 only.*/
html>body #menu { *margin-top:250px; }



#article-full {
	width:100%;
}
#full {
	margin-top: 50px;
	margin-bottom:30px;
}
#article img {
	border:3px solid #C7D9E2;
}
#article p.date {
	font-size:1.1em;
	margin:0 0 10px
}
.main-entry {
	margin:0 0 50px;
}
.news-entry {
	margin:0;
}
.news .news-entry p {
	margin:0;
}
.news-entry p {
	margin:0 0 10px;
}
.news-entry h3.main-title {
	margin:0px;
}
#article .news-entry p.date {
	margin-bottom:0px;
}
a.comments {
	background:url(/images/website/templates/comment.gif) no-repeat right;
	width:16px;
	text-align:center;
	height:13px;
	padding-top:2px;
	padding-right:3px;
	text-decoration:none;
	font-size:1.0em;
	display:block;
	position:relative;
	top:-35px;
	left:435px;
	margin:0 0 0 20px;
	letter-spacing:-1px;
}
a:hover.comments {
background-color: transparent;

background-image: url(/images/website/templates/comment.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: right center;

width: 16px;

text-align: center;

height: 13px;

padding-top: 2px;

padding-right: 3px;

text-decoration: none;

font-size: 1em;

display: block;

position: relative;

top: -35px;

left: 435px;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 20px;

letter-spacing: -1px;


	padding-top:2px;
	padding-right:3px;

	
}
.comments b {
	margin:0 9px 0 -70px;
	font-size:1.1em;
	letter-spacing:0px;
}
.comments b:hover {
	margin:0 9px 0 -70px;
	font-size:1.1em;
	letter-spacing:0px;
}
a.permalink {
	background:url(/images/website/templates/link-1.gif) no-repeat right;
	padding-right:18px;
}
a:hover.permalink {
	background-color:#C7D9E2;
	padding-right:18px;
}
a:visited.permalink {
	padding-right:18px;
}
h3.main-title, h4.main-title {
	padding:0 5px 0 0;
	border-bottom:1px solid #c7d9e2;
	color:#025d8c;
	font-size:1.61em;
}
.min-height {
	min-height: 26em;
	height: auto !important;
	height: 26em;
}
.entry {
	margin:0 0 20px;
}
/*comment form*/
.entry form {
	padding:10px;
	background-color:#D2DECE;
	position:relative;
	width:455px;
}
#commentForm input, #commentForm textarea {
	margin:0;
	padding:4px;
	border: 1px solid #BFD0B9;
	color:#4A4A4A;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	background:#E7ECE5;
	width:20em;
}
#commentForm input:hover, #commentForm input:focus textarea:hover, #commentForm textarea:focus {
	background-color:#EFF2EE;
	border: 1px solid #ABC6C2;
}
#commentForm textarea {
	width:445px;
	height:5.6em;
}
#commentForm .checkbox {
	width:auto;
}
#commentForm h4 {
	color: #025d8c;
	background-image: url(/images/website/templates/2-line-border.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
	margin-bottom: 5px;
	font-size: 1.7em;
}
#commentForm #sendCommentEmail {
	width:102px;
	background:url(/images/website/templates/contact-button.png) top;
	border:0;
	cursor:pointer;
	position:absolute;
	right:0;
	margin:0 0 20px;
	height:27px;
	color:#4a4a4a;
}
#commentForm #sendCommentEmail:hover {
	background:url(/images/website/templates/contact-button.png) bottom;
	color:#4a4a4a;
}
a.smile {
	position:relative;
	left:310px;
	font-size:0.8em;
	padding:2px 2px 2px 20px;
	background:url(/images/website/templates/plus.gif) no-repeat 2px center;
}
a:hover.smile, a:visited.smile, a:active.smile {
	padding:2px 2px 2px 20px;
}
#smile-toggle p {
	margin:5px 0 5px;
	color:#666;
	font-size:1.2em;
}
#smile-toggle img {
	padding:2px;
}
.comment-entry {
	border-bottom:1px solid #C7D9E2;
	padding:10px;
	margin:0 0 10px;
	background:#fff;
}

	


.comments-heading {
	padding:0 5px;
	color: #025d8c;
	font-size: 1.61em;
	margin:0 0 20px;
	clear:both;
}
.comments-block {
	background:#E7ECE5;
	padding:10px;
	margin:0 0 30px;
}
/*comment form end*/

/*---------- Footer Styles ----------*/

.footer-content {
	position:relative;
	top:22px;
}
.footer {
	background:url(/images/website/templates/footer.jpg) repeat-x;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	height: 111px; /* .footer must be the same height as .push */
	position:relative;
}
.push {
	height: 111px; /* .push must be the same height as .footer */
}
.footer p {
	font-size:1.1em;
	width:60em;
	text-align:left;
	margin:0 auto 4px;
	color:#d1e2ec;
}
.footer span {
	background:url(/images/website/templates/fotter-line.gif) bottom repeat-x;
	padding:0 0 2px;
	font-size:1.2em;
}
.footer a {
	color:#d1e2ec;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
	background:none;
	color:#d1e2ec;
}
.footer a:active, .footer a:visited {
	background:none;
	color:#d1e2ec;
}
.footer-top {
	padding:2em 0 0;
}
.footer a.back-to-top, .footer a:visited.back-to-top {
	padding:0 0 0 14px;
	background:url(/images/website/templates/up.gif) 2px 3px no-repeat;
}
.footer a:hover.back-to-top {
	padding:0 0 0 14px;
	background:url(/images/website/templates/up.gif) 2px 2px no-repeat;
}
.handstand {
	background:url(/images/website/templates/handstand.gif);
	width:4.20em;
	height:6em;
	position:absolute;
	left:-100px;
	bottom:111px;
}
/*---------- Utilitys Styles ----------*/
.clear {
	clear: both;
	height:0;
}
* html .clear {
	height: 0;
	line-height:0;
	font-size:0;
}
.left {
	float:left;
	display: inline
}
.right {
	float:right;
	display: inline
}
noscript p {
	margin:10px;
}
.hidden {
	display: none;
}
.hide {
	visibility:hidden;
}

/* Text Selection/Highlight CSS */
/*::-moz-selection{
	color:#437996;
} 
::selection {
	color:#437996;
}*/

/*---------- Links Styles ----------*/

.latest-work {
	float:left;
	display:inline;
	width:232px;
}
.latest-work li {
	font-size:1.2em;
}
p.categories {
	margin:-30px 0 0 0;
	font-size:1.1em;
	height:auto;
}
.paginate {
	letter-spacing:	0.1em;
	padding:10px 6px 10px 4px;
	margin:0;
}
.pagecount {
	font-weight:normal;
	letter-spacing:-1px;
}
.personal-links, .media-links {
	float:left;
	display:inline;
	width:23em;
}
.media-links {
	margin:0 10px 0 0;
}
.personal-links ul, .media-links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.personal-links li, .media-links li {
	list-style-type:none;
	display:inline;
	margin:5px 0;
	padding:0;
}
.personal-links a, .media-links a {
	display:block;
	margin:3px 0;
	padding:3px 3px 3px 25px;
	text-decoration:none;
	background:url(/images/website/templates/link.gif) no-repeat 3px 0;
}
.personal-links a:hover, .media-links a:hover {
	padding:3px 3px 3px 25px;
	background-color:#C7D9E2;
}
.personal-links li span, .media-links li span {
	list-style-type:none;
	display:block;
	color:#666;
	text-decoration:none;
}

li.delicious-post {
	margin:0 0 10px 0;
	list-style-type:none;
	color:#fff;
	list-style-image:none;
}
.subpage-content .sidebar a.delicious-link {
	display:block;
}
.subpage-content .sidebar a.delicious-tag {
	color:#666;
	text-decoration:none;
	position:relative;
	left:-6px;
	display:inline;
}
.subpage-content .sidebar a:hover.delicious-tag, .subpage-content .sidebar a:hover.delicious-link {
	background:#C7D9E2;
}
/*---------- Calendar Styles ----------*/
.calendarBG {
	background-color: #000;
	width:100%;
	height:280px;
}
.calendarBlank {
	background-color: #DDE7DA;
}
.calendarHeader {
	font-weight: bold;
	color:#fff;
	text-align: center;
	background-color: #6A9358;
	font-size:1.4em;
}
.calendarMonthLinks {
	font-family:Arial, Sans-serif;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:	.1em;
	text-decoration:none;
	color:#fff;
	background-color:transparent;
}
.calendarMonthLinks a {
	color:#fff;
	text-decoration:none;
	background-color:transparent;
}
.calendarMonthLinks a:visited {
	color:#fff;
	text-decoration:none;
	background-color:transparent;
}
.calendarMonthLinks a:hover {
	color:#ccc;
	text-decoration:underline;
	background-color:transparent;
}
.calendarDayHeading {
	font-weight: bold;
	font-size:	1.1em;
	color: #fff;
	background-color: #A6BD9D;
	text-align:  center;
	vertical-align: middle;
}
.calendarToday {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	color:#000;
	background-color:#6A9358;
}
.calendarCell {
	font-family:Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;
	color:#666;
	background-color:#fff;
}
.calendarCell a {
	color:#000;
	text-decoration:none;
	background-color:transparent;
}
.calendarCell a:visited {
	color:#000;
	text-decoration:none;
	background-color:transparent;
}
.calendarCell a:hover {
	color:#333;
	text-decoration:underline;
	background-color:transparent;
}
/*---------- Contact Styles ----------*/
div.contact {
	background:url(/images/website/content/contact-cards.gif) no-repeat;
	width:280px;
	height:153px;
	position:relative;
}
.contact p {
	margin:0 0 0 15px;
	font-size:1.1em;
	line-height:1.3em;
}
.contact .email {
	padding:92px 0 0;
}
.subpage-content .sidebar .email a {
	display:inline;
}
.subpage-content .sidebar .social a {
	display:block;
	background:url(/images/website/templates/social.gif) 60px no-repeat;
	line-height:1.25;
	margin:4px 0;
	padding:0 0 0 25px;
	font-size:12px;
	text-decoration:none;
}
.subpage-content .sidebar .social a:hover {
	padding:0 0 0 25px;
}
.subpage-content .sidebar a.facebook {
	background-position:top left;
}
.subpage-content .sidebar .social a.flickr {
	background-position:left 20%;
}
.subpage-content .sidebar .social a.digg {
	background-position:left 40%;
}
.subpage-content .sidebar .social a.delicious {
	background-position:left 60%;
}
.subpage-content .sidebar .social a.google {
	background-position:left 80%;
}
#article form {
	padding:10px;
	background-color:#D2DECE;
	position:relative;
	height:370px
}
label {
	color:#333;
}
dl {
	position:relative;
}
dt {
	float:left;
	display:inline;
	width:100%;
	margin:6px 0 0;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
dd {
	float:left;
	display:inline;
	margin:4px 0;
}

/*contact form*/
#cForm input, #cForm textarea {
	margin:0;
	padding:4px;
	border: 1px solid #BFD0B9;
	color:#4A4A4A;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	background:#E7ECE5;
	width:310px;
	font-size:1.2em;
}
#cForm input:hover, #cForm input:focus textarea:hover, #cForm textarea:focus {
	background-color:#EFF2EE;
	border: 1px solid #ABC6C2;
}
#cForm textarea {
	width:445px;
	height:5.6em;
}
#cForm h4 {
	color: #025d8c;
	background: url(/images/website/templates/2-line-border.gif) repeat-x center bottom;
	margin-bottom: 5px;
	font-size: 1.7em;
}
#cForm #sendContactEmail {
	width:102px;
	background:url(/images/website/templates/contact-button.png) top;
	border:0;
	cursor:pointer;
	position:absolute;
	right:0;
	margin:0 0 10px 0;
	height:27px;
}
#cForm #sendContactEmail:hover {
	background:url(/images/website/templates/contact-button.png) bottom;
}
#emailSuccess, #loadBar {
	display:block;
	position:relative;
	top:5px;
}
#loadBar img {
	border:0;
	background:none;
}
#emailSuccess strong {
	color:#333;
	padding:2px 0 2px 25px;
	background:url(/images/website/templates/tick.gif) no-repeat 3px 3px;
}
/*contact form end*/

.worddoc, .pdfdoc {
	float:right;
	display:inline;
}
.worddoc img, .pdfdoc img {
	display:inline;
	float:right;
}
a:hover.worddoc, a:visited.worddoc, a:active.worddoc,
a:hover.pdfdoc, a:visited.pdfdoc, a:active.pdfdoc
 {
	background:none;
}
.worddoc {
	margin:-100px 50px 0 0;
}
.pdfdoc {
	margin:-80px 0 0;
}
p.resume-arrow {
	background:url(/images/website/templates/arrow.gif) no-repeat 550px bottom;
	padding:0 0 50px;
}
/*search*/
.search-result {
	padding:5px;
	position:relative;
	border-bottom:#c7d9e2 solid 1px;
	margin:0 0 10px;
	background:#FFF;
}


.search-result:hover {
}
.search-result p {
	margin:0 0 10px;
}
.search-result h4 {
	margin:0;
	font-size:1.4em;
}
.search-result span {
	font-weight:200;
	position:absolute;
	right:3px;
	top:10px;
	color: #989f95;
	font-size:1.2em;
}
.advanced-search {
	position:relative;
	left:20px;
	top:-20px;
	display:none; /*temp*/
}
/*------------------------------------------------------------------------Lightbox*/

	div.pp_pic_holder .pp_top .pp_left {
	background: url(/images/website/templates/light_rounded/tl.gif) top left no-repeat;
} /* Top left corner */
div.pp_pic_holder .pp_top .pp_middle {
	background: #fff;
} /* Top pattern/color */
div.pp_pic_holder .pp_top .pp_right {
	background: url(/images/website/templates/light_rounded/tl.gif) top right no-repeat;
} /* Top right corner */
div.pp_pic_holder .pp_content {
	background-color: #fff;
} /* Content background */
div.pp_pic_holder .pp_content a.pp_next:hover {
	background: url(/images/website/templates/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
} /* Next button */
div.pp_pic_holder .pp_content a.pp_previous:hover {
	background: url(/images/website/templates/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
} /* Previous button */
div.pp_pic_holder .pp_content a.pp_expand {
	background: url(/images/website/templates/light_rounded/btnExpand.gif) top left no-repeat;
	cursor: pointer;
} /* Expand button */
div.pp_pic_holder .pp_content a.pp_expand:hover {
	background: url(/images/website/templates/light_rounded/btnExpand.gif) bottom left no-repeat;
	cursor: pointer;
} /* Expand button hover */
div.pp_pic_holder .pp_content a.pp_contract {
	background: url(/images/website/templates/light_rounded/btnContract.gif) top left no-repeat;
	cursor: pointer;
} /* Contract button */
div.pp_pic_holder .pp_content a.pp_contract:hover {
	background: url(/images/website/templates/light_rounded/btnContract.gif) bottom left no-repeat;
	cursor: pointer;
} /* Contract button hover */
div.pp_pic_holder .pp_content a.pp_close {
	width: 75px;
	height: 22px;
	background: url(/images/website/templates/light_rounded/btnClose.png) top left no-repeat;
	cursor: pointer;
} /* Close button */
div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous {
	background: url(/images/website/templates/light_rounded/arrow_previous.png) top left no-repeat;
} /* The previous arrow in the bottom nav */
div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
	background: url(/images/website/templates/light_rounded/arrow_next.png) top left no-repeat;
} /* The next arrow in the bottom nav */
div.pp_pic_holder .pp_bottom .pp_left {
	background: url(/images/website/templates/light_rounded/tl.gif) bottom left no-repeat;
} /* Bottom left corner */
div.pp_pic_holder .pp_bottom .pp_middle {
	background: #fff;
} /* Bottom pattern/color */
div.pp_pic_holder .pp_bottom .pp_right {
	background: url(/images/website/templates/light_rounded/tl.gif) bottom right no-repeat;
} /* Bottom right corner */
div.pp_pic_holder .pp_loaderIcon {
	background: url(/images/website/templates/light_rounded/loader.gif) center center no-repeat;
} /* Loader icon */
div.ppt div.ppt_left {
	background: url(/images/website/templates/light_rounded/ttl.gif) top left no-repeat;
}
div.ppt div.ppt_right {
	background: url(/images/website/templates/light_rounded/ttr.gif) top left no-repeat;
}
div.ppt div.ppt_content {
	background: url(/images/website/templates/light_rounded/ttp.gif) top left repeat-x;
}
/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_top .pp_left, div.light_square .pp_top .pp_middle, div.light_square .pp_top .pp_right, div.light_square .pp_bottom .pp_left, div.light_square .pp_bottom .pp_middle, div.light_square .pp_bottom .pp_right, div.light_square .pp_content, div.light_square div.ppt_left, div.light_square div.ppt_right, div.light_square div.ppt_content {
	background: #fff;
}
div.light_square div.ppt_content {
	color: #666666;
}
/* ---DO NOT CHANGE---- */
	div.pp_pic_holder a:focus {
	outline:none
}
div.pp_overlay {
	background:#0D2533;
	position:absolute;
	top:0;
	left:0;
	z-index:9500;
	width:100%
}
div.pp_pic_holder {
	position:absolute;
	z-index:10000;
	width:100px
}
div.pp_pic_holder .pp_top {
	position:relative;
	height:20px
}
* html div.pp_pic_holder .pp_top {
	padding:0 20px
}
div.pp_pic_holder .pp_top .pp_left {
	position:absolute;
	left:0;
	width:20px;
	height:20px
}
div.pp_pic_holder .pp_top .pp_middle {
	position:absolute;
	left:20px;
	right:20px;
	height:20px
}
* html div.pp_pic_holder .pp_top .pp_middle {
	position:static;
	left:0
}
div.pp_pic_holder .pp_top .pp_right {
	position:absolute;
	top:0;
	left:auto;
	right:0;
	width:20px;
	height:20px
}
div.pp_pic_holder .pp_content {
	position:relative;
	text-align:left;
	width:100%;
	height:40px
}
div.pp_pic_holder .pp_content .pp_details {
	display:none;
	margin:10px 15px 2px 20px
}
div.pp_pic_holder .pp_content .pp_details p.pp_description {
	display:none;
	float:left;
	margin:0
}
div.pp_pic_holder .pp_content .pp_details .pp_nav {
	float:left;
	margin:3px 0 0 0
}
div.pp_pic_holder .pp_content .pp_details .pp_nav p {
	float:left;
	margin:0 4px
}
div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_previous, div.pp_pic_holder .pp_content .pp_details .pp_nav a.pp_arrow_next {
	float:left;
	display:block;
	width:14px;
	height:15px;
	overflow:hidden;
	text-indent:-10000px;
	margin-top:3px
}
div.pp_pic_holder .pp_content .pp_details .pp_nav a.disabled {
	background-position:0 -16px;
	cursor:default
}
div.pp_pic_holder .pp_content div.hoverContainer {
	position:absolute;
	z-index:2000;
	top:0;
	left:0;
	width:100%
}
div.pp_pic_holder .pp_content a.pp_next {
	display:block;
	float:right;
	text-indent:-10000px;
	width:49%;
	height:100%;
	background:url(/images/website/templates/light_rounded/btnNext.png) 10000px 10000px no-repeat
}
div.pp_pic_holder .pp_content a.pp_previous {
	display:block;
	float:left;
	text-indent:-10000px;
	width:49%;
	height:100%;
	background:url(/images/website/templates/light_rounded/btnNext.png) 10000px 10000px no-repeat
}
div.pp_pic_holder .pp_content a.pp_expand, div.pp_pic_holder .pp_content a.pp_contract {
	position:absolute;
	z-index:20000;
	top:10px;
	right:30px;
	cursor:pointer;
	display:none;
	text-indent:-10000px;
	width:20px;
	height:20px
}
div.pp_pic_holder .pp_content a.pp_close {
	float:right;
	display:block;
	text-indent:-10000px
}
div.pp_pic_holder .pp_bottom {
	position:relative;
	height:20px
}
* html div.pp_pic_holder .pp_bottom {
	padding:0 20px
}
div.pp_pic_holder .pp_bottom .pp_left {
	position:absolute;
	left:0;
	width:20px;
	height:20px
}
div.pp_pic_holder .pp_bottom .pp_middle {
	position:absolute;
	left:20px;
	right:20px;
	height:20px
}
* html div.pp_pic_holder .pp_bottom .pp_middle {
	position:static;
	left:0
}
div.pp_pic_holder .pp_bottom .pp_right {
	position:absolute;
	top:0;
	left:auto;
	right:0;
	width:20px;
	height:20px
}
div.pp_pic_holder .pp_loaderIcon {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin:-12px 0 0 -12px;
	width:24px;
	height:24px
}
div.pp_pic_holder #full_res {
	width:100%;
	text-align:center
}
div.pp_pic_holder #full_res {
	display:block;
	margin:0 auto
}
div.ppt {
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	color:#fff;
	font-size:1.3em
}
div.ppt div.ppt_left, div.ppt div.ppt_right {
	float:left;
	width:19px;
	height:23px;
	overflow:hidden
}
div.ppt div.ppt_content {
	float:left;
	line-height:2.3em;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/*-------------------------------------------------------End Lightbox*/


a.pretty-photo, a:hover.pretty-photo {
	padding:0;
	border:0;
	background:none;
}

<!--coda slider-->

#slider{
	width:800px;
	margin: 10px auto 0;
	position: relative;
}

.scroll {
	overflow: auto;
	width:800px;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF;
	border:1px #C7D9E2 solid;
	margin:0 0 20px 0;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.scrollContainer div.panel {
	padding: 20px 20px 10px 20px;
	height: 220px;
	width:780px;
	border-bottom:0;
}
#aboutme .panel {
	border-left:5px solid #C7D9E2;
}
#generalskills .panel {
	border-right:5px solid #C7D9E2;
}
.panel h4 {
	margin:0 0 5px;
}
.experience {
	position:relative;
	top:-25px;
}
/*coda naviation*/

ul.navigation {
	list-style: none;
	margin:35px 0 0;
	padding:10px 0;
}
ul.navigation li {
	display: inline;
	margin: 0;
	padding:0;
	position:relative;
	top:5px;
}
ul.navigation a {
	padding: 10px 20px 11px 40px;
	color: #000;
	text-decoration: none;
	border:1px #EDEDEC solid;
	font-size:1.1em;
}
ul.navigation a:hover {
	background-color: #4F829D;
	color:#333;
	border:1px #C7D9E2 solid;
	font-size:1.1em;
}
ul.navigation a.selected {
	background-color: #fff;
	color:#333;
	border:1px #358BBC solid;
	margin:0;
}
ul.navigation a:focus {
	outline: none;
}
/*individual*/

/*about me*/

ul.navigation li.about-me a {
	background: url(/images/website/templates/about-me.gif) no-repeat 5px 5px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
ul.navigation li.about-me a:hover {
	background:url(/images/website/templates/about-me.gif) no-repeat 5px 5px;
}
ul.navigation li.about-me a.selected {
	background-color: #fff;
}
/*my work*/

ul.navigation li.about-my-work a {
	background:url(/images/website/templates/about-my-work.gif) no-repeat 5px 5px;
}
ul.navigation li.about-my-work a:hover {
	background: url(/images/website/templates/about-my-work.gif) no-repeat 5px 5px;
}
ul.navigation li.about-my-work a.selected {
	background-color: #fff;
}
/*skills*/

ul.navigation li.skills a {
	background:url(/images/website/templates/skills.gif) no-repeat 5px 5px;
}
ul.navigation li.skills a:hover {
	background: url(/images/website/templates/skills.gif) no-repeat 5px 5px;
}
ul.navigation li.skills a.selected {
	background-color: #fff;
}
/*general skills*/

ul.navigation li.general-skills a {
	background:url(/images/website/templates/general-skills.gif) no-repeat 5px 5px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
ul.navigation li.general-skills a:hover {
	background: url(/images/website/templates/general-skills.gif) no-repeat 5px 5px;
}
ul.navigation li.general-skills a.selected {
	background-color: #fff;
}
/*individual end*/

.scrollButtons {
	position: absolute;
	top: 150px;
	cursor: pointer;
}
.scrollButtons.left {
	left: -20px;
}
.scrollButtons.right {
	right: -20px;
}
.hide {
	display: none;
}

/*portfolio menu*/
#portfolio-menu ul {
list-style-type:none;
position:relative;
width:180px;
height:100px;
padding-left:10px;
text-align:center;
margin:0 0 35px 0;
}

#portfolio-menu  ul li {
  display:inline;
}

#portfolio-menu  a#home,#portfolio-menu  a#web-development,#portfolio-menu  a#web-design,#portfolio-menu  a#video,#portfolio-menu  a#other {
position:absolute;
top:0;
left:0;
width:180px;
height:15px;
margin:0;
text-align:left;
padding:0;
padding-left:10px;
padding-top:75px;
padding-bottom:10px;
background:#99C2D9 url(/images/website/templates/portfolio-backg.jpg) top repeat;
font-size:16px;
font-weight:600;
text-shadow: 1px 1px #085F8C;
}

#portfolio-menu ul li a {
position:relative;
top:2px;
left:89px;
display:inline;
float:left;
clear:left;
width:85px;
padding:0;
margin-right:3px;
margin-bottom:2px;
margin-top:0px;
padding:2px;
color:#fff; text-decoration:none; font-size:12px; text-align:center; 
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#portfolio-menu .web,#portfolio-menu .design,#portfolio-menu .other,#portfolio-menu .video{
float:left;
display:inline;
margin:0 10px 0 0 ;
}

#portfolio-menu  ul li a:hover,#portfolio-menu  ul li a#home:hover,#portfolio-menu ul li a#web-development:hover,#portfolio-menu ul li a#web-design:hover,#portfolio-menu ul li a#video:hover,#portfolio-menu ul li a#other:hover {
background:#99C2D9 url(/images/website/templates/portfolio-backg.jpg) bottom repeat;
}

.odd{
border-bottom:1px solid #C7D9E2;
background:#F8F8F8	;
}

span.video-image{
position:absolute;
z-index:20;
background:url(/images/website/templates/photo_camera.png) no-repeat;
width:113px;
height:80px;
right:10px;
top:5px;
}

span.other-image{
position:absolute;
z-index:20;
background:url(/images/website/templates/report.png) no-repeat;
width:113px;
height:80px;
right:10px;
top:5px;
}

span.web-image{
position:absolute;
z-index:99;
background:url(/images/website/templates/globe_download.png) no-repeat;
width:113px;
height:80px;
left:5px;
top:5px;
}

span.design-image{
position:absolute;
z-index:10;
background:url(/images/website/templates/add_image.png) no-repeat !important;
background:none;
width:113px;
height:80px;
left:0px;
top:5px;
}

