/*
Theme Name: Semprul
Theme URI:
Author: Aryandhani
Author URI: http://aryandhani.com/
Version: 1.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Clean and simple blogging theme, based on theme _s (underscores.me)
Tags: white, gray, light, two-columns, custom-background, theme-options, featured-images, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	overflow-x: hidden;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #aaa;
}
hr {
	display: block;
	background: transparent;
	color: transparent;
	height: 1px;
	border: 0;
	margin: 0 auto;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
h1, h2, h3, h4, h5, h6, p {
	display: block;
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
:focus {
	outline: 0;
	outline: none;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover,
a:focus,
a:active {
	color: #138fbf;
}
a:hover {
	text-decoration: none;
}
a, :visited {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
:hover,
:focus,
:active {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}

/* Headings */
h1 {
    font-size: 2em;
	margin-bottom: 1em;
}
h2 {
    font-size: 1.5em;
	margin-bottom: 1em;
}
h3 {
    font-size: 1.17em;
	margin-bottom: 1em;
}
h4 {
    font-size: 1em;
	margin-bottom: 1em;
}
h5 {
    font-size: 0.83em;
	margin-bottom: 1em;
}
h6 {
    font-size: 0.67em;
	margin-bottom: 1em;
}

/* Typo */
h1.site-title {
	font-size: 30px;
	margin-bottom: 0;
}

h1.entry-title, h1.entry-title-error {
	font-size: 25px;
	margin-bottom: 0;
}

h1.entry-title-error {
	text-align: center;
}

h1.widget-title, h2.widgettitle {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

h2.site-description {
	font-size: 12px;
	text-transform: uppercase;
}
h2.comments-title {
	text-align: center;
	margin-bottom: 1em;
}
h2.widgettitle {
	display: none;
}
h3#reply-title {
	font-size: 21px;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Text elements */
p {
	line-height: 24px;
	margin-bottom: 1.5em;
}
p a {
	color: #138fbf;
	text-decoration: underline;
}
p a:hover {
	text-decoration: underline;
}
p.entry-content-error {
	text-align: center;
	margin-bottom: 2em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f9f9f9;
	border-left: 6px solid rgba(208, 208, 208, 0.3);
	font-style: italic;
	margin: 0 1.5em;
	margin-bottom: 1.3em;
	padding: 1.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}
blockquote p {
	display: inline;
}
address {
	background: #f9f9f9;
	border-left: 6px solid rgba(208, 208, 208, 0.3);
	margin: 0 0 1.5em;
	padding: 1.5em 10px;
}
pre {
	display: block;
	max-width: 100%;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* All button and input */
button, input, select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"], input[type="submit"] {
	background: #222;
	color: #ccc;
	border: none;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 3px 6px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover {
	background: #000;
	color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active, input[type="submit"]:active {
	background: #222;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text], input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus, input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text], input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Clear */
.clear {
	display: block;
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

#content dt, #content th {
	color: #333;
}
#content table {
	width: 100%;
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	
}
#content tr {
	background-color: #fff;

}
#content .alternate {
	background-color: #fff;
}

#content tr:hover {
	background: none;
}
#content tr th, #content thead th {
	background-color: #f8f8f8;
	color: #333;
	font-weight: 700;
	line-height: 18px;
	padding: 9px 24px;
	
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content ol ul {
	margin-bottom: 1em;
}
#content ol ol {
	margin-bottom: 1em;
}

