/***** Global Settings *****/
html,body {
	border:0;
	margin:0;
	padding:0;
}

body {	
	font:100%/1.25 'Droid Sans', Helvetica, sans-serif;
	background:#B0B0B0;
	color:#111;
}

@font-face {
	font-family: 'TitilliumTitle';
	src: url('/wp-content/themes/zenkitten/css/titillium/Titillium_title03-webfont.eot');
	src: local('☺'), url('/wp-content/themes/zenkitten/css/titillium/Titillium_title03-webfont.woff') format('woff'), url('/wp-content/themes/zenkitten/css/titillium/Titillium_title03-webfont.ttf') format('truetype'), url('/wp-content/themes/zenkitten/css/titillium/Titillium_title03-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

	
/***** Headings *****/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	padding:30px 0 25px;
	letter-spacing:-1px;
	font-size:2em;
}

header.subpage h1 {
	width:550px;
	margin:50px auto 0;
	text-align:center;
	font-size:64px;
	line-height:70px;
	letter-spacing:-2px;
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	text-shadow:#ddd 3px 3px 0;
}

h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
}

div#home h2.category {
	clear:both;
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
}

h3 {
	font-size:1em;
	font-weight:normal;
	padding-right:6px;
}

h3.commentheader {
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	width:490px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:16px 0 10px;
}

h3.formheader {
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	font-size:26px;
	line-height:26px;
	width:490px;
	padding:16px 0 10px;
}

article#copy h1,article#copy h2,article#copy h3,
article#copy h4,article#copy h5,article#copy h6 {
	font-family:'TitilliumTitle', Arial, sans-serif;
	text-transform:uppercase;
	color:#000;
	margin:27px 0 8px 0;
	padding:0;
}

article#copy h1{
	font-size:40px;
}

article#copy h2{
	font-size:30px;
}

article#copy h3{
	font-size:22px;
}

	
/***** Common Formatting *****/
p,ul,ol {
	margin:0;
	padding:0 0 1.25em;
	font-size:.9em;
	line-height:1.7em;
}

ul,ol {
	padding:0 0 1.25em 2.5em;
}

small {
	font-size:.85em;
}

sup {
	position:relative;
	bottom:.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-.2em;
	vertical-align:baseline;
}

acronym,abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

blockquote {
	padding:0 25px 0 15px;
	margin:25px 0 20px 28px;
	border-left:4px solid #999;
	color:#111;
	font-style:italic;
}

div.comment blockquote {
	padding:0 25px 0 15px;
	margin:5px 0 20px 28px;
	border-left:4px solid #999;
	color:#111;
	font-style:italic;
}


/**** Image and caption formatting ****/
article#copy p a img,article#copy p img {
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #ccc;
	padding:6px;
}

div.wp-caption,div.wp-caption.alignnone,div.wp-caption.alignleft {
	float:left;
	margin:10px 10px 10px 0;
	border:1px solid #ccc;
	padding-top:6px;
	text-align:center;
}

article#copy p a img.alignright,article#copy p img.alignright {
	float:right;
	margin:10px 0 10px 10px;
	border:1px solid #ccc;
	padding:6px;
}

div.wp-caption.alignright {
	float:right;
	margin:10px 0 10px 10px;
	border:1px solid #ccc;
	padding-top:6px;
	text-align:center;
}

article#copy p a img.aligncenter,article#copy p img.aligncenter {
	display:block;
	margin:10px auto;
	float:none;
	border:1px solid #ccc;
	padding:6px;
}

div.wp-caption.aligncenter {
	display:block;
	margin:10px auto;
	float:none;
	border:1px solid #ccc;
	padding-top:6px;
	text-align:center;
}

p.wp-caption-text {
	margin:4px 6px 6px;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#666;
	line-height:18px;
}

img {
	border:0;
}

article#copy p a img.no-border{
	border:none;
}

	
/***** Links *****/
a:link,a:visited {
	text-decoration:none;
	color:#0088cc;
}

a:hover,a:active {
	color:#0088cc;
	text-decoration:underline;
}

