/*
Theme Name: Impact

Theme URI: http://www.kingjason.co.uk/
Description: This theme was designed and built by Jason King. 

Author: Jason King

Version: 1.1

*/


/* Reset default CSS. Thanks to Eric Meyer: -------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Fonts
-------------------------------------------------------------- */

body, input, textarea, .gform_heading, label,
h1, h2, h3, .smooth_slider h2, .smooth_slider {
	font-family: Helvetica, Arial, sans-serif !important;
	}

/* General structure
-------------------------------------------------------------- */

body {
	background: url(images/bg-body.png) repeat;
	}

#container {
	margin: 0 auto; 
	width: 960px;
	padding: 20px;
}

/* Header structure
-------------------------------------------------------------- */

#header {
	height: 150px;
	position: relative;
}

#top-search-tagline {
	float: right;
	width: 460px;
	}

#logo {
	position: absolute;
	width: 360px;
	}

#tagline {
	clear: both;
	position: relative;
	line-height: 1.3em;
	}

/* Content and Post structure
-------------------------------------------------------------- */

#content {
	margin: 20px 0;
	min-height: 640px;
	}

.post {
	clear: both;
	margin-bottom: 10px;
	}
	
p.meta {
	margin-top: -5px;
	}
	
.single-meta {
	margin: 30px 0;
	background-color: #F3F3F3;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 10px 0 10px;
	}

/* Home page structure
-------------------------------------------------------------- */

.intro-box {
	width: 270px;
	float: left;
	margin: 10px 50px 10px 0;
	}

.intro-box:last-child {
	margin-right: 0;
	}
	
#home-carousel {
	clear: both;
	padding: 10px 0;
	}
	
#home-left-column {
	float: left;
	width: 580px;
	padding-right: 30px;
	margin-bottom: 20px;
	}

#home-right-column {
	float: right;
	width: 320px;
	margin-bottom: 20px;
	}

/* Inner page structure
-------------------------------------------------------------- */

#content.narrow {
	width: 580px;
	padding-right: 30px;
	float: left;
	clear: left;
	}

/* Sidebar structure
-------------------------------------------------------------- */

#sidebar {
	width: 320px;
	margin-top: 20px;
	padding-bottom: 15px;
	float: right;
	}

/* Footer structure
-------------------------------------------------------------- */

#footer {
	clear: both;
	}

.footer-box {
	width: 285px;
	float: left;
	margin: 20px 40px 20px 0;
	min-height: 500px;
	}

.footer-box + .footer-box + .footer-box {
	margin-right: 0;
	padding-right: 0;
	}
	
.footer-box .widget {
	margin-bottom: 20px;
	}

.footer-box:last-child div.widget {
	margin-bottom: 30px;
	}

.footer-box:last-child div.textwidget {
	margin-top: 10px;
	}
	
#prefooter, #subfooter {
	clear: both;
	height: 15px;
	padding: 10px 20px;
	background: url(images/bg-body.png) repeat;
	}

#prefooter {
	opacity: .7;
	}
	
#subfooter {
	opacity: .5;
	}

/* -------------------------------------------------------
Dotted and diagonal lines */

#home-left-column,
#content.narrow,
.footer-box {
	border-right: 2px #ccc dotted;
	}

.footer-box:last-child {
	border: none;
	}

.featured-post-widget,
#home-left-column .current-event,
hr,
.narrow h2,
#sidebar h2 {
	border: 0;
	border-bottom: 2px #CCC dotted;
	}
	
#sidebar .featured-post-widget {
	border: none;
	}

#home-left-column .widget:last-child,
#home-right-column .widget:last-child {
	border: 0;
	}

/* -------------------------------------------------------
Images */

.alignleft,
.archive img.wp-post-image,
.search img.wp-post-image,
.category img.wp-post-image {
	float: left;
	margin: 0 30px 15px 0;
	}