.sticky {
	
}
.hentry {
	background: #f6f6f6;
	border: 8px solid #e9e9e9;
	margin: 0 0 1.5em 0;
	padding: 1em;
}
.entry-meta, .entry-meta-date, .entry-meta-single {
	clear: both;
}
.entry-meta-date {
	font-size: 12px;
	text-transform: uppercase;
}
.entry-meta-single {
	text-align: center;
}
.byline, #post-pages {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content, .entry-summary, .entry-content-error {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-links a, .page-links span {
	background: #222;
	color: #ccc;
    margin: 2px 2px 2px 2px;
    padding: 3px 6px;
}
.page-links a:hover {
	background: #000;
	color: #fff;
}
.page .edit-link {
	display: none;
}
.cat-links {
	background: url(images/icon-categories.png) no-repeat 5px 3px;
	padding-left: 27px;
}
.comments-link {
	background: url(images/icon-comments.png) no-repeat 5px 2px;
	padding-left: 27px;
}
.entry-date {
	background: url(images/icon-time.png) no-repeat 2px 1px;
	padding-left: 25px;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 98.5%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 98.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Gallery */
.gallery {
	margin: auto;
	overflow: hidden;
	width: 100%;
}
.gallery dl {
	margin: 0;
}
.gallery br {
	clear: both;
}
.gallery br + br {
	display: none;
}
#gallery-1 .gallery-item {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 1em;
}
#gallery-2 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
#gallery-3 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 33.333%;
	margin-bottom: 1em;
}
#gallery-4 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-5 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 18%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-6 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 14.666%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-7 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 12.285%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-8 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 10.5%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-9 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 9.111%;
	margin-right: 2%;
	margin-bottom: 1em;
}
#gallery-10 .gallery-item {
	display: inline;
	text-align: center;
	float: left;
	width: 7.111%;
	margin-right: 2%;
	margin-bottom: 1em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid #ddd;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid #ddd;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid #ddd;
	margin: 1em auto;
}

.alignnone {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid #ddd;
	margin-bottom: 1em;
}
.attachment-post-thumbnail {
	display: block;
	width: auto;
	height: auto;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid #ddd;
	margin: 1em auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	height: auto;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: #222;
	margin-bottom: 15px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	border-right: 1px solid #444;
}
.main-navigation li:first-child {
	border-left: 1px solid #444;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 1.3em 0.7em 1.3em 0.7em;
}
.main-navigation a:hover {
	background: #000;
	color: #fff;
}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 4.1em;
	left: 0;
	background: #222;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 1.8em;
}
.main-navigation ul ul a {
	width: 150px;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul ul li {
	border-bottom: 1px solid #444;
}
.main-navigation ul ul li:last-child {
	border-bottom: 0 none;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background: #000;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

/* =Page Navigation
----------------------------------------------- */

#page-nav {	
}
#page-nav ul {
	margin: 0;
	text-align: center;
	list-style-type: none;
	padding: 10px 0;
}
#page-nav li {
	display: inline;
}
#page-nav li a {
	background: #222;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	color: #ccc;
	padding: 5px 10px;
}
#page-nav li .dots {
	font-weight: 700;
	padding: 5px 10px;
}
#page-nav li a:hover, #page-nav li .current {
	background: #000;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	padding: 5px 10px;
}
#page-nav-single .next-post, #page-nav-single .prev-post, #image-navigation .next-image, #image-navigation .previous-image {
	float: left;
	display: block;
	background: #222;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	padding: 0.5em 1em;
	cursor: pointer;
}
#page-nav-single .prev-post, #image-navigation .next-image {
	float: right;
}
#page-nav-single .next-post:hover, #page-nav-single .prev-post:hover, #image-navigation .next-image:hover, #image-navigation .previous-image:hover {
	background: #000;
}
#page-nav-single .next-post a, #page-nav-single .prev-post a, #image-navigation .next-image a, #image-navigation .previous-image a {
	color: #ccc;
}
#page-nav-single .next-post a:hover, #page-nav-single .prev-post a:hover, #image-navigation .next-image a:hover, #image-navigation .previous-image a:hover {
	color: #fff;
}
#image-navigation {
	margin-bottom: 2.55em;
}
ul.page-numbers .next, ul.page-numbers  .prev {
	display: none;
}

/* Comment Nav */
.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments {
	overflow: hidden;
	margin: 20px auto 0;
}
#comments .avatar {
	float: left;
	-webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
	        box-shadow: 0 8px 6px -6px #000;
	border: 4px solid rgba(221, 221, 221, 0.8);
	margin-right: 10px;
}
.commentlist > li.comment {
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;	
}
.commentlist .children > li.bypostauthor {
	background: #222;
	color: #fff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	margin-top: 1.7em;
	padding: 1.625em;
}
.commentlist .children > li.bypostauthor a {
	color: #fff;
}
.commentlist .children > li.bypostauthor a:hover {
	color: #ff4b33;
}
.commentlist .children > li.bypostauthor .reply a {
	background: #1778c2;
	color: #fff;
}
.commentlist .children > li.bypostauthor .reply a:hover {
	background: #ff4b33;
	color: #fff;
}
.nopassword, .nocomments {
	font-size: 21px;
	text-align: center;
	margin: 1.8em 0 1.8em 0;
}
.commentlist {
	list-style: none;
	margin: 20px 0 0;
	padding:0
}
.commentlist a {
	color: #333;
}
.commentlist a:hover {
	color: #1c7fc4;
}
.commentlist .children {
	list-style: none;
	margin-top: 2em;
	margin-left: 0;
	padding: 0;
}
.comment-content {
	clear: both;
	margin-top: 2em;
}
.bypostauthor {
}

