/*
Theme Name: Fresh Cut
Theme URI: http://freshcutsd.com/
Description: The official FreshCutSD.com theme (v2). Keep it fresh!
Version: 2.0
Author: Josh Lizarraga
Author URI: http://freshcutsd.com/
.
Copyright 2010 FreshCutSD.com. You may _not_ use this theme for your site. Sorry.
.
*/

/* Global */

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;
	vertical-align: baseline;
}
a img {
	border: none;
}

html {
	height: 100%;
}
body {
	height: 100%;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: #ffffff url(/images-v2/rx-sprite.png) repeat-x 0px -135px;
}

.fc-clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	font-size: 0 !important;
}

/* Container */

#fc-container {
	position: relative;
	width: 100%;
	min-height: 100%;
}

#fc-container-home {
	position: relative;
	width: 100%;
}

/* Header */

#fc-header {
	position: relative;
	width: 970px;
	height: 85px;
	margin: 0 auto;
	background: url(/images-v2/site-sprite.png) no-repeat top center;
	overflow: hidden;
}
#fc-header a {
	display: block;
	position: absolute;
	top: 25px;
	height: 35px;
	outline: none;
	overflow: hidden;
}
#fc-header a span {
	position: absolute;
	width: 100%;
	height: 100%;
	outline: none;
	background: url(/images-v2/site-sprite.png) no-repeat;
	cursor: pointer;
}
#fc-header #fc-skip {
	top: -30000px;
	left: -30000px;
}
#fc-header #fc-logo {
	top: 15px;
	left: 0;
	width: 290px;
	height: 50px;
}
#fc-header #fc-logo span {
	background-position: 0px -155px;
}
#fc-header #fc-logo:hover span,
#fc-header #fc-logo:focus span,
#fc-header #fc-logo.fc-active span {
	background-position: -290px -155px;
}
#fc-header #fc-services {
	left: 415px;
	width: 125px;
}
#fc-header #fc-services span {
	background-position: 0px -85px;
}
#fc-header #fc-services:hover span,
#fc-header #fc-services:focus span,
#fc-header #fc-services.fc-active span {
	background-position: 0px -120px;
}
#fc-header #fc-work {
	left: 560px;
	width: 82px;
}
#fc-header #fc-work span {
	background-position: -145px -85px;
}
#fc-header #fc-work:hover span,
#fc-header #fc-work:focus span,
#fc-header #fc-work.fc-active span {
	background-position: -145px -120px;
}
#fc-header #fc-apps {
	left: 661px;
	width: 82px;
}
#fc-header #fc-apps span {
	background-position: -246px -85px;
}
#fc-header #fc-apps:hover span,
#fc-header #fc-apps:focus span,
#fc-header #fc-apps.fc-active span {
	background-position: -246px -120px;
}
#fc-header #fc-blog {
	left: 764px;
	width: 70px;
}
#fc-header #fc-blog span {
	background-position: -349px -85px;
}
#fc-header #fc-blog:hover span,
#fc-header #fc-blog:focus span,
#fc-header #fc-blog.fc-active span {
	background-position: -349px -120px;
}
#fc-header #fc-contact {
	left: 856px;
	width: 114px;
}
#fc-header #fc-contact span {
	background-position: -441px -85px;
}
#fc-header #fc-contact:hover span,
#fc-header #fc-contact:focus span,
#fc-header #fc-contact.fc-active span {
	background-position: -441px -120px;
}

/* Content */

#fc-content {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 135px 0;
}

#fc-content h1 {
	margin: 25px 5px 25px 2px;
	font-size: 7em;
	font-weight: bold;
	letter-spacing: -0.02em;
}
#fc-content h1.fc-small,
#fc-content h2 {
	margin: 25px 5px;
	line-height: 1.25;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.02em;
}
#fc-content h3 {
	margin: 20px 5px;
	line-height: 1.25;
	font-size: 1.8em;
	font-weight: bold;
}
#fc-content h4 {
	margin: 20px 5px;
	line-height: 1.25;
	font-size: 1.6em;
	font-weight: bold;
}
#fc-content h5 {
	margin: 20px 5px;
	line-height: 1.25;
	font-size: 1.5em;
	font-weight: bold;
}
#fc-content h6 {
	margin: 20px 5px;
	line-height: 1.25;
	font-size: 1.4em;
	font-weight: bold;
}
#fc-content p {
	margin: 20px 5px;
	line-height: 2;
	font-size: 1.4em;
}
#fc-content p em {
	font-style: italic;
	color: #333333;
}
#fc-content a {
	color: #669900;
	text-decoration: none;
}
#fc-content a:hover,
#fc-content a:focus {
	text-decoration: underline;
}
#fc-content em {
	font-style: normal;
	color: #669900;
}
#fc-content p a img {
	position: relative;
	top: -2px;
	vertical-align: middle;
}
#fc-content hr {
	height: 0px;
	margin: 20px 5px;
	border: 1px solid #999999;
	border-width: 1px 0 0 0;
}
#fc-content pre {
	max-height: 200px;
	margin: 20px 5px;
	padding: 10px;
	border: 3px double #999999;
	border-radius: 5px;
	line-height: 1.2em;
	font-size: 12px;
	color: #666666;
	overflow: auto;
}

