/*
Theme Name: the-last-fall
*/
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#ccc;
	font: 100% Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	background:#ffffff url(http://www.t42.co.nz/uploads/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*box behind sidebar and main content*************************************/
#page {
	margin: 0px auto 10px auto;
	padding-top:0px;
	text-align:left;
	width:1000px;
	background: transparent url(http://www.t42.co.nz/uploads/white50.png);
	background: rgba(f, f, f, f.5) none;
	-moz-border-radius: 0px 0px 12px 12px;
	-webkit-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
	z-index: 100;
	height: auto;
}
/*BEGIN HEADER*************************************/

#header {
	background:transparent url(http://www.t42.co.nz/uploads/header2.jpg) no-repeat top center;
	height:272px;
	color:#eee;
	font-weight:normal;
	letter-spacing:-1px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:48px;
	text-align:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}
#header a {
	color:#FF6600;
	padding:0px;
	text-decoration:none;
}
#date {
	color:#FF9933;
	text-decoration:none;
	font-size:20px;
}
.titleheader {
	color:#dc7e28;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}
.titleheader2 {
	color:#333;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
#header a:hover {
	color:#FF9933;
}
#description {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-weight:normal;
	color:#555;
	font-size:18px;
	padding:0px;
	padding-left:10px;
}
/*END HEADER***************************/



/***************Begin SIDEBAR************************/
#sidebar {
	float:left;
	width:300px;
	padding-left:25px;
	padding-bottom:25px;
	margin:10px 0px 10px 10px;
	background-color:#fff;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
#sidebar h2 {
	color:#dc7e28;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:1.2em;
	cursor:crosshair;
	padding:9px 0px 9px 5px;
}
a#rss_top {
	color:orange !important
}
#sidebar ul, #sidebar ul li {
	padding:0;
	margin:0;
	list-style:none;
}
#sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}
#sidebar>ul {
	padding-bottom:5px;
   *margin-bottom:20px;
}
#sidebar > ul > li > ul > li ul {
 //list-style:none;
	padding:0px 0px 0px 3px;
	margin:0;
	margin-left:3px !important;
	font-size:14px;
}
#sidebar ul li ul li {
	padding:3px 5px 3px 5px;
 //
}
#sidebar > ul > li > ul > li > ul > li {
	padding:3px;
	padding-left:3px;
	border:none;
}
#sidebar>ul>li>ul li {
	border-bottom:1px dashed #222;
}
#sidebar a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
#sidebar li.current_page_item>a, #sidebar li.current-cat>a {
	color:#dc7d29 !important;
	font-weight:bold;
}
#sidebar a:hover {
	color:#666;
	font-weight:bold;
}
#sidebar>ul>li ul {
	margin:0px 30px 0px 3px;
}
/*******SIDEBAR END***************/


 #content .post {
	padding:0px 15px 0px 15px;
	font-size:1em;
	margin:10px 10px 5px 10px;
	background-color:#fff;
	float:left;
	width:615px;
	line-height:1.2em;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
}
#content h2, #content h3 a {
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}
h3 {
	border-bottom:1px solid #333;
}
#content h2 {
	background:transparent url(http://www.t42.co.nz/uploads/h2_post_title2.gif) no-repeat center right;
	padding:10px 0px 10px 15px;
	margin: 10px 0px 15px 0px;
	color:#333;
}
#content h2 a {
	color:#333;
//03B6C7;
	text-decoration:none;
}
#content h2 a:hover {
	color:#FF6600;
}
#content .entry {
	padding:5px;
	padding-left:15px;
	color:#333;
	font-size:0.9em;
}
p.postmetadata {
	background-color:#fff;
	border:1px solid #111;
	padding:5px;
	font-size:14px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
p.postmetadata a, p.postmeta a {
	text-decoration:none;
}
p.postmeta span {
	float:left;
	background:#fff;
	border:1px solid #272727;
	padding:4px;
	margin:5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.clear {
	clear:both;
}
a.post-edit-link {
	padding-left:16px;
	background:transparent url("images/edit.png") no-repeat center left;
}
a[title~=Comment] {
	padding-left:16px;
	background:transparent url("images/comment.png") no-repeat center left;
}
a {
	color:#dc7d29;
	text-decoration:none;
}
a:hover {
	color:#ec964a;
}
a img {
	border:none;
}
a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/rss.png") no-repeat center left;
}
h2, h3 {
	color:#898989;
	font-weight:normal;
}
div.comment_part {
	margin-left:5px;
	padding-left:10px;
	width:590px;
}
hr {
	display:none;
}

#middlebox {
  margin: 0px 10px 10px 10px;
  height: 630px;
  width: 940px;
  padding: 20px;
  background-color: #ffffff;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#footer {
	clear:both;
	padding:0px;
	text-align:center;
	height:30px;
	font-size:14px;
	margin-top:15px;
}
#footer p {
	padding:20px;
	color:#fff;
}
a.download {
	background:#ff9933;
	padding:5px;
	color:#111;
	border:1px solid #ff6611;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #333;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.wp-caption {
	color: #ccc;
	border: 1px solid #111;
	text-align: left;
        font-size: 1em;
	font-weight:bold;
	background-color: #333;
	padding: 4px 0px 5px 15px;
	margin: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-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;
}
/*Single posts Navigation*/

div.single_navigation {
	font-size:18px;
	font-family:'Arial Narrow';
}
div.single_navigation table {
	width:650px;
	margin-top:20px;
	padding:5px;
	border-bottom:1px solid #111;
}
div.single_navigation table a {
	color:#666;
}
div.single_navigation table a:hover {
	color:#FF9933;
}
td.single_alignleft, td.single_alignright {
	width:325px;
}
td.single_alignright {
	text-align:right;
	border-left:1px solid #111;
}
td.single_alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;
}
td.single_alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}
/*single posts navigation end*/


div.navigation>div.alignleft a {
	padding:24px;
	background:transparent url("images/previouspost.png") no-repeat center left;
}
div.navigation>div.alignright a {
	padding:24px;
	background:transparent url("images/next_post.png") no-repeat center right;
}
/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #333;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-icon {
}
/*gallery end*/