.alignright {
	float: right;
	margin: 0 0 15px 30px;	
	}

.wp-caption {
	line-height: 1.3em;
	font-size: 14px;
	}

/* -------------------------------------------------------
Category, Search and Archive templates */


.category h3, .search h3, .tag h3, .date h3 {
	clear: none !important;
	}

.category .post, .search .post, .archive .post {
	min-height: 160px;
	margin-bottom: 20px;
	}

body.category-11 .post {
	min-height: 100px;	
	}

body.category-11 p.meta {
	padding-bottom: .5em;
	}

#single-siaa-media .entry p:first-child a {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #999;
	}

/* -------------------------------------------------------
Social icons */

#header .widget {
	margin-bottom: 25px;
	width: 200px;
	margin-top: -4px;
	}
	
/* -----------------------------------------------------
Featured Page Widgets */

.featured-post-widget {
	min-height: 160px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

#sidebar .featured-post-widget {
	min-height: inherit;
	margin-top: 0;
	}

.featured-post-widget:first-child {
	padding-top: 0;
	}

div.featured_post_content p {
	display: inline;
	}

#home-left-column .current-event {
	min-height: 160px;
	padding-bottom: 20px;
	}

h3.featured-post-title, .current-event h3 {
	clear: none;
	padding-bottom: 10px;
	margin-top: 0 !important;
	}

.current-event img {
	float: left;
	margin: 0 30px 10px 0;
	}

.featured-post-image,
img.wp-post-image,
.current-event img {
  -moz-box-shadow: 5px 5px 5px #DADADA;
  -webkit-box-shadow: 5px 5px 5px #DADADA;
  box-shadow: 5px 5px 5px #DADADA;
	}

/* -------------------------------------------------------
Font sizes */

body {
	font-size: 67.5%;
	}

p, li, textarea, input, td {
	font-size: 1.4em;
	}

.comment p,
#sidebar li li {
	font-size: 1em;
	}

.gform_heading,
.comment-author,
h3.featured-post-title {
	font-size: 1.4em !important;	
	}

textarea,
label,
input[type="submit"] {
	font-size: 1.2em;
	}

.gfield_label {
	font-size: 1em !important;
	}

#content input[type="text"], input[type="url"], input[type="email"], input[type="number"], input[type="password"],
input[type="tel"],
Select,
td li {
	font-size: 1em !important;
	}

.gform_wrapper .left_label .gfield_label {
	font-size: 1em;
	}

#nav li a {
	font-size: 1.1em;
	}

#nav li li a {
	font-size: .7em;
	}

.gfield_checkbox li label,
.gfield_radio li label {
	font-size: .6em;
	}

.current-event p,
.current-event h3 {
	font-size: 1.3em;
	}

.home .current-event p,
.home .current-event h3 {
	font-size: 1em;
	}
	
#tagline {
	font-size: 1.8em;
	}
	
#home-left-column .widget h2 {
	display: none;
	}

h2 {
	font-size: 2em;
	}

h3 {
	font-size: 1.8em;
	}

/* -------------------------------------------------------
Colours */

/* White */

#container {
	background-color: #fff;
	}
	
input[type="submit"], input[type="button"] {
	color: #fff;
	}

/* Black */

.wp-caption {
	color: #000;
	}


/* Grey #666 */

a,
#tagline,
p,
td,
#content ul,
#content ol,
label,
.gform_heading {
	color: #666;
	}

#nav a:hover,
.smooth_slider p.more a {
	color: #666 !important;
	}

input[type="submit"]:hover, input[type="button"]:hover {
	background-color: #666;
	}

/* Grey #777 */

h2, h2 a,
h3, h3 a {
	color: #666;
	}

/* Light grey */

input[type="text"]:focus,
textarea:focus {
	border-color: #DADADA !important;
	}
	
p.meta {
	color: #999;
	}

/* Very light grey */

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
textarea:focus {
	background-color: #F1F1F1;
	}