:focus {
	outline:none;
}


	
/***** Forms *****/
form {
	margin:0;
	padding:0;
	display:inline;
}

input,select,textarea {
	font:1em Helvetica, Arial, sans-serif;
}

textarea {
	width:100%;
	line-height:1.25;
}

label {
	cursor:pointer;
}


	
/***** Tables *****/
table {
	border:0;
	margin:0 0 1.25em;
	padding:0;
}

table tr td {
	padding:2px;
}


	
/***** Wrappers *****/
#content {
	width:1020px;
	margin:18px auto;
	background-color:#fff;
	height:100%;
}

#homediv {
	margin-left:98px;
	margin-top:40px;
}



/*** Post formatting ***/

div#home div.post {
	background:#fff url(../images/thumb-frame.png) no-repeat;
	display:block;
	width:171px;
	padding:0 48px 0 0;
	margin:0 0 15px;
	float:left;
	height:315px;
	overflow:hidden;
}

div#home div.post.first {
	clear:both;
}

div#home div.post a.thumb {
	width:171px;
	height:229px;
	padding-top:1px;
	display:table-cell;
	vertical-align:middle;
}

div#home div.post a.thumb img {
	display:block;
	margin:auto;
}

article#copy {
	width:490px;
	display:block;
	margin:45px auto;
	overflow:hidden;
}

article#copy p {
	padding-bottom:0;
}

article#copy p + p {
	text-indent:25px;
	padding-bottom:0;
}

article#copy ul li p,article#copy ol li p {
	text-indent:0;
	font-size:1em;
}

article#copy ul li p + p,article#copy ol li p + p {
	text-indent:25px;
	padding-bottom:0;
}

article#copy ul li,article#copy ol li {
	padding-bottom:5px;
}

article#copy ul,article#copy ol {
	padding-top:10px;
	padding-bottom:0;
}

.fancy-letter {
	height:58px;
	font-size:60px;
	float:left;
	line-height:75px;
	margin-left:20px;
	margin-top:-10px;
	margin-bottom:0;
	padding:0 6px 0 0;
	font-family:'Droid Sans', Helvetica, sans-serif;
}

article#copy p.intro {
	text-indent:0;
}

.subdiv {
	display:block;
	margin:0 auto;
}




/****** Footer formatting ******/

#leftfooter {
	margin:0 0 80px 98px;
	float:left;
	width:365px;
	color:#333;
	line-height:1.5em;
}

#rightfooter {
	margin:0 0 80px 72px;
	float:left;
	width:365px;
	color:#333;
	line-height:1.5em;
}

#pageleftfooter {
	margin:0 0 50px 220px;
	float:left;
	color:#333;
	width:265px;
	font-size:.9em;
	line-height:1.5em;
}

#homeleftfooter {
	margin:0 0 50px 95px;
	float:left;
	color:#333;
	width:390px;
	font-size:.9em;
	line-height:1.5em;
}

#homerightfooter {
	margin:0 0 50px 50px;
	float:left;
	color:#333;
	width:390px;
	font-size:.9em;
	line-height:1.5em;
}

#pagerightfooter {
	margin:0 0 50px 50px;
	float:left;
	color:#333;
	width:265px;
	font-size:.9em;
	line-height:1.5em;
}

#pageleftfooter, #pagerightfooter, #homeleftfooter, #homerightfooter{
	color:#888;
	font-family:'Droid Sans',Arial, sans;
}

#pageleftfooter h3,#pagerightfooter h3,#homeleftfooter h3,#homerightfooter h3,#pageleftfooter h2,#pagerightfooter h2,#homeleftfooter h2,#homerightfooter h2 {
	padding-top:4px;
	padding-bottom:0;
	margin-top:10px;
	margin-bottom:0;
	clear:both;
	color:#000;
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
}

#footer {
	display:block;
	clear:both;
	width:1020px;
	height:38px;
	color:#fff;
	background-color:#000;
	font-size:.75em;
}

#footer p {
	padding:10px 30px 0;
	width:400px;
	text-align:left;
}

#footer p.right {
	padding:10px 30px 0;
	width:400px;
	text-align:right;
}

