/*
Theme Name: Ham
Theme URI: http://www.haminthefridge.com/
Version: 3.1
Author: Ham in the Fridge
*/

body {
	color: #666;
	background: #BDBDBD url(/img/body.jpg) fixed no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
	font-size: 11px;
	line-height: 18px;
	overflow-x: hidden;
	border-top: 2px solid #7EACCE;
}

.alt {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 9px;
}

strong,
b {
	font-weight: bold;
}

em,
i,
cite {
	font-style: italic;
}

hr {
	height: 2px;
	border: 0;
	padding: 0;
	margin: 7px 0;
	background: url(/img/hr.png);
	clear: both;
}

.clear {
	clear: both;
}

#container {
	border-top: 1px solid rgba(255, 255, 255, 0.45);
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

a:link,
a:visited {
	color: #7EACCE;
	text-decoration: none;
}

a:hover {
	color: #3E74A6;
	text-decoration: none;
}

#content a {
	transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ie-transition: color .1s linear;
}

#content a:hover {
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

#loading {
	display: block;
	position: absolute;
	top: 280px;
	left: 465px;
	width: 30px;
	height: 30px;
	background: url(/img/loading.gif) no-repeat;
}

.loading {
	background: url(/img/btn_lg_loading.gif) no-repeat center;
}

aside .loading {
	width: 136px;
	height: 79px;
}

header {
	display: block;
	padding: 8px 195px;
}

#logo,
nav,
nav li {
	display: block;
	position: relative;
	float: left;
}

nav a {
	transition: background .1s linear;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-ie-transition: background .1s linear;
}

#logo {
	display: block;
	text-indent: -99999px;
	background: url(/img/logo.png) no-repeat;
	width: 118px;
	height: 22px;
}

#nav_about a {
	display: block;
	text-indent: -99999px;
	background: url(/img/nav_about.png) no-repeat;
	width: 51px;
	height: 22px;
}

#nav_about a:hover {
	background-position: 0 -22px;
}

#nav_clients a {
	display: block;
	text-indent: -99999px;
	background: url(/img/nav_clients.png) no-repeat;
	width: 60px;
	height: 22px;
}

#nav_clients a:hover {
	background-position: 0 -22px;
}

#nav_contact a {
	display: block;
	text-indent: -99999px;
	background: url(/img/nav_contact.png) no-repeat;
	width: 62px;
	height: 22px;
}

#logo:hover,
.postid-700 #nav_about a,
.postid-706 #nav_clients a,
.postid-704 #nav_contact a,
#nav_about a:hover,
#nav_clients a:hover,
#nav_contact a:hover {
	background-position: 0 -22px;
}

.blog #logo,
.postid-700 #nav_about a,
.postid-706 #nav_clients a,
.postid-704 #nav_contact a {
	cursor: default;
}

.blog #logo:hover {
	background-position: 0 0;
}

#search {
	position: relative;
	display: block;
	float: right;
}

#search input {
	color: #7EACCE;
	width: 122px;
	height: 19px;
	background: url(/img/search.png) no-repeat;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	padding: 1px 8px 2px 20px;
	margin-right: 12px;
}

#search input:hover {
	background-position: 0 -22px;
}

#search input:focus {
	background-position: 0 -44px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Baskerville, "Bookman Old Style", Georgia, serif;
	color: #7EACCE;
	font-weight: normal;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 9px;
}

h1 {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 26px;
	margin-left: 20px;
	margin-right: 20px;
}

h2,
#article h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0;
}

.blog h2,
.postid-700 #content > h2 {
	margin-bottom: 3px;
}

.blog h2 a:hover,
.postid-700 h2 a:hover {
	text-decoration: none !important;
}

#article h1,
#article h2 {
	margin-top: 0;
	padding-top: 5px;
}

#description h1,
#description h2,
#description h3,
#description h4,
#description h5,
#description h6 {
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.amp {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Book Antiqua", "Bookman Old Style", Georgia, serif;
	font-style: italic;
	margin-left: -1px;
}

aside {
	display: none;
	position: relative;
	width: 150px;
	margin-top: 28px;
}

.left {
	float: left;
}

.right {
	float: right;
}

aside > ul > li,
#news li,
.archive #content li,
.search #content li {
	width: 150px;
	position: relative;
	z-index: 999;
	text-shadow: none;
}

.archive #content li,
.search #content li {
	float: left;
	margin: 0 3px -3px;
	z-index: 4;
}

