/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
::selection { background:rgba(50, 28, 56, 0.9); color:#fff;}
#showBkgd { position:fixed; top:2px; right:4px; color:#fff; font-size:10px; font-family:sans-serif; font-weight:bold; }
#showBkgd:hover { cursor:pointer; }
body {
	background:no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family:Georgia;
    color:#222;
}
.container {
	margin-left:120px !important;
	margin-top:10px !important;
}
.page {
	width:92%;
	margin:20px 4%;
	margin-bottom:60px;
	min-height:250px;
}
h1 {
	width:130px;
	height:59px;
	background:url('../images/logo/blog_white.png') no-repeat;
}
h1.purple {
	background:url('../images/logo/admin_purple.png') no-repeat;
}
h1 a {
	display:inline-block;
	width:130px;
	height:59px;
}
.headingCaption {
	font-size:0.8em !important;
	color:#321c38;
	font-family:sans-serif;
	text-align:right;
	line-height: 14px;
}
.headingCaption.list {
	text-align:left;
	clear:both;
}
hr.line {
	border-color:#321c38;
	border-color:rgba(50, 28, 56, 0.5);
	box-shadow:1px 1px 0 #eee;
	margin-top:5px;
	margin-bottom:10px;
}
article {
	background: url('../images/bg_trans_white.png');
	border-top:1px solid #fef6e2;
	border-bottom:1px solid #fef6e2;
	margin-bottom:10px;
}
article .title {
	color:#321c38;
	line-height:100%;
	margin-bottom:0;
}
article .title.list {
	font-size:24px;
}
.blog, .comments, .share {
	margin-bottom:70px;
}
.comment {
	border-bottom:1px dotted #fef6e2;
	position: relative;
}
.comment .delete {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 15px;
	width: 15px;
	background: url('../images/delete.png') no-repeat;
	}
.comment .delete:hover {
	cursor: pointer;
	}
.leaveComment {
	clear:both;
}
h3.title {
	color:#362f2d;
	font-size:28px;
	border-bottom:none !important;
}
/* date of comment */
.comment .user p {
	clear: both;
	}
#post {
	clear: both;
	display: block; }
#imageBlock {
	width: 100%;
	}
#imageBlock img {
	width: 100%;
	height: auto;
	}
.entry p {
	margin-bottom: 5px
	}
.entry {
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	}
.entry.first {
	background: rgba(255,255,255,0.4)
	}
.entry.first .headingCaption {
	font-family: 'Georgia', serif;
	font-weight: normal;
	}
.entry:hover {
	cursor: pointer;
	background: rgba(255,255,255,0.8)
	}
.entry.all h3 {
	font-size: 18px;
	margin-bottom :5px;
	border: none !important;
	}
.entry.all p {
	font-size:13px;
	line-height:100%;
}
.entry.all { margin-bottom:5px }
.readMore {
	color:#321c38;
	background:#fef6e2;
	display:inline-block;
	float:right;
	width:100%;
	height:30px;
	font-family:sans-serif;
	font-weight:bold;
	font-size:0.9em;
	margin:0 -10px -10px 0;
	padding:5px 10px 0;
	line-height:25px;
	text-align:right;
}
.readMore.inverted {
	background:#321c38;
	background:rgba(50, 28, 56, 0.9);
	color:#fef6e2;
}
#sidebar {
	position:fixed;
}
#sidebar a {
	color:#fef6e2;
}
a {
	text-decoration:none;
	color:#321c38
}
a:hover {
	text-decoration:underline;
	cursor:cursor;
}
.ninetytwo {
	width:92%;
	margin:10px 4%;
	background:none !important;
}
label, .label {
	font-weight:normal;
	font-family:sans-serif;
	color:#362f2d;
	font-size:13px;
}
.child_cat  {
	margin-left:20px;
}

#postsPopout, #catPopout {
	position: absolute;
	left:644px;
	}
#postsPopout .popoutHead {
	background:url('../images/postsPopoutHeader.png') no-repeat;
	background-position: -32px 0;
	}
#catPopout .popoutHead {
	background: url('../images/catPopoutHeader.png') no-repeat;
	background-position: -32px 0;
	}
#postsPopout {
	top:170px;
	}
#catPopout {
	top:373px;
	}
#postsPopout .popoutBody,
#catPopout .popoutBody {
	background: #321c38;
	background:rgba(50, 28, 56, 0.8);
	}
.popoutHead {
	width: 32px;
	height: 200px;
	float: left;
	}
.popoutHead:hover,
.popoutHead.show {
	cursor: pointer;
	background-position: 0 0 !important;
	}
.popoutBody {
	display: none;
	position: absolute;
	margin-left: 32px;
	width: 250px !important;
	}

#gallery     { margin-left:20px; margin-bottom:20px; width:150px; }
#gallery img { float:right; margin-bottom:5px; }
footer {
	font-family:sans-serif;
	font-size:0.9em;
	background:rgba(50, 28, 56, 0.5);
	color:#fef6e2;
	border-bottom:1px solid #321c38;
	border-top:1px solid #321c38;
	margin-bottom:40px;
}
footer nav, footer nav ul {
	height: 60px;
	margin: 0;
	padding: 0;
	}
