/*
Theme Name: Mooks
Theme URI: http://www.mooks.com/
Description: MOOKS TWO CENT theme by <a href="mailto:hamish.j@whytehouse.com.au">Hamish Johnston</a> and <a href="mailto:trung.le@whytehouse.com.au">Trung Le</a>
Version: 0.1
Author: Hamish Johnston, Trung Le
Author URI: http://www.whytehouse.com.au/
Tags: mooks, fixed width, three columns, orange, white, black

	Mossimo 0.1
	 http://www.whytehouse.com.au/

	This theme was designed by Hamish Johnston and built by Trung Le,
	for Mooks website.

	Copyright (c) 2009 Whytehouse Productions

*/

body  {
	font: 100% Arial;
	font-size: 13px;
	background-color: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.thrColFixHdr #container {
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.thrColFixHdr #header {
	margin: 30px 0 0 0;
	display: block;
}
.thrColFixHdr #logo {
	margin: 0;
	width: 222px;
	height: 47px;
	display:inline-block;
	float: left;
}

#logo img {
	border: 0px;
}

/* Search Bar */
.thrColFixHdr #searchbar {
	float: right;
	display: block;
	margin: 0;
	width: 776px;
	height: 26px;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0 10px 0;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#searchform {
	position: relative;
}

table.searchform-section {
	border-collapse: collapse;
	height: 27px;
	position: absolute;
	right: 0px;
}

#s {
	padding: 1px 0px 1px 0px;
	margin: 0 0 0 0;
	border: 0 none;
	width: 137px;
	height: 15px;
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 42px;
}


#searchsubmit {
	border: 0 none;
	padding: 1px 0px 1px 0px;
	background-color: #FFFFFF;
	color: #FF6800;
	font-weight: bold;
	cursor: pointer;
	margin: 0;
	height: 23px;
	position: absolute;
	right: 2px;
	top: 2px;
}

.screen-reader-text {
	text-transform: uppercase;
}


.thrColFixHdr #navigator {
	display: block;
	padding: 0;
	width: 960px;
	height: 46px;
	padding: 0px 0 0px 38px;
	float: left;
}
.thrColFixHdr #menu {
	border-top: 1px solid #CCCCCC;
	display: block;
	margin: 0;
	width: 960px;
	height: 67px;
	padding: 5px 0 5px 0;
}

.navi-box a, .empty-box {
	display: block;
	float: left;
	font-size: 12px;
	margin: 5px 5px 5px 5px;
	padding: 5px 0px 5px 10px;
	width: 174px;
	height: 14px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

a.orange-box {
	text-decoration: none;
	color: white;
	display: block;
	font-size: 12px;
	margin: 5px 5px 5px 0px;
	padding: 5px 10px 5px 10px;
	height: 14px;
	background-color: #FF6800;
	letter-spacing:0px;

}
.navi-box a:link, .navi-box a:visited {
	color: #000000;
}

.navi-box a:hover {
	color: #FFFFFF;
	background-color: #FF6800;
}

.first-box a, .first-box {
	margin-left: 0px;
}
.last-box a, .last-box {
	margin-right: 0px;
}

.thrColFixHdr #sidebar1, .thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 0 0px;
	display: block;
	text-align: left;
	height: 100%;
}

.thrColFixHdr #sidebar1 {
	background: #FFFFFF url(/new_mooks/images/bulb.gif) no-repeat scroll 50% 98%;
}

.thrColFixHdr #sidebar2 {
	background-color: #FFFFFF;
}

#sidebar1 h3, #sidebar2 h3, #comments, #respond h3, #trackback, .nocomments {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: 0px;
	margin: 24px 0 0 0;
}

#sidebar1 hr, #sidebar2 hr {
	line-height: 0px; margin: 0;
	width: 150px;
	height: 1px;
	border: 0;
	float: left;
	clear: both;
	background-color: #D3D3D3;
}
 
.thrColFixHdr #mainContent {
	float: right;
	width: 572px;
	height: 100%;
	background-color: #FFFFFF;
	display: block;
	padding: 0 0 40px 0;
}

