/*   
Theme Name: Hospitality
Theme URI: http://blog.caspie.net/
Description: Brand new design for Blog.Caspie.Net!
Author: Casper
Author URI: http://blog.caspie.net/
Version: 0.1
Tags: blue, green, fixed width, two columns, widgets
*/

/* rev: 20130312 */

/* 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, 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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* GENERAL */

body {
	background: #6697b0 url(images/bg.png) repeat-y 50% 0; /* bg.png */
	font: .7em Tahoma,Verdana,Arial;
}
pre {
	overflow: auto;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 10px 38px;
	padding: 10px 16px;
	display: block;
	background-color: #ffc;
	color: #eb0;
	border: 1px solid #fe0;
	background: #ffffcc url(images/code.png) no-repeat right top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	white-space: normal;
	text-align: left;
}
code {
	display: block;
	padding: 5px;
	margin: 10px;
	background-color: #ade;
	border: 1px solid #9ce;
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
blockquote {
	border: 1px solid #c8ff87;
	background: #ecffd5 url(images/cite.png) no-repeat right top;
	margin: 10px 38px;
	padding: 10px 6px;
	color: #9c0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#wrapper {
	width: 890px;
	margin: 0 auto;
}
.warning {
	padding: 15px 20px;
	margin: 10px 38px;
	color: #ffa500;
	background: #ff9 url(images/warning.png) no-repeat right top;
	border: 1px solid #ffa500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

/* HEADER */

#header {
	background: #fff url(images/head_bg.png) no-repeat center top;
	width: 890px;
	height: 419px;
	position: relative;
}
#bubble {
	position: absolute;
	width: 296px;
	height: 65px;
	top: 34px;
	left: 364px;
	display: block;
	background: transparent url(images/bubble.png) no-repeat left top;
}
#bubble p {
	color: #fff;
	padding: 0;
	height: 43px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.2;
	margin: 10px 15px 12px 44px;
	text-shadow: 0.1em 0.1em 0 #368;
}
#bubble p strong {
	color: #cef;
}
#logo a {
	display: block;
	height: 131px;
	text-indent: -9999px;
}

/* SEARCH */

#searchform {
	text-align:center;
}
#s {
	width: 200px;
	font: bold 1em Tahoma, Verdana, Arial, Georgia, Sans-serif;
	color: #fff;
	border: 0;
	margin: 14px 2px;
	background-color: transparent;
	vertical-align: middle;
}
#searchsubmit {
	vertical-align: middle;
}
.sbox {
	height: 38px;
	width: 250px;
}

/* MENU */

.menu {
	height: 32px;
}
.menu ul {
    height: 21px;
	padding: 11px 0 0 0;
	list-style: none;
}
.menu li {
	display: inline;
}
.menu ul li a {
	color: #dfd;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	padding: 6px 9px;
}
.menu ul li a:hover {
	color: #080; /* winter: 2c8699 */
}

/* SUBNAV */

#subnav {
	height: 20px;
}
#subnav ul {
	list-style: none;
    height: 15px;
    padding-top: 5px;
}
#subnav ul li { 
	display: inline;
}
#subnav ul li a {
	color: #7ECBF1; /*default: 008800*/
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	padding: 5px 8px 4px;
}
#subnav ul li a:hover {
	color: #fff;
}
html>/**/body #subnav ul li a:hover {
	/* background-color: #008800; */
}
#subnav ul li a {
	text-shadow: 0.1em 0.1em 0 #468;
}
#subnav ul li a:hover {
	text-shadow: 0.1em 0.1em 0 #357;
}

/* FEAT & STORY */

