/*  
Theme Name: WPCustomize
Theme URI: https://wordpresscustomize.com
Version: 1.1.1
Author: WP Customize	
Author URI: https://wordpresscustomize.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom.css 
in the theme folder and it will automatically load in the <head>.

*/
/* **********************************************************
				HTML5 ✰ Boilerplate - CSS Reset
********************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-spacing: 0 }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle }
body { font: 13px/1.231 sans-serif; *font-size: small; }
select, input, textarea, button { font: 99% sans-serif }
pre, code, kbd, samp { font-family: monospace, sans-serif }
html { overflow-y: scroll }
ul, ol { margin-left: 2em }
ol { list-style-type: decimal }
nav ul, nav li { margin: 0; list-style: none; list-style-image: none; }
small { font-size: 85% }
strong, th { font-weight: bold }
em { font-style: italic }
td { vertical-align: top }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em }
sub { bottom: -0.25em }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto }
.ie6 legend, .ie7 legend { margin-left: -7px }
input[type="radio"] { vertical-align: text-bottom }
input[type="checkbox"] { vertical-align: bottom }
.ie7 input[type="checkbox"] { vertical-align: baseline }
.ie6 input { vertical-align: text-bottom }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer }
button, input, select, textarea { margin: 0 }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd }
a:link { -webkit-tap-highlight-color: #000000 }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic }
body, select, input, textarea { color: #111111 }
h1, h2, h3, h4, h5, h6 { font-weight: bold }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both }
.clearfix { zoom: 1 }

/* **********************************************************
						Theme Styles
********************************************************** */
body {
    background: url(images/noise.png) repeat #f5f5f5;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #202020;
}

a {
    text-decoration: none;
    color: #2c9bc0;
}
a:hover { text-decoration: underline; }

#head, #page, footer {
    width: 824px;
    margin: auto;
}
.alignleft { float: left }
	.page-entry .alignleft { margin: 3px 15px 10px 0 }
.alignright { float: right }
	.page-entry .alignright { margin: 3px 0 10px 15px }
.aligncenter {
    margin: auto;
    text-align: center;
}

img.alignright, img.alignleft, img.aligncenter{
	border: 4px solid white;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}

.alert {
    width: 784px;
    padding: 20px;
    text-align: center;
    background: #F5EE9F;
    border-bottom: 1px solid #DCC765;
    text-shadow: 0 1px #fff;
}

/* Sets up basic grid floating and margin. */
.column, .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
    float: left;
    margin-right: 20px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0 }

/* Use these classes to set the width of a column. */
.g1 { width: 47px }
.g2 { width: 114px }
.g3 { width: 181px }
.g4 { width: 248px }
.g5 { width: 315px }
.g6 { width: 382px }
.g7 { width: 449px }
.g8 { width: 516px }
.g9 { width: 583px }
.g10 { width: 650px }
.g11 { width: 717px }
.g12 { width: 784px }
.g4.alignright { float: right }

/* ****************************************************************
							Header
**************************************************************** */
#head { margin: 60px auto 30px }
	#head #logo {
	    font-size: 30px;
	    color: #111;
	}
	#head .logo-img { line-height: 0.7 }
	#head #tagline {
	    display: block;
	    margin: 5px 0 0;
	    color: #555;
	}
	#head #site-title { float: left }
	#head #site-title a {
	    text-decoration: none;
	    color: #111;
	}
	#head nav {
	    float: right;
	    margin-top: 20px;
	}
	#head nav li {
	    display: inline;
	    float: left;
	    margin-left: 10px;
	    position: relative;
	}
	#head nav a {
	    background: rgba(58, 80, 103, 0.09);
	    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
	    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
	    background: -moz-linear-gradient(center top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	    background: -moz-gradient(center top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	   
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 5px;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    background-clip: padding-box;
	    border: 1px solid rgba(0, 0, 0, 0.35);
		
	    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
	    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
	    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
		
	    color: #191919;
	    font-weight: bold;
	    text-decoration: none;
	    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
	    padding: 5px 10px;
	}
	#head nav li.current-menu-item a {
	    background: none;
	    color: #444;
	}
	#head nav a:hover, #head nav a:focus { background: rgba(58, 80, 103, 0.18) }

