/*
Theme Name: Shaan
Theme URI: http://www.speckygeek.com/shaan-free-wordpress-theme/
Description: Set the tone of your blog with a calm, blue ambiance embellished with subtle textures. Shaan presents a cool and casual atmosphere perfect for sharing your thoughts with the world.
Requires at least: 6.0
Version: 1.1.10-wpcom
Author: Specky Geek
Author URI: http://www.speckygeek.com/
Status: inactive
Tags: art, artistic, artwork, blog, blue, classic-menu, colorful, craft, custom-background, custom-header, custom-menu, dark, design, elegant, featured-images, fixed-layout, journal, modern, nature, right-sidebar, rtl-language-support, scrapbooking, sticky-post, translation-ready, two-columns
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: shaan
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
}


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

body,
input,
textarea {
	color: #444;
	font-family: Arial, Helvetica, Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	background: url( 'images/quote.png') no-repeat 0 0;
	font-style: italic;
	padding: 15px 45px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: rgba(255, 255, 255, 0.25);
	border: 1px solid rgba(34, 73, 111, 0.075);
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
code{
	background: #f2f6ff;
	padding: 0 .5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
address {
	margin-bottom: 18px;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #DDD;
	padding: 6px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5,
h6 {
	font-size: 14px;
}
a:link,
a:visited {
	color: #ff7200;
}
a:active,
a:hover {
	color: #222;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.author-name,
.single-category-title,
.single-tag-title {
	text-transform: capitalize;
}


/* =Structure Framework
--------------------------------------------------------------*/

html {
	background: #80acd4 url( 'images/body-bg.jpg') 0 0;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
}
#container {
	background: #b8cde2 url( 'images/container-bg.jpg') 0 0;
	border: 5px solid #729ccb;
	float: left;
	margin-bottom: 10px;
	width: 950px;
}
#content {
	float: left;
	padding: 25px;
}
#content.narrow {
	width: 600px;
}
#content.fullpage,
#content.media-image {
	background: #b8cde2 url( 'images/bg-white.jpg') 0 0;
	width: 900px;
}
#sidebar {
	float: right;
	padding: 25px 0;
	padding-right: 20px;
	width: 260px;
}


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

#access {
	background: url( "images/nav-bg.png" );
	border-bottom: 1px solid #5988b6;
	color: #fff;
	clear: both;
	float: left;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0 auto;
	width: 950px;
}
#access li {
	float: left;
	position: relative;
}
#access li a {
	color: #dee4f2;
	display: block;
	font-family: 'AvenirBold', 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #4c7caf;
	text-transform: uppercase;
}
#access ul ul {
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 35px;
	left: 0;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #6b93bf;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/*= Header Site Title
------------------------------------------------------------*/

#header {
	color: #fff;
	float: left;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	line-height: 1;
	margin: 10px 0;
	padding: 15px 0;
	width: 960px;
}
#site-title {
	float: left;
	font-family: 'Molengo', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 60px;
	font-weight: none;
	letter-spacing: -1px;
	line-height: 75px;
	margin: 0;
	padding: 0;
	position:relative;
	top: -5px;
	text-shadow: rgba( 0, 0, 0, .5 ) 1px 1px 1px;
	text-transform: uppercase;
	width: 640px;
}
#site-title,
#site-title a:link,
#site-title a:visited,
#site-title a:hover,
#site-title a:active {
	color: #fff;
	text-decoration: none;
}
#site-description {
	float: right;
	font-family: Cantarell, 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	padding: 27px 0 0 0;
	text-align: right;
	text-shadow: rgba( 0, 0, 0, .5 ) 1px 1px 1px;
	text-transform: uppercase;
	width: 250px;
}


/* =Posts
-------------------------------------------------------------*/
.post,
.hentry {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.post-title {
	background: transparent url( 'images/dark-bg.jpg') 0 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'Molengo', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 36px;
	line-height: 1.4;
	margin: -2px 0 0 -25px;
	padding-left: 25px;
	padding-bottom: 7px;
	position: relative;
	text-shadow: 1px 1px 1px #8EADCF;
	width: 600px;
	word-wrap: break-word;
}
.post-title a:link,
.post-title a:visited {
	color: #fff;
	text-decoration: none;
}
.post-title a:hover {
	color: #eff4ff;
}
.post-meta {
	color: #888;
	font-size: 11px;
	line-height: 1.3;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
}
.post-meta a {
	color: #888;
	text-decoration: none;
}
.post-meta a:hover {
	color: #888;
	text-decoration: underline;
}
.post-thumb {
	line-height: 1;
	margin: 0;
	padding: 0;
}
.post-thumb img {
	border: 1px solid #f5f7fb;
}
.featured-image-link {
	float: left;
	margin-right: 20px;
}
#page-content {
	margin-top: 20px;
}