#feat {
	height: 118px;
}
#story {
	padding: 24px 24px 0 23px;
}
#story .banner {
	display: inline-block;
	float: right;
	padding: 3px 0 0 0;
}
#story .substory {
	display: inline-block;
	float: left;
	color: #ffa500;
	width: 290px;
	padding: 0 5px 0 5px;
}
#story .substory a {
	color: #386a87;
	font-weight: bold;
	line-height: 2;
	padding: 5px;
	font-size: 1em;
	text-transform: uppercase;
}
#story .substory a:hover {
	color: #fff;
	background-color: #386a87;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0.1em 0.1em 0 #357;
	/* border: 0; */
}
#subfeat {
	padding: 0 0 0 16px;
	color: #7ecbf1;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	background-color: #386a87;
	height: 20px;
	line-height: 20px;
}

/* HEAD */

#head {
	float: left;
	width: 890px;
	height: 98px;
    display: inline;
}
#head img {
	margin: 0 0 0 15px;
	padding: 1px;
	background-color: #333;
	width: 60px;
	height: 60px;
	border: 0;
}
#head img:hover {
	background-color: #fff;
}
#head img.i80x15 {
	width: 80px;
	height: 15px;
	border: 0;
}
#subhead {
	clear: left;
	display: inline-block;
	margin: 11px 0 0 11px;
	color: #fff;
	font-weight: bold;
}
#subhead img {
	background-color: #4e9ac4;
	margin: 0 0 1px;
	padding: 0;
}
#head a {
	display: inline-block;
}
#subhead a.technorati {
	background: url(images/80x15.png) 0 0 no-repeat;
}
#subhead a.firefox {
	background: url(images/80x15.png) 0 -15px no-repeat;
}
#subhead a.browsehappy {
	background: url(images/80x15.png) 0 -30px no-repeat;
}
#subhead a.spampoison {
	background: url(images/80x15.png) 0 -45px no-repeat;
}
#subhead a.cc {
	background: url(images/80x15.png) 0 -75px no-repeat;
}
#footer a.cc {
	width: 80px;
	height: 15px;
	border: 0;
	vertical-align: middle;
	display: inline-block;
	background: url(images/80x15.png) 0 -75px no-repeat;
}
#subhead a {
	width: 80px;
	height: 15px;
	margin: 0 0 0 2px;
	border: 1px solid #ade;
}
#subhead a:hover {
	border-color: #fff;
}
/* PAGENAVI & COMMENTNAVI & POLLS */

.wp-pagenavi, .wp-commentnavi, .advert {
	text-align: center;
	margin: 10px 20px;
}
.wp-polls {
	margin: 0 18px;
}
#sidebar ul li .wp-polls-ul, .wp-polls-ul li:hover {
	background: none !important;
}
#sidebar ul li.the-poll:hover {
	background: #4e9ac4 none !important;
}
.wp-polls-ul li {
	background: none !important;
}

/* MY_PAGENAVI */

#content .pagination {
	clear: both;
	display: block;
	height: 28px;
	padding: 20px;
	position: relative;
	font: normal 11px/13px Arial, Vardana, Tahoma;
	text-align: center;
}
#content .pagination span, #content .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#content .pagination a:hover {
	color: #fff;
	background: #3279bb;
	box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
}
#content .pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279bb;
	color: #fff;
}

/* CONTENT */

