/*
Css file: stylesheet.css
Version: 1.00
Description: Stylesheet for Brandnew Marketing website.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 29 March 2009 (Last updated - 20 October 2010)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	font: normal 16px/20px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
cite {
	font: normal 12px/20px Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	font: normal 22px/20px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 18px/20px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 16px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #ec008c;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a {
	color: #ec008c;	
	text-decoration: none;
}
a:hover {
	color: #ec008c;
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 18px;
	border: 0;
	border-bottom: 1px solid #ec008c;
	clear: both;
}
hr.padded {
	border-bottom: 1px dashed #ec008c;
	padding: 0 18px;
}
hr.dashed {
	border-bottom: 1px dashed #ec008c;
}
hr.thick {
	border-bottom: 3px solid #ec008c;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: 100%; /* Removed for validation - overflow: -moz-scrollbars-vertical; */
}
body {
	background: #000 url(../images/bg.png) top center repeat;	
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #000;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 840px; /* Minimum width of layout - this property does not work in old versions of IE - Puke */
	padding: 0;
	width: 100%;
}
#wrapper {
	background-color: #fff;
	clear: both;
	margin: 27px auto 0 auto;
	padding: 0;
	width: 840px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

/* Splash page */
#splash {
	background-color: #2A2828;
	clear: both;
	margin: 27px auto 0 auto;
	padding: 0;
	width: 900px;
}
#splash-update {
	background-color: #2A2828;
	padding: 18px 18px 0 18px;
	color: #fff;
	text-align:  center;
	width: 864px;
}
#skip {
	background-color: #2A2828;
	padding: 18px 0 18px 0;
	color: #fff;
	text-align:  center;
	width: 900px;
	display: block;
}

/* Header */
#header {
	clear: both;
	height: 182px;	
	padding: 0 18px;
	margin: 0;
	width: 804px;
}
#header.homepage {
	background: #fff url(../images/homepage_decorative_top.png) bottom center no-repeat;
	height: 202px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;	
}
#logo {
	float: left;
	display: block;		
}
#logo a {
	background: #fff url(../images/logo_brandnew.png) top center no-repeat;
	display: block;
	height: 182px;
	width: 275px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}
#banner {
	background: #fff url(../images/bg_banner.png) top center no-repeat;
	color: #fff;
	float: left;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;	
	height: 60px;
	margin: 67px 0 0 0;
	padding: 7px 18px 3px 27px;
	width: 484px;
	display: block;
}
#banner p {
	text-align: right;
	margin-bottom: 0;
}
#banner a, banner a:hover {
	color: #000;
}
* html #banner {
	display: inline;
	margin: 49px 0 0 0;
	overflow: hidden;
}

/* Navigation */
#navigation {
	float: right;
}
#navigation ul {
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0 6px 0 0;
}
#navigation li {
	float: left;
	height: 29px;	
	width: auto;
	text-align: center;	
}
#navigation li a {
	color: #000;
	padding: 27px 6px 0 6px;
	display: block;
	text-decoration: none;		
}
#navigation li a:hover {
	background: #fff url(../images/navigation_arrow.png) top center no-repeat;
	color: #ec008c;
}
#navigation li.selected a {
	background: #fff url(../images/navigation_arrow.png) top center no-repeat;
	color: #ec008c;
}
#navigation li.selected a:hover {
	background: #fff url(../images/navigation_arrow.png) top center no-repeat;
	color: #ec008c;	
	text-decoration: underline;
}

/* Page container */
#container {
	overflow: auto;
	width: 840px;
}

