/* tyharder.ca Skin V3 */
body {
	font: 62.5% "Arial", Verdana, sans-serif;
	background: #162123 url("../images/bg_body.jpg") repeat-y;
	background-position: top center;
	color: #b2bcc0;
	text-align: center;
	/* There's a rounding bug in FF3 that offsets the background image by 1px if the window width is an odd number.
	This margin-left is a workaround. */
	margin-left: -0.1px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #303942 url("../images/bg_wrapper.jpg") repeat-y;
}

#wrapperShadow {
	background: url("../images/bg_wrapper_shadow.jpg") no-repeat;
	width: 960px;
	height: 64px;
	float: left;
	margin-bottom: -52px;
}
/* HEADER */
#header {
	float: left;
	width: 100%;
	height: 96px;
	background: url("../images/bg_header.jpg") no-repeat 0 0;
}

#logo {
	position: relative;
	float: left;
	display: inline;
	width: 96px;
	height: 96px;
	font-size: 1.2em;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/logo_ty.jpg") no-repeat 0 0;
}

#logo a {
	text-decoration: none;
}

#nav {
	position: relative;
	top: 64px;
	padding-right: 24px;
	text-align: right;
}

#header a:link, #header a:visited, #header a:active {
	color: #dfcdb5;
	text-decoration: none;
}

#header a:hover {
	color: #ff8a00;
}

#header ul {
	margin-bottom: 10px;
}

#header ul li {
	color: #d4955d;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.5em;
}

/* FLASH */
#flashContain {
	float: left;
	height: 224px;
	width: 960px;
	overflow: hidden;
	background: #070d13 url("../images/noflash.jpg") no-repeat 0 0;
}
#flashFrame {
	height: 224px;
	overflow: hidden;
	z-index: 1;
}

.flashmovie {
	display: block;
	margin: 1em auto;
}

/* CONTENT */
#content {
	float: left;
	display: inline;
	width: 614px;
	padding-left: 24px;
}

#portfolio-wide {
	float: left;
	display: inline;
	width: 908px;
	padding-left: 24px;
	padding-right: 24px;
}

.content a:link, .content a:visited, .content a:active {
	color: #dfcdb5;
	text-decoration: none;
	border-bottom: 1px solid #4f5559;
}

.content a:hover {
	color: #ff8a00;
	text-decoration: none;
	border-bottom: 1px solid #ff8a00;
}

.content h1 {
	font-size: 2.4em;
	text-transform: uppercase;
	font-weight: normal;
}

.content h2 {
	color: #7b858a;
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
}

.content h3 {
	margin: 0 0 .5em;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: normal;
}

.content .post h3 {
	margin: 1.6em 0 .5em;
	font-size: 1.8em;
	text-transform: uppercase;
	line-height: 1.4em;
}

.content h4 {
	margin: 2em 0 .25em;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 1.4em;
}

.content h5 {
	margin-bottom: 0.6em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
}

.content h6 {
	margin-bottom: 0.4em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}

.content h1, .content h3, .content h4, .content h5, .content h6 {
	color: #d4955d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.4em;
}

#content .post p {
	margin-bottom: 1.4em;
	font-size: 1.3em;
	line-height: 1.6em;
}

.dim {
	color: #7b858a;
}

#content .post p.intro, #content .post p.big {
	color: #d4dbdd;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 0.4em;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content strong {
	font-weight: bold;
}

.content em {
	font-style: italic;
}

.content blockquote {
	margin: 0 15px;
	padding-left: 8px;
	border-left: 2px solid #232a30;
	font-style: italic;
}

.content code {
	font-family: "Courier New", Courier, mono;
	color: #e3f0f5;
}

p img {
	max-width: 100%;
	padding: 0;
}

.image-left, .image-right, .image-wide, .gravatar {
	display: block;
	padding: 4px;
	background: #191f24;
	border: 1px solid #161a1f;
}

.image-left {
	float: left;
	margin: 5px 16px 8px 0;
}

.image-right {
	float: right;
	margin: 5px 0 8px 16px;
}

.image-wide {
	margin: 0 auto;
}

.gravatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 10px 0;
}
.pf_duo {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

.pf_triple {
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
}

.post {
	padding-bottom: 16px;
	position: relative;
}

#wrapper .postlist h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	text-transform: uppercase;
	color: #d4955d;
	margin-bottom: 8px;
	line-height: normal;
}

#wrapper .postlist h3 {
	margin-bottom: 2px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

#wrapper .postlist h5 {
	font-family: "Arial", Verdana, sans-serif;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: 1.2em;
	font-weight: normal;
	color: #7b858a;
	border-bottom: 1px solid #232a30;
}

/* PAGES */
/* -HOME- */
#home-intro, #home-update {
	float: left;
	width: 100%;
}

#intro-welcome h1 {
	margin-bottom: 8px;
}

.home-row1col1 {
	margin-left: 24px;
	width: 614px;
}

.home-row1col2 {
	margin-left: 28px;
	width: 270px;
}

