/*
Theme Name: Sticker Robot
Author: Zoltron
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

.sticky,
.bypostauthor{
	display:block;
}

.pluginButton, .pluginButton
{
	padding:0 !important;
}
.post .more-link{
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	/*color:#f60; */
	padding:11px;
	position:relative;
}
/*.post .more-link:after{
	position:absolute;
	content:"";
	top:3px;
	right:0;
	background: url(images/sprites.png) no-repeat -200px -50px;
	height:9px;
	width:5px;
} */
.expanded-post .post .link-row
{
	display:none !important;
}
/* main elements */

.post .plugin-box {
	padding: 12px 11px 5px;
}
.stButton,
.fb_iframe_widget{margin:0 0 10px;}
.plugin .fb_iframe_widget{margin:0;}
#header .plugin{
	margin:-2px 0 -2px 256px;
	position:relative;
	z-index:15;
	height:24px;
}


.next-row .link-prev{
	float:right;
	color:#f60;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	position:relative;
	padding:0 12px 0 0;
}
.next-row .link-prev:after{
	position:absolute;
	content:"";
	right:0;
	top:5px;
	width:5px;
	height:9px;
	background: url(images/sprites.png) no-repeat -200px -50px;
}
.prev-row{text-align:center;}
.next-row .link-prev{
	float:left;
	color:#f60;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	position:relative;
	padding:0 0 0 12px;
}
.next-row .link-prev:after{
	position:absolute;
	content:"";
	left:0;
	top:5px;
	width:5px;
	height:9px;
	background: url(images/sprites.png) no-repeat -100px -100px;
}
/* content styles Arnold */

.figure-box table {
    margin-top: 10px;
    width: 400px;
}
.figure-box table td {
    font: 14px/14px arial;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}
.figure-box table td.label {
    font: 18px FPMC,Arial,sans-serif;
}
.figure-box table td.bleed {
    color: #00AEF0;
}
.figure-box table td.safety {
    color: #00A651;
}
.figure-box table td.trim {
    color: #ED008C;
}
.figure-box table td img {
    display: inline !important;
	margin:0 !important;
}
.question {
color: #262626;
font: 28px/30px "Open Sans Condensed", Arial, Helvetica, sans-serif;
margin: 0 0 8px;
letter-spacing: 0px;
padding-bottom: 10px;}