/* Content */
#content {
	clear: left;
	float: left;
	margin: 0;
	padding: 18px 0 18px 30px;
	width: 518px;
}
#content.homepage {
	margin: 0;
	padding: 0;
	width: 840px;
}
#content.wide {
	margin: 0;
	padding: 0 30px;
	width: 780px;
}
#content ul {
	list-style-image: url(../images/bullet_flower_white.png);
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content ol {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
#showcase {
	background: #000 url(../images/homepage_decorative_bottom.png) bottom center no-repeat;
	clear: both;
	overflow: auto;
	width: 840px;
}
#intro {
	color: #c5c3c3;
	float: left;
	padding: 27px 30px 27px 30px;
	width: 510px;
}
#contact-box {
	background: #000;
	color: #c5c3c3;
	float: right;
	padding: 18px 30px 0 0;
	width: 240px
}
#contact-box h1 {
	text-align: center;
}
#contact-box h2 {
	color: #ec008c;
	font-size: 28px;
	padding-top: 6px;
	text-align: center;
}
#contact-box p {
	margin-bottom: 0;
	padding-top: 0;
	text-align: center;
}
#contact-box hr {
	border-bottom: 1px dashed #c5c3c3;
	margin-bottom: 6px;	
}
#contact-box.hide {
	background: #000 url(../images/contact_box.png) top center no-repeat;
}
#contact-box.hide span {
	display: none;
}
#about, #services, #latest-posts {
	margin: 0;
}
#about h2 a, #services h2 a, .col-last h2 a {
	color: #000;	
	text-decoration: none;
}
#about h2 a:hover, #services h2 a:hover, .col-last h2 a:hover {
	color: #ec008c;
	text-decoration: underline;
}
#latest-posts hr {
	margin-bottom: 13px;
}
.col-3 {
	float: left;
	margin: 0;
	padding: 0;	
	width: 240px;
}
.col-3 img {
	max-width: 240px;
	overflow: hidden;
}
.col-first {
	padding: 18px 0 18px 30px;
}
.col-middle {
	padding: 18px 30px;
}
.col-last {
	padding: 18px 30px 18px 0;
}
#fb-likebox {
	clear: both;
	width: 780px;
	margin: 0;
	padding: 0 30px 18px 30px;
}
#quote {
	background: url(../images/bg_quotes.png) center top no-repeat;
	clear: both;
	width: 680px;
	margin: 0 0 18px 0;
	padding: 3px 80px 18px 80px;
	vertical-align: middle;
}

