/*   
Theme Name: Insider
Theme URI: http://www.theme-junkie.com
Description: Proudly designed by <a href="http://www.theme-junkie.com/">Theme Junkie</a>.
Author: Theme Junkie
Author URI: http://www.theme-junkie.com
Version: 1.0.1
License: GNU General Public License
License URI: license.txt    
Tags: theme-options, translation-ready
*/
/*
WARNING: DO NOT EDIT THIS FILE. If you wish to make custom stylistic changes to your theme, use the
custom.css template to define custom styles. This way, you will still be able to take advantage of
future upgrades to the theme without worrying about overwriting your style changes.
*/
/*-----------------------------------------------

TABLE OF CONTENT:

0. Reset

1. Setup
-1.1 Defaults
-1.2 Hyperlinks

2. Site Structure & Appearance
-2.1 Containers & Columns
-2.2 Navigation Menu
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. Posts
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination
-3.4 Author Box
-3.5 Entry Bottom

4. Widgets
-4.1 Generic Widgets
-4.2 Specific Widgets

5. Comments

6. Page Templates
-6.1 Contact Form
-6.2 Archives & Sitemap

7. MISC
-7.1 Buttons
-7.2 Un-widgetized Advertisement
-7.3 CSS3 Effects

--------------------------------------------------------------------------------- */
/* =0. Reset
--------------------------------------------------------------------------------- */
@import "css/reset.css";
/* =1. Setup
--------------------------------------------------------------------------------- */
/* 1.1 Defaults */
body {
	background: #f9f9f9;
	color: #000000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
h5,
h6 {
	font-size: 12px;
}
input[type="text"], 
textarea {
	border: 1px solid #eeeeee;
	border-bottom-color: #dddddd;
	outline: none;
	margin: 0 0 10px 0;
	padding: 13px 15px 12px 15px;
	background: #ffffff;
	color: #9da0a4;
	font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:focus, textarea:focus {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: #cccccc;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	color: #232527;
}
textarea {
	width: 100%;
}
label {
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
}
/* 1.2 Hyperlinks */
a:focus,
a:hover,
a:active {
	outline: none;
}
a,
a:visited {
	color: #222;
	text-decoration: none;
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	transition: color .1s linear;
}
a:hover {
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	text-decoration: none;
	transition: color .1s linear;
}
a img {
	border: none;
}
/* =2. Site Structure & Appearance
--------------------------------------------------------------------------------- */
/* 2.1 Containers & Columns */
.container {
	margin: 0 auto;
	width: 1121px;
}
#main { 
	background:#ffffff;
	border:1px solid #e3e3e3;
	min-height: 1300px;
}
#content {
	background: #ffffff;
	float: right;
	width: 728px;
	padding: 25px 25px 35px 0;
}
/* 2.2 Navigation Menu */
.nav {
	list-style: none;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	z-index: 999;
}
.nav a {
	display: block;
	position: relative;
	text-decoration: none;
	z-index: 100;
}
.nav li {
	float: left;
	width: auto;
	z-index: 999;
}
.nav li a {
	color: #ffffff;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
}
.nav li a.sf-with-ul {
	padding-right: 19px;
}
.nav li:hover a, .nav li:hover a:active {
	text-decoration: none;
}
.nav li ul {
	float: left;
	left: -999em;
	position: absolute;
	width: 180px;
	z-index: 999;
}
.nav li ul li a, .nav li ul li a:visited {
	background: #FFFFFF;
	color: #333333;
	width: 150px;
}
.nav li ul li a.sf-with-ul {
	padding: 10px 0;
}
.nav li ul ul {
	margin: -43px 0 0 179px !important;
	padding: 0 !important;
}
.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 {
	left: -999em;
}
.nav li:hover ul, .nav li.sfhover ul,
.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 {
	left: auto;
}
.nav .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 9px;
	height: 9px;
	text-indent: -999em;
	top: 1.2em;
	right: 10px;
}
.nav li ul .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	top: 1.2em;
	right: 0.5em;
}
/* P R I M A R Y - N A V */
#primary-nav {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	height: 52px;
	position: relative;
	text-transform: uppercase;
}
#primary-nav .nav {
	margin: 7px 20px 0 20px;
}
#primary-nav .nav .sf-sub-indicator {
	background: url(images/ico-primary-arrow-down.png) no-repeat;
	right: 0.5em;
	top: 14px;
}
#primary-nav .nav li a:hover,
#primary-nav .nav li.first a,
#primary-nav .nav li.sfHover a,
#primary-nav .current_page_item a {
	color: #ffffff;
}
#primary-nav .nav li li:first-child a {
	padding-top: 20px;
}
#primary-nav .nav li li:last-child a {
	padding-bottom: 20px;
}
#primary-nav .nav li li a,
#primary-nav .nav li li:first-child li a,
#primary-nav .nav li li:last-child li a {
	background: #FFFFFF !important;
	color: #333333 !important;
	line-height: 1;
	padding: 10px 15px;
	text-transform: none;
}
#primary-nav .nav li ul {
	background: url(images/arrow-up.png) no-repeat 25px top;
	padding-top: 5px;
	-webkit-box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
	-moz-box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
	box-shadow: 3px 3px 0 0 rgba(135, 135, 135, 0.1);
}
#primary-nav .nav li ul .sf-sub-indicator {
	background: url(images/bullet.png) no-repeat;
	right: 0.7em;
	top: 12px;
}
#primary-nav .nav li li:first-child .sf-sub-indicator {
	top: 21px;
}
#primary-nav .nav li li:first-child ul,
#primary-nav .nav li li:last-child ul {
	background: #ffffff;
	padding: 10px 0 !important;
}
#primary-nav .right .nav .sf-sub-indicator {
	background: none;
}
#primary-nav .right .nav li a.sf-with-ul {
	padding-right: 15px;
}
/* S E A R C H - F O R M */
.menu-search ul {
	background: url(images/arrow-up.png) no-repeat 210px top !important;
	width: 280px !important;
	right: 0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.search-form {
	padding: 15px;
	height: 45px;
	background: #fff;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 -1px 3px #f6f4ee;
}
.search-form input {
	width: 160px;
	height: 46px;
}
.search-form button {
	width: 70px;
	height: 46px;
	position: relative;
	text-align: center;
}
/* 2.3 Header */
#header {
	clear: both;
	height: 145px;
	overflow: hidden;
}
#text-logo {
	float: left;
	margin: 45px 0 0 30px;
}
#site-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}
#site-desc {
	color: #9da0a4;
}
#site-title a,
#site-title a:hover {
	color: #333333;
	text-decoration: none;
}
#logo {
	float: left;
	line-height: 1;
	margin: 33px 0 0 30px;
	overflow: hidden;
}
/* 2.4 Content  */
.content-loop .entry-title {
	margin: 0 0 15px 0;
}
.content-loop .hentry {
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.content-loop .hentry .entry-thumb {
	float: left;
	margin: 0 25px 25px 0;
	width: 250px;
	height: auto;
}
.entry-title a,
.entry-title a:visited {
	color: #000000;
}
h2.entry-title {
	font-size: 1.8em;
	font-weight: 200;
	letter-spacing: -0.03em;
	line-height: 1.25em;
}
.entry-excerpt {
	color: #828282;
	display: table;
}
a.read-more:link,
a.read-more:visited {
	color: #333333;
}
.one-col {
	background: #FFFFFF !important;
	width: 1071px !important;
}
h1.page-title,
h1.entry-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 200;
	margin: 0 0 15px 0;
}
/* B R E A D C R U M B S */
#breadcrumbs {
	border-bottom: 1px dotted #cccccc;
	color: #9da0a4;
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 0 0 20px 0;
}
/* F E A T U R E D - C O N T E N T */
#featured-content {
	background: #FFFFFF;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.featured-left {
	float: left;
	width: 500px;
}
.featured-left .entry-title a {
	display: block;
	font-size: 1.4em;
	line-height: 1.25em;
	margin: 0 0 15px 0;
}
.featured-left .entry-thumb {
	height: auto;
	margin: 0 0 20px 0;
	width: 100%;
}
.featured-right {
	float: right;
	width: 205px;
}
.featured-right .entry-title a,
.featured-right .entry-title a:visited {
	color: #444444;
}
.featured-right .entry-excerpt {
	overflow: hidden
}
.featured-right .entry-title {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.featured-right .entry-thumb {
	margin: 0 0 15px 0;
	width: 100%;
	height: auto !important;
}
.featured-right .entry-meta {
	margin-bottom: 10px;
}
.featured-post {
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}
.featured-post-last {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
/* 2.5 Sidebar */
#sidebar {
	background: #f0f0f0;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #9da0a4;
	float: left;
	padding: 15px 20px;
	width: 300px;
	height: 1000px;
}
#sidebar .content {
	margin: 20px 0;
	padding: 0 20px 80px 20px;
	outline: none;
}
#sidebar .widget {
	margin: 0 0 25px 0;
}
#sidebar .widget-title {
	border-bottom: 3px solid;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
}
#sidebar .widget ul li a {
	color: #888888;
}
#sidebar .widget ul li a:hover,
#sidebar .widget ul li:hover a {
	color: #333333 !important;
}
#sidebar .widget ul {
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li {
	background: url(images/bg-line.png) repeat-x left bottom;
	list-style: none;
	margin: 0;
	padding: 15px 0;
}
/* N A N O - S C R O L L */
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.nano .content:focus {
	outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
	visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
	visibility: visible;
}
.nano > .pane {
	background: transparent;
	position: absolute;
	width: 6px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	visibility: hidden\9;
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nano > .pane > .slider {
	background: #444444;
	background: rgba(0,0,0,.25);
	position: relative;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
	visibility: visible\9;
	opacity: 0.99;
}
/* 2.6 Footer */
.copyright {
	border-top: 3px solid;
	margin: 60px 0 0 0;
	padding: 35px 0 0 0;
	color: #9da0a4;
	font-size: 12px;
	text-align: center;
}
.copyright a,
.copyright a:visited {
	border-bottom: 1px dotted #dddddd;
	color: #9da0a4;
}
/* =3. Posts
--------------------------------------------------------------------------------- */
/* 3.1 Typographic Elements */
.entry-meta {
	color: #bbbbbb;
	font-size: 12px;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
.entry-meta a {
	font-weight: bold;
}
.single .hentry .entry-meta {
	color: #9da0a4;
	font-size: 13px;
	margin: 0 0 15px 0;
	text-transform: none;
}
.single .hentry .entry-meta em {
	border-bottom: 1px dotted #cccccc;
}
.single .hentry .entry-meta a,
.single .hentry .entry-meta a:visited {
	color: #9da0a4;
	font-weight: normal;
}
.single .entry-content {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0  25px 0;
	padding: 0 0 10px 0;
}
.entry-content blockquote {
	border-left: 10px solid #f7f7f7;
	margin: 20px 20px;
	padding: 0 30px 0 20px;
	overflow: hidden;
}
.entry-content blockquote p,
blockquote a,
blockquote {
	color: #666666;
	font-size: 1em;
	font-style: italic;
}
.entry-content strong {
	font-weight: bold
}
.entry-content strong em,
.entry-content em strong {
	font-style: italic;
	font-weight: bold;
}
.entry-content li ul {
	margin: 0;
	padding: 0;
}
.entry-content input,
.entry-content textarea {
	font-size: 1em;
	padding: 3px;
}
.entry-content dfn {
	font-weight: bold
}
.entry-content del {
	color: #aaa;
	text-decoration: line-through;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	background: #f5f5f5;
	color: #666666;
	font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 20px;
	overflow: auto;
	padding: 1em;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
	display: block;
	margin: 1.5em 0;
	white-space: pre;
}
.entry-content ins {
	font-weight: bold;
	text-decoration: underline;
}
.entry-content em {
	font-style: italic;
	font-weight: normal;
}
.entry-content ul {
	list-style: none;
	padding-bottom: 10px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul li {
	background: url(images/dot.png) no-repeat 0 14px;
	padding: 5px 0 5px 10px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 5px 0 10px 0;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content hr {
	background: #E6E6E6;
	border: none;
	clear: both;
	color: #E6E6E6;
	height: 1px;
	margin: 15px 0;
	width: 100%;
}
.entry-content ol {
	list-style-type: decimal;
	margin: 0 0 10px 25px;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ol li {
	font-size: 12px;
	margin: 5px 0;
}
.entry-content p {
	margin: 0 0 10px 0;
}
.entry-content img {
	max-width: 100%; 
	height: auto;
}

/* 3.2 Images */
img.centered {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
img.alignnone {
	display: inline;
	margin: 0 0 15px 0;
	padding: 0;
}
img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
	padding: 0;
}
img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
	padding: 0;
}
.aligncenter {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.wp-caption {
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
	padding: 4px 0 5px 0;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin: 0;
	padding: 0;
}
.wp-caption img {
	border: 0;
	margin: 0 0 5px 0;
	padding: 0;
}
.entry-categories a,
.entry-categories a:visited,
.entry-tags a,
.entry-tags a:visited {
	color: #9da0a4 !important;
}
/* 3.3 Pagination */
.junkie-pagination {
	margin: 60px 0;
	text-align: center;
}
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited {
	background: #ffffff;
	border-right: 1px dotted #cccccc;
	border-radius: 3px;
	color: #333333;
	font-size: 14px;
	padding: 0 10px;
	text-decoration: none !important;
}
.junkie-pagination .current,
.junkie-pagination a:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
/* Infinite Scroll */
#infscr-loading {
	color: #9da0a4;
	margin: 0 0 25px 0;
	padding: 0;
}
#infscr-loading img, #infscr-loading div {
	display: block;
}
#infscr-loading img {
	display: none;
}
#infscr-loading img {
	margin-right: 5px;
}

/* 3.5 Entry Bottom */
/* =4. Widgets
--------------------------------------------------------------------------------- */
/* 4.1 General Widgets */
/* W I D G E T : C A L A N D E R */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	background: transparent;
	color: #333;
	font-weight: bold;
	padding: 3px 0 7px 0;
}
#wp-calendar #today {
	background: #F0F0F0;
	font-weight: bold;
}
#wp-calendar th {
	background: #F0F0F0;
	border: #F0F0F0 solid 1px;
	padding: 3px;
}
#wp-calendar td {
	border: #F0F0F0 solid 1px;
	padding: 5px 2px;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar caption {
	text-align: center;
}
/* 4.1 Specific Widgets */
/* W I D G E T : C A T E G O R Y - P O S T S */
.widget_tj_category_posts li {
	padding: 15px 0 10px 0 !important;
}
.widget_tj_category_posts li .entry-excerpt {
	display: table;
}
.widget_tj_category_posts li .entry-thumb {
	float: left;
	margin: 0 15px 15px 0;
}
.widget_tj_category_posts li .entry-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.widget_tj_category_posts li .entry-meta {
	margin-bottom: 5px;
}
/* W I D G E T : A D S */
.widget-ads {
	margin: 0 0 20px 0;
	width: 300px;
}
.widget-ads .ad-title {
	border-bottom: none !important;
	color: #9da0a4;
	font-size: 12px !important;
	font-weight: normal !important;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 7px;
	text-align: center;
	text-transform: lowercase;
}
/* =5. Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	position: relative;
}
#comments .commentlist {
	padding: 20px 0;
}
#comments .children {
	list-style-type: none;
	margin-left: 16px;
}
#comments ul.children li {
	background: url(images/ico-mobile-nav.png) no-repeat 0 6px;
	padding-left: 35px;
}
.pings-wrapper {
	position: relative;
}
.pinglist {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 40px 0;
}
.pinglist li {
	border-bottom: 1px solid #e9eaea;
	padding: 10px;
}
.pinglist li a {
	border: 0;
	color: #4d4e52;
	display: block;
	font-weight: normal;
}
.pinglist li a:hover {
	background: none !important;
	color: #202222;
}
#reply-title,
.comments-title,
.pings-title {
	font-size: 22px;
	font-weight: 200;
	margin: 0 0 20px 0;
}
.commentlist #commentform {
	margin-bottom: 60px;
}
.comment .avatar {
	border-radius: 100px;
	float: left;
	margin: 0 15px 0 0;
}
.comment-meta {
	color: #9da0a4;
	font-size: 13px;
	margin-bottom: 15px;
}
.comment-meta a,
.comment-meta a:visited {
	background: none !important;
	border: 0;
	color: #9da0a4;
	font-weight: normal !important;
	text-decoration: none !important;
}
.comment-meta a:hover {
	color: #000000;
}
.moderation {
	color: #9da0a4;
	padding-left: 51px;
}
.comment-body {
	margin-bottom: 20px;
	padding: 0 0 20px 51px;
}
.comment-body ul {
	list-style-type: disc;
}
.comment-body ol {
	list-style-type: decimal;
}
.comment-author cite {
	color: #202222;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	display: none;
}
.nocomments {
	padding: 20px;
	text-align: center;
}
#commentform .comment-form-comment {
	margin-bottom: 10px;
}
#commentform .form-submit input {
	border: 1px solid #E6E6E6;
	border-bottom-color: #DDDDDD;
	box-shadow: none;
	cursor: pointer;
	float: none;
	font-weight: 700;
	margin: 0;
	width: auto;
}
#commentform .required {
	color: red;
}
#commentform textarea {
	width: 99%;
	margin: 0 0 5px 0;
}
#commentform input {
	float: left;
	margin-right: 15px;
	width: 40%;
}
#commentform p {
	clear: both;
	line-height: 40px;
	margin-bottom: 15px;
}
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form {
	display: block;
	width: 100%;
}
#contact-form input[type="text"] {
	padding: 13px 15px 12px 15px;
	width: 40%;
}
#contact-form textarea {
	width: 80%;
}
#contact-form #submit {
	margin: 15px 0 0 0;
	width: 120px;
}
.contact-form label {
	display: block;
	line-height: 30px;
}
.page-template-page-templatestemplate-contact-php .thanks {
	color: #0A9600;
}
.page-template-page-templatestemplate-contact-php .error {
	color: red;
}
/* 6.2 Archives & Sitemap */
.page-template-page-templatestemplate-archives-php .entry-content ul li,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li {
	color: #9da0a4;
}
.page-template-page-templatestemplate-archives-php .entry-content ul li a,
.page-template-page-templatestemplate-sitemap-php .entry-content ul li a {
	font-style: normal;
}
/* =7. Misc
--------------------------------------------------------------------------------- */
/* 7.1 Buttons */
button, .btn, 
.form-submit input,
.contact-form #submit,
#commentform .form-submit #submit {
	display: inline-block;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 15px 10px;
	color: #fff;
	font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