#content {
	width: 600px;
	margin: 0 0 20px 10px;
	padding: 10px 0 20px 0;
	text-align: justify;
	float: left;
    display: inline; /* IE6 */
}
#content a {
	color: #4493bd;
}
#content a:hover {
	color: #ffa500;
}
#content p {
	line-height: 1.5;
}
#content ol, #content ul {
	line-height: 1.3;
}
#content h1, #content h2, #comments, #addcomments, #addfbcomments, #pings {
	height: 18px;
	font-size: 1em;
	font-weight: bold;
	color: #ffa500;
	margin: 0;
	padding: 6px 10px 3px 10px;
	background: #386a87 url(images/title_bg.png) repeat-x top left;
	border-left: 3px solid #99e06d;
}
#content h1 a, #content h2 a, #comments, #addcomments, #addfbcomments, #pings {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0 #357;
}
#content h1 a:hover, #content h2 a:hover, #comments, #addcomments, #addfbcomments, #pings {
	color: #99daff;
}
#content .meta {
	display: inline-block;
	float: right;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	margin: 0 0 12px;
	padding: 2px 10px;
	text-align: center;
	background-color: #99e06d;
}
#content .meta a {
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
}
#content .meta a:hover {
	color: #99daff;
}
#content .date,
#content .edit,
#content .comm {
	background: url(images/meta.png) no-repeat left top;
	padding: 1px 0 2px;
	width: 82px;
    /* border-bottom: 2px solid #eaeaea; */
}
#content .date {
	background-position: 0 -17px;
}
#content .edit, #content .comm {
	background-position: 0 0;
}
#content .edit {
	margin-left: 1px;
}
#content .comm:hover, #content .edit:hover {
	background-position: 0 -34px;
}
#content p, #content ul, #content ol {
	margin: 0 12px;
	padding: 5px 0;
}
#content ul li, #content ol li {
	margin: 0 10px;
	list-style: none;
  	padding: 0 0 0 20px;
  	line-height: 16px;
  	/* height: 16px; */
}
#content .cate,
#content .view,
#content .tagz {
  	background: transparent url(images/sprite.png) no-repeat left top;
}
#content ul li, #content ol li:hover {
  	background: transparent url(images/ulli.png) no-repeat left top;
}
#content ol li, #content ul li:hover {
  	background: transparent url(images/olli.png) no-repeat left top;
}
#content .metadata {
	clear: both;
	margin: 5px 12px;
	border-top: 1px dashed #508baa;
}
#content .metadata a {
	color: #386a87;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#content .metadata a:hover {
	color: #ffa500;
}
#content .metadata span {
	display: inline-block;
	color: #bbb;
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	height: 16px;
}
#content .cate {
	float: left;
	background-position: 0 -32px;
}
#content .metadata .view {
	float: left;
	margin: 0 0 0 5px;
	background-position: 0 -48px;
}
#content .tagz {
	float: right;
	background-position: 0 -64px;
}
#content .navigation {
	padding: 10px 0;
	margin: 10px 12px;
	border-top: 1px dashed #508baa;
	overflow: hidden;
}

/* COMMENTS */

#comments, #addcomments, #addfbcomments, #pings {
	margin: 20px 18px;
	color: #fff;
}
#cancel-comment-reply {
	margin: 0 18px;
}
.commentlist, .pinglist {
	margin: 0 60px;
}
.comment {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #cef;
	background-color: #edfaff;
}
.comment-author {
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #9cd;
}
.avatar {
	float: right;
	border: 1px solid #9cd;
	margin: 0 0 0 5px;
	padding: 2px;
	background-color: #fff;
}
.fn {
	font-size: 1.5em;
	font-variant: small-caps;
	font-style: normal;
}
.says {
	font-weight: bold;
	color: #386a87;
}
.mybox2 {
	background-color: #f0faff;
	border: 1px solid #cef; /*#ddf4ff*/
}
.thread-even, .thread-even .depth-3, .thread-even .depth-5 {
	background-color: #fff;
}
.thread-odd .depth-2, .thread-odd .depth-4 {
	background-color: #fff;
}
.commentlist div div.depth-2 {
	margin-top: 10px;
}
.commentlist div div.depth-3 {
	margin-top: 10px;
}
.commentlist div div.depth-4 {
	margin-top: 10px;
}
.commentlist div div.depth-5 {
	margin-top: 10px;
}
#yourcomment {
	text-align: center;
}
#yourcomment textarea {
	width: 98%;
	height: 200px;
}
#yourcomment textarea, #commentform input[type=text] {
	border: 1px solid #c8ff87;
	background-color: #ecffd5;
	padding: 5px;
	font: 1em/1.1em bold tahoma,verdana,serif;
}
#yourcomment textarea:focus, #commentform input[type=text]:focus {
	background-color: #ff9;
	border: 1px solid #ffa500;
}