input[type="submit"], input[type="button"] {
	background-color: #e2007a;	
	}

/* Magenta */

.menu a,
#content a:hover,
p.more a:hover {
	color: #e2007a;
	}

.gfield_required {
	color: #e2007a !important;
	}

/* -------------------------------------------------------
Underlining */

h2 a,
#social-icons a,
ul#top-menu li a,
#nav a,
.widget ul.menu li a {
	text-decoration: none;
	}
	
.smooth_slider p.more a,
h2 a,
h3 a {
	text-decoration: underline !important;
	}
	
/* -------------------------------------------------------
Embolden */

#nav li a,
input[type="submit"],
input[type="button"],
ul#top-menu li a {
	font-weight: bold;
	}

#sidebar h3.featured-post-title {
	font-weight: normal;
	}

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

h2 {
	padding-bottom: 5px;
	line-height: 1.3em;
	}

.narrow h2, #sidebar h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

.wide h2 {
	padding-top: 20px;
	}

h3 {
	padding-bottom: 10px;
	line-height: 1.3em;
	}

p {
	padding-bottom: 1.2em;
	line-height: 1.3em;
	}

blockquote {
	margin: 20px 30px;
	padding: 3px;
	color: #575757;
	padding: 0 50px;
	background: transparent url("images/blockquote.gif") no-repeat 0 0;
	}

hr {
	margin: 10px 0 20px 0;
	clear: both;
	}

/* -------------------------------------------------------
Lists */

#content ul,
#content ol {
	margin: 5px 0 10px 40px;
	}

#content ul li, #sidebar ul li,
#content ol li, #sidebar ol li {
	padding-bottom: 8px;
	line-height: 1.3em;
	}

#content ul li {
	list-style: disc;
	}

#content ol li {
	list-style: decimal;
	}

#submenu ul ul {
	margin-left: 30px;
	}

#sidebar ul ul {
	margin-top: 10px;
	margin-left: 0;
	}

#sidebar ul ul li {
	border-left: 5px solid #D9D9D9;
	padding-left: 15px;
	}

#sidebar ul ul li:first-child {
	padding-top: 0;
	}
	
#sidebar ul ul li:last-child {
	padding-bottom: 3px;
	}

/* -------------------------------------------------------
Top Menu */

ul#top-menu li {
	float: left;
	padding: 13px 30px 0 0;
	}

/* -------------------------------------------------------
Widgets */

.widget {
	margin-bottom: 20px;
	}

.widget:first-child {
	padding-top: 0;
	}

.widget:last-child {
	padding-bottom: 0;
	}

#sidebar h2 {
	margin-top: 30px;
	}

#sidebar h2:first-child {
	margin-top: 0;
	}

#sidebar ul li {
	list-style: none;	
	}

/* Menus in Widgets */

.widget ul.menu {
	margin-top: 10px;
	}

.widget ul.menu li {
	padding-bottom: 10px;
	}

/* -------------------------------------------------------
Main navigation menu using Suckerfish */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: #e2007a 1px solid;
	background: url(images/nav-menu-line.jpg) no-repeat bottom right;
	min-height: 36px;
	z-index: 10000000;
	}

#nav a {
	display: block;
	padding: 10px 0;
	}

#nav li {
	float: left;
	width: 10em;
	background: url(images/nav-menu-line.jpg) no-repeat bottom left;
	text-align: center;
	cursor: default;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li {
	border-left: #e2007a 1px solid;    
	border-right: #e2007a 1px solid;    
	border-bottom: #e2007a 1px solid;    
	background-image: none;
	background-color: #fff;
	text-align: left;
	padding: 0 10px;
	line-height: 1.1em;
	cursor: pointer;
	}