.post {
	padding-bottom: 10px;
}

/**
.postHeader {
	padding: 0px;
	list-style-type: none;
	margin: 25px 0 0 0;
}

.postHeader li a, span.orangeHeader {
	text-decoration: none;
	color: white;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	padding: 5px 10px 5px 38px;
	height: 14px;
	background-color: #FF6800;
	text-transform: uppercase;
	letter-spacing: 0px;
}

*/

.editEntry {
	float: right;
}
.postContent {
	padding: 0 38px 0 38px;
	text-align: center;
}
.postContent p {
	text-align: left;
	margin: 0 0 13px 0;
}

.postContent a {
	color: #FF6800;
	font-style: italic;
	text-decoration: none;
}

.postContent a:hover {
	font-weight: bold;
}

.thrColFixHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 20px 0 20px 38px;
	font-size: 9px;
	letter-spacing: 0px;
}

.thrColFixHdr #footer p {
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
}

.contentFooter {
	color:#999999;
	text-transform:uppercase;
	text-decoration: none;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sidebar2 .sidebar-list {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
}

#sidebar1 .sidebar-list {
	padding: 0px;
	list-style-type: none;
	margin: 20px 0 10px 0; /* ie 7 use 10px */
}

#sidebar1 .sidebar-list li {
	margin: 5px 5px 10px 0px;
	display: block;
	height: 25px;
}

.postHeader li {
	margin: 0px 0px 0px 0px;
	display: block;
	height: 16px;
	padding: 5px 0px 5px 0px;
}

#sidebar1 .sidebar-list a {
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

#sidebar1 .sidebar-list a:hover {
	color: #FFFFFF;
	font-style: normal;
}

/* Sidebar 2 */

#sidebar2 ul.sidebar-list ul {
	padding-left: 10px;
	text-transform: lowercase;
	color: #D3D3D3;
	margin-top: 10px;
	list-style-type: none;
}

.timestamp {
	padding-left: 38px;
	color: #909090; font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
}

#sidebar2 .sidebar-list a {
	text-decoration: none;
	font-style: italic;
	color: #000000;
}

#sidebar2 .sidebar-list a:hover {
	color: #FF6800;
	font-style: normal;
}

/* Sidebar Archive */
.cat-item, .page-item {
	color: #D3D3D3;
	list-style-type:none;
	text-transform: lowercase;
}

/* Post navigation */
.navigation, .editEntry {
	padding: 0 38px 0 38px;
}

.navigation a, .editEntry a {
	text-decoration: none;
	color: #FF6800;
	font-weight: bold;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}


/* Images */
.size-full {
	border: 0 none;
	width: 500px;
	max-height: 334px;
}

.size-large {
	border: 0 none;
	width: 500px;
	max-height: 334px;
}

.size-thumbnail {
	border: 0 none;
	width: 76px;
	height: 76px;
	padding-right: 8px;
	padding-bottom: 4px;
	
}

