/*

Theme Name: NHC 2010
Description: WordPress theme for Nice Hot Cuppa.
Version: 1.0
Author: Rob Barrett
Author URI: http://www.nicehotcuppa.com

*/

/* ==== STRUCTURE ===== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}
#page { width: 940px; }
#header {
	width: 222px;
	position: absolute;
}
#container {
	width: 680px;
	margin-left: 260px;
}
#content {
	margin-top: 40px;
	padding-right: 50px;
	padding-left: 50px;
}
#footer {
	color: #666666;
	margin: 60px 50px 0;
	padding: 1.5em 0 3em;
	border-top: solid 1px #D5D5D5;
}


/* ===== HEADER (LEFT SIDEBAR) ====== */

#header h1 {
	background: url(images/logo-nice-hot-cuppa.gif) no-repeat center;
	margin-top: 33px;
	margin-left: 77px;
}
#header h1, #header h1 a {
	display: block;
	width: 145px;
	height: 421px;
}
#header h1 a, #header h2 { text-indent: -999em; }


/* ===== NAVIGATION ===== */

#nav {
	background: url(images/bg-nav.gif) no-repeat top center;
	width: 553px;
	height: 42px;
	padding: 28px 22px 0 23px;
	margin: -12px auto 0;
}
#nav li {
	background-image: url(images/sprites-nav-links.gif);
	background-repeat: no-repeat;
	float: left;
	height: 19px;
	margin-left: 70px;
}
#nav li:first-child { margin-left: 23px; }
#nav li a {
	text-indent: -999em;
	display: block;
	width: 100%;
	height: 100%;
}
/* Home*/
#nav li.page-item-144 {
	background-position: 0 0;
	width: 50px;
}
#nav li.page-item-144:hover { background-position: 0 -19px; }
/* Portfolio */
#nav li.page-item-2 {
	background-position: -66px 0;
	width: 75px;
}
#nav li.page-item-2:hover { background-position: -66px -19px; }
/* About */
#nav li.page-item-61 {
	background-position: -157px 0;
	width: 86px;
}
#nav li.page-item-61:hover { background-position: -157px -19px; }
/* Testimonials */
#nav li.page-item-148 {
	background-position: -259px 0;
	width: 106px;
}
#nav li.page-item-148:hover { background-position: -259px -19px; }
/* Blog */
#nav li.page-item-57 {
	background-position: -381px 0;
	width: 36px;
}
#nav li.page-item-57:hover { background-position: -381px -19px; }
/* Contact */
#nav li.page-item-63 {
	background-position: -433px 0;
	width: 100px;
}
#nav li.page-item-63:hover { background-position: -433px -19px; }


/* ===== ELEMENTS ===== */


#content p {
	font-size: 1.6em;
	line-height: 1.5625em;
	margin-top: 1.875em;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { font-family: Calibri, Arial, Helvetica, sans-serif;}
#content h1 {
	font-size: 4em;
	line-height: 1.25em;
	margin-top: 0.75em;
}
#content h2 {
	font-size: 3.6em;
	line-height: 1.389em;
	margin-top: 0.8333em;
}
#content h3 {
	font-size: 3.2em;
	line-height: 1.25em;
	margin-top: 0.9375em;
}
#content h4 {
	font-size: 2.8em;
	line-height: 1.786em;
	margin-top: 1.071em;
}
#content h5 {
	font-size: 2.4em;
	line-height: 1.429em;
	margin-top: 1.25em;
}
#content h6 {
	font-size: 2em;
	line-height: 1.25em;
	margin-top: 1.5em;
}
#content a { color: #2379BF; }
#content a:hover { text-decoration: none; }
#content img {
	border: solid 5px #D5D5D5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content a img:hover {
	border-color: #AAA;
}
#content hr {
	background-color: #D5D5D5;
	height: 1px;
	margin-top: 3em;
	border-color: #D5D5D5;
	border-style: solid;
	border-width: 1px 0 0;
}

/* Lists */
#content ul,
#content ol,
#content dl {
	margin-top: 3em;
}
#content li,
#content dt,
#content dd {
	font-size: 1.6em;
	line-height: 1.5625em;
}
#content li,
#content dt {
	font-size: 1.6em;
	line-height: 1.5625em;
	margin-top: 0.9375em;
}
#content dt { font-weight: bold; }
#content ul {
	padding-left: 15px;
	list-style: disc;
}
#content ul li { padding-left: 10px; }
#content ol li {
	text-indent: -25px;
	padding-left: 25px;
	list-style-position: inside;
}
#content li li,
#content li p {
	font-size: 1em;
}

