/* Swatches 
Background:
Text:#222
Link:#be2124
Hover:#8b0a0d

*/

/* Tags 
____________________________________*/
html {
	height: 100%;
	margin:0px;
	padding:0px;
}
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	line-height:1.4em;
	margin:0px;
	padding:0px;
	color:#222;
	background:#eeeded url(/images/layout/body_bg.png) repeat-x;
}
img {
	border:0;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.17em;
}
a:link, a:visited {
 	color:#be2124;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover, a:focus {
 	color:#8b0a0d;
 	outline:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.micro {
	font-size:0.83em;
}
.print, .hide {
	display:none;
}

/* Layout
____________________________________*/
#beta {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:80px;
	height:80px;
}
.wrapper {
	position:relative;
	margin:0px auto;
	width:1000px;
	padding:0 15px;
}
#main_wrap {
	background:url(/images/layout/wrapper_bg.png);
}

#header {
	background:url(/images/layout/header_bg.jpg);
	padding: 25px 20px 0 0;
	height:128px;
	border-bottom:1px solid #000;
	margin: -8px 0 0 0;
	color:#fff;
}
#body_wrapper {
	margin:50px 20px 20px;
}
#content {
	float:left;
	width:609px;
}
#sidebar {
	width:318px;
	float:right;
}
#footer {
	background:url(/images/layout/footer_bg.png) bottom repeat-x #d5d5d5;
	border-top:1px solid #bcbcbc;
	padding:20px 20px 30px;
}
.column {
	width:273px;
}
.box {
	padding:9px;
	background: #d5d5d5;
	position:relative;
	margin: 0 0 20px;
}
.archive {
	height:342px;
}
.item.author {
	height:41px;
}
.gallery {
	height:255px;
}
.banner {
	position:absolute;
	background:url(/images/layout/layout_sprite.png) 0 -46px;
	color:#fff;
	margin:-9px 0 0 -12px;	
	padding:8px 0 8px 15px;
	height:28px;
	width:237px;
	z-index:2;
}
.banner a {
	color:#fff;
	display:block;
}
.banner a:hover, .banner a:focus {
	text-shadow:0 -1px 1px #8b0a0d;
}
.banner.comment {
	background:url(/images/layout/layout_sprite.png) 0 -140px;
	padding:6px 19px 9px 12px;
	width:25px;
	text-align:center;
}
.item {
	background:url(/images/layout/item_bg.png) repeat-x bottom #fff;
	border-bottom:1px solid #c7c7c7;
	padding:15px;
	position: relative;
}
.item.first {
	padding-top:37px;
}
.item p {
	margin:0;
}
.item .meta {
	font-size:0.75em;
}
.item ul {
	list-style:none;
	margin:0;
	padding:0;
}
.item li a {
	padding:4px 0;
	display:block;
}
.item .rss {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* Header Bar
____________________________________*/
#headerBar {
	background:url(/images/header/header_02.png) repeat-x;
	height:39px;
	position:relative;
	width:100%;
	z-index:2;
}
/* Header
____________________________________*/
#logo {
float:left;
}