aside li.small .related_inner,
.archive #content li.small .related_inner,
.search #content li.small .related_inner,
#news li {
	margin: 6px -8px 0 -2px;
	padding: 0 2px;
	display: block;
	height: 29px;
	font-weight: bold;
	background: url(/img/btn_sm_shadow.png) no-repeat;
}

#news li {
	margin: 6px 2px 0;
	float: left;
	text-shadow: none;
}

aside li.small .related_inner > a,
.archive #content li.small .related_inner > a,
.search #content li.small .related_inner > a,
#news li a {
	position: relative;
	display: block;
	width: 150px;
	height: 29px;
	background: url(/img/btn_sm.png) no-repeat;
	overflow: hidden;
}

aside li.large .related_inner,
.archive #content li.large .related_inner,
.search #content li.large .related_inner {
	margin: 6px -2px 0;
	padding: 0 2px;
	display: block;
	width: 150px;
	height: 97px;
	font-weight: bold;
	background: url(/img/btn_lg_shadow.png) no-repeat;
}

aside li.large .related_inner > a,
.archive #content li.large .related_inner > a,
.search #content li.large .related_inner > a {
	position: relative;
	display: block;
	width: 143px;
	height: 87px;
	padding: 8px 0 0 7px;
	background: url(/img/btn_lg.png) no-repeat;
}

aside img,
.archive #content img,
.search #content img {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

aside a .title,
.archive #content ul a .title,
.search #content ul a .title,
#news a .title {
	position: absolute;
	display: block;
	top: 0;
	left: 33px;
	z-index: 0;
	width: 1000px;
	padding-top: 4px;
}

aside .small a:hover,
.archive #content li.small a:hover,
.search #content li.small a:hover,
#news a:hover {
	color: #7EACCE;
	text-decoration: none;
}

aside .small a:active .client,
aside .small a:active .title,
.archive #content .small a:active .client,
.archive #content .small a:active .title,
.search #content .small a:active .client,
.search #content .small a:active .title,
#news a:active .client,
#news a:active .title {
	top: 1px;
}

aside .large .related_inner a:active,
.archive #content li.large .related_inner a:active,
.search #content li.large .related_inner a:active {
	padding-top: 9px;
}

aside .small .client,
.archive #content .small .client,
.search #content .small .client,
#news a .client {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	width: 32px;
	height: 26px;
	padding-top: 3px;
	padding-right: 118px;
	background: url(/img/btn_sm_client.png) no-repeat;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 19px;
	font-weight: normal;
	text-align: center;
}

.ham a {
	color: #F9F8F6 !important;
	background: url(/img/btn_ham_sm.png) no-repeat !important;
}

.ham .client {
	background: url(/img/btn_ham_sm_client.png) no-repeat !important;
}

.article_button_container {
	margin: 0 165px;
}

.button {
	clear: both;
	display: block;
	height: 29px;
	font-weight: bold;
	margin: 10px -2px 0;
	padding: 0 2px;
	background: url(/img/btn_sm_shadow.png) no-repeat;
	text-align: center;
}

.button a {
	position: relative;
	display: block;
	color: #F9F8F6 !important;
	width: 150px;
	height: 25px;
	background: url(/img/btn.png) no-repeat;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 4px;
	overflow: hidden;
	text-decoration: none !important;
}

.button a:active {
	padding-top: 6px;
	height: 23px;
}

aside a:active,
#news a:active,
.button a:active,
.search #content ul a:active
.archive #content ul a:active {
	background-position: 0 1px !important;
}

#main {
	position: relative;
	clear: both;
	margin-top: 32px;
	display: none;
}

#content {
	position: absolute;
	top: 0;
	left: 195px;
	width: 470px;
	padding: 0 45px 70px;
	display: none;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
}

.gallery_single {
	display: block;
	width: 497px;
	height: 298px;
	margin: 0 -21px;
	padding: 16px 0 0 16px;
	background: url(/img/gallery_single.png) no-repeat;
}

.gallery_multiple {
	display: block;
	width: 559px;
	height: 298px;
	margin: 0 -31px;
	padding: 16px 0 0 0;
	background: url(/img/gallery_multiple.png) no-repeat;
}

.gallery_container {
	display: block;
}

.gallery_container:hover {
	text-decoration: none !important;
}

.cta {
	display: block;
	position: relative;
	text-align: center;
	margin: 200px auto;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-shadow: #A5C242 0 -1px 0;
	font-weight: bold;
}