/* = Read More Links
-----------------------------------------------------*/

#content a.more-link {
	background: #ff7200;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 10px;
	padding: 1px 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#content a.more-link:hover {
	background: #fff;
	color: #ff7200;
}
.page-link {
	clear: both;
	color: #000;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	margin: 35px 0 22px 0;
}
.page-link a:link,
.page-link a:visited {
	border: 1px solid #AFAFAF;
	line-height: 1;
	margin: 2px;
	padding: 0 5px;
	text-decoration: none;
}
.page-link a:hover{
	border-color: #000;
}


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

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border-top: 1px solid #c3d0df;
	border-left: 1px solid #c3d0df;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	border-right: 1px solid #c3d0df;
	border-bottom: 1px solid #c3d0df;
	color: #555;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-right: 1px solid #c3d0df;
	border-bottom: 1px solid #c3d0df;
	padding: 6px 24px;
}
#content tr.even td {
	background: rgba(255, 255, 255, 0.3);
}
#content tr.odd td {
	background: rgba(255, 255, 255, 0.5);
}


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

.hentry img,
#comments img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img,
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.hentry img {
	margin: 0;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-top: 4px;
	margin-right: 24px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-top: 4px;
	margin-left: 24px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .post .wp-caption {
	max-width: 590px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery .gallery-caption {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 5px solid #F6F8FC;
}
#content .gallery br+br {
	display: none;
}
.wp-caption {
	margin-left: 0;
	max-width: 100%;
}
.wp-caption-text {
	color: #666;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}


/* =Entry
-------------------------------------------------------------- */

.sticky-label {
	background: rgba(26, 82, 143, 0.65);
	color: #fff;
	float: right;
	font-size: 10px;
	height: 1%;
	line-height: 1;
	margin: -250px 1px 0 0;
	padding: 2px 5px;
	position: relative;
	text-shadow: 1px 1px 1px #d1daef;
	text-transform: uppercase;
	z-index: 999;
}
#post-info {
	clear: both;
	color: #888;
	border-top: 1px solid #ebeff8;
	border-bottom: 1px solid #ebeff8;
	float: left;
	font-size: 11px;
	margin: 35px 0;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
#post-info a {
	color: #888;
	text-decoration: none;
}
#post-info a:hover {
	color: #888;
	text-decoration: underline;
}
#post-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-title {
	color: #000;
	font-family: 'Molengo', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 25px 0;
	text-shadow: 1px 1px 1px #8eadcf;
}
.page-title a {
	color: #000;
	text-decoration: none;
}
.page-title a:hover {
	color: #000;
}


/* =Image.php
-------------------------------------------------------------- */

.media-image .hentry img {
	max-width: 900px;
}
.media-image .post-title {
	width: 100%;
}
.media-image #image {
	display: block;
	margin: 0 auto .5em;
}
#image-caption,
#image-description,
#image-navigation,
.media-image #post-info {
	clear: both;
	float: none;
	margin: 0 auto 1.5em;
	width: 600px;
}
.media-image #comments {
	float: none;
	margin-right: auto !important;
	margin-left: auto !important;
}
.media-image #post-info li {
	text-align: center;
}


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

#comments {
	clear: both;
	float: left;
	overflow: hidden;
	width: 600px;
}
#content .commentlist {
	clear: both;
	list-style: none;
	margin: 0;
	margin-bottom: 50px;
	width: 100%;
}
.commentlist li.comment {
	clear: both;
	margin: 0 0 35px 0;
	padding: 0;
}
.commentlist li:first-child {
	margin-top: 20px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body {
	margin-bottom: 25px;
}
#comments .comment-body ol,
#comments .comment-body ul {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote {
	background: transparent;
	border-left: 5px solid #F6F8FC;
	clear: both;
	margin: 0 0 0 35px;
	padding:0 0 0 10px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.comment-meta {
	clear: both;
	color: #888;
	float: left;
	font-size: 11px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	width: 100%;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	text-decoration: underline;
}
.commentlist .comment-avatar {
	float: left;
	margin-right: 10px;
}
.commentlist img.avatar {
	border: 3px solid #F6F8FC;
}
.comment-author {
	font-size: 15px;
	text-transform: capitalize;
}
.comment-author cite {
	color: #666;
	font-style: normal;
	font-weight: bold;
}
.comment-meta .comment-author a{
	color: #666;
	text-decoration: none;
}
.comment-meta .comment-author a:hover{
	text-decoration: underline;
}
.bypostauthor > div .comment-avatar img {
	border-color: #9fc6f2;
}
.reply {
	font-size: 10px;
	text-transform: uppercase;
}
.reply a,
a.comment-edit-link {
	color: #999;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #999;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
ul.children {
	margin-left: 0;
}
.commentlist li.depth-2,
.commentlist li.depth-3,
.commentlist li.depth-4,
.commentlist li.depth-5,
.commentlist li.depth-6 {
	border: none;
	margin-left: 35px;
}
.commentlist .children {
	margin-top: 35px;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingslist {
	margin-bottom: 35px;
}
#comments .pingback {
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
}
#comments .pingback a {
	color: #444;
	text-decoration: none;
}
#comments .pingback a:hover {
	text-decoration: underline;
}