#home-featured {
	clear: both;
	padding-top: 4px;
	display: inline;
	float: left;
	position: relative;
	margin-left: 24px;
	background: #1e242a;
	border: 1px solid #232a30;
	margin-bottom: 16px;
	width: 912px;
}
.home-row2col1 {
	margin-left: 8px;
	width: 410px;
}
.home-row2col2 {
	margin-left: 16px;
	margin-top: 32px;
	width: 468px;
}

#home-update {
	margin-top: 0;
	padding-top: 0;
}
#home-update h5 {
	font-family: "Arial", Verdana, sans-serif;
	color: #7b858a;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1.4em;
}
.home-row3col1 {
	margin-left: 24px;
	width: 614px;
}
.home-row3col2 {
	margin-left: 28px;
	width: 270px;
}

#home-social {
	margin-top: 0;
	padding-top: 0;
}
.home-row4col1 {
	margin-left: 24px;
	margin-right: 4px;
	width: 296px;
}
.home-row4col2 {
	margin-left: 8px;
	margin-right: 8px;
	width: 296px;
}
.home-row4col3 {
	margin-left: 4px;
	margin-right: 24px;
	width: 296px;
}

.home-row1col1, .home-row1col2, .home-row2col1, .home-row2col2, .home-row3col1, .home-row3col2, .home-row4col1, .home-row4col2, .home-row4col3 {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
}

/* -PORTFOLIO ROOTS- */
.portfolio-item {
	float: left;
	border-bottom: 1px solid #232a30;
	margin-top: 8px;
	margin-bottom: 8px;
}
.item-col1 {

	margin-left: 8px;
	width: 410px;
}
.item-col2 {
	margin-left: 16px;
	padding-right: 8px;
	width: 464px;
}
.item-col1, .item-col2 {
	display: inline;
	float: left;
	position: relative;
	overflow: hidden;
}
/* SIDEBARS */
#sidebar {
	float: right;
	display: inline;
	width: 294px;
	padding-bottom: 24px;
}

#sidebar .postlist {
	padding: 0 24px 24px 0;
}

#sidebar h1 {
	margin-bottom: 16px;
}
#services-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#services-sidebar ul li {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
	line-height: 1.3em;
	background: url("../images/logo_ulpoint.gif") no-repeat 0 3px;
}


/* FOOTER */
#footer {
	clear: both;
	height: 48px;
	color: #4f5559;
	background: #070d13 url("../images/bg_footer.jpg");
}

#footer-copy, #footer-nav {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

#footer-nav {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #99a3a6;
	text-decoration: none;
	border-bottom: 1px solid #99a3a6;
}

#footer a:hover {
	color: #cbd1d4;
	border-bottom: 1px solid #cbd1d4;
}

#footer p {
	font-size: 1.2em;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.2em;
	border-left: 1px solid #4f5559;
}

#footer ul li.first {
	border-left: none;
}

/* HOUSEKEEPING */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	height: 8px;
}

img.daily-planet {
	padding: 0px;
	margin-right: 2px;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

/* CONTACT FORM */
#content .ddfmwrap {
	width: 600px;
	margin: 0;
	padding: 4px 0;
	overflow: hidden;
}

#content .ddfmwrap form.ddfm {
	width: 600px;
	margin: 0;
	padding: 0;
}

#content .ddfmwrap form.ddfm legend {
	font-size: 1.4em;
	font-weight: normal;
	color: #b2bcc0;
}

#content .ddfmwrap form.ddfm label {
	padding-top: 5px;
	color: #7b858a;
	font-weight: normal;
	line-height: normal;
}

#content .ddfmwrap h3 {
	font-size: 1.6em;
	text-align: center;
	text-transform: none;
	margin: 0 0 4px;
}

#content .ddfmwrap p {
	color: #999;
}

#content .ddfm .credits {
	display: none;
}

#content .ddfmwrap .required {
	color: #d4955d;
}

#content .ddfmwrap .fmtext, #content .ddfmwrap .fmtextarea, #content .ddfmwrap .fmselect, #content .ddfmwrap .fmverify {
	padding: 4px 5px;
	color: #b2bcc0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	background: #1e242a;
	border: 1px solid #232a30;
}

#content .ddfmwrap .fmtextarea {
	height: 100px;
}

#content .ddfmwrap .fmtext:focus, #content .ddfmwrap .fmtextarea:focus, #content .ddfmwrap .fmselect:focus, #content .ddfmwrap .fmverify:focus {
	border: 1px solid #7b858a;
}

#content .ddfmwrap .submit {
	text-align: left;
	margin-left: 26%;
	padding-left: 21px;
}

#content .ddfmwrap .submit input {
	padding: 4px 24px;
	color: #7b858a;
	font: normal 1.2em Arial, Helvetica, Geneva, sans-serif;
	background: #1e242a;
	border-top: 1px solid #232a30;
	border-left: 1px solid #232a30;
	border-bottom: 1px solid #191f24;
	border-right: 1px solid #191f24;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #232a30;
	text-align: center;
	background-color: #1e242a;
	padding-top: 4px;
	margin: 10px;
}

#content .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .wp-caption a, #content .wp-caption a:hover {
	border-bottom: none;
}

/* End captions */


/* END */