.cta_inv {
	color: #6E8C20;
	text-shadow: #DEF09E 0 1px 0;
}

.cta_top {
	display: block;
	padding: 7px 11px 0;
	background: url(/img/cta_top.png) no-repeat;
}

.cta_btm {
	display: block;
	height: 11px;
	background: url(/img/cta_btm.png) no-repeat;
}

.gallery_overlay {
	position: absolute;
	display: none;
	width: 480px;
	height: 280px;
	background: url(/img/gallery_overlay.png) no-repeat;
}

#gallery_content {
	float: left;
	width: 480px;
	height: 280px;
	overflow: hidden;
	position: relative;
}

.gallery_control_container {
	float: left;
	width: 26px;
	height: 65px;
}

#gallery_prev {
	display: block;
	width: 26px;
	height: 65px;
	margin-top: 107px;
	background: url(/img/gallery_prev.png) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

#gallery_next {
	display: block;
	width: 26px;
	height: 65px;
	margin-top: 107px;
	background: url(/img/gallery_next.png) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

#gallery_prev:hover,
#gallery_next:hover {
	background-position: 0 -65px;
}

.slide {
	float: left;
}

#article {
	display: block;
	width: 513px;
	margin: 0 -21px 5px;
}

#article_top {
	padding: 16px 16px 0;
	background: url(/img/article_top.png) no-repeat;
}

#article_btm {
	background: url(/img/article_btm.png) no-repeat;
	height: 24px;
}

#article p,
#article ul {
	margin-left: 7px;
	margin-right: 6px;
}

.column1 {
	margin-bottom: 9px;
}

.column2css {
	column-count: 2;
	column-gap: 2px;
	-webkit-column-count: 2;
	-webkit-column-gap: 2px;
	-moz-column-count: 2;
	-moz-column-gap: 2px;
	-o-column-count: 2;
	-o-column-gap: 2px;
	-ie-column-count: 2;
	-ie-column-gap: 2px;
	margin-bottom: 9px;
}

.column2 div {
	width: 240px;
	margin-bottom: 9px;
	float: left;
}

#article .column3 div {
	width: 160px;
	margin-bottom: 9px;
	float: left;
}

.column3 div {
	width: 156px;
	margin-bottom: 9px;
	float: left;
}

.center {
	text-align: center;
}

#news {
	width: 316px;
	margin: 0 auto;
}

footer {
	display: block;
	clear: both;
	height: 63px;
	margin: 18px 0;
	text-indent: -99999px;
	background: url(/img/footer.png) no-repeat center;
}

#meta {
	position: relative;
	float: left;
	width: 158px;
	margin-right: 2px;
}

#meta .value {
	float: left;
	width: 130px;
	padding: 2px 0;
}

#meta .label {
	color: #7EACCE;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	width: 33px;
	margin-left: -10px;
	margin-right: 5px;
	clear: both;
	text-align: right;
	float: left;
}

#article #meta .label {
	margin-left: 0;
}

#article #meta .value {
	width: 115px;
}

#description {
	position: relative;
	float: left;
	width: 310px;
	margin-top: 2px;
}

#article #description {
	width: 320px;
}

pre {
	display: block;
	width: 309px;
	overflow: scroll;
	color: #888;
	font-family: Courier, "Courier New", fixed;
	line-height: 13px;
	margin: 0 3px 9px;
	padding: 4px;
	background-color: #fbfaf9;
}

blockquote {
	padding: 0 16px 0 0;
	margin-left: 24px;
	border-left: 1px solid #CCC;
	color: #999;
}

#description ul,
#description ol {
	margin: 0 7px 4px;
}

#description ul {
	list-style: disc;
}

#description ol {
	list-style: decimal;
}

#description li {
	margin-bottom: 5px;
}

#live_link {
	clear: both;
	padding: 5px 0 0 160px;
}

#tags ul {
	margin-left: -1px;
}

#tags li {
	display: block;
	float: left;
	margin-right: 1px;
	margin-top: 0 !important;
	margin-bottom: -2px;
}

#tags li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #888;
	padding: 3px 7px 3px 2px;
	background: url(/img/tag.png) top right;
	white-space: nowrap;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ie-transition: none;
}

#tags li a:hover {
	color: #F9F8F6;
	background: url(/img/tag.png) no-repeat;
	background-position: right -19px;
	text-decoration: none;
	text-shadow: none;
}