.comment-form-comment label, .says {
	display: none;
}
li.pingback {
	text-align: center;
}
.reply {
	float: left;
	display: block;
	margin-top: 1em;
	margin-bottom: 20px;
	cursor: pointer;
}
.reply a {
	background: #333;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
	color: #ccc;
	padding: 6px 10px;
}
.reply a:hover {
	background: #000;
	color: #fff;
}

input#author {
	margin-left: 14px;
}
input#email {
	margin-left: 18px;
}
input#url {
	margin-left: 16px;
}
#respond {
	position: relative;
	background: #222;
	color: #fff;
	-moz-border-radius: 3px;
         border-radius: 3px;
	margin: 1em auto 2.925em;
	padding: 0 1.625em 0.5em 1.625em;
	overflow: hidden;
}
#respond textarea {
	position: relative;
	width: 95.6%;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px #000;
	   -moz-box-shadow: 0 1px 3px #000;
	        box-shadow: 0 1px 3px #000;
	border: 4px solid #f0f0f0;
	-moz-border-radius: 3px;
	     border-radius: 3px;
	font-style: italic;
	padding: 10px;
}
#respond .logged-in-as a {
	color: #fff;
}
#respond .logged-in-as a:hover {
	color: #eb593Cc;
}
#respond code {
	background: none;
}
#submit {
	display: block;
	background: #1778c2;
	border: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
	padding: 0.7em;
}
#submit:hover {
	background: #ff4b33;
	color: #fff;
}

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

.widget {
	margin: 0 0 1.5em 0;
}
.widget ul {
	margin-left: 0;
}
.widget li {
	list-style: none;
	background: url(images/arrow_black.png) left 8px no-repeat;
	margin-bottom: 8px;
	padding-left: 13px;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget li a:hover {
	text-decoration: underline;
}

.right-header .widget {
	margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#search {
	margin-bottom: 1.3em;
}
#search-error {
	width: 93%;
}
#searchsubmit {
	display: none;
}

#searchform input {
	width: 87%;
	background: #fff url(images/search-white.png) no-repeat 5px 8px;
	border-color: rgba(221, 221, 221, 0.8);
	border-width: 4px;
	border-style: solid;
	border-top: 4px solid rgba(221, 221, 221, 0.8);
	border-left: 4px solid rgba(221, 221, 221, 0.8);
	font-style: italic;
	color: #ccc;
	padding: 5px 5px 5px 23px;
}

/* Calendar widget */
#calendar_wrap caption {
	margin-bottom: 10px;
	text-align: center;
}
td#today {
	background: #222;
	color: #fff;
}

/* Tag Cloud */
.widget_tag_cloud {
	margin-bottom: 2em;
}
.tagcloud {
	width: 100%;
	height: 100%;
}
.tagcloud a, .widget li.cat-item a {
	clear: both;
	float: left;
	width: 100% !important;
	background: url(images/arrow_black.png) left 8px no-repeat;
	margin-bottom: 8px;
	padding-left: 13px;
	font-size: 14px !important;
}

/* Widget categories */
.widget_categories ul {
	margin-left: 0;
}
.widget_categories li {
	padding-left: 0;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}

/* =Layout
----------------------------------------------- */