/*=Comment Form
---------------------------------------------------*/

#respond{
	clear: both;
	float: left;
	width: 100%;
}
#respond p {
	color: #888;
	font-size: 12px;
	margin-bottom: 10px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
a#cancel-comment-reply-link {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
#respond .required {
	color: #FF7200;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
#respond input {
	border: 1px solid #ddd;
	color: #666;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	padding: 6px;
	width: 95%;
}
#respond textarea {
	border: 1px solid #DDD;
	color: #666;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 1.65;
	padding: 6px;
	width: 95%;
}
#respond .comment-form-info {
	clear: both;
	float: left;
	width: 350px;
}
#respond .comment-form-comment {
	clear: both;
	float: left;
	width: 95%;
}
#respond .form-allowed-tags {
	clear: both;
	color: #888;
	float: left;
	font-size: 12px;
	line-height: 1.3;
	margin: 10px 0;
	width: 95%;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	clear: both;
	float: left;
	margin: 12px 0 25px 0;
}
#respond .form-submit input {
	font-size: 13px;
	width: auto;
}
input#submit {
	background: url( 'images/dark-bg.jpg');
	background-color: #21759b;
	border-color: #298cba;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all .4s linear;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 4px 8px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: auto;
}
input#submit:hover {
	background-color: #21759b;
	border-color: #13455b;
	color: #eaf2fa;
	text-decoration: none;
}


/*=Author Info
---------------------------------------------------*/

#entry-author-info {
	border: 2px solid #729ccb;
	clear: both;
	float:left;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 15px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 5px solid #f6f8fc;
	float: left;
	height: 96px;
	margin: 0 25px 0 0;
}
#entry-author-info #author-description {
	float: right;
	width: 435px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}


/*=Sidebar
---------------------------------------------------*/

#sidebar {
	color: #444;
	font-size: 13px;
	line-height: 1.5;
}
#sidebar .section {
	margin-bottom: 50px;
}
#sidebar .section h3 {
	color: #3b7bbf;
	font-family: 'Molengo', 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #4c7caf;
}
#sidebar a {
	color: #555;
	text-decoration: none;
}
#sidebar a:hover {
	color: #111;
	text-decoration: none;
}
#sidebar p {
	font-size: 13px;
	line-height: 1.5;
}


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

.widget {
	overflow: hidden;
}
.widget img,
.widget a img {
	border: none;
}
.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	background: url( 'images/pointer.gif') no-repeat 0 10px;
	font-size: 13px;
	line-height: 2.25;
	margin: 0;
	padding: 0 0 0 12px;
}
.widget li:first-child {
	border-top-width: 0;
}
.widget li,
.widget li li:first-child {
	border-top: 1px solid rgba(34, 73, 111, 0.075);
}
#searchform .search-input {
	background: #fff url( 'images/search.png') no-repeat -2px -33px;
	border: 1px solid #ddd;
	border-top-color: #999;
	border-left-color: #999;
	color: #cfcfcf;
	font-size: 14px;
	padding: 8px 8px 8px 30px;
	width: 86%;
}
#searchform .search-input:focus {
	background: #fff url( 'images/search.png') no-repeat -2px -1px;
	color: #666;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead tr {
	line-height: 25px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(34, 73, 111, 0.075);
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
#wp-calendar tfoot #next {
	text-align: right;
}


/* =Paged Navigation
-------------------------------------------------------------- */

.paged-navigation {
	color: #888;
	font-size: 14px;
	margin-bottom: 50px;
	overflow: hidden;
	width: 100%;
}
.paged-navigation a:link,
.paged-navigation a:visited {
	color: #ff7200;
	text-decoration: none;
}
.paged-navigation a:active,
.paged-navigation a:hover {
	color: #444;
}
.nav-newer,
.nav-older {
	width: 45%;
}
.nav-newer {
	float: right;
	text-align: right;
}
.nav-older {
	float: left;
	text-align: left;
}
.nav-return {
	clear: both;
	display: block;
	padding-top: .7em;
	text-align: center;
}