#header h1 {
	margin:0;
}
/* Ads
____________________________________*/
.ad {
	background:#000;
}
.ad_tag {
	float:right;
	text-transform:uppercase;
	font-size:0.75em;
}
.ad_box {
	padding-bottom:19px;
}
#leaderboard {
	width:728px;
	height:90px;
	float:right;
}
.square_ad {
	width:300px;
	height:250px;
}
.inline_ad {
	width:468px;
	margin: 0 0 20px 59px;
}
.banner_ad {
	width:468px;
	height:60px;
}
/* Sidebar
____________________________________*/
#tweet_box .banner {
	background-position:0 0;
	width:283px;
	padding-top:2px;
	height:34px;
}
.banner img {
	margin:-5px 0 0;
	vertical-align:middle;	
}
#sn_switch {
	margin: 0 0 0 29px;
	display:inline;
}
#fuel_sidebar {
	position:absolute;
	top:9px;
	left:9px;
}
#facebook {
	display:none;
}
/* Navigation
____________________________________*/
#nav {
	float:left;
	width:1000px;
	margin:-8px 0 0 -3px;
	z-index:21;
	position:relative;
}
#nav ul, #share_bar {
	list-style:none;
	margin:0;
	padding:0;
	display:block;
}
#nav ul li {
	float:left;
	background:url(/images/layout/nav_bg.png) repeat-x;
}
#nav ul a {
	margin:2px 0 9px;
	padding:7px 21px 9px;
	display:block;
	font-size:1.17em;
	color:#fff;
	border-right:1px solid #7e7e7e;
	border-left:1px solid #404040;
	text-shadow:0 -1px 1px #000;
}
#nav ul a:hover, #nav ul a:focus {
	background:url(/images/layout/nav_hover.png);
}
#nav li.first a {
	border-left:none;
	padding-left:10px;
}
#nav li.last {
	background:none;
}
#nav ul ul a {
	padding:5px 20px;
}
.subnav {
	display:none;
	position:absolute;
	z-index:100;
	margin:-7px 0 0 -9px;
}
#nav li:hover .subnav {
	display:block;
}
#nav ul ul li {
	float:none;
	background:none;
}
#nav li h2 {
	color:#000;
	font-weight:bold;
	font-size:1.14em;
	margin: 5px 13px;
}
#nav ul ul {
	float:left;
}
#nav ul ul a {
	border:none;
	color:#be2124;
	text-shadow:none;
	font-size:1.00em;
	margin:0;
	padding:5px 13px;
}
#nav ul ul a:hover, #nav ul ul a:focus {
	background:none;
	color:#8b0a0d;
}
.subnav .items {
	background:url(/images/layout/subnav_bg.jpg) repeat-x #d2d2d2;
	padding:13px;
}
.subnav .l, .subnav .r {
	background:url(/images/layout/subnav_sides.png) repeat-y;
	padding:0 0 0 5px;
}
.subnav .r {
	background-position:right;
	padding:0 5px 0 0;
}
.subnav .b, .subnav .bl, .subnav .br {
	background:url(/images/layout/subnav_bottom.png) repeat-x;
	margin:0 5px;
	height:5px;
}
.subnav .bl, .subnav .br {
	width:5px;
	margin:0;
	float:left;
	background-position:0 -5px;
}
.subnav .br {
	float:right;
	background-position:-5px -5px;
}
/* Footer
____________________________________*/
.navigation {
	float:left;
	margin-right:-80px;
	width:710px;
}
.navigation ul {
	list-style:none;
	padding:0;
	margin:0;
}
.navigation li a {
	display:block;
}
.navigation ul ul {
	min-height:120px;
}	
.navigation li {
	float:left;
	padding-right:37px;
	font-weight:bold;
	margin: 0 0 10px 0;
}
.navigation li li {
	float:none;
	font-weight:normal;
	margin:0;
}

.navigation li li a {
	padding: 2px 0;
}

#logo_bottom {
	float:right;
	margin:20px 40px 0 0;
}
#authorship {
	float:right;
}
#authorship a {
	color:#000;
}
#authorship img {
	vertical-align:middle;
}
#copyright {
	float:left;
}
/* Carousel
____________________________________*/
h2.latest {
	margin:0px 0 0 -3px;
	background-position: 0 -93px;	
}
#carousel {
	position:relative;
	height:321px;
	background:url(/images/layout/carousel_bg.jpg) no-repeat #666;
	margin: 0 0 20px;
}
#carousel .car_nav {
	position:absolute;
	right:14px;
	bottom:20px;
	z-index:2;
}
#carousel .car_nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#carousel .car_nav li {
	float:left;
}
#carousel .car_nav li a {
	padding:7px 11px;
	margin: 0 5px;
	display:block;
	border:1px solid #6e6e6f;
	background:url(/images/layout/car_nav_bg.png);
	color:#fff;
	font-weight:bold;
	font-size:1.17em;
}
#carousel .car_nav .current a {
	border-color:#be2124;
}
#carousel .car_nav .current a:hover {
	text-decoration:none;
}
#slides {
	position:relative;
	float:left;
	margin:10px;
	z-index:1;
}
#slides a {
	position:absolute;
	top:0;
	width:590px;
}
#slides span {
	width:180px;
	float:left;
	padding:36px 10px 0;
}
#slides span p {
	padding:0 5px;
}
#slides a {
	color:#fff;
}
#slides a:hover {
	color:#fff;
}
#slides img {
	float:left;
	margin: 0 0 0 3px;
}
#slides h1 {
	text-align:center;
	margin:0;
}
#carousel .rss {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index:1;
}
/* Archives
____________________________________*/
.image_overlay {
	position:absolute;
	top:9px;
	left:9px;
	margin:0;
	border-bottom:1px solid #c7c7c7;
	line-height:1.2em;
}
.image_overlay a {
	background:url(/images/layout/image_overlay.png);
	width:243px;
	height: 44px;
	padding: 126px 15px 0;
	font-weight:normal;
	display:block;
}
.image_overlay a span {
	color:#222;
	font-size:0.67em;
	display:block;
	margin-top:-13px;
	line-height:1em;
}
/* Posts
____________________________________*/
.post_head {
	border-bottom:1px solid #c7c7c7;
	margin: 0 0 20px 0;
	padding: 0 10px;
	line-height:1.5em;
	background:url(/images/layout/item_bg.png) repeat-x bottom #fff;
}
.post_head h1, .post_title h1 {
	margin:0;
	font-size:2.5em;
}
.post_title {
	border-bottom:1px solid #c7c7c7;
	margin: 0 0 20px 0;
	padding: 0 10px;
	text-align: justify;
}
.post_body {
	margin:0;
	line-height:1.5em;
	text-align:justify;
}
.post_bookmark {
	clear:both;
	padding:10px;
	margin:10px 0;
}
#comments {
	margin:0;
}
#comments ol {
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
#comments li {
	padding: 10px;
	border-bottom:1px solid #C7C7C7;
}
#comments .body {
	float:left;
	margin:0 0 10px 20px;
	width:485px;
}
#comments .author {
	font-weight:bold;
}
#comments .date {
	float:right;
}
.gravatar {
	float:left;
}
.gravatar img {
	padding: 0;
}
#comments .administrator {
	background:url(/images/layout/admin_comment.jpg) bottom right no-repeat #D5D5D5;
}
/* Article Styles
____________________________________*/

