/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Crisp
Theme URI: http://www.woothemes.com/2010/08/crisp/
Version: 1.0.20
Description: A fresh copy of the popular "Crisp" tumblogging WooTheme, crafted for WordPress.com.
Author: WooThemes
Tags: blog, journal, lifestream, tumblelog, video, clean, formal, light, minimal, modern, textured, gray, white, yellow, light, two-columns, right-sidebar, fixed-layout, custom-background, custom-colors, custom-menu, custom-header, featured-images, full-width-template, rtl-language-support, theme-options, translation-ready, post-formats
Author URI: http://www.woothemes.com/
Copyright: (c) 2009 WooThemes.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* Default styles */

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Search Bar
-2.4 Header
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
-3.4 Info boxes
-3.5 Entry / Comment Tables

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.2.1 Sidebar Tabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form
-6.4 Gravity forms
-6.5 Timeline page template

7. STYLING FOR WORDPRESS.COM UPDATES

7.5 STYLING FOR WORDPRESS.COM WIDGETS

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; word-wrap: break-word; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { margin:0; padding:0; font: 13px/20px Georgia, Times, serif; color: #424242; background: #fff url(/wp-content/themes/premium/crisp/images/bg-body.jpg) repeat left top; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #111; font-weight:normal; }
h1  {font-size: 22px; } h2  {font-size: 22px;} h3  {font-size: 18px;} h4  {font-size: 16px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

hr { background-color: #e6e6e6;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 7px 0 7px 7px; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}


/* 1.2 Hyperlinks */

a:link, a:visited  { color: #f66526; text-decoration:none;}
a:hover {text-decoration:underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#top-pattern  { width: 800px; height: 60px; margin: 0 auto; background: url(/wp-content/themes/premium/crisp/images/bg-pattern-top.png) no-repeat left bottom; }
#top-pattern.no-frill { background: none; }
#bottom-pattern  { width: 800px; height: 80px; margin: 0 auto 0; background: url(/wp-content/themes/premium/crisp/images/bg-pattern-bottom.png) no-repeat left top; }
#wrapper  { background: url(/wp-content/themes/premium/crisp/images/bg-wrap-tile.png) repeat-y left top; }

#main  { padding: 0 0 0 60px; width:440px; }
#main.fullwidth {width: 680px;}

.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 800px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation  { float: left; width: 768px; height:40px; position: relative; margin: 0 -5px 0 -3px; padding: 0 20px; background: #2b2b2b; font:11px/12px "Lucida Grande", Helvetica, Arial, sans-serif; }

#navigation .fix  { display: none; }

#navigation ul.rss  {}
#navigation ul.rss li  { padding: 10px 0 0 10px; float:left; }
#navigation ul.rss li img  { vertical-align: middle; }
#navigation ul.rss li a { text-decoration:none; }
#navigation ul.rss li a:hover { opacity: 0.6; }

#navigation span.home  { display: block; float: left; margin: 10px 15px 0 0; padding: 0 10px 0 0; border-right: 1px dotted #848484; }
#navigation span.home a:hover  { opacity: 0.6; }

.nav { float: left; margin-top: 2px; z-index:99; padding: 0; list-style:none; line-height:1; text-transform: uppercase; width: 690px; height: 40px; overflow: hidden; }
.nav a  { position:relative; color:#ccc; display:block; z-index:100; text-decoration:none; padding: 3px 0; line-height: 33px; }
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.fake a  {color: #fff; background: url(/wp-content/themes/premium/crisp/images/bg-navhover.png) no-repeat center bottom; }
.nav li  { float:left; margin: 0 20px 0 0; width: auto; line-height:20px; }
.nav li a.sf-with-ul { padding-right:17px; }

/* 2.2.1 Drop-down menus */
.nav li ul  { position: absolute; left: -999em; padding-top: 5px; padding-bottom: 10px;  border-width:1px 1px 0; z-index:999; font: italic 12px Georgia, Times, serif; text-transform: none; width: 550px;}
.nav li ul ul  { width: 150px; padding: 0; margin: 5px 0 0 -5px!important; background: #2b2b2b; }
.nav li ul li  { float: left; margin: 0 20px 0 0; padding-bottom: 10px; }
.nav li ul li a  { padding: 0; line-height: 20px!important; background-image: none!important; }
.nav li ul ul li  { font:11px/12px "Lucida Grande", Helvetica, Arial, sans-serif; text-transform: uppercase; display: block; float: none; margin: 0; padding: 8px 15px; width: 120px; border-top: 1px solid rgba(255,255,255,0.2); border-bottom: 1px solid rgba(0,0,0,1); }
#wrapper .nav li ul li a  { color: #a18400;  }
body #wrapper .nav li ul ul li a  { display: block; color: #fff; }
.nav li ul li a.sf-with-ul {}
#wrapper .nav li ul li a:hover, #wrapper .nav li ul li.current_page_item a, #wrapper .nav li ul li.current_page_ancestor a, #wrapper .nav li ul li.fake a  { font-weight: normal; color: #2b2b2b; }
body #wrapper .nav li ul ul li a:hover  { color: #f7df2b; }
#wrapper .nav li ul ul ul  { margin: -27px 0 0 135px; }
.nav li ul ul li a  {}
.nav li ul li ul li a  {}

.nav li:hover,.nav li.hover  { position:static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul,
.nav li:hover ul ul ul ul ul, .nav li.sfhover ul ul ul ul ul { left:-999em; }
.nav li:hover ul, .nav li.sfhover ul  { left:75px; }
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul,
.nav li li li li li:hover ul, .nav li li li li li.sfhover ul  { left:auto!important; }

.nav .has-dropdown {padding-right: 12px;background:	url(/wp-content/themes/premium/crisp/images/arrow-superfish.png) no-repeat right center;}
.nav li ul .has-sub-dropdown {}
.nav li li ul .has-sub-dropdown {}
.nav li ul .has-sub-dropdown {padding-right: 12px;background:url(/wp-content/themes/premium/crisp/images/arrow-superfish-right.png) no-repeat right 6px;}

/* 2.3 Search Bar */
#search-bar  {clear: both; margin: 0 -5px 0 -3px; padding: 1px 10px 0; background: #f7df2b; border-top: 1px solid rgba(255,255,255,0.6); border-bottom: 1px solid rgba(0,0,0,0.1); }
#search-bar .search-input  { margin: 1px 10px 1px 0; }
#search-bar .search-input input  { border: none; height: 18px; line-height: 10px; font-size:11px; padding: 5px 0 2px 10px; width: 147px; background: url(/wp-content/themes/premium/crisp/images/bg-search.png) no-repeat left center; }
.search-bar-bg  { margin: 0 0 40px -3px; width: 808px; height: 10px; background: url(/wp-content/themes/premium/crisp/images/bg-searchbar.png) no-repeat left top; }

/* 2.4 Header */
#header  { padding: 30px 30px 30px 40px; clear:both; position:relative; min-height: 60px; }
#header .about  { padding: 8px 0 0 0; width: 335px; }
#header .about p  { font: 11px "Lucida Grande", Helvetica, Arial, sans-serif; }

#logo  { float:left; }
#logo img  { max-width: 723px; }
#logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; }
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { font:italic 14px Georgia, serif; display: block; }

#topad {float:right;}


/* 2.5 Content */
#content {}

/* 2.6 Sidebar */
#sidebar  { margin: -10px 0 0 0; padding: 0 60px 0 25px; width:185px; font-size: 12px; }
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; }
#sidebar .secondary.last { margin:0; }

/* 2.7 Footer */
#footer  { padding: 30px 0 20px; }
#footer a  { color: #2b2b2b; text-decoration: underline; }
#footer p { text-align: center; color: #2b2b2b; font: normal bold 11px "Lucida Grande", Helvetica, Arial, sans-serif; }
#footer img  { vertical-align:middle; }



/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb {}

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font: bold 12px "Lucida Grande", Helvetica, Arial, sans-serif; text-transform: uppercase; border-bottom: 2px solid #2b2b2b; }
.archive_header .catrss a  { font-size: 10px; text-decoration: none; line-height: 18px; }

.archive-meta { margin-bottom: 30px; }

.post  { position: relative; margin: 0 0 40px; padding: 0 0 10px 0; border-bottom: 2px solid #faec80; }
.page .post  { margin: 0; }
body.single .post { margin-bottom: 20px; }

.post .post-icon a  { position: absolute; top: -10px; left: -70px; display: block; overflow: hidden; width: 51px; height: 0; padding-top: 51px; background: url(/wp-content/themes/premium/crisp/images/ico-post-icons.png) no-repeat 0 0; background-position: 0 -106px; }
.format-link .post-icon a  { background-position: 0 0; }
.format-video .post-icon. a  { background-position: 0 -53px; }
.post .post-icon.article a { background-position: 0 -106px; }
.format-audio .post-icon a  { background-position: 0 -160px; }
.format-image .post-icon a  { background-position: 0 -213px; }
.format-quote .post-icon a  { background-position: 0 -266px; }
.format-gallery .post-icon a  { background-position: 0 -213px; }

span.edit-post-link { margin-left: 10px; }

.post.sticky { background: #f2f7fc; padding: 10px; position: relative; z-index: 2; left: -5px; width: 435px; }
	.post.sticky span.edit-post-link { margin-left: 10px !important; }

.post .title  { font:normal normal 22px/24px Georgia, Times, serif;position:relative; margin: 0 0 15px; }
.page .post .title  { margin: 0 0 20px 0; }
.post .title a:link, .post .title a:visited  { color:#222; }
.post .title .permalink  { padding: 0 0 0 10px; font-style: italic; }

.audio-post .media  { margin: 30px 0 20px 0; }
.video-post .media  { margin-bottom: 20px; }
.quote-post .media  { margin: 20px 0 20px;  }
.quote-post .media blockquote  { margin: 0 0 10px 0; padding: 15px; font-size: 22px; line-height: 24px; color: #3a371c; background: #faec80; }
.quote-post .media cite  { display: block; text-align: right; }
.quote-post .media cite a  { color: #424242;  }
.quote-post .media cite:before  { content: '~ ' }
.post .media  { margin: 0 0 10px 0; }

.post-meta  { clear: both; margin: 25px 0 25px 0; font:11px/18px "Lucida Grande", Helvetica, Arial, sans-serif; color: #959595; }
.post-meta a:link, .post-meta a:visited  { color: #959595; }
.post-meta span { margin: 0 20px 0 0; }
.post-meta .date { padding: 4px 0 2px 25px; background: url(/wp-content/themes/premium/crisp/images/ico-date.png) no-repeat 0 1px; }
.post-meta .comments a { padding: 2px 0 1px 25px; background: url(/wp-content/themes/premium/crisp/images/ico-comments.png) no-repeat 0 3px; }
.post-meta .shorturl a { padding: 0 0 0 25px; background: url(/wp-content/themes/premium/crisp/images/ico-shorturl.png) no-repeat 0 2px; }
.post-meta .tags { display: block; margin: 12px 0 0px; padding: 4px 0 0px 22px; background: url(/wp-content/themes/premium/crisp/images/ico-tags.png) no-repeat 0 4px; }
.post-meta .categories { display: block; margin: 10px 0 5px; padding: 4px 0 2px 22px; background: url(/wp-content/themes/premium/crisp/images/ico-cats.png) no-repeat 0 5px; }

.post p.tags {background:url(/wp-content/themes/premium/crisp/images/ico-tag.gif) no-repeat center left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}

body.attachment .post.attachment { margin: 0 0 30px; }
body.attachment .post-meta { margin-top: 40px; }

.post-bottom { position: relative; margin: 0 0 40px; }

.entry:after  { content: ' '; display: block; clear: both; }


/* 3.1 Typographic Elements */
.entry h1 { padding-bottom: 20px; }  .entry h2 { padding-bottom:20px; }  .entry h3 { padding-bottom:10px; }  .entry h4 { padding-bottom: 10px; }  .entry h5 { padding-bottom: 10px; }  .entry h6 { padding-bottom: 10px; }

.entry p  { margin: 0 0 20px 0; }

blockquote  { background:url(/wp-content/themes/premium/crisp/images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
blockquote p  { font-style:italic; }

.entry ul, .comment-entry ul  { margin: 0 0 15px 0; padding: 0 0 0 20px; }
.entry ul ul, .comment-entry ul ul  { margin: 0; }
.entry ul li, .comment-entry ul li  {	list-style-type: circle; }
.entry ul ul li, .comment-entry ul ul li  { list-style-type: disc; }

.entry ol, .comment-entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol, .comment-entry ol ol  { margin: 0; padding: 0 0 0 20px; }
.entry ol li, .comment-entry ol li  { list-style-type: upper-latin; }
.entry ol li ol li, .comment-entry ol li ol li  { list-style-type: lower-latin; }

dl { margin-bottom: 1em; }
dl dt { font-weight: 700; }
dl dd { margin-bottom: 1em; }

abbr, acronym { border-bottom: 1px dotted #ccc; }

code, pre { background-color: #f6f6f6; }

pre { margin-bottom: 1em; }

/* 3.2 Images */
.entry img, img.thumbnail { max-width: 100%; height: auto !important; }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 5px 15px 5px 0; }
.alignright  { float: right; height: auto; margin: 5px 0 5px 15px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #e6e6e6; max-width: 100%; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:11px/22px Arial, Helvetica, sans-serif; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.pagination-bg  { margin: 0 0 0 -3px; width: 808px; height: 12px; background: url(/wp-content/themes/premium/crisp/images/bg-pagination.png) no-repeat left top; }

.nav-entries, .wp-pagenavi, .post-entries { margin: 0 -5px 0 -3px!important; font-size:11px; padding:15px 30px; background: #2b2b2b; }
.nav-entries a, .post-entries a { display: block; font:normal 14px/16px sans-serif; color: #fff; text-transform: uppercase; text-decoration:none;}
.nav-entries .nav-next a, .post-entries .post-prev a  { padding: 0 0 0 27px; background: url(/wp-content/themes/premium/crisp/images/ico-nav-left.png) no-repeat left top; }
.nav-entries .nav-prev a, .post-entries .post-next a  { padding: 0 27px 0 0; background: url(/wp-content/themes/premium/crisp/images/ico-nav-right.png) no-repeat right top; }
.nav-entries a:hover { text-decoration:underline; }

.wp-pagenavi { text-align: center !important; }
.wp-pagenavi a:link,
#wrapper .wp-pagenavi a:visited { font: 12px Helvetica, Arial, sans-serif; display: inline; text-decoration: none; background: #505050;color: #cbcbcb; padding: 6px 10px; border-right:1px solid #000; border-bottom:1px solid #000; border-top: 1px solid #757575; border-left: 1px solid #757575; }
.wp-pagenavi .current,
.wp-pagenavi .on,
#wrapper .wp-pagenavi a:hover { font: 12px Helvetica, Arial, sans-serif; padding: 3px 7px; color: #fff; background: #3a3a3a; padding: 6px 10px; border-right:1px solid #757575; border-bottom:1px solid #757575; border-top: 1px solid #000; border-left: 1px solid #000; }
#wrapper .wp-pagenavi span.extend, .wp-pagenavi span.pages { background:none; border:none; color:#666; }
#wrapper #content .wp-pagenavi span.pages  { position: relative; top: 3px; font: 14px sans-serif; color: #fff; text-transform: uppercase; line-height: 10px; padding:0 10px 0 0; margin: 0 0 -3px 0; }

/* 3.5 Entry / Comment Tables */
.entry table, .comment-entry table  { width: 100%; border: 1px solid #e6e6e6; margin-bottom: 20px; }
.entry table tr.alt-table-row, .comment-entry table tr.alt-table-row  { background: #f9f9f9; }
.entry table th, .comment-entry table th  { padding: 6px 0 3px 0; background: #EEEEEE; border: 1px solid #e6e6e6; text-shadow: 1px 1px 0 #fff; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; }
.entry table td, .comment-entry table td  { padding: 6px 0 3px 10px; border: 1px solid #e6e6e6; }

/* 3.6 Password Protected Posts */
#wrapper .post.post-password-required input { font-family:Verdana, Geneva, sans-serif; background: #CCCCCC url(/wp-content/themes/premium/crisp/images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; border:none; position: relative; cursor: pointer; background-color:#f66526; font-weight: bold; top: -1px; }
#wrapper .post.post-password-required input:hover { color: #fff; text-decoration:none; }
.post.post-password-required input:active { top: 0px; }

.post.post-password-required label { display: inline; padding-top: 1px; }
	#wrapper .post.post-password-required label input { font-family:Verdana, Geneva, sans-serif; background: #CCCCCC url(/wp-content/themes/premium/crisp/images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #333333; text-decoration: none; border: 1px solid #999999; position: relative; cursor: text; background-color:#FFFFFF; font-weight: normal; top: -1px; }
	#wrapper .post.post-password-required label input:hover { color: #333333; }
	.post.post-password-required label input:active { top: -1px; }
	.post.post-password-required label input:focus { border: 1px solid #666666; }

.post.post-password-required form br { display: none; }

/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 30px 0; padding: 0 0 10px 5px; font-size:12px; color: #6d6d6d; border-bottom: 1px dotted #c9c9c9; }
.widget h3 { margin: 0 0 10px -15px; padding: 3px 0 0 15px; width: 245px; text-transform:uppercase; color: #fff; letter-spacing: 1px; font:bold normal 12px/22px sans-serif; background-color: rgba(0, 153, 255, .8); position: relative; }
.widget h3:after { content: ""; display: block; position: absolute; right: 0; top: 100%; border: 10px solid transparent; border-left-width: 0; border-top-color: #007ACC; }
.widget p { font:12px/20px Arial, Helvetica, sans-serif; margin-bottom:15px; }

.widget img { max-width: 100%; height: auto; }

.widget ul  { clear:both; }
.widget ul li  {}
.widget ul li a  { padding: 0; line-height: 22px; text-decoration: none; color: #6d6d6d; }
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

/* 4.2 Specific Widgets */

/* SEARCH */
.widget_search { background: url(/wp-content/themes/premium/crisp/images/bg-search.png) no-repeat left 2px; }
.widget_search input#s  { background: none; border: none; display: block; font-size: 11px; height: 18px; line-height: 10px; padding: 5px 0px 2px 10px; width: 115px; }
.widget_search input#searchsubmit  { cursor: pointer; border: 0px; background: transparent; text-indent: -9999px; position: relative; left: 131px; top: -19px; width: 16px; height: 16px; }

/* ARCHIVE */
.widget_archives h3 { margin: 0 0 10px -25px; }

/* RECENT COMMENTS */
.widget_recent_comments  { padding-bottom: 0; }
.widget_recent_comments li { padding: 6px 0; line-height: 18px; border-bottom: 1px dotted #c9c9c9; }
.widget_recent_comments li a { display: inline; padding: 0; line-height: 18px!important; background: none!important; border: none!important; }

/* RECENT ENTRIES */
.widget_recent_entries { border: none; }
.widget_recent_entries li { padding: 6px 0; line-height: 18px; border-bottom: 1px dotted #c9c9c9; }

/* WIDGET FORMS */
.searchform  {}
.widget input.s  { float:left; width: 92%; padding: 7px 0 7px 7px; margin: 0 5px 5px 0; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#footer-widgets .widget input.s  { width: 55%; }
.widget .screen-reader-text  { display: none; }
.widget input.submit { float:right; margin: 0 6px 0 0; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 0; }

.widget_woo_flickr .wrap  { position: relative; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 3px 6px 3px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* TWITTER */
.widget_woo_twitter h3  { position: relative; }
.widget_woo_twitter h3 span.username  { position: absolute; top: 6px; right: 14px; }
.widget_woo_twitter h3 span.username a  { color: #fff; font: 11px "Lucida Grande", Helvetica, Arial, sans-serif; text-transform: none; }
.widget_woo_twitter a:link, .widget_woo_twitter a:visited  { color: #f66526; }
.widget_woo_twitter li  { padding: 5px 0; border-bottom: 1px dotted #c9c9c9; }

/* CALENDAR */
.widget_calendar  { border: none; padding-bottom: 0; }
#wp-calendar{width:100%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;font-weight: bold; font-style: italic;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7; border:1px solid #E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;border:1px solid #E7E7E7;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* BLOG AUTHOR WIDGET */
.widget_woo_blogauthorinfo .avatar { margin: 7px 0 0 0; padding: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 12px; }
.widget_woo_blogauthorinfo .author-more  { margin: -10px 0 0 0; text-transform: uppercase; display: block; text-align: right; font: bold 10px Helvetica, Arial, sans-serif; }

/* AD WIDGET */
.adspace-widget  { text-align: center; border: none; padding-bottom: 0; }
.adspace-widget h3  { text-align: left; }

/* VIDEO EMBED WIDGET */
.widget_woo_embedwidget h4  { margin: 5px 0 5px 0; font-size: 13px; font-weight: bold; }
.widget_woo_embedwidget .widget-video-list  { margin: 10px 0 0 0; font-size: 11px; }
.widget_woo_embedwidget .widget-video-list li  { line-height: 10px; padding: 0; }
.widget_woo_embedwidget .widget-video-list li.active  { font-weight: bold; }

/* TAG CLOUD */
.widget_tag_cloud  { padding-bottom: 15px; }

/* WOO - TABS */

#tabs {	height:auto !important; border:1px solid #fff;display: block; margin-bottom:25px; position: relative; z-index: 2; width: 215px; }
#tabs .inside { padding-top:0 !important; }
#tabs ul.wooTabs:after { content: ' '; display: block; clear: both; }
#tabs ul.wooTabs { margin: 0 0 0 -15px; padding: 3px 0 0 15px; width: 245px; text-transform:uppercase; color: #fff; letter-spacing: 1px; font:bold normal 12px/22px sans-serif; background-color: rgba(0, 153, 255, .8); position: relative; }
#tabs ul.wooTabs:before { content: ""; display: block; position: absolute; right: 0; top: 100%; border: 10px solid transparent; border-left-width: 0; border-top-color: #007ACC; }
#tabs ul.wooTabs li { float: left; display:inline; color: #ffffff; margin:0px 1px 0px 0px !important; cursor: pointer; }
#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover { text-decoration: underline; }
#tabs ul.wooTabs li a {	color:#FFFFFF; line-height: 22px; display: block;float: left; padding-left: 5px; padding-right: 5px; text-transform:uppercase; }
#tabs #tab-tags, #tabs .inside li { padding:10px; padding-left: 0px; font-family:Georgia, serif; width: 180px; }
#tabs .inside li { border-bottom: 1px dotted #C9C9C9; }
#tabs .inside li span.meta { display:block; font-size:10px; text-transform:uppercase; color:#777; font-family:Verdana, Geneva, sans-serif; line-height:20px; }
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 8px 0 0; }


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative; margin-top: 40px; }
#comments h3  { color:#333; font-weight:normal; margin-bottom:20px; }
.commentlist, .pinglist  { border-top:1px solid #b2b2b2; }
#comments .comment.thread-odd { border-bottom:1px solid #b2b2b2; border-top:1px solid #b2b2b2; }
#comments .comment { margin-top: 10px; width: 100%; list-style-type: none; position: relative; }
#comments .comment .comment-container  { position:relative; padding: 20px 0; }
#comments .comment-head  { margin: 0 0 15px 0; font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 13px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; font-style: italic; }
#comments .reply a { }
#comments .reply a:hover { }
#comments .nocomments  { margin: -20px 0 20px 0; padding: 0; font-weight: bold; }
#comments .comment-entry h1, #comments .comment-entry h2, #comments .comment-entry h3, #comments .comment-entry h4, #comments .comment-entry h5, #comments .comment-entry h6 { margin-bottom: 1em; }

#comments ul.children{margin:10px 0 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; }
#comments .cancel-comment-reply{margin: 0;}
#comments .comment #respond  { padding: 10px 0 0 0; border: none; }
#comments .comment #respond h3  { margin: 0; }

#comments .navigation { }
#comments .navigation a { display: block; margin: 15px 0 0 0; text-decoration: none; }

#pings  { margin: 0 0 30px 0; }

#pings h3 { margin-top:25px; }
#pings .pinglist > li { padding: 30px 0; width: 100%; list-style-type: none; position: relative; margin-left: 0; border-bottom: 1px solid #b2b2b2; }
#pings .pingbacks li.pingback { margin:10px 0; }
#pings .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 0; padding: 30px 0 30px; border-top: 2px solid #faec80; }
#respond h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea { font:14px/14px Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform #submit  { margin: 15px 0 0 0;  }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
#wrapper .button, #wrapper .button:visited, #wrapper .form-submit input#submit, #wrapper .form-submit input#submit:visited, #wrapper .widget_blog_subscription form#subscribe-blog p input[type="submit"] { font-family:Verdana, Geneva, sans-serif; background: #CCCCCC url(/wp-content/themes/premium/crisp/images/alert-overlay.png); display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; border:none; position: relative; cursor: pointer; }
.button, .button:visited, .form-submit input#submit, .form-submit input#submit:visited, .widget_blog_subscription form#subscribe-blog p input[type="submit"] { background-color:#f66526; }
#wrapper .button:hover, #wrapper .form-submit input#submit:hover { color: #fff; text-decoration:none; }
.button:active, .form-submit input#submit:active, .widget_blog_subscription form#subscribe-blog p input[type="submit"]:active { top: 1px; }
.small.button, .small.button:visited { font-size: 10px; padding: 0px 6px 1px; text-transform:uppercase;}
.button, .button:visited, .medium.button, .medium.button:visited, .form-submit input#submit, .form-submit input#submit:visited, .widget_blog_subscription form#subscribe-blog p input[type="submit"]:visited { font-size: 13px; font-weight: bold; line-height: 1; }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }

/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {  margin:10px 0 20px 0; padding:9px 10px 9px 50px; }
p.alert { border-top:1px solid #f0baa2; border-bottom:1px solid #f0baa2; background:#ffd9c8 url(/wp-content/themes/premium/crisp/images/ico-alert.png) no-repeat 20px 13px; }
p.download { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/wp-content/themes/premium/crisp/images/ico-download.png) no-repeat 20px 13px; }
p.tick { border-top:1px solid #d4ebaf; border-bottom:1px solid #d4ebaf; background:#edfcd5 url(/wp-content/themes/premium/crisp/images/ico-tick.png) no-repeat 20px 13px; }
p.info { border-top:1px solid #ccc; border-bottom:1px solid #ccc; background:#eee url(/wp-content/themes/premium/crisp/images/ico-info.png) no-repeat 20px 13px; }
p.note { border-top:1px solid #efe3ae; border-bottom:1px solid #efe3ae; background:#fef6d2 url(/wp-content/themes/premium/crisp/images/ico-note.png) no-repeat 20px 13px; }

/* 6.3 Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:0px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 0px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:0px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

/* 6.5 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 20px Arial, Helvetica, sans-serif; color:#555; }
#archives .archives_list { border-left:4px solid #ccc; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:5px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 95px; font-style: italic; display: inline-block; }
#archives .archives_list .linked { width: 175px; display: inline-block; line-height: 14px; }
#archives .archives_list .comments { width: 120px; display: inline-block; }
#archives .archives_list .comments span { padding-left: 13px; }
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }

/*-------------------------------------------------------------------------------------------*/
/* 7. STYLING FOR WORDPRESS.COM UPDATES */
/*-------------------------------------------------------------------------------------------*/

/* Hide the WP.com stats smiley. */

img#wpstats{display:none;}

/* 7.1 Comment Form */

p.comment-form-author label, p.comment-form-email label, p.comment-form-url label, p.comment-form-comment label, div.left span.required, div.left span.optional { display: none; }
#respond h3#reply-title { padding-bottom: 0px; }
#respond h3 small { display: block; font-size: 12px; font-weight: normal; margin-top: 10px; }
#respond p.logged-in-as { margin-bottom: 10px; }
#respond p.form-submit { margin-bottom: 10px; }

#respond #commentform label#subscribe-blog-label, #respond #commentform label#subscribe-label { margin-top: 0px; }

/* 7.2 Gallery Caption */

.gallery-caption {}
.sticky {}
.bypostauthor {}

/* 7.2.1 Post Format - Image */

.wp-post-image { background: #EDEDED; border: 1px solid #CCCCCC; padding: 10px; margin-bottom: 20px; }

/* 7.2.2 Post Format - Audio */

audio, .post.format-audio object { margin-bottom: 20px; width: 100%; }

/* 7.2.3 Post Format - Gallery */

.post.format-gallery .gallery:not(.gallery-columns-1) .gallery-item { box-sizing: border-box; padding: .618em; }
.post.format-gallery .gallery-item dt { margin-bottom: 1em; }
.post.format-gallery .gallery-item .wp-caption-text { text-align: left;}

/* 7.2.4 Post Format - Aside */

.post.format-aside span.permalink { font-size: 18px; }

/* 7.3 Page Links from wp_link_pages() */

div.page-link { color: #9F9F9F; font-size: 10px; line-height: 11px; font-family: Verdana, Geneva, sans-serif; margin: 0 0 10px; }

/* 7.3.1 Image Dimensions on Attachment Template */

span.image-sizes { display: block; margin-top: 25px; margin-bottom: 20px; }
span.sep { margin: 0px; }
.image-meta { color: #959595; display: block; margin-bottom: 15px; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 11px; }
	.image-meta strong.image-meta-title { display: block; margin-bottom: 10px; }
.image-meta ul strong { display: block; float: left; width: 150px; }

/* 7.4 Tags from unit test */

sub { font-size: smaller; vertical-align: sub; }
sup { font-size: smaller; vertical-align: super; }

/*-------------------------------------------------------------------------------------------*/
/* 7.5 STYLING FOR WORDPRESS.COM WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 7.5.1 Recent Comments Widget */

.widget_recent_comments table { margin: 15px; }
	.widget_recent_comments td.recentcommentsavatartop, .widget_recent_comments td.recentcommentsavatarend { padding-bottom: 15px; }
	.widget_recent_comments td.recentcommentstexttop, .widget_recent_comments td.recentcommentstextend { vertical-align: top; }

/* 7.5.2 Flickr Widget */

.widget_flickr table#flickr_badge_uber_wrapper { width: 100%; }
.widget_flickr table#flickr_badge_wrapper { width: 100%; border: 0px; }
	.widget_flickr table#flickr_badge_wrapper a { text-decoration: none; display: block; float: left; margin-right: 5px; margin-bottom: 5px; padding: 2px; background: #EDEDED; border: 1px solid #CCCCCC; }
	.widget_flickr table#flickr_badge_wrapper a img { opacity: 0.9; -moz-opacity: 0.9; -webkit-opacity: 0.9; margin-right: 0px !important; }
	.widget_flickr table#flickr_badge_wrapper a:hover img, .widget_flickr table#flickr_badge_wrapper a:active img { opacity: 1; -moz-opacity: 1; -webkit-opacity: 1; }
	.widget_flickr table#flickr_badge_wrapper a:last-child { display: block; clear: both; background: none; border: 0px; }
	.widget_flickr table#flickr_badge_wrapper br { display: none; clear: none; }

/* 7.5.3 Blog Subscription Widget */

.widget_blog_subscription form#subscribe-blog p input[type="submit"]:active { top: 1px; }

/* 7.5.4 Twitter Widget */

#wrapper .widget_twitter h3 a { color: #FFFFFF; }
	#wrapper .widget_twitter .tweets a { color: #F66526; }
	.widget_twitter .tweets li { margin-bottom: 15px; }

/* 7.5.5 Blog Authors Widget */

.widget_authors { clear: left; }
.widget_authors:before,.widget_authors:after { content: ""; display: block; }
.widget_authors:after { clear: both; }
.widget_authors ul { float: left; clear: both; }
.widget_authors li { display: block; clear: both; float: left; }
.widget_authors a { display: block; float: left; }
.widget_authors img { float: left; margin-bottom: 10px; margin-right: 10px; }
.widget_authors strong { float: left; }

/* 7.5.6 Blog Authors Grid Widget */

.widget_author_grid a { display: block; }
.widget_author_grid ul li { margin: 0px; !important; }/* BLUE & ORANGE CLEAN STYLESHEET */

body  { color: #424242; background: #e2e2e2 url(/wp-content/themes/premium/crisp/styles/blue_orange_clean/bg-body.jpg) repeat left top; }
#top-pattern, #bottom-pattern  { background: none }
.nav a  { color:#ccc; }
.nav a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.fake a  { background-image: url(/wp-content/themes/premium/crisp/styles/blue_orange_clean/bg-navhover.png); }
#wrapper .nav li ul li a  { color: #053150;  }
#wrapper .nav li ul li a:hover, #wrapper .nav li ul li.current_page_item a, #wrapper .nav li ul li.current_page_ancestor a, #wrapper .nav li ul li.fake a  { color: #000000; }
body #wrapper .nav li ul ul li a:hover  { color: #5eb3ee; }
#search-bar  { background: #5eb3ee; }
#header  { padding: 40px 30px 30px 40px; }
.search-bar-bg  { background: url(/wp-content/themes/premium/crisp/styles/blue_orange_clean/bg-searchbar.png) no-repeat left top; }
.post .post-icon a  { background-image: url(/wp-content/themes/premium/crisp/styles/blue_orange_clean/ico-post-icons.png); }
.post, #respond  { border-color: #5eb3ee; }
.quote-post .media blockquote  { color: #17537d; background: #a4cbe6; }
.widget h3, #tabs ul.wooTabs { background-color: rgba(255, 102, 0, .9); }
#tabs ul.wooTabs:before, .widget h3:after { border-top-color: #B24700; }
.nav-entries a, .post-entries a { color: #fff; }
.button, .button:visited{ background-color:#5eb3ee; }