#nav li:hover ul {
	left: auto;
	border-bottom: none;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav li:last-child ul {
	margin-left: -30px;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* Forms (General)
------------------------------------------------ */

label {
	line-height: 1.3em;
	padding-top: 0 !important;
	font-weight: normal !important;
	}

input[type="text"], input[type="url"], input[type="email"], input[type="phone"], input[type="number"], input[type="password"],
textarea {
	border: 1px solid #ccc !important;
	}
	
input[type="submit"], input[type="button"] {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	padding: 5px 10px;
	float: right !important;
	margin-right: 10px !important;
	}

/* Comment form */

textarea#comment {
	width: 570px;
	}

#respond input#submit {
	margin-right: 5px;
	}
	
.comment-meta, .comment-author {
	margin-bottom: 20px;
	}

/* Search form */

#header #searchform {
	width: 220px;
	float: right;
	}

#searchform input[type="text"] {
	border-color: #e2007a !important;
	padding: 7px 10px !important;
	background: url(images/search.png) 95% 40% no-repeat;
	}

#searchform input[type="text"]:focus {
	box-shadow: 2px 2px 8px #E2007A;
	}
	
#sidebar #searchform input[type="text"] {
	width: 90%;
	padding: 5px 10px;
	}

/* Salesforce form */

form.newsletter {
	margin-top: 10px;
	}

.newsletter label {
	float: left;
	margin-top: 5px;
	margin-right: 15px;	
	margin-bottom: 12px;
	margin-left: 0;
	width: 130px;
	}

.newsletter input[type="text"] {
	float: right;
	width: 160px;
	margin-bottom: 9px;
	}

.newsletter input[type="submit"] {
	margin: 20px 0 0 0 !important;
	clear: both;
	}

/* Gravity Forms
------------------------------------------------ */

.gform_heading {
	line-height: 1.3em;
	}

.gform_footer {
	padding-top: 0 !important;
	}

.gform_wrapper .gform_footer.right_label, 
.gform_wrapper .gform_footer.left_label {
	padding-left: 30% !important;
	}

li.gfield_html p {
	font-size: 1em !important;
	}

input.gform_next_button {
	float: right !important;
	}

input.gform_previous_button {
	float: left !important;
	}

.gf_page_steps, .gsection {
	border: none !important;
	}

#home-right-column .gform_wrapper .ginput_complex input,
#content .gform_wrapper .ginput_complex input {
	width: 80% !important;
	}

/* Smooth Slider Carousel Slideshow
------------------------------------------------ */

.smooth_slider {
	padding-top: 20px !important;
	margin-bottom: 20px !important;
	}
	
.jcarousel-skin-default .jcarousel-item-horizontal {
	margin-right: 5px !important;
	}

.smooth_slider .smooth_slideri div {
	margin-right: 0 !important;
	}

.smooth_slider_thumbnail {
	margin-left: 20px !important;
	margin-right: 25px !important;
	}

.smooth_slider h2 {
	padding-bottom: 10px !important;
	width: 400px !important;
	line-height: 1.3em !important;
	padding-left: 20px !important;
	padding-top: 40px !important;
	}

.smooth_slider span {
	display: block !important;
	padding: 0 20px !important;
	width: 400px !important;
	padding-bottom: 10px !important;
	line-height: 1.4em !important;
	margin: 10px 0 !important;
	}

.smooth_slider p.more {
	display: none !important;
	}

.smooth_slider p.more a {
	margin-top: 10px !important;
	float: left !important;
	padding-left: 20px !important;
	}
	
.jcarousel-control {
	margin-top: -15px !important;
	margin-left: 20px !important;
	min-height: 36px;
	}

.smooth_slider .jcarousel-control a {
	padding-top: 5px;
	border: none !important;
	font-size: 30px !important;
	color: #fff !important;
	}
	
.smooth_slider .jcarousel-control a:hover {
	color: #e2007a !important;
	}

/* Font resizer
----------------------------------------------- */

.jfontsize-input[type="button"] {
	padding: 6px 12px !important;
	font-size: 1.6em;
	}
		