.last-row-image {
	padding-right: 0px;
}
/* Contact page */
a.contactPage {
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

/* Gallery Setting */

.gallery {
	width: 504px;
}

.gallery-item {
	float: left;
	height: 76px;
	width: 76px;
	text-align: center;
	margin: 8px 8px 0 0;
	
}

.gallery-icon img {
	border: 0 none;
}

.gallery-icon {}
.gallery-caption {
	display: none;
}

/* POST HEADER */
h2.postTitle, h3.postTitle {
	padding: 0 10px 0 38px;
	margin: 25px 0 0 0;
	background-color: #FF6800;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	float: left;
}
h2.postTitle a, h3.postTitle a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
h2.postTitle a:hover, h3.postTitle a:hover { color: #FFFFFF; font-style: normal }

/* MOOKS MENU */
.mooks_menu {
	border-top: 1px solid #FFFFFF;
	display: block;
	height: 67px;
	margin: 0;
	padding: 5px 0;
	width: 960px;
}

.mooks_menu ul {
	list-style-type: none;
	/* width: 960px; */
width: 960px;
	height: 67px;
	padding: 0;
	margin: 0;
}

.mooks_menu ul li {
	float: left;
}

.mooks_menu .page_item a {
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	letter-spacing: -1px;
	padding: 5px 0 5px 10px;
	margin: 5px 10px 5px 0;
	text-decoration: none;
	width: 174px;
	float: left;
	color: #000000;
	text-transform: uppercase;
}

.mooks_menu .page_item a:hover, .mooks_menu .current_page_item a {
	color: #FFFFFF;
	background-color: #FF6800;
}

.mooks_menu .last_page_item a {
	margin-right: 0px;
}

.mooks_menu .empty_page_item span {
	height: 14px;
	width: 174px;
	padding: 5px 0 5px 10px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px 0 5px 10px;
	margin: 5px 10px 5px 0px;
}

/* SIDEBAR */
h2.trigger, h2.trigger2 {
	padding: 0 12px 0 10px;
	margin: 0 0 13px 0;
	background-color: #FF6800;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	font-style: italic;
	text-transform: uppercase;
	float: left;
}

h2.trigger a, h2.trigger2 a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

h2.trigger a:hover, h2.trigger2 a:hover { color: #FFFFFF; }

h2.active { font-style: normal; background-color: #FF6800} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container, .static_container {
	margin: 0 0 5px;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	width: 184px;
	clear: both;
}

.toggle_container .block, .static_container .block {
	padding: 5px; /*--Padding of Container--*/
}


.facebook-btn {
	padding-right: 4px;
}

/* COMMENTS */

#comments-table {
	font-size: 11px;
}

.comment-body {
	margin:0;
	padding:0;
}

.comment-body-bottom {
	background:#FFFFFF url(images/background.comments.bottom.gif) no-repeat scroll 0 0;
	height:14px;
	margin:0;
	padding:0;
}

.comment-post-footer {
	margin-bottom:10px;
	margin-top:-5px;
	padding:0 0 0 40px;
	background: transparent;

}

a.SmallOrangeText {
	color:#FF6800;
	font-family:Arial;
	font-size:10px;
	text-decoration: none;
}

.avatar {
	border: 0 none;
}

#comments {
	padding: 40px 38px 0 38px;
}

#respond {
	padding: 0 38px 0 38px;
}

.comments-link, #respond a, .commentlist li a, .fn, .comment-edit-link {
	color: #FF6800;
	text-decoration: none;
}

#respond h3 {
	padding-left: 0px;
}

#respond label {
	width: 70px;
	float: left;
	text-align: left;
	margin-right: 5px;
	line-height: 25px;
	font-size: 12px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus, #comments input[type="text"]:focus {
	border-color:#888888;
	color:#000000;
}

#commentform input[type="text"], #comments input[type="text"] {
	width:45%;
}

#commentform textarea {
	width: 100%;
}

#commentform textarea, #commentform input[type="text"], #comments input[type="text"] {
	border:1px solid #CCCCCC;
	font-family: Arial;
	font-size: 13px;
	padding:3px;
}

:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

#commentform #submit {
	background-color: #FF6800;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px;
	cursor: pointer;
}


.wdpajax-error{ 
	border:1px solid #f9d9c9; 
	padding:5px; 
	color:#ff3311;
}
.wdpajax-success{ 
	border:1px solid #FF6800; 
	padding:5px; 
	color: #FFFFFF;
	background: #FF6800;
	
}
.wdpajax-loading{
	background:#FFFFFF url(images/ajax-loading.gif) no-repeat scroll left center;
	padding:5px;
	padding-left: 25px;
}

label.error{ 
	float:none !important; 
	padding-left:5px; 
	color:#ff3311;
}

ol.commentlist {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
}

.commentlist li {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0 7px 7px;
	margin-right: 38px;
}
 
.nocomments {
	padding: 0 0 0 38px;
}

.alignnone {
	border: 0 none;
}


.wp-post-image {
	border: 0 none;
	width: 500px;
}