#page {
	width: 960px;
	background: #f5f5f5;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	border: 8px solid rgba(190, 190, 190, 0.8);
	margin: 40px auto;
	padding-top: 8px;
}
#main {
	padding: 20px;
}
#primary {
	float: left;
	width: 68%;
}
#secondary {
	float: right;
	width: 27%;
	background: #ededed;
	margin-bottom: 1.8em;
	padding: 1.2em 1em 0.1em 1em;
}
#colophon {
	padding: 30px 0
}
.menu {
	padding: 0 10px;
}
.site-info {
	width: 100%;
}
hr.devider {
	height: 8px;
    border: 0;
	background: rgba(190, 190, 190, 0.8);
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	margin: 0 auto;
}
hr.line {
	border-top: 1px solid rgba(190, 190, 190, 0.8);
	margin: 1em auto;
}
.left-header, .right-header, .left-footer, .right-footer {
	float: left;
	width: 46%;
	padding-left: 20px;
}
.right-header, .right-footer {
	float: right;
	padding-right: 20px;
	padding-left: 0;
}
.right-header h2.widgettitle {
	display: none;
}

/* Error Page */
.column-error {
	float: left;
	display: inline;
	width: 20.3%;
	background: #ededed;
	margin-right: 20px;
	padding: 1.2em 1em 0 1em;
}
.column-error.last-column {
	margin-right: 0;
}

/* =Social Icon
----------------------------------------------- */
#social-icon {
	float: right;
	position: relative;
	top: 18px;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	overflow: hidden;
}
#social-icon ul {
	
}
#social-icon li {
	float: left;
	margin-left: 8px;
	list-style: none;
	list-style: none;
	background: none !important;
	margin-bottom: 0;
	padding-left: 0;
}
#social-icon li a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #bfbfbf;
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
	        border-radius: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out; 
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;   
	        transition: all 0.3s ease-in-out;
}
#icon-twitter {
	background: transparent url(images/social-icon/twitter.png);
}
#icon-twitter:hover {
	background-color: #40cdda;
}
#icon-fb {
	background: transparent url(images/social-icon/facebook.png);
}
#icon-fb:hover {
	background-color: #3b5998;
}
#icon-gplus {
	background: transparent url(images/social-icon/googleplus.png);
}
#icon-gplus:hover {
	background-color: #353631;
}
#icon-dribbble {
	background: transparent url(images/social-icon/dribbble.png);
}
#icon-dribbble:hover {
	background-color: #ea4c88;
}
#icon-linkedin {
	background: transparent url(images/social-icon/linkedin.png);
}
#icon-linkedin:hover {
	background-color: #50a1cb;
}
#icon-youtube {
	background: transparent url(images/social-icon/youtube.png);
}
#icon-youtube:hover {
	background-color: #c7312b;
}
#icon-vimeo {
	background: transparent url(images/social-icon/vimeo.png);
}
#icon-vimeo:hover {
	background-color: #1bb7ea;
}
#icon-twitter:hover, #icon-fb:hover, #icon-gplus:hover, #icon-dribbble:hover, #icon-linkedin:hover, #icon-youtube:hover, #icon-vimeo:hover {
	background-position: -32px center;
}

/* RSS Feed Icon */
#feed {
	float: right;
	position: relative;
	top: 6px;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	overflow: hidden;
}
#feed li {
	float: left;
	margin-left: 8px;
	list-style: none;
	list-style: none;
	background: none !important;
	margin-bottom: 0;
	padding-left: 0;
}
#feed li a {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #bfbfbf;
	-webkit-border-radius: 32px;
	   -moz-border-radius: 32px;
	        border-radius: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out; 
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;   
	        transition: all 0.3s ease-in-out;
}
#icon-feed-logo {
	background: transparent url(images/rss.png);
}
#icon-feed-logo:hover {
	background-color: #f2861d;
}
#icon-feed-logo:hover {
	background-position: -32px center;
}

/* =Responsive/Mobile Style
----------------------------------------------- */