.image_with_border {
	padding:0 0 5px;
	margin:10px;
	border:1px solid #C7C7C7;
	background:url(/images/layout/item_bg.png) repeat-x bottom #fff;
}
.article_photo {
	margin:10px;
	padding:0 0 5px;
	border:1px solid #C7C7C7;
	background:url(/images/layout/item_bg.png) repeat-x bottom #fff;
}

.plus {
	position:absolute;
	margin:0;
	padding:0;
	border:0;
}
.article_insert {
	padding:10px;
	background: #d5d5d5;
	position:relative;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}

/* Forms/Input
____________________________________*/
label {
	display:block;
	float:left;
	width:90px;
}
form, input {
	margin:0;
	padding:0;
	display:inline;
}
textarea, input.styled {
	border:1px solid #BBB;
	padding:8px;
	font:normal 1em "Lucida Grande", Helvetica, Arial, sans-serif;
	width:478px;
}
input.small {
	width:20px;
}
input#categories {
	vertical-align:middle;
}
select {
	border:1px solid #BBB;
	padding:2px;
}
select option {
	padding:0 5px;
}
fieldset {
	background-color:#FFF;
	border:1px solid #d7d7d2;
	padding:3px 7px 10px;
}
fieldset legend {
	color:#586e83;
	font-size:11px;
	padding:.1em .3em;
}
.submit {
	padding:5px 12px;
	background:#e3e3e3 url(/images/admin/layout/button_bg.jpg) repeat-x;
	border:1px solid #bbb;
	color:#000;
	font-size:1.17em;
	margin: 20px 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow:0 1px 1px #FFF;
	text-align:center;
}
.checkbox {
	padding:0;
	width:225px;
}
/* Message Styles
__________________________________*/

.error, .message, .info {
	padding:10px 10px 10px 50px;
	background:url(/images/admin/icons/info-icons.png) no-repeat 17px -367px #ffdedb;
	border: 1px solid #e02929;
}

.message {
	background-color: #e9fece;
	background-position: 17px 9px;
	border-color: #68b904;
}

.info {
	background-color: #ddeefc;
	background-position: 17px -227px;
	border-color: #68abdd;
}
/* Social Relevance
____________________________________*/
.srLink {
	float:left;
	height:16px;
	padding:0 10px 10px 0;
}
.srLink a {
	display:block;
	width:105px;
}
.srLink img {
	float:left;
	padding: 0 5px 2px 2px;
}
/* Share Bar
____________________________________*/
#share_bar {
	position:fixed;
	bottom:0;
	margin-left:-3px;
	z-index:20;
}

#share_bar li {
	float:left;
	background:url(/images/layout/share_bar_bg.png) repeat-x;
	height:37px;
}
#share_bar li img {
	float:left;
	margin: 0 5px 0 0;
}
#share_bar li.last {
	background:none;
}
#share_bar a, #share_bar li span {
	margin:7px 0 0;
	padding:6px 21px 7px;
	display:block;
	color:#fff;
	border-right:1px solid #7e7e7e;
	border-left:1px solid #404040;
	text-shadow:0 -1px 1px #000;
}
#share_bar a.share_hide {
	text-shadow:none;
	border-right:none;
	padding:8px 8px 8px 7px;
	color:#D5D5D5;
	height:14px;
	opacity:0.4;
}
#share_bar a.share_hide:hover {
	opacity:1;
	background:none;
}
#share_bar li span {
	padding-left:3px;
	border-left:0;
}

#share_bar ul {
	display:none;
}
#share_bar a:hover, #share_bar a:focus {
	background:url(/images/layout/nav_hover.png);
}
#share_bar ul {
	position:absolute;
	z-index:100;
	margin: 0 0 0 -9px;
	bottom:29px;
	padding:0;
	list-style:none;
	background:#484848;
	border:1px solid #737373;
	border-bottom:none;
}
#share_bar ul li {
	float:none;
	background:none;
}
#share_bar ul li a {
	margin:0;
	border:none;
}
#share_bar li:hover ul {
	display:block;
}

