/*
	Theme Name: RFD
	Them URI: http://www.rubberflat.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 1
	Media: Screen
	Version: Tue 6, Jan 2008
	Author: eg
	Author URI: http://www.rubberflat.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

/*  General Elements */
body {
	font-family: 'Trebuchet MS', trebuchet, sans-serif;
	color: #333;
	background: #fff;
	min-width: 950px;
	font-size: 12px;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	color: #000;
	font-family: 'OFL Sorts Mill Goudy TT', georgia, serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 33px;
	line-height: 9px;
}

h2, h3 {
	margin-bottom: 10px;
	font-size: 33px;
	line-height: 1;
	color: #cc2a09;
}
h3 a {
	color: #cc2a09;
}

h4 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 26px;
}

h5 {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;

}

p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	word-spacing: 1px;
}

a {
	color: #979926;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

acronym {
	border-bottom: 1px solid #eee;
}

button {
	border: 1px solid #ccc;
	background: #eee;
	background-image: -moz-linear-gradient(top, #eee, #e3e3e3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #e3e3e3));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3')";
	zoom: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 10px;
	font-size: 12px;
	cursor: pointer;
}
button:hover, button:focus {
	border-color: #e3e3e3;
	background: #fff;
	background-image: -moz-linear-gradient(top, #f9f9f9, #eee);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f9f9f9),color-stop(1, #eee));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9F9F9', EndColorStr='#EEEEEE');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F9F9F9', EndColorStr='#EEEEEE')";
	color: #666;
}
button:focus {
/*	border-color: #979926;*/
	border-right: 4px solid #979926;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
	padding: 0;
	border: none;
	outline: none;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 10px;
	text-transform: uppercase;
}
:focus {
	outline: 0 none;
}
.clear {
	clear: both !important;
	float: none !important;
}

/*  Wrapper */

#wrapper {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/* Main Nav */

#main-nav {
	overflow: hidden;
	height: 30px;
}

#main-nav ul {
	list-style-type: none;
	padding: 0;
	position: relative;
	left: -2px;
	top: 8px;
}

#main-nav li.page_item {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font-family: helvetica, arial, sans-serif;
	text-transform: lowercase;
}

#main-nav li.page_item:first-child {
	padding-left: 0;
	margin-left: 0;
}


#main-nav li a {
	font-size: 16px;
	line-height: 20px;
	padding: 15px 10px 5px 12px;
	color: #555;
	letter-spacing: 1px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
#main-nav li + li a {
	border-left: 0 none;
}
#main-nav li a:hover, 
#main-nav li a:focus {
/*	color: #cc2a09;*/
	color: #000;
	text-decoration: none;
	background: #f9f9f9;
	background-image: -moz-linear-gradient(top, #fff, #f9f9f9);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f9f9f9));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F9F9F9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F9F9F9')";
}
#main-nav ul ul {
	display: none;
}

/*#main-nav .current_page_item a, 
#main-nav .current_page_item a:hover,
#main-nav .current_page_item a:focus {
	color: #000;
	text-decoration: none;
	background: #f3f3f3;
	background-image: -moz-linear-gradient(top, #f3f3f3, #f9f9f9);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f3f3f3),color-stop(1, #f9f9f9));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#F3F3F3', EndColorStr='#F9F9F9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F3F3F3', EndColorStr='#F9F9F9')";
	cursor: default;
}*/

/*  Header */
#header {
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
	background: #eee;
	background-image: -moz-linear-gradient(top, #eee, #e3e3e3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #e3e3e3));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3')";
	position: relative;
	height: 30px;
	border-bottom: 3px solid #f9f9f9;
}

#header-inner {
	margin: 0 auto;
	position: relative;
}

#header h1 {
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	line-height: 17px;
	font-weight: normal;
	font-family: 'Futura Std', futura, calibri, verdana, sans-serif;
	height: 30px;
	position: absolute;
	left: -20px;
	top: -2px;
	letter-spacing: 1px;
}

#header h1 a {
	line-height: 17px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	display: block;
	margin-left: -10px;
	color: #333;
	text-shadow: #fff -1px -1px 1px, #ccc 1px 1px 1px;
}

#rf-icon {
	width: 21px;
	height: 20px;
	display: block;
	float: left;
	position: relative;
/*	background: transparent url(images/rf.png) no-repeat 0 0;*/
}

#rf-icon span,
#rf-icon span span {
	position: absolute;
	border: 2px solid transparent;
}

#rf-icon .left-side {
	top: 1px;
	left: -2px;
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9902680687415704, M12=0.13917310096006544, M21=-0.13917310096006544, M22=0.9902680687415704); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9902680687415704, M12=0.13917310096006544, M21=-0.13917310096006544, M22=0.9902680687415704)";
	zoom: 1;
}

#rf-icon .right-side {
	top: 2px;
	left: 9px;
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9659258262890683, M12=-0.25881904510252074, M21=0.25881904510252074, M22=0.9659258262890683);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9659258262890683, M12=-0.25881904510252074, M21=0.25881904510252074, M22=0.9659258262890683)";
	zoom: 1;
}