@media screen and (max-width:800px) {
	#page {
		width: 95%;
	}
	#primary, .left-header, .right-header, .left-footer, .right-footer {
		float: none;
		width: 100% !important;
	}
	#secondary {
		float: none;
		width: 96% !important;
	}
	#social-icon, #feed {
		float: none;
		position: relative;
		top: 0;
		left: 10px;
		margin-bottom: 1em;
		clear: both;
	}
	#social-icon {
		left: -30px;
	}
	#feed {
		top: 1em;
		left: -30px;
	}
	#column-respon {
		float: left;
		display: inline;
		width: 20%;
		margin-right: 15px;
	}
	#column-respon.to-right {
		margin-right: 0;
	}
	#searchform input {
		width: 94.7%;
	}
	#respond textarea {
		width: 94%;
	}
	.column-error {
		float: none;
		width: 90% !important;
	}
	.main-small-navigation {
		background: #222;
		padding: 6px 0;
	}
	.menu ul {
		margin-left: 1em;
	}
	.menu li {
		list-style: none;
		background: url(images/triangle_gray.png) left 8px no-repeat;
		margin-bottom: 8px;
		padding-left: 13px;
	}
	.menu a {
		color: #ccc;
	}
	.menu a:hover {
		color: #fff;
	}
	h1.menu-toggle {
		font-size: 21px;
		text-align: center;
		color: #ccc;
		margin-bottom: 0;
	}
	h1.menu-toggle:hover {
		color: #ff0;
	}
}
@media screen and (max-width:768px) {
	#gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item, #gallery-6 .gallery-item,
	#gallery-7 .gallery-item, #gallery-8 .gallery-item, #gallery-9 .gallery-item, #gallery-10 .gallery-item {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 1em;
	}
	#gallery-2 .gallery-item img, #gallery-3 .gallery-item img, #gallery-4 .gallery-item img, #gallery-5 .gallery-item img, #gallery-6 .gallery-item img,
	#gallery-7 .gallery-item img, #gallery-8 .gallery-item img, #gallery-9 .gallery-item img, #gallery-10 .gallery-item img {
		width: auto;
		height: auto;
	}
	.entry-content img, img.size-full {
		max-width: 38.5%;
		width: auto;
	}
	.aligncenter, .alignleft, .alignright, .alignnone, .attachment-post-thumbnail {
		max-width: 38.5%;
		width: auto;
	}
}
@media screen and (max-width:640px) {
	#secondary {
		width: 94.7% !important;
	}
	#searchform input {
		width: 93%;
	}
}
@media screen and (max-width:600px) {
	.main-small-navigation {
		background: #222;
		padding: 6px 0;
	}
	.menu ul {
		margin-left: 1em;
	}
	.menu li {
		list-style: none;
		background: url(images/triangle_gray.png) left 8px no-repeat;
		margin-bottom: 8px;
		padding-left: 13px;
	}
	.menu a {
		color: #ccc;
	}
	.menu a:hover {
		color: #fff;
	}
	h1.menu-toggle {
		font-size: 21px;
		text-align: center;
		color: #ccc;
		margin-bottom: 0;
	}
	h1.menu-toggle:hover {
		color: #ff0;
	}
}
@media screen and (max-width:533px) {
	#secondary {
		width: 93.7% !important;
	}
	#searchform input {
		width: 92%;
	}
}
@media screen and (max-width:480px) {
	#page-nav-single .next-post, #page-nav-single .prev-post, .comment-navigation .nav-previous, .comment-navigation .nav-next, .site-content .nav-previous, .site-content .nav-next {
		float: none;
		text-align: center;
	}
	.site-content .nav-previous, .site-content .nav-next {
		width: 100% !important;
	}
	#secondary {
		width: 92.7% !important;
	}
	#searchform input {
		width: 91%;
	}
}
@media screen and (max-width:380px) {
	#secondary, .left-footer, .right-footer {
		float: none;
		width: 90% !important;
	}
	#searchform input {
		width: 86%;
	}
}
@media screen and (max-width:320px) {
	#page {
		width: 90% !important;
	}
	#social-icon {
		display: none;
	}
	h1.site-title {
		font-size: 28px;
	}
	#secondary, .left-footer, .right-footer {
		float: none;
		width: 87% !important;
	}
	#searchform input {
		width: 82%;
	}
	#respond {
		padding: 0 10px 0.5em 10px;
	}
	#respond textarea {
		width: 86%;
	}
	input#author, input#email, input#url {
		width: 96%;
		margin-left: 0;
	}
	.next-post {
		margin-bottom: 1em;
	}
}
@media screen and (max-width:240px) {
	#page {
		width: 85% !important;
	}
	#main {
		padding: 20px 5%;
	}
	#secondary {
		width: 90.7% !important;
		padding: 1.2em 4% 0.1em 4%;
	}
	#searchform input {
		width: 76%;
	}
	#respond textarea {
		width: 82%;
	}
	h2.site-description {
		font-size: 10px;
	}
}