/*
Theme Name: Shaan
Theme URI: http://www.speckygeek.com/shaan-free-wordpress-theme/
Description: A highly customizable WP theme. It has a Theme Options page to allow customization of feeds, Facebook and Twitter URLs, footer text, ads and add Web tracking code. In-built archives template.
Version: 1.1.8
Author: Specky Geek
Author URI: http://www.speckygeek.com
Tags: blue, two-columns, fixed-width, threaded-comments, custom-header, custom-menu, custom-background, sticky-post, theme-options
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt*/

/* =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;
}

:focus {
	outline: 0;
}

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

body,
input,
textarea {
	color: #444;
	font-size: 14px;
	line-height: 1.6;
	font-family:Arial,Helvetica,Verdana,"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
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;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
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 {
	font-style: italic;
	padding:15px 45px;
	background: url('images/quote.png') no-repeat 0 0;
}
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:#FFFFCC;
}

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{
	font-size:14px;
}

h6{
	font-size:14px;
}

a:link {
	color: #FF7200;
}
a:visited {
	color: #FF7200;
}
a:active,
a:hover {
	color: #222;
}

.clearfix {
display:block;
}
.clear{
clear:both;
}

.capitalize{
text-transform:capitalize;
}

/* =Structure Framework 
--------------------------------------------------------------*/
html{
	background:#80acd4 url('images/body-bg.jpg') 0 0;
}

body{
	background:url('images/nav-bg.jpg') repeat-x 0 0;
}

#wrapper{
	margin:0 auto;
	width:960px;
}

#container{
	float:left;
	background:#B8CDE2 url('images/container-bg.jpg') 0 0;
	border: 5px solid #729CCB;
	width:950px;
	margin-bottom:10px;
}

#content{
	float:left;
	padding:25px;
	}

#content.narrow{
	width:600px;
}

#content.fullpage{
	width:900px;
	background:#B8CDE2 url('images/bg-white.jpg') 0 0;
}

#sidebar{
	width:260px;
	padding:25px 0;
	padding-right:20px;
	float:right;
}

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

#access {
	color:#FFF;
	width:100%;
	clear:both;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Helvetica,Arial,Sans-Serif;
}
#access .menu-header,
div.menu {
	font-size: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #DEE4F2;
	display: block;
	line-height: 35px;
	padding: 0 10px;
	text-decoration: none;
	font-family:"AvenirBold","Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	text-shadow:1px 1px 1px #4C7CAF;
	text-transform:uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	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;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
}
#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;
}
ul#connect{
float:right;
list-style:none;
margin:2px 0 0 0;
padding:0
}

#connect a.feedicon, #connect a.feedicon:hover{
height:30px;
width:30px;
padding:0;
background:url('images/sprite.png') no-repeat -70px 0;
text-indent:-9999em;
margin-left:2px;
}

#connect a.twittericon, #connect a.twittericon:hover{
height:30px;
width:30px;
padding:0;
background:url('images/sprite.png') no-repeat 0 0;
text-indent:-9999em;
margin-left:2px;
}

#connect a.facebookicon, #connect a.facebookicon:hover{
height:30px;
width:30px;
padding:0;
background:url('images/sprite.png') no-repeat -35px 0;
text-indent:-9999em;
margin-left:2px;
}

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

#header{
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	width:960px;
	height:70px;
	margin:10px 0;
	padding:15px 0;
	float:left;
	line-height:1;
}

#site-title{
	font-size: 60px;
	font-family:"Molengo","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	text-transform:uppercase;
	font-weight: none;
	letter-spacing:-1px;
	color:#FFF;
	float:left;
	width:auto;
	line-height:70px;
	margin:0;
	padding:0;
	clear:none;
}

#site-title a:link, #site-title a:visited, #site-title a:hover, #site-title a:active{
	text-decoration: none;
	color:#FFF;
	line-height:70px;
	text-shadow:1px 1px 1px #4C7CAF;
}

#site-description{
	font-size: 13px;
	font-family:Cantarell,"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	color:#fff;
	line-height:70px;
	float:right;
	height:60px;
	text-shadow:1px 1px 1px #4C7CAF;
}