/* Sub-menu dropdown (1st level) */
	#head nav li ul {
	    display: none;
	    position: absolute;
	    left: 0;
	    top: 25px;
	    z-index: 100;
	    background: #fff;
	    padding: 10px 10px 0 10px;
	    background: white;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    min-width: 80px;
	    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
	    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	}
	#head nav li li {
	    display: block;
	    float: none;
	    margin: 0 0 10px;
	}
	#head nav li li a {
	    display: block;
	    background: none;
	    border: none 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}
	#head nav li li a:hover { background: #eee }
	
/* 2nd+ Level */
	#head nav li ul ul {
	    position: relative;
	    top: 0;
	    background: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    padding: 0 5px;
	    margin: 0;
	    font-size: 11px;
	}
	#head nav li li li { margin: 0 }
	
/* ****************************************************************
							Invoice
**************************************************************** */
#page {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 8px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
	
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
	
    background: #fff;
    padding-bottom: 20px;
}
	#page header {
	    border: 1px solid #262525;
	    padding: 20px 20px 15px 20px;
	    color: #fff;
	    overflow: hidden;
	    position: relative;
	    z-index: 90;
		
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 8px 8px 0 0;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 8px 8px 0 0;
	    border-radius: 8px 8px 0 0;
	    background-clip: padding-box;
		
	    background: #23303e;
	    background: url(images/diag-lines.png) repeat, -webkit-gradient(linear, left top, left bottom, from(#1d2833), to(#35495d));
	    background: url(images/diag-lines.png) repeat, -webkit-linear-gradient(#1d2833, #35495d);
	    background: url(images/diag-lines.png) repeat, -moz-linear-gradient(center top, #1d2833 0%, #35495d 100%);
	    background: url(images/diag-lines.png) repeat, -moz-gradient(center top, #1d2833 0%, #35495d 100%);
	    background: url(images/diag-lines.png) repeat, -ms-linear-gradient(top, #1d2833 0%, #35495d 100%);
		
	    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 10px 12px rgba(0, 0, 0, 0.17);
	    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 10px 12px rgba(0, 0, 0, 0.17);
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 10px 12px rgba(0, 0, 0, 0.17);
	}
	
.pay, .btn {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
	
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #1f4901;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    line-height: 1;
    text-decoration: none;
    text-align: center;
    border: none 0;
    cursor: pointer;
	
    background: #acd885;
    background: -webkit-gradient(linear, left top, left bottom, from(#acd885), to(#76b747));
    background: -webkit-linear-gradient(#acd885, #76b747);
    background: -moz-linear-gradient(center top, #acd885 0%, #76b747 100%);
    background: -moz-gradient(center top, #acd885 0%, #76b747 100%);
    background: -ms-linear-gradient(top, #1d2833 0%, #35495d 100%);
	
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
	.btn {
		padding-top: 10px;
		height: 30px;
		cursor: default;
	}
	input.btn {
		padding-top: 0;
		height: 40px;
	}
	.input.btn, a.btn { cursor: pointer }
	
section.mini {
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    float: left;
    border-right: 2px solid #697b8f;
    min-height: 40px;
    margin-right: 20px;
    padding: 0 20px 0 0;
    -webkit-font-smoothing: antialiased;
}
	section.mini p {
	    font-size: 10px;
	    margin: 0 0 2px;
	}
	section.mini h1 {
	    font-size: 24px;
	    font-weight: bold;
	    margin: 0;
	}
	section.mini.last {
		border-right: none 0;
		padding-right: 0;
		margin-right: 0;
	}
	
.controls {
    float: right;
    height: 40px;
    overflow: hidden;
}
	.controls a {
	    text-decoration: none;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.controls .left-side {
	    height: 40px;
	    padding-left: 10px;
	    float: left;
		
	    background: #e7e7e7;
	    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#d1d1d1));
	    background: -webkit-linear-gradient(#e7e7e7, #d1d1d1);
	    background: -moz-linear-gradient(center top, #e7e7e7 0%, #d1d1d1 100%);
	    background: -moz-gradient(center top, #e7e7e7 0%, #d1d1d1 100%);
	    background: -ms-linear-gradient(top, #e7e7e7 0%,#d1d1d1 100%);
		
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 6px 0 0 6px;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 6px 0 0 6px;
	    border-radius: 6px 0 0 6px;
	    background-clip: padding-box;
		
	    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.75);
	    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.75);
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 1px 0 rgba(0, 0, 0, 0.75);
	}
	.controls .left-side a {
	    color: #252525;
	    font-size: 10px;
	    display: inline-block;
	    padding: 6px 8px;
	    margin: 8px 10px 0 0;
		
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 4px;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	    background-clip: padding-box;
	    background: rgba(255, 255, 255, 0.25);
		
	    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(0, 0, 0, 0.55) inset;
	    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(0, 0, 0, 0.55) inset;
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 0 rgba(0, 0, 0, 0.55) inset;
	}
	.controls .left-side a.save {
	    background: url(images/save.png) 8px center no-repeat rgba(255, 255, 255, 0.25);
	    padding-left: 25px;
	}
	.controls .left-side a.print {
	    background: url(images/print.png) 8px 5px no-repeat rgba(255, 255, 255, 0.25);
	    padding-left: 30px;
	}
	.ie7 .controls .left-side a.print, .ie8 .controls .left-side a.print {
		padding: 6px;
		background: none;
	}
	.controls .left-side a:hover { background-color: rgba(0, 0, 0, 0.07) }
	.controls .pay-form {
		float: right;
		display: inline;
	}
	.controls .pay, .controls .btn {
		border-left: 1px solid rgba(0, 0, 0, 0.3);
		-webkit-background-clip: padding-box;
		-webkit-border-radius: 0 6px 6px 0;
		-moz-background-clip: padding-box;
		-moz-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
		background-clip: padding-box;
		text-transform: none;
	}
	
#to-from {
    overflow: hidden;
    padding: 30px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
    line-height: 1.5;
    text-shadow: 0 1px #fff;
	
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
    background: -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 8px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 8px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #ffffff, 0 8px 12px rgba(0, 0, 0, 0.12);
}
	#to-from aside {
	    float: left;
	    font-weight: bold;
	}
	#to-from .info {
	    -webkit-box-shadow: inset 1px 0 0 #ffffff;
	    -moz-box-shadow: inset 1px 0 0 #ffffff;
	    box-shadow: inset 1px 0 0 #ffffff;
		
	    float: left;
	    border-left: 1px solid #bfbfbf;
	    margin-left: 10px;
	    padding-left: 10px;
	}
	#to-from.paid-status {
		background: url(images/paid.png) center center no-repeat;
		background: url(images/paid.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
		background: url(images/paid.png) center center no-repeat, -webkit-linear-gradient(#ffffff, #f2f2f2);
		background: url(images/paid.png) center center no-repeat, -moz-linear-gradient(center top, #ffffff 0%, #f2f2f2 100%);
		background: url(images/paid.png) center center no-repeat, -moz-gradient(center top, #ffffff 0%, #f2f2f2 100%);
		background: url(images/paid.png) center center no-repeat, -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
	}
	
table.invoice {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
	
    border: 1px solid #ededed;
    margin: 0 auto 30px;
    width: 784px;
    text-shadow: 0 1px #fff;
    padding: 0;
    border-spacing: 0;
    line-height: 1.5;
}
	table.invoice th, table.invoice td {
	    width: 74px;
	    padding: 10px 20px;
	}

	table.invoice th.item, table.invoice td.item { width: 208px }
	table.invoice thead {
	    font-size: 14px;
	    font-weight: bold;
	}
	table.invoice thead tr {
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 6px 6px 0 0;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 6px 6px 0 0;
	    border-radius: 6px 6px 0 0;
	    background-clip: padding-box;
		
	    background: #ededed;
	}
	table.invoice thead th { text-align: left }
	table.invoice tbody tr:nth-child(2n) { background: #ededed }
	table.invoice tbody tr:last-child {
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 0 0 6px 6px;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 0 0 6px 6px;
	    border-radius: 0 0 6px 6px;
	    background-clip: padding-box;
	}
	table.invoice .description {
	    font-size: 11px;
	    color: #505050;
	    display: block;
	}
.notes {
    margin-left: 25px;
    line-height: 1.5;
    color: #444444;
}
	.notes h2 {
	    font-size: 14px;
	    color: #222;
	    margin-bottom: 10px;
	}
	.notes p { margin-bottom: 15px }
.summary {
    padding: 20px;
    width: 248px;
    float: right;
    margin-right: 20px;
    border: 1px solid #c9c9c9;
	
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}
	.summary .row {
	    overflow: hidden;
	    border-bottom: 1px dotted #c9c9c9;
	    padding-bottom: 5px;
	    margin-bottom: 5px;
	}
	.summary .title {
	    font-family: Arial, Helvetica, sans-serif;
	    font-style: italic;
	    float: left;
	    color: #333;
	}
	.summary .figure {
	    font-weight: bold;
	    font-size: 14px;
	    color: #555;
	    float: right;
	}
	.summary .total { border-bottom: 0 none }
	.summary .total .title {
	    font-size: 14px;
	    font-weight: bold;
	    font-style: normal;
	    color: #1d1d1d;
	    padding-top: 7px;
	}
	.summary .total .figure {
	    font-size: 24px;
	    color: #1d1d1d;
	    -webkit-font-smoothing: antialiased;
	}
	.summary .pay, .summary .btn, .page-entry .btn {
	    border: 1px solid #5a992d;
	    display: block;
	    width: 100%;
	    margin-top: 10px;
	}
	.summary .pay:hover, .summary .btn:hover, .page-entry .btn:hover { text-decoration: none }
	.summary .pay span, .summary .btn span, .page-entry .btn span {
	    background: url(images/lock-dark.png) left center no-repeat;
	    padding-left: 25px;
	}
	.summary .btn, .page-entry .btn { width: auto }
	
input[type="text"], input[type="password"] {
    padding: 5px 10px;
    color: #555;
    font-size: 14px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
}
form#password {
    width: 350px;
    margin: 100px auto 0;
    padding: 20px;
	background: #fff;
	
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 8px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-clip: padding-box;
	
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
	form#password h1 {
	    font-size: 16px;
	    margin-bottom: 15px;
	    text-align: center;
	}
	form#password input[type="text"], form#password input[type="password"] {
	    display: block;
	    width: 93%;
	    margin-bottom: 15px;
	}
	form#password .btn {
	    display: block;
	    width: 100%;
	}
	
/* ****************************************************************
							Dashboard
**************************************************************** */
.status a {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
	
    display: block;
    min-width: 67px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    text-align: center;
    background: #666;
}
	.paid a { background: #57c63d }
	.pending a { background: #ef5151 }
	
td.id { font-weight: bold }
td.item a { color: #202020 }
	td.item a em { color: #999 }
	td.item a, td.id a { display: block }
	
table.dashboard td { vertical-align: middle }

.page-entry.error-form {
    width: 230px;
    margin: 40px auto 20px;
}

/* ****************************************************************
							Basic Pages
**************************************************************** */
table.invoice.padded, .page-entry { margin-top: 40px }
.page-entry {
    line-height: 1.5;
    margin: 30px 20px 20px;
    font-size: 14px;
}
	.page-entry h2 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.page-entry h3 {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.page-entry h4 {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.page-entry p { margin: 0 0 1.4em }
	.page-entry ul, .page-entry ol { margin-bottom: 15px }
	.page-entry .g8 {
	    padding: 0 10px;
	    width: 496px;
	}
	.page-entry input[type="text"], .page-entry textarea {
	    clear: both;
	    display: block;
	    border: 1px solid #CCC;
	    padding: 10px;
	    margin-bottom: 15px;
		
	    -webkit-background-clip: padding-box;
	    -webkit-border-radius: 6px;
	    -moz-background-clip: padding-box;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    background-clip: padding-box;
		
	    -webkit-box-shadow: 0 1px 0 white inset, 0 2px 10px rgba(0, 0, 0, 0.2) inset;
	    -moz-box-shadow: 0 1px 0 white inset, 0 2px 10px rgba(0, 0, 0, 0.2) inset;
	    box-shadow: 0 1px 0 white inset, 0 2px 10px rgba(0, 0, 0, 0.2) inset;
	}
	.page-entry input[type="text"]:focus, .page-entry textarea:focus { border: 1px solid #8e8f90 }
	.page-entry input[type="text"] { width: 210px }
	.page-entry label {
	    font-weight: bold;
	    font-size: 14px;
	    display: block;
	    margin: 20px 0 5px;
	}
.page-title {
    text-transform: uppercase;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    -webkit-font-smoothing: antialiased;
}
	.page-title h1 {
	    font-size: 24px;
	    font-weight: bold;
	    margin: 0;
	}
	
.page-entry.full-width { margin: 40px }

.page-entry p.wp-caption-text {
    text-align: center;
    font-size: 11px;
    color: #777;
    margin: 5px 0 10px;
    padding: 0 5px;
}

/* ****************************************************************
						Sidebar / Widgets
**************************************************************** */
.widget {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
	
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
    background: -webkit-linear-gradient(#ededed, #ffffff);
    background: -moz-linear-gradient(center top, #ededed 0%, #ffffff 100%);
    background: -moz-gradient(center top, #ededed 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%);
	
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
	
	border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 12px;
}
	.widget h3 {
	    font-size: 14px;
	    margin-bottom: 10px;
	    text-shadow: 0 1px #fff;
	}
	.widget p, .widget ul { color: #5a5a5a }
	.widget p:last-child, .widget ul:last-child { margin-bottom: 0 }
	.widget ul{
		margin-left: 0;	
	}
	.widget ul li{
		list-style:none;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 5px;
		margin-bottom:5px;
	}
	.widget ul li:last-child{
		border-bottom: 0;
		padding-bottom: 0;	
	}
	
.widget_rss ul {
    margin: 0;
    padding: 0;
}
	.widget_rss li {
		list-style: none;
		margin: 0 0 15px 0;
	}
	li a.rsswidget {
		display: block;
		font-weight: bold;
	}
	.rss-date, cite {
		font-size: 11px;
		color: #666;
		display: block;
		margin: 5px 0;
	}
	
.screen-reader-text, .page-entry label.screen-reader-text { display: none }
.page-entry input[type="text"]#s, #s {
    width: 190px;
    margin-bottom: 5px;
}

/* ****************************************************************
						Forms / Gravity Forms
**************************************************************** */
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="phone"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea{
	padding: 10px 0 10px 6px !important;
}
.gform_wrapper li, .gform_wrapper form li{
	margin-bottom: 20px;	
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	font-weight: normal;
	font-size: 12px;	
}
.gform_wrapper .gform_footer{
	padding: 0 !important;
	margin: 0 0 15px !important;	
}

.page-entry .gform_wrapper input[type="text"], .gform_wrapper .page-entry textarea{
	margin-bottom: 0;	
}

/* ****************************************************************
							Footer
**************************************************************** */
footer {
    color: #444;
    margin: 30px auto 60px;
    text-align: center;
    width: 784px;
    text-decoration: 0 1px #fff;
}
	footer a {
	    font-weight: bold;
	    text-decoration: none;
	    color: #444;
	}
	footer a:hover { text-decoration: underline }