/* SIDEBAR */

#sidebar {
	float: right;
	width: 250px;
	margin: 0 10px 0 0;
	text-align: left;
    display: inline; /* IE6 */
}
#sidebar .box,
#sidebar aside {
	width: 250px;
	margin: 0 0 20px 0;
}
#sidebar ul,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar #smsads,
.sbox,
#sidebar ul li:hover {
	background: url(images/side.png) no-repeat center top;
}
.sbox {
	background-position: 0 -89px;
}
#sidebar ul {
	list-style: none;
	padding: 0 0 10px 0;
	background: transparent url(images/box.png) no-repeat bottom center;
}
#sidebar ul li {
	padding: 5px 10px;
	color: #9cdcff;
	line-height: 20px;
	background-color: #4e9ac4;
	border-bottom: 1px dashed #58a8d4;
}
#sidebar ul li:hover {
	background: #4e9ac4 url(images/sidebar_hover.png) no-repeat top center;
}
#sidebar h1,
#sidebar h2,
#sidebar h3 {
	height: 38px;
	line-height: 38px;
	color: #7ecbf1;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0.1em 0.1em 0 #357;
	background-position: 0 0;
}
#sidebar a {
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffa500;
}
#sidebar ul a {
	display: block;
	color: #fff;
	text-shadow: 0.1em 0.1em 0 #357;
}
#sidebar a:hover {
	color: #a6f278;
}
#smsads a, #recentcomments a {
	text-transform: none;
}
#smsads li.ownad a {
	color: #fff;
}
#smsads li.ownad a:hover {
	color: #a6f278;
}
#sidebar #smsads li {
	padding: 2px 8px 2px 12px;
	background: #367292 url(images/arr1.png) no-repeat center left;
	border-bottom: 1px solid #39799c;
	overflow: hidden;
}
#sidebar #smsads li:hover {
	background: #4e9ac4 url(images/arr2.png) no-repeat center left;
}
#sidebar #smsads {
	background: transparent url(images/boxo.png) no-repeat bottom center;
}
#sidebar #smsads li.smsad,
#sidebar #smsads li.freead {
    height: 64px;
}
#sidebar #smsads li.smsad span,
#sidebar #smsads li.freead span {
    float: left;
    margin-right: 8px;
    border: 1px solid #333;
    width: 80px;
    height: 60px;
    padding: 1px;
    background-color: #9cdcff;
}
#sidebar #smsads li.smsad span:hover,
#sidebar #smsads li.freead span:hover {
    background-color: #a6f278;
}

/* FOOTER */

#footer {
	clear: both;
	height: 35px;
	width: 890px;
	line-height: 20px;
	padding: 20px 0 5px 0;
	color: #fff;
	text-align: center;
	background: #386a87 url(images/footer_bg.png) repeat-x bottom left;
}
#footer a {
	color: #99daff;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
#footer a:hover {
	color: #ffa500;
}
#footer img {
	vertical-align: middle;
}
#footer strong {
	color: #ffa500;
	font-weight: bold;
	font-variant: small-caps;
}

/* OTHER */