#topbanner{
	float:right;
	height:60px;
	background:#6892C1;
	border:1px solid #6287AF;
	width:480px;
	line-height:60px;
	padding:5px;
	text-align:center;
	color:#DEE4F2;
}

/* =Posts
-------------------------------------------------------------*/
.post, .hentry{
	margin-bottom: 50px;
	float:left;
	width:100%;
}
.post-title{
	font-size:36px;
	font-family:"Molengo","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color:#FFF;
	line-height:1.4;
	background:transparent url('images/dark-bg.jpg') 0 0;
	position:relative;
	margin:-2px 0 0 -25px;
	padding-left:25px;
	padding-bottom:7px;
	width:600px;
	text-shadow:1px 1px 1px #8EADCF;
	border-left:1px solid rgba(0, 0, 0, 0.1);
}

.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;
margin:10px 0 15px 0;
text-transform:uppercase;
line-height:1.3;
}

.post-meta a{
color:#888;
text-decoration:none;
}

.post-meta a:hover{
color:#888;
text-decoration:underline;
}

.post-thumb{
	margin:0;
	padding:0;
	line-height:1;
}

.post-thumb img{
	border: 1px solid #F5F7FB;
}

/* = Read More Links
-----------------------------------------------------*/
#content a.more-link {
background:#FF7200;
color:#FFF;
text-transform:uppercase;
font-size:10px;
font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
padding:1px 3px;
text-decoration:none;
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);
}

#content a.more-link:hover{
color:#FF7200;
background:#FFF;
}

.page-link {
	color: #000;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	margin: 35px 0 22px 0;
	clear:both;
}
.page-link a:link,
.page-link a:visited {
	text-decoration: none;
	border: 1px solid #AFAFAF;
	padding: 0 5px;
	margin: 2px;
	line-height:1;
}

.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-left: 1px solid #c3d0df;
	border-top: 1px solid #c3d0df;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	border-right: 1px solid #c3d0df;
	border-bottom: 1px solid #c3d0df;
}
#content tr td {
	padding: 6px 24px;
	border-right: 1px solid #c3d0df;
	border-bottom: 1px solid #c3d0df;
}

#content tr.even td {
	background: rgba(255, 255, 255, 0.3);
}

#content tr.odd td {
	background: rgba(255, 255, 255, 0.5);
}

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

#content img {
	margin: 0;
	height: auto;
	max-width: 600px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	color: #666;
	margin-bottom: 20px;
	text-align: center;
}
#content .post .wp-caption {
	max-width:600px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #666;
	font-size: 12px;
	margin: 5px;
}
#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;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 0 10px 0;
}

.sticky-label{
background:rgba(26, 82, 143, 0.65);
color:#FFF;
font-size:10px;
text-transform:uppercase;
text-shadow:1px 1px 1px #D1DAEF;
line-height: 1;
margin:-250px 1px 0 0;
padding:2px 5px;
float:right;
position:relative;
z-index:999;
height:1%;
}

#post-info{
margin: 35px 0;
padding:10px 0;
font-size:11px;
text-transform:uppercase;
color:#888;
border-top:1px solid #EBEFF8;
border-bottom:1px solid #EBEFF8;
clear:both;
float:left;
width:100%;
}

#post-info a{
color:#888;
text-decoration:none;
}

#post-info a:hover{
color:#888;
text-decoration:underline;
}

#post-info ul{
margin:0;
padding:0;
list-style:none;}


.page-title{
	font-size:30px;
	font-family:"Molengo","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color:#000;
	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;
}
/*=Related Posts
------------------------------------------------------------ */
#relatedposts{
width:100%;
overflow:hidden;
font-size:13px;
line-height:1.3em;
text-align:center;
clear:both;
}
#relatedposts ul{
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#relatedposts li{
width:155px;
margin:0 25px 0 0;
float:left;
}
#relatedposts li:last-child{
border-right:0;
padding-right:0;
margin-right:0;
}
#relatedposts img{
width:150px;
height:150px;
border:5px solid #F6F8FC;
margin: 0 0 5px 0;
display:block;
}
#relatedposts a{
text-decoration:none;
}
#related-title{
	text-align:left;
}
h3#related-title, h3#comments-title, h3#reply-title {
	font-family:"Molengo","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size:24px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	float:left;
	width:600px;
	overflow:hidden;
}
#content .commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:50px;
	clear:both;
	width:100%;
}
.commentlist li.comment {
	margin: 0 0 35px 0;
	padding: 0;
	clear:both;
}
.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 ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote{
clear:both;
margin:0;
margin-left:35px;
padding:0;
padding-left:10px;
border-left:5px solid #F6F8FC;
background:transparent;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}

