/*
Theme Name: Work Play Red
Theme URI: http://wpbundle.com/work-and-play
Description: The best of both work and play.
Version: 0.1
Author: WPBundle
Author URI:http://wpbundle.com
Template: work-play
/* --------------------------------------------- */

@import url("../work-play/style.css");


body {
	margin:0;
	padding:0;
	background:#d13902 url(images/background.png) repeat-x top center;
	font:0.81em Helvetica, Arial, Verdana, sans-serif; color:#606060;
	line-height:20px;
}

/* =Typography
/* -------------------------*/

::selection {
	background:none repeat scroll 0 0 #f4dfdf;
	color: #594646;
	text-shadow:0 1px 0 #fff;
}

::-moz-selection. {
	background:none repeat scroll 0 0 #f4dfdf;
	color: #594646;
	text-shadow:0 1px 0 #fff;
}

a:link {
	color: #c13b39; text-decoration:none;
}

a:active { 
	color: #ab443f;
}

a:visited {
	color: #9c382c; text-decoration:none; font-weight:bold;
}

a:hover {
	color: #973931; text-decoration:underline;
}

.menu a {
	font:1.08em "Carto Gothic", Helvetica, Arial, sans-serif; color:#9e9e9e;
	text-shadow:#000 0 1px 1px;
}

.menu a:hover {
	color:#FFF;
}

#twitter a {
		font-weight:normal;
		 color: #e2cbc9;
	}

/* =Structure
/* -------------------------*/

#frame {
	background-image:url(images/background-full.png);
}

a.button-featured {
	font:bold 0.92em Helvetica, Arial, sans-serif; color:#282828;
	text-shadow:#FFF 0 1px 0;
	margin:0; padding:5px 14px 4px;
	background:#f3f3f3;
	background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(245,245,245)),
		color-stop(0.5, rgb(241,241,241)),
		color-stop(0.5, rgb(254,254,254))
	);
	background:-moz-linear-gradient(
		center bottom,
		rgb(245,245,245) 0%,
		rgb(241,241,241) 50%,
		rgb(254,254,254) 50%
	);
	-webkit-box-shadow:rgba( 0, 0, 0, .14 ) 0 1px 3px;
	-moz-box-shadow:rgba( 0, 0, 0, .14 ) 0 1px 3px, inset #FFF 0 1px 0;
	box-shadow:rgba( 0, 0, 0, .14 ) 0 1px 3px, inset #FFF 0 1px 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #FFF;
}

a.button-featured:hover {
	text-decoration:none; color:#898989;
}

.authormeta .title a {
	color: #6d7d87;
}

.authormeta p strong { 
			font-weight:normal; 
		}