button:hover, .btn:hover, .form-submit input:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0.8;
}
button:active, .btn:active, .form-submit input:active {
	position: relative;
	top: 1px;
	bottom: -1px;
}
button.light, .btn.light {
	background: #fff;
	color: #555759;
}
button.light:hover, .btn.light:hover {
	color: #fff;
}
/* 7.2 Un-widgetized Advertisement */
.header-ad {
	display: block;
	float: right;
	margin: 25px 0 0 0;
	width: 728px;
	height: 90px;
}
.content-ad {
	border-bottom: 1px dotted #cccccc;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
.single-ad {
	border-bottom: 1px solid #e3e3e3;
	display: block;
	width: 728px;
	height: 90px;
	margin: 0 0 25px 0;
	padding: 0 0 25px;
}
/* 7.3 CSS3 Effects */
.comment-body {
	background-size: 100% 1px, 100% 1px, auto;
	background-position: 50% 100%, 50% 100%, 50% 0;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-origin: padding-box, border-box, padding-box;
	border-bottom: 1px solid transparent;
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -webkit-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -moz-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -ms-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -ms-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            -o-radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0.1) 50%, rgba(0,0,0,0)), 
            linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.8) 50%, rgba(255,255,255,0)), 
            radial-gradient(50% 100%, ellipse cover, rgba(0,0,0, 0.05), rgba(0,0,0,0) 50%);
}