#fc-content .fc-nowrap {
	white-space: nowrap;
}

/* Posts and Pages Content */

#fc-content .fc-post {
	margin: 20px 5px;
	border-top: 1px solid #999999;
}
#fc-content .fc-date {
	margin: -20px 5px 20px 5px;
	line-height: 2;
	font-size: 1.4em;
}

/* WP Content */

#searchform {
	margin: 20px 0 0 5px;
	font-size: 1.4em;
}

.navigation {
	margin: 20px 5px;
	overflow: auto;
}
.navigation .alignleft {
	float: left;
	width: 50%;
}
.navigation .alignright {
	float: right;
	width: 50%;
	text-align: right;
}
.navigation a {
	display: inline-block;
	padding: 20px 5px 0 5px;
	border-top: 1px solid #999999;
	line-height: 2;
	font-size: 1.4em;
	outline: none;
}

/* 1.0 Remnants */

#fc_WorkFlash {
	height: 640px;
	width: 960px;
	margin: 20px auto;
}

.fc_CodeTable {
	width: 960px;
	margin: 20px auto;
	padding: 10px;
	border: 3px double #999999;
	border-collapse: separate;
	border-radius: 5px;
	line-height: 2;
	font-size: 1.2em;
}
.fc_CodeTable tr:nth-child(2n+1) {
	background: #f7ffe5;
}

.fc_PostUL {
	margin: 20px 5px;
	line-height: 1.75;
	font-size: 1.4em;
	list-style-position: inside;
}

#fc-content form.ynf p {
	line-height: normal;
}
#fc-content form.ynf p a.ynf-select-button img {
	position: absolute;
	top: 0;
}
#fc-content form.ynf p a.ynf-button img {
	position: static;
	vertical-align: top;
}
#fc-content form.ynf p a,
#fc-content form.ynf p a:hover {
	font-size: 1em;
	text-decoration: none;
}
#fc-content form.ynf textarea {
	font-size: 1.1em;
}

/* Homepage */

#fc-container-home {
	background: transparent url(/images-v2/home-tree.jpg) no-repeat center 10px;
}
#fc-container-home #fc-content {
	background: transparent url(/images-v2/home-boxes.png) no-repeat center 365px;
}
#fc-container-home h1 {
	height: 140px;
	line-height: 70px;
}
#fc-container-home p {
	width: 240px;
	height: 150px;
	margin: 35px 5px 20px 5px;
	line-height: 30px;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -0.01em;
}
#fc-container-home p em {
	font-style: normal;
	color: #669900;
}

#fc-home-ctas {
	float: left;
	width: 300px;
	height: 225px;
	margin: 20px 0 35px 0;
	padding: 5px;
}
#fc-home-ctas h2 {
	height: 75px;
	margin: 0;
	line-height: 75px;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: normal;
	text-align: right;
}
#fc-home-ctas h2 a {
	display: block;
	height: 100%;
	padding: 0 40px 0 105px;
	color: #333333;
}
#fc-home-ctas h2 a:hover {
	color: #669900;
}

#fc-home-work {
	display: inline;
	float: left;
	position: relative;
	width: 300px;
	height: 225px;
	margin: 20px 0 35px 20px;
	padding: 5px;
}
#fc-home-work h2 {
	height: 70px;
	margin: 0;
	line-height: 70px;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}
#fc-home-work h2 a {
	display: block;
	height: 70px;
	color: #333333;
}
#fc-home-work h2 a:hover {
	color: #669900;
}
#fc-work-slides {
	display: block;
	position: absolute !important;
	top: 75px;
	left: 55px;
	width: 200px;
	height: 140px;
	overflow: hidden;
}
#fc-work-slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#fc-work-slides img + img {
	opacity: 0;
}
#fc-work-prev,
#fc-work-next {
	position: absolute;
	top: 100px;
	width: 35px;
	height: 35px;
}
#fc-work-prev {
	left: 20px;
}
#fc-work-next {
	right: 20px;
}