/* Events
----------------------------------------------- */
.current-event {
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
#home-left-column ul, #home-right-column ul {
	margin-left: 0;
	}
	
#home-left-column ul li, #home-right-column ul li ul li {
	list-style: none;
	}
	
table {
	width: 100%;
	}

table.em-calendar td {
	padding-bottom: 5px !important;
	}
	
table.em-calendar tr.days-names td {
	padding-top: 10px !important;
	}
	
div.em-calendar-wrapper {
	padding-bottom: 30px;
	}

div.event-image {
	float: left;
	margin: 0 20px 10px 0;
	}

.single-event div.event-image {
	display: none;
	}

span.when, span.where {
	display: block;
	width: 40px;
	height: 35px;
	float: left;
	margin-right: 30px;
	font-weight: normal;
	}

.event-height {
	min-height: 35px;
	}

.single-event hr {
	margin: 20px 0 40px 0;
	}

#map {
	position: absolute;
	float: right;
	margin: -70px 0 0 640px !important;
	max-width: 320px;
	overflow: hidden;
	}
	
.page .current-event img {
	width: 200px;
	}

.current-event img {
	max-width: 150px;
	max-height: 150px;
	}
	
p.event-excerpt {
	clear: both;
	padding-top: 10px;
	}
	
/* Conference template
----------------------------------------------- */

.page-template-template-conference-php #tagline {
	font-size: 3em;
	color: #666;
	line-height: 1.2em;
	}
	
ul#conference-nav li {
	float: left;
	margin: 20px 16px 20px 0;
	}
.page-template-template-conference-php #logo {
	margin-top: 30px;
	}

ul#conference-nav li a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

ul#conference-nav li a:hover {
	background-color: #666;
	}
	
.author {
	line-height: 1.8em;
	font-style: italic;
	padding-bottom: 10px;
	}

/* Conference template
-------------------------------------------- */

.page-template-template-conference-2013-php #tagline,
.page-template-template-conference-2013-two-col-php #tagline,
.page-template-template-conference-2012-php #tagline,
.page-template-template-conference-2012-two-col-php #tagline {
	font-family: Helvestica, Droid Sans, Arial !important;
	}

.page-template-template-conference-2013-php #tagline h2,
.page-template-template-conference-2013-two-col-php #tagline h2,
.page-template-template-conference-2012-php #tagline h2,
.page-template-template-conference-2012-two-col-php #tagline h2 {
	padding-top: 20px;
	padding-bottom: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: .04em;
	}

.page-template-template-conference-2013-php #tagline p,
.page-template-template-conference-2013-two-col-php #tagline p,
.page-template-template-conference-2012-php #tagline p,
.page-template-template-conference-2012-two-col-php #tagline p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .04em;
	}

.page-template-template-conference-2013-php #tagline sup,
.page-template-template-conference-2013-two-col-php #tagline sup,
.page-template-template-conference-2012-php #tagline sup,
.page-template-template-conference-2012-two-col-php #tagline sup {
	vertical-align: baseline;
	font-size: 0.7em;
	position: relative;
	top: -0.3em;
	}

.page-template-template-conference-2013-php #content h2,
.page-template-template-conference-2013-two-col-php #content h2,
.page-template-template-conference-2012-php #content h2,
.page-template-template-conference-2012-two-col-php #content h2 {
	font-size: 1.8em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px #CCC dotted;
	}

.page-template-template-conference-2013-php #content h3,
.page-template-template-conference-2013-two-col-php #content h3,
.page-template-template-conference-2012-php #content h3,
.page-template-template-conference-2012-two-col-php #content h3 {
	font-size: 1.8em;
	padding-top: 20px;
	margin-top: 10px;
	border-top: 3px #CCC dotted;
	}
	
.page-template-template-conference-2013-php #content,
.page-template-template-conference-2013-two-col-php #content,
.page-template-template-conference-2012-php #content,
.page-template-template-conference-2012-two-col-php #content {
	min-height: inherit;
	}

