/*
THEME NAME: thedairy
THEME URI: http://www.thedairy.co.nz
DESCRIPTION: Custom theme for The Dairy, Queenstown
VERSION: 1.0
AUTHOR: Wired Internet Group
AUTHOR URI: http://www.wired.co.nz
*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body, html {height: 100%; width: 100%;}

body {
	background: #484546;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 14px;
	color: #2b2c2c;
	line-height: 1.1;
}

h1 {
	color: #910328;
	font-size: 30px;
	text-transform: lowercase;
	margin: 0 0 20px;
}

h2 {
	font-size: 140%;
	margin-bottom: 10px;
	color: #910328;
	text-transform: lowercase;
}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #910328;
}

a {
	color: #910328;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	color: #565656;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

#wrapper {
	width: 1085px;
	background: #fffbdb;
	margin: 40px auto 0;
	-moz-box-shadow:    1px 1px 40px 1px #000;
    -webkit-box-shadow: 1px 1px 40px 1px #000;
    box-shadow:         1px 1px 40px 1px #000;
	padding-top: 130px;
}

#header {
	background: url('images/menu-bg.png') no-repeat 0 100%;
	overflow: visible;
	width: 1131px;
	height:215px;
	margin: -90px 0 0 -565px;
	position: fixed;
	left:50%;
	z-index:100;
}

#logo {
	margin: -5px 0 0 50px;
	width:188px;
	height: 170px;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

.menu-header-menu-container {
	width: 881px;
	overflow: hidden;
	margin: -45px auto 0;
	padding-left: 250px;
}

.menu-header-menu-container ul.menu li {
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	height: 17px;
	padding: 23px 12px 20px;
	letter-spacing: -0.35px;
	font-weight: bold;
	border-right: 1px solid #6f1321;
}

.menu-header-menu-container ul.menu li:hover, .menu-header-menu-container ul.menu li.current_page_item {
	background: url('images/nav-bg-on.png') repeat-x 0 1px;
}

.menu-header-menu-container ul.menu li:last-child {
	border-right: none;
	padding-right: 0;
}

.menu-header-menu-container ul.menu li a {
	color: #fffbdb;
}

.menu-header-menu-container ul.menu li a:hover {
	text-decoration: none;
}

.menu-header-menu-container ul.menu li.menu-item-34 {
	width: 50px;
	margin-left: -250px;
	padding-left: 250px;
}

.menu-header-menu-container ul.menu li.menu-item-25 {
	width: 75px;
}

#container {
	width: 1085px;
	overflow: hidden;
	margin: 25px auto;
}

#content {
	float: left;
	width: 595px;
	padding-left: 70px;
}

#content table {
	background: #e9e5c9;
	padding: 10px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content table td {
	padding: 10px;
	border-bottom: 1px solid #fffbdb;
	line-height: 1.5;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	color: #910328;
	font-size: 30px;
	text-transform: lowercase;
	margin: 0 0 20px;
	border-bottom: 1px solid #910328;
	padding-bottom: 10px;
}

.post-meta {
	font-size: 85%;
	color: #2b2c2c;
	margin-top: 5px;
}

.post-meta a {
	color: #910328;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	color: #910328;
	text-transform: lowercase;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	color: #910328;
	text-transform: lowercase;
}

.post-content p, p {
	line-height: 1.5;
	margin-bottom: 20px;
}

.post-content p .cufon {
	padding-bottom: 7px;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	background: #FFF;
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 20px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	background: #FFF;
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 20px;
	padding: 4px;
}

.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	margin: 20px 0 20px 0;
	list-style: none;
}

.post-content ul.home {
	width: 290px;
	float:left;
}

.post-content ul.news {
	list-style: none;
}

.post-content ul.news li {
	background: url('images/pdf.png') no-repeat 0 0;
	padding: 10px 0 0 40px;
	height: 32px;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.post-content ul li {
	background: url('images/red-bullet.gif') no-repeat 0 5px;
	padding: 0 0 0 20px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
	display: none;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 570px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 380px;
	margin-right: -16px;
	margin-top:10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-moz-box-shadow:    -5px -10px 10px 0px #e5e2c6;
    -webkit-box-shadow: -5px -10px 10px 0px #e5e2c6;
    box-shadow:         -5px -10px 10px 0px #e5e2c6;
	position: relative;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	background: #fff url('images/quote-bg.gif') no-repeat 95% 5px;
	width: 333px;
	height: 20px;
	padding: 10px 0 10px 30px;
	color: #910328;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
	margin: 0;
	-moz-box-shadow:    0.5px 0.5px 10px 0.5px #e5e2c6;
    -webkit-box-shadow: 0.5px 0.5px 10px 0.5px #e5e2c6;
    box-shadow:         0.5px 0.5px 10px 0.5px #e5e2c6;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	padding-left: 45px;
	width: 266px;
	margin-top: 50px;
	line-height: 1.5;
	text-align: justify;
}

#footer {
	background: url('images/footer-bg.gif') repeat-x 0 0;
	margin: 0 auto;
	font-size: 12px;
	padding: 8px 10px 5px;
	color: #fffbdb;
	width: 1065px;
	height: 17px;
	margin-bottom: 100px;
}

#footer a {
	color: #fffbdb;
	text-decoration: underline;
}

#footer a:hover {
	color: #fffbdb;
	text-decoration: none;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin: 0 15px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

#slider-wrapper {
	margin-top: -40px;
}

#slider {
	width: 948px;
	border: 11px solid #fff;
	margin: 10px auto 20px;
	-moz-box-shadow:    0.5px 0.5px 40px 1px #b6b394;
    -webkit-box-shadow: 0.5px 0.5px 40px 1px #b6b394;
    box-shadow:         0.5px 0.5px 40px 1px #b6b394;
}

.quotescollection_source {
	font-size: 18px;
	color: #910328;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	top: 50px;
	left: 43px;
	margin: 0;
	float: left;
}

.page-id-14 .quotescollection_source {display: none;}

#review-sidebar {
	margin: 45px 0 0 63px;
}

h2.home-title {
	background: url('images/home-title-bg.jpg') no-repeat 0 0;
	width: 619px;
	height: 22px;
	color: #fffbdb;
	font-size: 16px;
	text-transform: lowercase;
	padding: 4px 0 0 70px;
	margin: 20px 0 10px -70px;
	font-weight: 700;
}

#slideshow-wrapper #information h3 {
	text-align: center;
}

.post-thumb {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px; 
	float: left;
	margin: 0 15px 15px 0;
}

.news-item {
	height: auto;
	background: #e9e5c9;
	padding: 20px 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 25px 0;
}

#content table td {
	padding: 10px;
	border-bottom: 1px solid #fffbdb;
	line-height: 1.5;
}

.wp-caption {
    background: #DFDFDF;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 3px 5px;
    text-align: center;
    border:solid 1px #CCC;
margin-left:10px;
float:left;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 0px;
color:#7B7B7B;

}

@media (min-width: 963px) and (max-width: 979px) {
	.menu-header-menu-container ul.menu li a {font-size: 12px !important;}
}

@media (max-width: 480px) {
	h1 {font-size:20px !important;}
	h3 {font-size:16px !important;}
}

@media (max-width: 280px) {
	.post-content ul.home {width:100% !important;}
	h2.home-title {font-size:14px !important;}
	h3 {font-size:12px !important;}
}