#rf-icon .left-side span:first-child {
	border-bottom-color: #000;
	padding-left: 4px;
	top: 0;
	left: 4px;
}
#rf-icon .left-side span:first-child + span {
	border-bottom-color: #000;
	padding-left: 9px;
	top: 1px;
	left: 2px;
}
#rf-icon .left-side span:first-child + span + span {
	border-top-color: #777;
	padding-left: 9px;
	top: 4px;
	left: 0;
}
#rf-icon .left-side span:first-child + span + span + span {
	border-top-color: #777;
	padding-left: 4px;
	top: 5px;
	left: 2px;
}

#rf-icon .right-side span:first-child {
	border-right-color: #000;
	padding-top: 4px;
	top: 2px;
	left: 0;
}
#rf-icon .right-side span:first-child + span {
	border-right-color: #000;
	padding-top: 9px;
	top: 0;
	left: 1px;
}
#rf-icon .right-side span:first-child + span + span {
	border-left-color: #666;
	padding-top: 9px;
	top: 1px;
	left: 4px;
}
#rf-icon .right-side span:first-child + span + span + span {
	border-left-color: #666;
	padding-top: 4px;
	top: 3px;
	left: 5px;
}

#header h1 a:hover, #header h1 a:focus {
	text-decoration: none;
}

#header h1 em {
	display: none;
	font-style: normal;
	font-size: 14px;
}

#header h1 a:hover em, #header h1 a:focus em {
	display: inline;
}

#header h1 a, #header h2 {
	color: #000;
}

/*  Content */

#content {
	padding-top: 10px;
	overflow: hidden;
	margin-right: 9px;
}

#content h4 {
	margin: 0;
}

ul.nav {
	margin: 10px 0 20px 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

.nav li.last {
	border-bottom: 0;
}

.nav li.preview.small img {
	width: 50px;
	height: 50px;
}

.post .nav li:first-child {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 11px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #ccc;
}
.post .nav img {
	width: 130px;
	margin: 5px 0 10px;
}
.post ul.nav {
	margin-top: 13px;
}

ul.navlinks {
	position: absolute;
	top: 364px;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 12px;
	line-height: 18px;
}

.navlinks li a {
	display: block;
	padding: 4px 0 5px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* Post */
.post {
	padding: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}
.post + .post {
	border-top: 1px solid #eee;
	padding-top: 10px;
}

.post-content p, .post-content h5, .post-content code {

}

.post-content h3 {
	margin-bottom: 5px;
}

.post-content h5 {
	margin-top: 25px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 32px 0 32px;
}

.post-content blockquote p {
	width: 300px;
	padding: 0;
}

.post-content blockquote ul {
	width: 300px;
}

.post-content dl {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.post-content dt {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 10px;
}

.post-content dd {
	width: 300px;
	margin: 0 0 10px 20px;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	list-style-type: none;
}

.post-content li {
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 9px;
}

.post-content pre {
	margin: 20px 0 20px 0;
	padding: 20px;
	font-size: 12px;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/*  Commentary */

#commentary {
	border-top: 1px solid #111;
	padding: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}
.default-avatar {
	width: 64px;
	height: 64px;
	position: relative;
	overflow: hidden;
}
.default-avatar .head {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 12px;
	top: 5px;
	background: #ddd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.default-avatar .body {
	position: absolute;
	width: 80px;
	height: 80px;
	left: -8px;
	top: 46px;
	background: #eee;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.comment {
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	clear: both;
	overflow: hidden;
}

.comment .comment-text {
	background: #eee;
	position: relative;
	padding: 10px;
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.comment .comment-text p {
	margin: 10px 0 0;
}
.comment .comment-text .triangle + p {
	margin: 0;
}

.comment .comment-text .triangle {
	border: 5px solid transparent;
	position: absolute;
	top: 15px;
	left: -10px;
	border-right-color: #eee;
	border-bottom-color: #eee;
}

#leave-comment {
	border-top: 1px solid #eee;
	padding: 12px 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 9px;
}

.comment-field {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}
input:focus, textarea:focus {
	border-right: 4px solid #979926;
}
textarea {
	height: 100px;
}

/*  Sidebar */

#sidebar {
	margin: 0;
	padding: 17px 0 0 10px;
	overflow: hidden;
	border-left: 1px solid #eee;
	width: 282px;
}

#sidebar h4 {
	color: #aaa;
	font-size: 24px;
	margin-bottom: 10px;
}

#sidebar .section:hover h4 {
	color: #cc2a09;
}

#sidebar .section a {
	color: #ccc;
}

#sidebar .section:hover a {
	color: #979926;
}

#sidebar .section p {
	color: #999;
}
#sidebar .section:hover p {
	color: #666;
}

#sidebar p {
	color: #666;
	clear: both;
}