#metabuttons {
	margin: 10px 20px;
	height: 30px;
}
#metabuttons span {
	display: inline-block;
}
img.hrbg {
	margin: 13px 0 0 0;
}
.mysoftbox {
	margin: 10px 18px 15px;
	text-align: center;
}
.mysoftbox a {
	display: inline-block;
	margin-right: 1px;
}
.mybox, .mybox2 {
	margin: 0 18px;
	line-height: 1.3;
	padding: 10px;
}
.phead {
	text-transform: uppercase;
	background-color: #d5f5ff;
	-moz-border-radius: 5px;
	text-shadow: 0.1em 0.1em 0 #f5fdff;
}
.infoline {
	margin: 0 18px 15px;
	padding: 8px 0;
	background-color: #f0faff;
	border: 1px solid #cef;
}
.warningline {
	margin: 0 18px 15px;
	padding: 8px 0;
	background-color: #fcc;
	border: 1px solid #f99;
	color: #c55;
}
#respond div.warningline a {
	color: #c00;
}
#respond div.warningline a:hover {
	color: #c00;
	text-decoration: underline;
}
.he3 {
	height: 5px; /* default: 3px; */
}
.clear {
	clear: both;
}
.oldwarning {
	font-size: .8em;
	padding: 10px;
	margin: 10px 18px;
	color: #ffa500;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ff9;
	border: 1px solid #ffa500;
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}	
.centered {
	display: block;
	margin: 0 auto;
}	
.navigation {
	padding: 0;
	margin: 0;
}	
.sticky {
	background: #fffff0;
	border:1px dashed #eee;
}
.menu ul li a {
	text-shadow: 0.1em 0.1em 0 #494;
}
.menu ul li a:hover {
	text-shadow: 0.1em 0.1em 0 #afa; /* default: b8ff89 */
}
.more-link {
	/* display: block; */
	text-transform: uppercase;
	font-size: .9em;
}
.z img {
	width: 48px;
	height: 48px;
}
#seconds-left {
	font-weight: 700;
}
#comment-delay {
	padding: 3px 6px;
	line-height: 20px;
	background-color: #f00;
	border: 1px solid #c00;
	color: #fff;
}

/* WORDPRESS */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
img#wpstats{ display: none; }
#content .gallery {
	margin: 0 36px !important;
}
#content .gallery img {
	background-color: #eee !important;
	border: 1px solid #cfcfcf !important;
	padding: 5px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.post-thumb {
	float: left;
	width: 150px;
	height: 150px;
	margin: 28px 0 12px 12px;
	padding: 1px;
	border: 5px solid #508baa;
	background-color: #fff;
	color: #bdddef;
	line-height: 150px;
	text-align: center;
}
.post-link {
	display: block;
}
.post-excerpt {
	overflow: hidden;
}
#content .post-excerpt p {
	padding: 0;
	text-indent: 15px;
}
.entry-meta {
	height: 28px;
	overflow: hidden;
}
.excerpt {
	margin-top: 30px;
}
.hentry {
	clear: both;
	position: relative;
}
.hentry .date {
	position: absolute;
	left: 0;
	top: 27px;
}
.fb {
	float: left;
	margin-bottom: 6px;
	width: 550px;
	height: 29px;
}
.lb {
	color: #d2f4ff;
}
#content div.fb-share a {
	display: block;
	float: right;
	background: url(images/meta.png) repeat-x scroll left bottom;
	color: #fff;
	height: 15px;
	line-height: 13px;
	margin-right: 2px;
	padding: 0 4px;
}
#content div.fb-share a:hover {
	color: #9cdcff;
}
#content div.fb-share a.fb-share-single {
	padding: 1px 4px;
}
.plusone {
	float: left;
	width: 38px;
	height: 29px;
	margin: 0 0 6px 12px;
}
table#site-status {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 520px;
	margin: 0 auto 10px auto;
}
#site-status th {
	padding: 0 0.5em;
	text-align: left;
	border-top: 1px solid #fb7a31;
	border-bottom: 1px solid #fb7a31;
	background: #ffc;
}
#site-status th+th {
	text-align: center;
}
#site-status td {
	border-bottom: 1px solid #ccc;
	padding: 0 0.5em;
}
#site-status td:first-child {
	width: 50px;
}
#site-status td+td {
	border-left: 1px solid #ccc;
	text-align: center;
}
.videopress-placeholder {
	margin: 0 auto;
}
.box form p {
	padding: 5px;
}
#content .video-player {
	text-align: center;
}