/* Pagination
____________________________________*/

.pagination {
	clear:both;
}
.pagination a, .pagination a:link {
	float:left;
	display:bock;
	padding:5px 10px;
	margin:2px;
	background:#eee;
	border: 3px solid #d5d5d5;
}
.pagination a:hover {	
	border-color:#800b0d;
	color: #fff;
	background-color: #8b0a0d;
}
.pagination span.current {
	float:left;
	display:bock;
	padding:5px 10px;
	margin:2px;
	color:#fff;
	background:#be2124;
	border: 3px solid #a91f22;
}
/* Product Pages
____________________________________*/
.product_header {
	margin:-72px 0px 0px -20px;
	z-index:10;
	position:relative;
}
.product_header div {
	position:absolute;
	background:url(/images/layout/semi_trans.png);
	padding:0 20px;
	width:602px;
	top:125px;
	color:#fff;
	height:110px;
}
.product_header div p {
	margin:-15px 0 0;
}
.post_body ul {
	padding-left:20px;
}
.item h3 {
	margin:0;
}
.review {
	clear:both;
}
.review img {
	float:left;
}
.review_copy {
	float:left;
	background:url(/images/icons/quotes.jpg) no-repeat;
	margin:0 0 0 10px;
	padding:0 0 0 20px;
	width:468px;
}
.citation {
	float:right;
	color:#888;
	text-align: right;
	margin:0 0 20px 0;
}

a.submit {
	color:#000;
}

/* Tipsy 
____________________________________*/

.tipsy {
	padding: 5px;
	font-size: 10px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-repeat: no-repeat;
}
.tipsy-inner {
	padding: 4px 5px;
	background-color: black;
	color: white;
	max-width: 300px;
}
.tipsy-south {
	background-image: url(/images/admin/icons/tipsy-south.gif);
	background-position: bottom center;
}
.tipsy h2 {
	font-size:1.17em;
	margin:0 0 10px 0;
	border-bottom:1px solid #9DA0A1;
}
/* Lightbox
____________________________________*/

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/lightbox/progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/lightbox/closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/lightbox/left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/lightbox/right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/lightbox/shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/lightbox/shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/lightbox/shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/images/lightbox/title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/images/lightbox/title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/images/lightbox/title_right.png') repeat-x;
}
/* Search Box
___________________________________*/
#searchcontrol{
	position:absolute;
	right:17px;
	width:270px;
	height:40px;
	top:3px;
}

#returnResults {
	position:absolute;
	z-index:80;
	background:url(/images/layout/subnav_bg.jpg) repeat-x bottom #fff;
	border:1px solid #666;
	width:280px;
	padding:20px 25px;
	left:663px;
	top:0;
}

.gsc-search-button input.gsc-search-button {
	padding:4px 12px;
	background:#e3e3e3 url(/images/admin/layout/button_bg.jpg) repeat-x;
	border:1px solid #bbb;
	color:#000;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	text-shadow:0 1px 1px #FFF;
	text-align:center;
}

.gsc-input input.gsc-input {
	border:1px solid #BBB;
	padding:4px;
	width:175px;
}

#returnResults a{
	color:#be2124;
}

#returnResults a:hover{
	color:#8b0a0d;
}

.invisible{
	display:none;
}

#searchcontrol .gsc-control {
	width:200px;
}

#branding {
	position:absolute;
	z-index:85;
	left:855px;
	top:19px;
}

#headerBar .gsc-branding {
	display:none;
}
/* Pushup
____________________________________*/
#pushup {
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 4px;
	background: #ffffc6;
	border: 1px solid #b0dfc8;
	z-index: 9999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
	position: absolute;
 top: expression(_pushupIETop = 10 + (document.documentElement.scrollTop || 0) + 'px');
}
#pushup * {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.withReminder {
	padding-bottom: 6px;
}
#pushup a {
	outline-style: none;
	text-decoration: none;
}
#pushup .pushup_messageLink {
	float: left;
	position: relative;
	color: #4293cd;
	font-size: 12px;
	cursor: pointer;
}
#pushup .pushup_icon {
	position: relative;
	float: left;
	height: 22px;
	width: 22px;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#pushup .pushup_message {
	position: relative;
	float: left;
	marginRight: 3px;
	line-height: 22px;
	vertical-align: middle;
}
#pushup .pushup_reminder {
	float: left;
	clear: both;
	font-size: 10px;
	color: #84a2ac;
	margin-left: 27px;
	cursor: pointer;
}
#pushup .pushup_messageLink:hover, #pushup .pushup_reminder:hover {
	text-decoration: underline;
}