#footer a,footer a:link,footer a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#666;
}

	
/***** Top tray formatting *****/
#subscribe-tray {
	width:1020px;
	background-color:#000;
	height:31px;
}

#breadcrumbs {
	color:#999;
	font-size:11px;
	height:22px;
	margin:0 0 0 30px;
	padding-top:9px;
	width:500px;
	float:left;
}

#breadcrumbs a {
	color:#999;
	height:22px;
}

#breadcrumbs a:hover {
	color:#FFF;
	text-decoration:none;
}

a#down {
	display:block;
	width:47px;
	height:23px;
	text-indent:-9999px;
	margin:0 auto;
	background:#fff url(../images/drawer-arrows.png) no-repeat;
	background-position:0 0;
}

a#down.active {
	background-position:-47px 0;
}

#subscribe-options {
	padding-top:21px;
	margin:0 30px;
	display:none;
}

#subscribe-options h4 {
	float:left;
	color:#fff;
	font-size:18px;
	font-family:'Droid Sans',Arial, sans;
}

#subscribe-options h4.social {
	float:right;
}

#rss {
	margin-left:40px;
	margin-top:-3px;
}

	
/***** Logo and Tagline Area *****/
h1.logo {
	margin:75px 0 0 98px;
	padding:0;
}

h2.strapline {
	float:left;
	width:530px;
	padding:0;
	margin:20px 0 0 50px;
	color:#999999;
	font-size:1.7em;
	line-height:1.4em;
	font-weight:100;
}

h2.strapline a:hover {
	text-decoration:underline;
}

h2.summary {
	font-size:1.05em;
	margin:10px auto 0;
	text-align:center;
	font-style:italic;
	line-height:1.7em;
	padding-bottom:5px;
}

div#single img.attachment-post-thumbnail {
	margin:0 auto;
	display:block;
	padding:10px 0;
}

#index {
	margin:0 0 0 472px;
	display:block;
	padding:30px 0 40px;
}


	
/***** Nav area *****/
nav {
	position:fixed;
}

nav#previous {
	margin-left:107px;
	top:50%;
}

nav#next {
	margin-left:850px;
	top:50%;
}

nav#next a,nav#next a:link,nav#next a:visited {
	display:block;
	width:58px;
	height:58px;
	text-indent:-9999px;
	background:#fff url(../images/next-arrow.png) no-repeat;
	background-position:0 0;
}

nav#next a:hover {
	background-position:-58px 0;
}

nav#next a:active {
	background-position:-116px 0;
}

nav#previous a,nav#previous a:link,nav#previous a:visited {
	display:block;
	width:58px;
	height:58px;
	text-indent:-9999px;
	background:#fff url(../images/prev-arrow.png) no-repeat;
	background-position:-116px 0;
}

nav#previous a:hover {
	background-position:-58px 0;
}

nav#previous a:active {
	background-position:0 0;
}

ul#nav {
	float:left;
	padding-bottom:0;
	padding-left:27px;
}

#nav li {
	list-style:none;
	margin-bottom:14px;
}

#nav a {
	text-indent:-9000px;
}


	
/* Lists */
li#homelink a {
	display:block;
	width:23px;
	height:22px;
	background:#fff url(../images/nav.png) no-repeat;
}

li#homelink a:hover {
	background-position:-25px 0;
}

li#about a {
	display:block;
	width:24px;
	height:23px;
	background:#fff url(../images/nav.png) no-repeat;
	background-position:0 -24px;
}

li#about a:hover {
	background-position:-25px -24px;
}

li#contact a {
	display:block;
	width:23px;
	height:19px;
	background:#fff url(../images/nav.png) no-repeat;
	background-position:0 -49px;
}

li#contact a:hover {
	background-position:-25px -49px;
}

li#subscribe a {
	display:block;
	width:24px;
	height:23px;
	background:#fff url(../images/nav.png) no-repeat;
	background-position:0 -69px;
}

li#subscribe a:hover {
	background-position:-25px -69px;
}

	
/* 404 Page */
#four-oh-four {
	clear:both;
	display:block;
	width:584px;
	margin:10px auto;
}