/* Forms */
#content fieldset {
	padding: 20px;
	margin-top: 3em;
	border: solid 1px #D5D5D5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content legend {
	font-size: 1.2em;
	line-height: 2.083em;
	padding: 0 10px;
	border: solid 1px #D5D5D5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content legend + * { margin-top: 0; }
#content form {
	padding: 20px;
	margin-top: 3em;
	border: solid 1px #D5D5D5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content form *:first-child { margin-top: 0; }
#content form label {
	display: block;
	margin-bottom: -0.769em;
}
#content form label.required { font-weight: bold; }
#content form input {
	font-size: 1em;
	color: #333;
	margin-top: 1.538em;
}
#content form input[type=file] { font-size: 1.6em; }
#content form input[type=text],
#content form input[type=password] {
	background-color: #FFF;
	border: solid 1px #6a747b;
}
#content form input[type=text],
#content form input[type=password] {
	width: 298px;
	padding: 5px;
}
#content form input[type=submit] {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.154em;
	font-weight: bold;
	color: #FFF;
	background-color: #6a747b;
	padding: 10px;
	border: none;
	cursor: pointer;
}
#content form input[type=submit]:hover { background-color: #485259; }
#content form input[type=reset] {
	font-weight: bold;
	color: #FFF;
	background: #333;
	padding: 5px;
	border: none;
	cursor: pointer;
}
#content form input[type=radio],
#content form input[type=checkbox] { margin-top: 1.538em; }
#content form select {
	color: #333;
	background-color: #FFF;
	width: 298px;
	padding: 5px;
	margin-top: 1.563em;
	border: solid 1px #6a747b;
}
#content form textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #FFF;
	width: 448px;
	min-height: 9.375em;
	padding: 5px;
	margin-top: 1.563em;
	border: solid 1px #6a747b;
}
#content form span.required { display: none; }
#content form p.comment-form-author label,
#content form p.comment-form-email label,
#content form p.comment-form-comment label { font-weight: bold; }

/* Tables */
#content table {
	margin-top: 3em;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 0 0 1px; }
#content table th,
#content table td {
	padding: 10px;
	border-style: solid;
	border-color: #CCC;
	border-width: 0 1px 1px 0; }
#content table td { font-size: 1.6em; }
#content table th > ul,
#content table td > ul { font-size: 0.769em; }
#content table th > p,
#content table td > p { font-size: 1em; }
#content table th *:first-child,
#content table td *:first-child { margin-top: 0; }
#content table th,
#content table thead td {
	font-size: 2em;
	font-weight: bold;
	background-color: #D5D5D5;
	border-bottom-width: 2px; }

/* Blockquotes */
#content blockquote {
	background-color: #D5D5D5;
	padding: 20px;
	margin-top: 3em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content blockquote *:first-child { margin-top: 0; }
#content blockquote cite {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	margin-top: 1.25em;
}

/* Code */
#content code,
#content pre {
	font-size: 1.6em;
	line-height: 1.5625em;
	margin-top: 1.875em;
}
#content p code,
#content p pre { font-size: 1.143em; }
pre {
  white-space: pre-wrap /* css-3 */;
  white-space: -moz-pre-wrap !important /* Mozilla, since 1999 */;
  white-space: -pre-wrap /* Opera 4-6 */;
  white-space: -o-pre-wrap /* Opera 7 */;
  word-wrap: break-word /* Internet Explorer 5.5+ */; }

/* Various */
#content abbr,
#content acronym {
	border-bottom: dotted 1px #999999;
	cursor: help;
}
#content sup {
	font-size: 0.75em;
	vertical-align: super; }
#content sub {
	font-size: 0.75em;
	vertical-align: sub; }


/* ===== CONTENT ===== */

#content h1:first-child + * { margin-top: 30px; }