#fc-home-blog {
	display: inline;
	float: left;
	width: 300px;
	height: 225px;
	margin: 20px 0 35px 20px;
	padding: 5px;
}
#fc-home-blog h2 {
	height: 75px;
	margin: 0;
	line-height: 75px;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}
#fc-home-blog h3 {
	height: 75px;
	margin: 0;
	line-height: 1.5;
	font-size: 1.8em;
	font-weight: normal;
}
#fc-home-blog h2 a,
#fc-home-blog h3 a {
	display: block;
	height: 75px;
	color: #333333;
}
#fc-home-blog h3 a {
	height: 65px;
	padding: 10px 75px 0 40px;
}
#fc-home-blog h2 a:hover,
#fc-home-blog h3 a:hover {
	color: #669900;
}

/* Services */

.fc-service-left {
	float: left;
	width: 465px;
	padding: 0 20px 0 0;
}
.fc-service-right {
	float: right;
	width: 465px;
	padding: 0 0 0 20px;
}

/* Blog */

#fc-content-blog {
	float: left;
	width: 660px;
}

#fc-sidebar {
	float: right;
	width: 260px;
}
#fc-sidebar ul {
	list-style-type: none;
}
#fc-sidebar .cat-item,
#fc-sidebar #fc-archives li {
	margin: 0 5px;
	line-height: 2;
	font-size: 1.4em;
}
#fc-sidebar .current-cat {
	font-style: italic;
}

/* YUI Modules */

.slideshow {
	width: 342px;
	height: 262px;
	margin: 20px;
	overflow: hidden;
}
.slideshow img {
	padding: 10px;
	background: #c0dfff;
	border: 1px solid #99b3cc;
	border-radius: 10px;
}

/* Footer */

#fc-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 135px;
	background: url(/images-v2/rx-sprite.png) repeat-x;
	overflow: hidden;
}
#fc-footer-top {
	width: 970px;
	height: 100px;
	padding: 15px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
}
#fc-footer-top h6 {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#fc-footer-top h6 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url(/images-v2/site-sprite.png) no-repeat;
}
#fc-about {
	float: left;
	width: 460px;
}
#fc-about h6 {
	width: 151px;
}
#fc-about h6 span {
	background-position: 0px -205px;
}
#fc-about p {
	margin: 5px 0 0 5px;
	line-height: 1.4em;
	font-size: 1.2em;
	color: #cccccc;
	text-shadow: 0px 2px 0px #0d0d0d;
}
#fc-navigation {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 0 0 25px;
}
#fc-navigation h6 {
	width: 138px;
}
#fc-navigation h6 span {
	background-position: -151px -205px;
}
#fc-navigation a {
	display: block;
	float: left;
	width: 70px;
	height: 30px;
	padding: 0 0 0 5px;
	line-height: 30px;
	font-size: 1.4em;
	color: #cccccc;
	text-decoration: none;
	text-shadow: 0px 2px 0px #0d0d0d;
	overflow: hidden;
}
#fc-navigation a:hover {
	color: #99e500;
}
#fc-kit {
	display: inline;
	float: left;
	width: 230px;
	margin: 0 0 0 25px;
}
#fc-kit h6 {
	width: 131px;
}
#fc-kit h6 span {
	background-position: -289px -205px;
}
#fc-kit a {
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 0 0 10px;
	background: transparent url(/images-v2/kit-sprite.png) no-repeat;
}
#fc-kit #fc-facebook {
	margin: 0;
	background-position: 0px 0px;
}
#fc-kit #fc-facebook:hover,
#fc-kit #fc-facebook:focus {
	background-position: -230px 0px;
}
#fc-kit #fc-twitter {
	background-position: -60px 0px;
}
#fc-kit #fc-twitter:hover,
#fc-kit #fc-twitter:focus {
	background-position: -290px 0px;
}
#fc-kit #fc-rss {
	background-position: -120px 0px;
}
#fc-kit #fc-rss:hover,
#fc-kit #fc-rss:focus {
	background-position: -350px 0px;
}
#fc-kit #fc-behance {
	background-position: -180px 0px;
}
#fc-kit #fc-behance:hover,
#fc-kit #fc-behance:focus {
	background-position: -410px 0px;
}
#fc-footer-bottom {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	overflow: hidden;
}
#fc-footer-bottom p {
	height: 20px;
	line-height: 20px;
	font-size: 1.2em;
	color: #cccccc;
	text-shadow: 0px 2px 0px #0d0d0d;
}
#fc-copyright {
	float: left;
}
#fc-valid {
	float: right;
}
#fc-valid a {
	color: #cccccc;
	text-decoration: none;
	text-shadow: 0px 2px 0px #0d0d0d;
	overflow: hidden;
}
#fc-valid a:hover {
	color: #99e500;
}