/*=Footer
------------------------------------------*/

#footer {
	clear: both;
	color: #222;
	font-size: 9px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#footer a {
	color: #222;
	text-decoration: none;
}
#footer a:hover	{
	color: #fff;
	text-decoration: underline;
}
#footer p {
	clear: both;
	margin-bottom: 1px;
}
#footer-menu {
	font-size: 11px;
	margin: 0 0 1em;
}
#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
	text-align: center;
}
#footer-menu li {
	display: inline;
	line-height: 1.3;
	padding: 0 .5em;
}
#footer-credit {
	text-align: center;
	width: auto;
}
#footer-credit a {
	text-decoration: underline;
}


/*=Archives Page
---------------------------------------------*/

.archivesection h3 {
	background: url( 'images/plusminus.png') no-repeat 0 9px;
	color: #000;
	cursor: pointer;
	margin-bottom: 15px;
	padding-left: 25px;
}
h3.active {
	background: url( 'images/plusminus.png') no-repeat 0 -16px;
}
.archiveslist {
	padding-bottom: 25px;
	padding-left: 25px;
	color: #666;
}
.archiveslist ol,
.archiveslist ul {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding-left: 15px;
	width: 100%;
}


/*=Contact Page
-------------------------------------------*/

#contact {
	clear: both;
	font-size: 14px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
#contact p {
	clear: both;
	margin: 0;
}
#contact .error {
	color: #ff7200;
	font-size: 12px;
	padding: 0 5px;
}
#contact label {
	color: #888;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#contact .contact-info {
	width: 350px;
}
#contact input {
	float: left;
	margin: 0 0 9px;
	width: 98%;
}
#contact textarea {
	width:98%;
}
#contact #sendCopy {
	float: left;
	margin-right: 5px;
	width: auto;
}
#contact .checkmail {
	clear: both;
	float: left;
	margin: 10px 0;
}
#contact .contact-submit {
	margin: 0 0 24px;
}
#contact .contact-submit input {
	font-size: 14px;
	width: auto;
}
#contact .alertbox {
	background: #fbfbee;
	border: 2px solid #ff9f9f;
	clear: both;
	margin: 5px 0 25px 0;
	padding: 10px;
}
#contact .successbox{
	background: #fbfbee;
	border: 2px solid #68ef87;
	clear: both;
	margin: 5px 0 25px 0;
	padding: 10px;
}


/*=Post Ads
--------------------------------------------*/

#topad,
#bottomad {
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #d3e4eb;
	margin: 20px 0;
	overflow: hidden;
	padding: 5px 10px;
}


/*=Custom Styles
---------------------------------------------------------*/

.one_half {
	float: left;
	width: 47%;
}
.one_half.last {
	left: 5%;
	position: relative;
}
.one_third {
	float: left;
	margin-right: 3%;
	min-height: 50px;
	width: 30%;
}
.one_third.last {
	margin-right:0;
}
.two_third {
	float: left;
	margin-right: 3%;
	width: 64%;
}
.one_fourth {
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	width: 22.5%;
}
.one_fourth.last {
	margin-right: 0;
}
.one_fifth {
	float: left;
	margin-right: 6%;
	margin-bottom: 2%;
	width: 14%;
}
.one_fifth.last {
	margin-right:0;
}
.one_sixth {
	float: left;
	margin-bottom: 2%;
	margin-right: 6%;
	width: 11%;
}
.one_sixth.last {
	margin-right: 0;
}
.paged-navigation:after,
.post:after,
#comments .comment-body:after,
#footer:after,
#footer-credit:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


/*=General
---------------------------------------------------------*/

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


/* WP.com Styles
-------------------------------------------------------------- */

.widget_recent_comments td,
.widget_authors a strong {
	vertical-align: middle;
}
#flickr table,
#flickr th,
#flickr td {
	background-color: transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
}
#authors img {
	vertical-align: middle;
}
#authors li {
	background: none;
	padding: 0;
}
#authors li li:first-child {
	border-width: 0;
}
#authors li li {
	background: url( 'images/pointer.gif') no-repeat 0 10px;
	padding: 0 0 0 12px;
}
#sidebar .gravatar-profile-full-link {
	display: block;
	font-size: 12px;
}
#sidebar .gravatar-profile-accounts li {
	background: 0;
}
.widget_twitter li {
	background-image: none;
	line-height: 1.4;
	padding: .75em 0;
}
.widget_twitter li a {
	font-weight: bold;
}
.widget_twitter li a.timesince {
	font-weight: normal;
}
#wpstats {
	display: block;
	margin: 0 auto 10px;
}
.highlander-comment {
	background-color: transparent !important;
}