#search-404 {
	clear:both;
	display:block;
	width:584px;
	text-align:center;
	margin:10px 0 20px;
}


	
/***** Global Classes *****/
.clear {
	clear:both;
}

.cleared {
	clear:both;
	height:0;
}

.float-left,.left {
	float:left;
}

.float-right,.right {
	float:right;
}

.caps {
	text-transform:uppercase;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}

.text-justify {
	text-align:justify;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	border-bottom:1px solid;
}

.highlight {
	background:#ffc;
}

.arrow {
	margin:95px 0 0 25px;
	float:left;
}

.wrap {
	width:999px;
	margin:0 auto;
}

.img-left {
	float:left;
	margin:4px 10px 4px 0;
}

.img-right {
	float:right;
	margin:4px 0 4px 10px;
}

.nopadding {
	padding:0;
}

.noindent {
	margin-left:0;
	padding-left:0;
}

.nobullet {
	list-style:none;
	list-style-image:none;
}

p,ul,ol {
	font-family:'Droid Sans', Helvetica, sans-serif;
}

div#home {
	margin-left:98px;
	width:920px;
	clear:both;
}

div#home h2 {
	font-size:14px;
	letter-spacing:-.05em;
	padding-top:10px;
}

div#content div#home h1.blogtitle {
	font-size:110px;
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	text-shadow:#ddd 3px 3px 0;
	width:830px;
	text-align:center;
	padding:45px 0 5px;
	line-height:100px;
}

div#content div#home h1.blogimage {
	width:830px;
	text-align:center;
	padding:0;
}

div#content div#home h1.categorytitle {
	width:830px;
	margin:50px auto 0 0;
	text-align:center;
	font-size:64px;
	line-height:70px;
	letter-spacing:-2px;
	font-family:'TitilliumTitle', Arial, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
	text-shadow:#ddd 3px 3px 0;
}

p.description {
	width:830px;
	text-align:center;
	font-size:18px;
	color:#999;
	font-family:'Droid Sans', Arial, sans;
	padding:0 0 60px;
}

p.nodesc {
	font-size:18px;
	padding:0 0 40px;
}


	
/* Comments area */
div#comments {
	width:490px;
	margin:10px auto;
}

div#comments ul {
	padding-left:0;
	list-style-type:none;
}

div#comments ul li {
	border-bottom:1px solid #ccc;
	padding:15px 0;
}

div#comments ul li p {
	font-size:1em;
	line-height:1.2em;
	padding-bottom:0;
}

div#comments ul li cite {
	font-size:.8em;
	color:#888;
}

div.author {
	width:110px;
	float:left;
	text-align:right;
}

div.comment {
	width:365px;
	margin-left:15px;
	float:right;
}

div#comments ul li div.comment p {
	font-size:.9em;
	line-height:1.6em;
	margin-bottom:6px;
	color:#666;
}

span.date {
	font-size:.7em;
	color:#888;
}

img.avatar {
	padding:5px;
	border:1px solid #ccc;
}

p.alert {
	width:490px;
	background-color:#93d4ff;
	color:#FFF;
	margin-bottom:10px;
	padding:5px 0;
	text-align:center;
}

div#comments ul li div.comment p.edit {
	font-size:.8em;
}
	
/* Footer widgets */
ul.footer li,ul.footer ol {
	list-style:none;
}

ul.footer div {
	font-size:14px;
}

ul.footer {
	padding:0;
	margin-top:25px;
}

#homerightfooter ul.footer {
	margin-top:0;
}

li.widget {
	padding-bottom:10px;
}

li.widget ul {
	padding-left:0;
}

table#wp-calendar {
	font-size:11px;
}

#pagination {
	clear:both;
	display:block;
	width:824px;
	margin:10px 0 30px;
}

a#buy-banner{
	position:absolute;
	display:block;
	width:223px;
	height:219px;
	text-indent:-9999px;
	margin-left:797px;
	background:transparent url(../images/buy-corner.png) no-repeat;
	background-position:0 0;
}