.comment-meta {
	font-size: 11px;
	margin: 0 0 15px 0;
	text-transform:uppercase;
	color:#888;
	float:left;
	width:100%;
	clear:both;
}
.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;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.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 {
	margin-bottom: 10px;
	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{
float:left;
clear:both;
width:100%;
}
#respond p {
	color: #888;
	font-size:12px;
	margin-bottom: 10px;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
a#cancel-comment-reply-link {
	font-weight: normal;
	font-size:14px;
	text-decoration:none;
}
#respond .required {
	color: #FF7200;
	font-weight: bold;
}
#respond label {
	font-size: 12px;
	font-weight:bold;
	line-height: 1;
	color: #777;
}
#respond input {
	width: 95%;
	padding: 6px;
	font-family:Verdana,Arial,Helvetica,san-serif;
	font-size: 12px;
	border: 1px solid #ddd;
	color: #666;
}
#respond textarea {
	width: 95%;
	padding: 6px;
	font-size: 12px;
	font-family:Verdana,Arial,Helvetica,san-serif;
	line-height: 1.65;
	border: 1px solid #DDD;
	color: #666;
}

#respond .comment-form-info{
width:350px;
float:left;
clear:both;
}

#respond .comment-form-msg{
width:95%;
float:left;
clear:both;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 1.3;
	float:left;
	margin:10px 0;
	width:95%;
	clear:both;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	float:left;
	clear:both;
	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;
	color:#FFF;
	font-weight:bold;
	padding:4px 8px;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.3);
	width: auto;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all .4s linear;
}

input#submit:hover {
	background-color: #21759B;
	border-color:#13455B;
	color:#EAF2FA;
	text-decoration: none;
}

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

#entry-author-info {
	border: 2px solid #729CCB;
	float:left;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 15px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 5px solid #F6F8FC;
	float: left;
	height: 96px;
	margin: 0 25px 0 0;
	float: left;
}
#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{
	font-size:18px;
	font-family:"Molengo","Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	margin-bottom:10px;
	color:#3B7BBF;
	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;
}

#sidebar ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidebar li {
	margin: 0 0 4px 0;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 13px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(34, 73, 111, 0.075);
}

/* ------------------------------------------ [ Widgets With Bulleted Lists ] */

.widget_categories li, .widget_archive li, .widget_links li, .widget_meta li{
padding: 2px 0 2px 12px;
background: url('images/pointer.gif') no-repeat 0 8px;
border-bottom: 1px solid rgba(34, 73, 111, 0.075);
} 

/* ------------------------------------------ [ Widget Tag Cloud ] */

.widget_tag_cloud{
	text-align:center;
}

.widget_tag_cloud  h3{
	text-align:left;
}

.widget_tag_cloud a{
	text-transform:capitalize;
	padding:4px;
}

#sidebar .widget_tag_cloud a:link, #sidebar .widget_tag_cloud a:visited {
	color:#444;
	text-decoration:none;
}

#sidebar .widget_tag_cloud a:hover{
	color:#FF7200;
	text-decoration:underline;
}

/* Widget: Search */

#searchform input {
	width: 86%;
	padding: 8px 8px 8px 30px;
	font-size: 14px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background:#FFF url('images/search.png') no-repeat -2px -33px;
	color: #CFCFCF;
}

#searchform input:focus{
	color:#666;
	background:#FFF url('images/search.png') no-repeat -2px -1px;
}

/* Widget: Calendar */

#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 thead th {
}
#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;
}

/*=Page Navi
---------------------------------------------------*/

.pagenavi{
	margin: 0;
	padding:0;
	float:left;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height:1.3;
}

.pagenavi ul{
	margin:0;
}
.pagenavi li{
	list-style:none;
	float:left;
}