#description {
	position: relative;
	float: left;
	width: 310px;
}

.connection {
	position: absolute;
	top: 2px;
	z-index: 6;
	display: none;
	width: 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-shadow: #A5C242 0 -1px 0;
	font-weight: bold;
	cursor: default;
}

.left .connection {
	margin-left: 156px;
}

.right .connection {
	margin-left: -213px;
}

.left .connection_top {
	padding: 7px 11px 0 15px;
	background: url(/img/connection_left_top.png) no-repeat;
}

.right .connection_top {
	padding: 7px 15px 0 11px;
	background: url(/img/connection_right_top.png) no-repeat;
}

.connection_btm {
	margin-top: -1px;
	height: 11px;
}

.left .connection_btm {
	background: url(/img/connection_left_btm.png) no-repeat;
}

.right .connection_btm {
	background: url(/img/connection_right_btm.png) no-repeat;
}

.connection a {
	text-shadow: #DEF09E 0 1px 0;
	background: none !important;
	transition: color .15s linear;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	-ie-transition: color .15s linear;
}

.connection a:link,
.connection a:visited {
	color: #6E8C20 !important;
}

.connection a:hover,
.connection a:active {
	color: #000 !important;
}

.tags {
	display: inline;
}

.tags li {
	display: inline;
}

form input.text_small {
	color: #666;
	width: 142px;
	height: 15px;
	border: 0;
	margin: 0;
	padding: 3px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	background: url(/img/form_text_small.png) no-repeat;
}

form textarea {
	color: #666;
	width: 302px;
	height: 95px;
	border: 0;
	margin: 0;
	padding: 4px 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 12px;
	background: url(/img/form_textarea.png) no-repeat;
	resize: none;
}

form ul {
	margin: 0 !important;
}

form input.radio {
	float: left;
}

#contact_form {
	clear: both;
	padding: 0 7px;
}

#contact_form #contact1 {
	float: left;
	width: 150px;
}

#contact_form #contact2 {
	float: left;
	width: 310px;
	padding: 20px 0 0 7px;
}

#contact_form #contact3 {
	clear: both;
	padding-top: 3px;
}

#contact_name label,
#contact_email label,
#contact_subject label,
#contact_type label {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	width: 150px;
	height: 12px;
	margin-top: 8px;
}

#contact_name label {
	background: url(/img/contact_name.png) no-repeat;
}

#contact_email label {
	background: url(/img/contact_email.png) no-repeat;
}

#contact_subject label {
	background: url(/img/contact_subject.png) no-repeat;
}

#contact_type label {
	background: url(/img/contact_type.png) no-repeat;
	float: left;
	margin-top: 5px;
	margin-right: 7px;
}

#contact_type div {
	float: left;
}

#contact_type1 label {
	background: url(/img/contact_type1.png) no-repeat;
	width: 63px;
}

#contact_type2 label {
	background: url(/img/contact_type2.png) no-repeat;
	width: 56px;
}

#contact_type3 label {
	background: url(/img/contact_type3.png) no-repeat;
	width: 103px;
}

#contact_form #send {
	clear: both;
	padding: 3px 0 1px 157px;
}

#twitter {
	display: none;
	background-color: #7EACCE;
	color: #FFF;
	text-align: right;
	padding: 0 35px 2px;
}

#twitter a {
	color: #FFF;
}

#twitter .twitter-timestamp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #b1cde2;
	margin-left: 10px;
}

#twitter_btn {
	display: none;
	width: 55px;
	height: 55px;
	margin-left: -55px;
	margin-bottom: -55px;
	text-indent: -10000px;
	background: url(/img/btn_twitter.png) no-repeat;
	float: right;
	margin-top: -1px;
	overflow: hidden;
	cursor: s-resize;
}

#twitter_btn:hover {
	background-position: 0 -55px;
}

.endmark {
	display: none;
	margin-left: 4px;
	vertical-align: text-top;
}

p .endmark {
	display: inline; /* Makes sure the endmark only appears when the last element of an article is a paragraph. */
}

body > object {
	display: none; /* Prevents a flash of Flash when swfobject inserts its detection swf into the DOM and the user is running a Flash blocker such as ClickToFlash. */
}

body > div > div {
	border: none !important; /* Prevents the Chrome FlashBlock extension from drawing a nasty line across the screen for swfobject's weird inserted swfs. A nasty fix, I know. */
}