footer nav ul {
	margin-left:12px;
	}
footer nav ul li a {
	color:#fef6e2 !important;
	display:inline-block;
	padding: 10px !important;
	margin:-10px;
}
footer a:hover {
	background:rgba(50, 28, 56, 0.5);
	text-decoration:none;
	cursor:pointer;
}
footer nav ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	line-height: 60px;
	}
footer .copy {
	float:right;
	margin-right: 10px;
	padding: 10px;
	}


/* #Page Styles
================================================== */

/* #Share
================================================== */
	.share { margin-bottom:50px}
	.share div { display:inline-block; width: 70px; float:left; }
	.email-share-button {
		width:55px;
		height:20px;
		display:inline-block;
		background:url('../images/email.png') no-repeat;
	}
	.email-share-button:hover {
		background-position:0px -20px;
		cursor:pointer;
	}
	.email-share-button:active {
	}
	
		/* #Popup
		================================================== */
			.email-share-popup, .popup-delete-comment {
				width:100%;
				height:100%;
				background:rgba(0, 0, 0, 0.5);
				position:fixed;
				top:0;
				display:none;
				}
			.popBox {
				width:400px;
				background:#fff;
				box-shadow:0px 0px 15px #000;
				position:fixed;
				top:50%;
				left:50%;
				margin:-330px 0 0 -250px;
				}
			.popBox .head {
				background:#321c38;
				}
			.popBox .head h3 {
				padding:15px;
				color:#fef6e2 !important;
				}
			.popBox .head .escape {
				width:23px;
				height:23px;
				float:right;
				margin-top:3px;
				background:url('../images/escape.png');
				background-position:0px 0px;
				}
			.popBox .head .escape:hover {
				background-position: 0px 23px;
				cursor: pointer;
				}
			.popBox h4 { line-height:90%; margin-bottom:10px; }
			.popBox .inner { margin:15px }
			.emailFriend { font-family:sans-serif !important }
			.popBox input { width:360px }
			.emailFriend input[type=submit] {width:370px; margin-bottom:0; }
			.emailFriend textarea  { height:150px; width:360px; }


/* #Tweet
================================================== */
#headerGap { height:120px; margin-bottom:5px; } 
#tweetBox  {
	height:130px;
	font-size:12px;
	font-family:sans-serif;
	position:relative;
	margin-top:-110px;
}
#tweetBox .body {
	height:90px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
#tweetBox .body, #tweetBox .tweetClear {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
}
#tweetTab {
	margin-right:30px;
	width:43px;
	height:25px;
	background:url('../images/tweetyBird.png');
}
#tweetTab:hover {
	background-position:0 -25px;
	cursor:pointer;
}
.tweetImg { position:absolute; left:10px; top:10px; }
.tweetName, .tweetText , .tweetDate { margin-left:63px; width:78%; }
.tweetName { font-weight:bold; margin-top:10px }
.tweetDate { font-size:10px; }
.tweetText { line-height:110%; }
.tweetClear { height:8px; }



/* #Helpers
================================================== */
	.error { color:red; font-size:11px; font-family:sans-serif; font-weight:bold;}
	.right  { float:right }
	.left   { float:left  }
	.clear  { clear:both  }
	.right_text { text-align: right }
	.italic { font-style:oblique }
	.bold   { font-weight:bold }
	.bigText { font-size:1em !important}
	.smText { font-size:0.9em }
	.xsmText { font-size:0.8em }
	.bottom { bottom:0; position:absolute; }
	.relative { position:relative }
	.remove-bottom	{ margin-bottom: 0 !important; }
	.remove-top		{ margin-top: 0 !important; }
	.half-bottom 	{ margin-bottom: 10px !important; }
	.add-bottom 		{ margin-bottom: 20px !important; }
	.add-top		{ margin-top: 20px !important; }
	.add-half-top	{ margin-top: 10px !important; }
	.add-small-top	{ margin-top: 5px !important; }
	.italic			{ font-style:oblique !important; }
	.double-bottom	{ margin-bottom: 40px !important; }
	.add-half-right 	{ margin-right: 10px !important; }
	.add-right		{ margin-right: 20px !important; }
	.add-left		{ margin-left: 20px !important; }
	.half			{ width:50%; float:left }
	.third			{ width:33%; float:left }
	.quarter		{ width: 23%; float:left }
	.three-quarters	{ width:75%; float:left }
	.left-large-margin  { margin-left:15%; }
	.right-large-margin { margin-right:15%; }
	.right-align	{ text-align:right; }
	.sans			{ font-family:sans-serif !important }

	
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}
		.container { margin-left:7% !important}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.container { margin-left:0 !important}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/TeX-Gyre-Schola/FontName.eot');
	    src: url('../fonts/TeX-Gyre-Schola/FontName.eot?iefix') format('eot'),
	         url('../fonts/TeX-Gyre-Schola/FontName.woff') format('woff'),
	         url('../fonts/TeX-Gyre-Schola/FontName.ttf') format('truetype'),
	         url('../fonts/TeX-Gyre-Schola/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/