.preview {display:block; height:188px; margin:0 auto; width:240px; overflow:hidden;}
	.preview img, .gallery-thumbnail a img {background-color:#fff; border: 1px solid #e4e4e4; padding:3px;}
	.preview a:hover img {background-color:#fff; border:1px solid #ec008c;} 


/* galleries */
.gallery-thumbnail {height:auto; float:left; padding:0 20px 18px 0; width:140px;}
	.gallery-thumbnail.albums {width:405px; height:auto; padding:0 36px 18px 0; float:left;}
		.gallery-thumbnail img, .gallery-thumbnail a img {background-color:#fff; border: 1px solid #e4e4e4; padding:3px;}
		.gallery-thumbnail a:hover img {background-color:#fff; border:1px solid #ec008c;} 
		.gallery-thumbnail p {clear:both; margin:6px 0 18px 0;}
		.gallery-thumbnail a {color:#3a3535;}
		.gallery-thumbnail a:hover {color:#000; text-decoration:none;}
		.gallery-thumbnail.last {padding:0 0 18px 0;}
		.gallery-title {text-align:left;}
		.gallery-title strong {display:block; color:#000;}
	#content small {font-size:13px; font-style:italic;}


/* Blog */
.post {
	width: 530px;
	overflow: auto;
}
.post h1 {
	color: #000;
	margin-bottom: 6px;
}
.post-date {
	float: left;
	font: normal 150%/1em Verdana, Helvetica, Arial, sans-serif, serif;
}
.post-date .inner {
	border-right: 2px solid #ec008c;
	color: #000;
	padding: 0 0 4px 9px;
	margin-left: 0;
	width: 51px;
	text-align: left;
}
.post-date span {
	font: normal 130%/1em Verdana, Helvetica, Arial, sans-serif, serif;
}
.post-content {
	color: #000;
	float: left;
	overflow: hidden;
	padding: 0 0 0 18px;	
	width: 430px;
}
.post-content img {
	margin: 0;
	max-width: 390px;
}
p.post-title {
	margin-bottom: 12px;
}
.post-meta {
	color: #000;
	font-size: 100%;
	font-style: italic;
}
.comments {
	float: left;
	width: 100%;		
}
.comment {
	border-top: 1px dashed #ec008c; /* border colour */
	padding: 12px;
}
.comment span {
	font: normal 150%/1em Georgia, Verdana, Helvetica, Arial, sans-serif, serif;
}
.comment h3, .comment p {
	margin-bottom: 0;
}
.comment em {
	color: #7e7e81;
	font-size: 100%;
	font-style: italic;
}
.alt {
	background-color: #fde7f4;
	padding: 12px;
}
.comment.last {
	margin-bottom: 18px;
}
.comment-meta {
	margin-top: 10px;
	text-align: right;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 18px 30px 0 18px;
	clear: right;
}
#sidebar ul {
	list-style-image: url(../images/bullet_flower_white.png);
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	padding-bottom: 8px;
}

/* Footer */
#footer {
	color: #7e7e81;
	clear: both;
	font-size: 90%;
	overflow: auto;
	margin: 0 auto;
	padding: 12px 18px 6px 18px;	
	width: 804px;
	background-color: transparent;
}
#footer a, footer a:hover {
	color: #7e7e81;
}
#footer-meta {
	float: left;
	width: 80%;
}
#by-cuie{
	float: right;
	text-align: right;
	width: 20%;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Additional styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-no-float {
	border: 1px solid #e4e4e4;
	text-align: center;
	margin: 0 auto;
}
.pic-left {
	border: 1px solid #000;
	float: left;
	margin: 0 12px 5px 0;
}
.pic-right {
	border: 1px solid #000;
	float: right;
	margin: 0 0 5px 12px;
}
div.post img.thumbnail {
	border: 1px solid #000;
	float: left;
	margin: 0 12px 12px 0;
	width: 96px;	
}
img.thumbnail {
	border: 1px solid #000;
	padding: 3px; 
	float: left;
	margin: 0 12px 5px 0;
	width: 72px;	
}
.no-border {
	border: none;
}
.no-border-left {
	float: right;
	border: none;
}
.no-border-right {
	float: right;
	border: none;
}
.pink {
	color: #ec008c;
}
.reviews {
	font: italic 115%/1.250em Verdana, Helvetica, Arial, sans-serif, serif;
	color: #89001d;
	margin: 6px 0 18px 0;
	border: none;
}
.reviewer {
	font: normal 85%/1.250em Verdana, Helvetica, Arial, sans-serif, serif;
	color: #4a4848;		
}

/* Forms
---------------------------------------------------------- */
input, select, textarea {
	background-color: #fff;
	font-size: 100%;
	padding: 4px;	
}
input, select, textarea {
	color: #000;
	border: none;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	margin: 0 0 18px 0;
	width: 280px;	
}
input.btn {
	background-color: #ec008c;
	border: none;
	color: #fff;
	padding: 4px;
	margin: 0 0 9px 0;
	width: 80px;	
}
input.btn:hover {
	background-color: #000;
	color: #ec008c;
}
.error {
	color: #ec008c;
	font-style: italic;
}
#feedback, #comment-form, #subscribe {
	background-color: #e9e9e9;
	padding: 18px 18px 9px 18px;
	margin-bottom: 9px;
}
#subscribe {
	margin-bottom: 18px;
}
#comment-form p {
	margin-bottom: 12px;	
}
.form-label {
	text-align: right;
	float: left;
	padding: 0 18px 0 0;
	width: 176px;
}
.form-field {
	float: right;
	width: 288px;
}
#subscribe input {
	width: 128px;
}
#subscribe input.btn {
	width: 80px;
}
#subscribe .form-label {
	text-align: right;
	float: left;
	padding: 0 18px 0 0;
	width: 50px;
}
#subscribe .form-field {
	float: right;
	width: 136px;
}
