﻿/*
Theme Name: Portfolio-v1
Theme URI: donwilson.net
Description: My first portfolio site
Author: Don Wilson
Author URI: donwilson.net
Version: 0.5
*/

/* Eric Meyer's reset */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* My Styles */

body {
	background-color: #dbdbdb;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #292929;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1, #header h2 {
	font-size: 36px;
	color: #999;
}
h2, legend {
	font-size: 30px;
	color: #999;
	text-transform: lowercase;
}
h3 {
	font-size: 24px;
	color: #b2b2b2;
	line-height: 1.2;
	margin-bottom: 10px;
}
h4 {
	font-size: 18px;
	color: #b2b2b2;
	line-height: 1.2;
	margin-bottom: 10px;
}
h5 {
	font-size: 12px;
	color: #b2b2b2;
	margin-top: -2px;
}
a {
	color: #56a6dc;
	text-decoration: underline;
}
a:hover {
	color: #386c8f;
}
p {
	margin: 10px 0;
}
hr {
	clear: both;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: dotted 1px #999;
	width: 95%;
	color: #fff;
	padding-top: 20px;
}
.external-link {
	padding-left: 20px;
	background: #fff url(images/link_arrow.jpg) no-repeat;
}

.clear {
	clear: both;
}

.text, textarea {
	width: 300px;
	border-top: solid 1px #8a8a8a;
	border-left: solid 1px #8a8a8a;
	border-right: 0;
	border-bottom: 0;
	background-color: #e6e6e6;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
textarea {
	overflow: auto;
}

#header {
	width: 925px;
	margin: 0 auto;
	color: #999;
	padding: 20px 0 0;
	position: relative;
}
#header h2 {
	background: #dbdbdb url(images/logo.jpg) no-repeat scroll center left;
	text-indent: -9999px;
}
#header h2 a {
	display: block;
	width: 184px;
}
#header ul {
	position: absolute;
	top: 15px;
	right: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: lowercase;
}
#header li {
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
#header li a {
	color: #999;
	text-decoration: none;
}
#header li a:hover {
	color: #666;
}

#content_wrap {
	background: #dbdbdb;
	margin: 0 auto;
	width: 1003px;
}
#content_top {
	height: 27px;
	background: #dbdbdb url(images/content_bg.jpg) no-repeat 0 0;
}
#content {
	background: #fff url(images/content_bg.jpg) repeat-y scroll -1003px 0;
	padding: 0 40px;
}
#content_bottom {
	height: 27px;
	background: #dbdbdb url(images/content_bg.jpg) no-repeat scroll 0 -27px;
	margin-bottom: 25px;
}

#work {
	width: 600px;
	float: left;
}
#work_head, #skills_head {
	height: 50px;
	margin-bottom: 5px;
	position: relative;
}
#work_head {
	background: #fff url(images/work_head_bg.jpg) no-repeat scroll 0 15px;
}
#work h2 {
	background: #fff url(images/my_work.jpg) no-repeat scroll 10px center;
	width: 121px;
	text-indent: -9999px;
	position: absolute;
	left: 10px;
	top: 0;
	padding: 0 10px 6px;
	float: left;
}

#work_filter {
	float: right;
	padding: 15px 20px 15px;
	margin-right: 10px;
	font-size:12px;
	background: transparent url(images/expand_dark.gif) no-repeat scroll right center;
	cursor: pointer;
}

li.work-entry {
	width: 100%;
	padding-bottom: 20px;
	overflow: auto;
}

.work-pictures {
	background-color: #ccc;
	padding: 10px 0 3px 10px;
	float: left;
	width: 290px;
}
.work-pictures img.featured-image {
	width: 280px;
	display: block;
	background: transparent url(images/image_shadow_big.jpg) no-repeat scroll center bottom;
	padding-bottom: 7px;
}
.work-pictures img.small-image {
	width: 88px;
	margin-top: 10px;
	background: transparent url(images/image_shadow_small.jpg) no-repeat scroll center bottom;
	padding-bottom: 7px;
	margin-right: 7px;
}

.work-description {
	margin-left: 319px;
}

.skill-heading {
	margin-top: 10px;
	text-transform: lowercase;
}

.skills-list li {
	float: left;
	margin-top: 2px;
	margin-bottom: 10px;
}
.skills-list li a {
	background-color: #e6e6e6;
	padding: 5px;
	margin: 0 10px 0 0;
	color: #292929;
	text-decoration: none;
}
.skills-list li a:hover {
	background-color: #ccc;
	color: #292929;
}


#skills {
	margin-left: 623px;
	background: #fff url(images/skills_head_bg.jpg) no-repeat scroll 0 15px;
	position: relative;
}
#skills h2 {
	background: #fff url(images/skills.jpg) no-repeat scroll 10px center;
	width: 189px;
	text-indent: -9999px;
	position: absolute;
	left: 10px;
	top: 0;
	padding: 0 10px;
	float: left;
}

#skills_categories {
	border: solid 1px #b2b2b2;
	padding: 1px 2px;
	float: left;
}

.skills-category {
	overflow: auto;
	width: 300px;
}
.skills-category h4 {
	background: #fff url(images/skill_category_bg.jpg) repeat-x scroll left 1px;
	height: 28px;
	padding: 12px 10px 10px 20px;
	color: #808080;
	border-top: solid 1px #bfbfbf;
	cursor: pointer;
	margin: 0;
}

.skills-category .expand-collapse {
	display: block;
	background: transparent url('images/expand_collapse.gif') no-repeat scroll left 2px;
	float: right;
	width: 16px;
	height: 16px;
}
.skills-category h4 .expanded {
	background-position: right;
}

.skills-list-wrap {
	display: none;
	overflow: visible;
}

.skills-category .skills-list {
	padding-bottom: 10px;
	margin-left: 10px;
}


#footer {
	background-color: #fff;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}


#filter_dropdown {
	border: solid 1px #56a6dc;
	background-color: #f2f2f2;
	position: absolute;
	z-index: 100;
	display: none;
}

#filter_dropdown ul {
	padding: 1px 2px;
}

#filter_dropdown li {
	border-bottom: solid 1px #999;
	padding: 2px 0;
}

#filter_dropdown a {
	color: #242424;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 3px 30px 3px 10px;
	
}
#filter_dropdown a.selected {
	background: transparent url(images/check.gif) no-repeat scroll 90% center;
}
#filter_dropdown a:hover {
	color: #242424;
	background-color: #ccc;
}

#contact_form_wrap {
	display: none;
}
#contact_form {
	background-color: #fff;
	padding: 20px;
	height: 243px;
}
#contact_form legend {
	display: block;
	width: 145px;
	font-size: 26px;
	background: transparent url(images/contact_me.jpg) no-repeat;
	line-height: 1;
	padding: 0 160px 10px 0;
	text-indent: -9999px;
}
#contact_form a {
	margin-left: 10px;
}
.contact_send {
	border: solid 1px #ccc;
	padding: 2px 20px;
	font-size: 18px;
	color: #666;
	background: transparent url(images/button_bg.jpg) repeat-x;
	cursor: pointer;
}
.contact_thanks {
	text-align: center;
	margin-top: 100px;
}

.bt-class {
	color: #999;
}

#about_wrap {
	display: none;
}
.about {
	padding: 20px;
}
.about img {
	float: left;
	margin-right: 10px;
}

#sb-body-inner {
	background-color: #fff;
}
#sb-loading {
	visibility: hidden;
}
#sb-container #sb-body {
	border: solid 2px #56A6DC;
}

#stackoverflow_flair {
	float: left;
	padding: 50px;
	text-align: center;
}