#sidebar .section input {
	width: 158px;
	margin: 0 0 10px 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 11px;
}

#sidebar ul.nav {
	margin: 0;
	list-style-type: none;
}
#sidebar ul.nav ul {
	margin-top: 3px;
}
#sidebar .nav li {
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
	line-height: 12px;
}

#sidebar .nav-things li {
	font-size: 13px;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

#sidebar .search-field input {
	margin-bottom: 0;
}
.section {
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#sidebar .section {
	margin-bottom: 40px;
}

#listening-to li {
	float: left;
	margin: 5px 0 0 5px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	list-style-type: none;
}
#listening-to img {
	position: relative;
	top: -64px;
}
#sidebar .section:hover #listening-to img {
	top: 0;
}
#listening-to .no-album-art {
	display: block;
	width: 62px;
	height: 62px;
	border: 1px solid #eee;
}
#sidebar .section:hover #listening-to .no-album-art {
	background: #eee;
	border-color: #ccc;
}

#reading-read li {
	float: left;
	margin: 5px 0 0 5px;
	width: 64px;
	height: 100px;
	list-style-type: none;
	overflow: hidden;
}
#reading-read img {
	position: relative;
	top: -100px;
}
#sidebar .section:hover #reading-read img {
	top: 0;
}

#archives ul.nav {
	margin: -5px 0 5px;
}


#content .section {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

#content .first {
	border: 0;
}

.submit {
/*	width: auto;
	padding: 0;
	border: 0;
*/}

.navigation {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 12px;
}

/*  Footnotes */

#footnotes {
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: 2px;
	font-size: 11px;
}

#footnotes .rss {
	margin-left: 0;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/*  Flickr */

#flickr_badge_wrapper {
	margin-left: -12px;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 12px 12px;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/*  General Classes */

.small {
	font-size: 10px;
	line-height: 16px;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #000;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: 9px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 15px;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -10000px;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0 ;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -152px;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* Wordpress required classes */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: 4px 0 5px;
	font-size: 11px;
	line-height: 17px;
	border-bottom: 1px solid #eee;
	font-size: 11px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 10px;
	padding: 8px;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 11px;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 10px;
}

#wp-calendar td {
	padding: 10px;
}

#wp-calendar tr {
	padding: 10px;
}

#footnote-feeds {
	text-align: right;
}

#footnote-feeds p:first-child {
	margin: 0;
}

.image-select-type {
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-moz-box-shadow: 1px 2px 2px #eee; /* FF3.5+ */
	-webkit-box-shadow: 1px 2px 2px #eee; /* Saf3.0+, Chrome */
	box-shadow: 1px 2px 2px #eee; /* Opera 10.5, IE 9.0 */
	background-image: -moz-linear-gradient(top, #eee, #e3e3e3);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(1, #e3e3e3));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#E3E3E3')";
	zoom: 1;
	margin-bottom: -3px;
}
.image-select-type a {
	border-left: 1px solid #ccc;
	color: #000;
	padding: 3px 8px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	cursor: pointer;
	float: left;
}
.image-select-type a:first-child {
	border: 0 none;
}
.image-select-type a:hover,
#things-sort.image-select-type a.selected:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #ddd;
	background-image: -moz-linear-gradient(top, #e2e2e2, #ccc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e2e2e2),color-stop(1, #ccc));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E2E2E2', EndColorStr='#CCCCCC');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#E2E2E2', EndColorStr='#CCCCCC')";
	zoom: 1;
}
.image-select-type a.selected {
	background-color: #ccc;
	background-image: -moz-linear-gradient(top, #ddd, #bbb);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(1, #bbb));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#BBBBBB');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#DDDDDD', EndColorStr='#BBBBBB')";
	zoom: 1;
	cursor: default;
}


#things-sort {
	float: right;
}

hr.sep {
	display: block;
	background: #eee;
	color: #eee;
	height: 1px;
	padding: 0;
	margin: 15px 0;
	border: 0 none;
}
.image-grid li {
	float: left;
	width: 128px;
	margin: 10px 10px 10px 0;
	list-style-type: none;
	background: #fff;
	text-align: center;
}
.image-grid li .thing-detail {
	display: block;
	margin: 10px 0;
	padding: 0 3px;
}

.image-grid li:hover .thing-detail {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #eee;
}
.image-grid li strong {
	color: #000;
	display: block;
	font-size: 14px;
}
.image-grid li .thing-detail span {
	color: #999;
	display: block;
}

.cat-item-4,
.nav-things > li {
	display: none;
}

.nav-things > li.cat-item-4 {
	display: list-item;
}

.contactform_respons {
	margin-top: 40px;
	padding-left: 78px;
}

/**
 * Recipe CSS
 */

#content .recipe h4 {
	margin: 15px 0 5px;
}
.rp_ingredient small {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.rp_ingredient small:before {
	content: '(';
}
.rp_ingredient small:after {
	content: ')';
}

.recipe-prep span,
.recipe-cook span,
.recipe-ready span
{

}