.page-template-template-conference-2013-php #conference-nav li a,
.page-template-template-conference-2013-two-col-php #conference-nav li a,
.page-template-template-conference-2012-php #conference-nav li a,
.page-template-template-conference-2012-two-col-php #conference-nav li a {
	font-size: 1.1em;
	font-weight: 700;
	background: none;
	color: #E2007A;
	padding: 0;
	padding-right: 8px;
	text-transform: uppercase;
	}

.page-template-template-conference-2013-php #content,
.page-template-template-conference-2013-two-col-php #content,
.page-template-template-conference-2012-php #content,
.page-template-template-conference-2012-two-col-php #content {
	margin-top: 0;
	}
	
.page-id-3138 h2 {
	display: none;
	}
	
.page-template-template-conference-2013-php #conference-nav li a:hover,
.page-template-template-conference-2013-two-col-php #conference-nav li a:hover,
.page-template-template-conference-2012-php #conference-nav li a:hover,
.page-template-template-conference-2012-two-col-php #conference-nav li a:hover {
	background: none;
	color: #000;
	}

.page-template-template-conference-2013-php #header,
.page-template-template-conference-2013-two-col-php #header,
.page-template-template-conference-2012-php #header,
.page-template-template-conference-2012-two-col-php #header {
	background: none;
	/* background: url(images/stickmen.png) no-repeat right bottom; */
	}

div#language {
	margin: 0 20px 0 0;
	}

div.language {
float: right;
}
	
div.language a {
padding-right: 10px;
font-size: 1.4em;
float: left;
}

a.lang {
	padding-top: 10px;
	font-weight: bold;
}
	
/* Tables
-------------------------------------------- */

td {
	padding: 0 20px 15px 0;
	}
	
td ul {
	padding-top: 10px;
	}

/* Accordion
-------------------------------------------- */

.ui-accordion-header a {
	font-size: 1.4em !important;
	padding-left: 40px !important;
	}
	
.ui-widget-content {
	font-size: .85em !important;
	}
	
/* Resources centre
-------------------------------------------- */

h2#resources-heading a {
	font-size: 1.4em;
	display: block;
	font-weight: bold;
	padding: 10px;
	background-color: #E2007A;
	color: #fff;
	text-align: center;
	text-decoration: none !important;
	}

h2#resources-heading a:hover {
	background-color: #666;
	}

div.resources-meta p {
	font-size: 1.3em;
	padding-left: 10px;
	}

h3.resourcelink a {
	padding-right: 30px;
	background: url(images/external.png) right top no-repeat;	
	}
	
h3.resourcelink a[href$=".pdf"] {
	padding-right: 30px;
	background: url(images/pdf.png) right top no-repeat;	
	}

h2#resources-section-heading {
	margin-bottom: 40px;
	}
	
h2.term-heading {
	background-color: #e2e2e2;
	border-bottom: none;
	color: #444;
	letter-spacing: .03em;
	text-shadow: 1px 1px 1px #e2e2e2;
	padding: 10px;
	}

p#format-list {
	margin-bottom: 10px;
	}
	
p#format-list a {
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px dotted #999;
	}
	
/* Greyscale images 
----------------------------------- */

.addtoany_share_save_container a {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* Logo
------------------------------------ */

textarea.code {
	font-size: 13px;
	padding: 10px;
	width: 100%;
	line-height: 1.4em;
	background-color: #F7F7F7;
	}

/* Drop downs
------------------------------------ */

select, option {
	padding: 3px 5px;
	font-size: .9rem !important;
	width: 100%;
	}
	
.tag-cloud a {
	line-height: 1.6rem;
	}
	
/* Pagination
------------------------------------ */

.pagination {
	font-size: 1.2rem;
	padding: 5px 0;
	text-align: center;
	}

.pagination a {
	color: #e2007a;
	}