/* Multi-Column Lists */
#content ul.two-col-list,
#content ul.three-col-list {
	list-style: none;
	padding-left: 0;
}
#content ul.two-col-list li,
#content ul.three-col-list li {
	padding-left: 0;
}
ul.two-col-list
ul.three-col-list, {
	width: 100%;
}
ul.two-col-list:after,
ul.three-col-list:after {
	font-size: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	content: ".";
}
* html ul.two-col-list,
* html ul.three-col-list {
	zoom: 1 /* IE6 */;
}
*:first-child+html ul.two-col-list,
*:first-child+html ul.three-col-list {
	zoom: 1 /* IE7 */;
}
/* Two Column List */
ul.two-col-list li {
	width: 285px;
	float: left;
	margin-top: 1em;
}
ul.two-col-list li:nth-child(1),
ul.two-col-list li:nth-child(2) {
	margin-top: 0;
}
ul.two-col-list li:nth-child(2n+1) {
	clear: left;
	margin-right: 10px;
}
/* Three Column List */
ul.three-col-list li {
	width: 180px;
	float: left;
	margin-top: 1em;
	margin-right: 20px;
}
ul.three-col-list li:nth-child(1),
ul.three-col-list li:nth-child(2),
ul.three-col-list li:nth-child(3) {
	margin-top: 0;
}
ul.three-col-list li:nth-child(3n) {
	margin-right: 0px;
}
ul.three-col-list li:nth-child(3n+1) { clear: left; }


/* ==== PORTFOLIO PAGE ===== */

.single-nhcportfolio #content h1 {
	font-size: 2em;
	line-height: 1.25em;
	margin-top: 0.75em;
}
.single-nhcportfolio #content p {
	font-size: 1.1em;
	line-height: 1.364em;
	margin-top: 1.364em;
}
p.main-image span {
	font-style: italic;
	color: #666;
	display: block;
}


/* ==== PORTFOLIO LIST ===== */

#content ul#portfolio li {
	line-height: 0px;
	margin-top: 10px;
}
#content ul#portfolio h3 {
	font-size: 1.25em !important;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 0;
}
#content ul#portfolio h3 a {
	color: #000;
	text-decoration: none;
}
#content ul#portfolio.two-col-list img {
	width: 265px;
	height: 100px;
}
#content ul#portfolio.three-col-list img {
	width: 170px;
	height: 90px;
}
#content #gallery ul { margin-top: 0; }
#content img.noborder { border: none; }
#content .new {
	background: url(images/new-star-trans.png) no-repeat;
	text-indent: -999em;
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: -30px;
	position: relative;
	top: -5px;
	left: 155px;
}


/* ===== BLOG ===== */

#content h2 a {
	color: #000000;
	text-decoration: none;
}
#content p.post-meta {
	font-size: 1.2em;
	color: #777;
	margin-top: 0.833em;
}
#content p.post-meta a { color: #444; }
#content p.read-more a {
	font-weight: bold;
	color: #036;
	background-color: #D5D5D5;
	display: inline-block;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .post-navigation { margin-top: 3em; }