.pagenavi a, .pagenavi a:visited, .pagenavi span.current,
.pagenavi span.pages, .pagenavi span.extend, .pagenavi span.current, .pagenavi span.dots{
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 0 5px;
	margin: 2px;
}
.pagenavi a:hover, .pagenavi span.current {
	border-color:#000;
}

.pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi {
	margin: 0;
	padding:0;
clear:both;
width:100%;
	font-family:"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height:1.3;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float:left;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	float:left;
}

.wp-pagenavi span.current {
	float:left;
	font-weight: bold;
}


/* =Comment / Image Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 14px;
	overflow: hidden;
	margin-bottom:50px;
	float:left;
	width:100%;
}
.navigation a:link,
.navigation a:visited {
	color: #FF7200;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #444;
}
.nav-previous {
float: left;
margin-right:25px;
}
.nav-next {
float: left;
}

/*=Fullpage / Attachment Pages
------------------------------------------*/
.fullpage .post-title{
	width:900px;
}

.entry-caption{
	color: #666;
}

.entry-attachment{
	float:left;
}

.attachment .navigation{
	margin-bottom:25px;
}

.return-attachment{
margin:0 0 0 0;
float:left;
width:100%;
}

/*=Footer
------------------------------------------*/
#footer{
width:100%;
float:left;
color:#222;
font-size:9px;
text-transform:uppercase;
margin-bottom:15px;
}

#footer a{
color:#222;
text-decoration:underline;
}

#footer a:hover{
color:#FFF;
}

#footer ul{
margin:0;
padding:0;
list-style:none;
}

#footer li{
float:left;
margin-right:10px;
}

#footer p{
margin-bottom:1px;
clear:both;
}

#footer-menu, #footer-menu .menu{
float:left;
font-size:9px;
width:auto;
}

#footer-credit{
float:right;
width:auto;
}

#footer .top-link {
position:fixed;
right:5px;
bottom:5px;
float:right;
clear:both;
display:block;
}

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

.archivesection{
}

.archivesection h3 {
	cursor:pointer;
	margin-bottom:15px;
	padding-left:25px;
	background: url('images/plusminus.png') no-repeat 0 9px;
	color:#000;
}

.archivesection h3:hover{
}

h3.active{
	background: url('images/plusminus.png') no-repeat 0 -16px;
}

.archiveslist{
	padding-bottom:25px;
	padding-left:25px;
	color:#666;
}

.archiveslist ol, .archiveslist ul{
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0;
	padding-left:15px;
}

.archiveslist li{
}

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

#contact {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	clear:both;
	font-size:14px;
}
#contact p {
	margin: 0;
	clear:both;
}
#contact .error {
	color:#FF7200;
	font-size:12px;
	padding:0 5px;
}
#contact label {
	color: #888;
	font-size: 12px;
	font-weight:bold;
	float:left;
	
}
#contact .contact-info{
width:350px;
}
#contact input {
	margin:0 0 9px;
	width:98%;
	float:left;	
}
#contact textarea {
	width:98%;
}
#contact #sendCopy{
float:left;
width:auto;
margin-right:5px;
}

#contact .checkmail{
float:left;
margin:10px 0;
clear:both;
}

#contact .contact-submit {
	margin: 0 0 24px;
}
#contact .contact-submit input {
	width: auto;
	font-size: 14px;
}
#contact .alertbox{
margin:5px 0 25px 0; 
padding:10px;
border:2px solid #FF9F9F;
background:#FBFBEE;
clear:both;
}
#contact .successbox{
margin:5px 0 25px 0; 
padding:10px;
border:2px solid #68EF87;
background:#FBFBEE;
clear:both;
}

/*=Post Ads
--------------------------------------------*/
#topad, #bottomad {
margin: 20px 0;
padding:5px 10px;
background:#F2F5FD;
background:rgba(255, 255, 255, 0.5);
border:1px solid #D3E4EB;
overflow:hidden;
}

/*=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-bottom:2%;
margin-right:3%;
width:22.5%;
}
.one_fourth.last {
margin-right:0;
}
.one_fifth {
float:left;
margin-bottom:2%;
margin-right:6%;
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;
}

.post:after;
#comments .comment-body:after,
#footer:after,
#footer-credit:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}