#content .post-navigation span a {
	background-image: url(images/sprites-arrows-text.gif);
	background-repeat: no-repeat;
	text-indent: -999em;
	display: block;
	width: 30px;
	height: 30px;
}
#content .post-navigation span.next a {
	background-position: 0px 0px;
	float: left;
}
#content .post-navigation span.next a:hover { background-position: 0px -30px; }
#content .post-navigation span.prev a {
	background-position: -121px 0px;
	float: right;
}
#content .post-navigation span.prev a:hover { background-position: -121px -30px; }
#content .wp-pagenavi {
	text-align: center;
	padding-top: 3em;
	margin-top: 3em;
	border-top: solid 1px #D5D5D5;
}
#content .wp-pagenavi span,
#content .wp-pagenavi a {
	font-size: 1.4em;
	font-weight: bold;
	background-color: #D5D5D5;
	padding: 5px 10px;

	margin: 0 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .wp-pagenavi span.pages {
	font-weight: bold;
	background: none;
}
#content .wp-pagenavi span.current { background-color: #AAA; }
#content .wp-pagenavi a {
	color: #036;
}
/* Portfolio Navigation */
.single-nhcportfolio #content .post-navigation {
	margin-top: 0;
	float: left;
	position: absolute;
	top: 472px;
	/*left: 27px;
	width: 245px;*/
	left: 62px;
	width: 175px;
}
.single-nhcportfolio #content .post-navigation span a { width: 75px; }
.single-nhcportfolio #content .post-navigation span.prev a { background-position: -76px 0px; }
.single-nhcportfolio #content .post-navigation span.prev a:hover { background-position: -76px -30px; }
.portfolio-nav-tip {
	color: #444;
	background-color: #D5D5D5;
	display: none;
	float: left;
	width: 155px;
	padding: 10px;
	position: absolute;
	top: 502px;
	left: 62px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* ===== COMMENTS ===== */

#content ol.commentlist { list-style: none; }
#content ol.commentlist li {
	text-indent: 0;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-top: 1.875em;
}
#content ol.commentlist .avatar {
	float: left;
	margin-right: 20px;
}
#content ol.commentlist .comment-body {
	background-color: #D5D5D5;
	float: left;
	width: 460px;
	padding: 0.625em 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content ol.commentlist .bypostauthor .comment-body { background-color: #EBE0EF; }
#content ol.commentlist .comment-body *:first-child { margin-top: 0; }
#content ol.commentlist p.comment-meta {
	font-size: 0.75em;
	color: #777;
	padding-top: 0.833em;
	margin-top: 1.25em;
	border-top: solid 1px #AAAAAA;
}
#content ol.commentlist .bypostauthor p.comment-meta {
	color: #855C92;
	border-color: #A383AE;
}


/* ===== FOOTER ===== */

#footer a {
	color: #444444;
	white-space:nowrap;
}
#footer a:hover { text-decoration: none; }
#social-share div { float: left; }


/* ===== FOLLOW FLAG ===== */

#follow-flag {
	background: url(images/follow-flag.png) no-repeat;
	text-indent: -999em;
	width: 66px;
	height: 204px;
	position: absolute;
	top: -160px;
	left: 919px;
	z-index: 100;
}
#follow-flag .arrow {
	background-image: url(images/follow-flag-arrow.jpg);
	color: transparent;
	background-repeat: no-repeat;
	display: block;
	width: 66px;
	height: 44px;
	float: left;
	cursor: pointer;
}
#follow-flag .arrow.closed { background-position: 0px 0px; }
#follow-flag .arrow.closed:hover { background-position: 0px -44px; }
#follow-flag .arrow.opened { background-position: -66px 0px; }
#follow-flag .arrow.opened:hover { background-position: -66px -44px; }
#follow-flag a,
#follow-flag span#rss {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	clear: left;
	margin-top: 10px;
	position: relative;
	left: 18px;
	cursor: pointer;
}
#rss-links {
	font-size: 1.4em;
	line-height: 24px;
	font-weight: bold;
	background: #5FA4DD url(images/bg-rss-links.gif) repeat-x top;
	display: none;
	text-align: right;
	display: none;
	width: 180px;
	padding: 10px;
	border-style: solid;
	border-color: #23ABCA;
	border-width: 5px 0 5px 5px;
	position: absolute;
	top: 5px;
	left: 714px;
	z-index: 90;
}
#rss-links a {
	text-decoration: none;
	color: #0B4262;
}
#rss-links a:hover { text-decoration: underline; }


/* ===== GENERAL ===== */

.normal { font-weight: normal; }
.hidden { display: none; }
.clear { clear: both; }
div.clear { height: 0px; }
.float-right, .alignright {
  float: right;
  margin: 0 0 10px 20px; }
div.float-right, div.alignright { margin-right: 20px; }
.float-left, .alignleft {
  float: left;
  margin: 0 15px 10px 0; }
.aligncenter, .center {
  display: block;
  margin-right: auto;
  margin-left: auto; }
.larger { font-size: 1.25em /* 16px x 1.25 = 20px */; }
#content p.larger {
	font-size: 2em;
	margin-top: 1.5em;
}
.smaller { font-size: 0.75em /* 16px x 0.75 = 12px */; }
#content p.smaller {
	font-size: 1.2em;
	margin-top: 2.5em;
}
.subtle, .disclaimer { color: #666; }
.subtle a, .disclaimer a { color: #666; }
#sidebar p.subtle, #sidebar p.disclaimer {
	font-size: 1.2em;
	margin-top: 2.5em;

}
.nowrap { white-space: nowrap; }
input[type=hidden] { display: none; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}