/* @override 
	http://www.bespokedancecompany.co.uk/wp-content/themes/bespokedance/style.css
*/

/* ----------------------------------------------------- 
	Theme Name: Bespoke Dance Company
	Them URI: http://www.cultivatecreative.co.uk
	Version: 1.0
	Media: Screen
	Author: Cultivate Creative
	Edit Date: 03/06/2010
----------------------------------------------------- */

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a { 
	outline: none;
}

q:before,
q:after {
	content: '';
}

/* -------------------------------- [ General Elements ] */
body {
	font-size: 12px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: #d7e9e3;
	border-top: 4px solid #5ea790;
}

p {
	font-size: 1.1666em; /* 14px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

h1 {
	font-size: 2em; /* 24px */
	line-height: 1.5em; /* 36px */
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.6666em; /* 20px */
	line-height: 1.4em; /* 28px */
	margin-bottom: 0.8182em;
	color: #5EA790;
}

h3 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-bottom: 0.6em;
	color: #5EA790;
}

h4 {
	font-size: 1.5em; /* 18px */
	line-height: 1em; /* 18px */
	margin-bottom: 1em;
}

h5 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-bottom: 1.125em;
}

.small {
	font-size: 0.8333em; /* 10px */
}

ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}

ul li {
	list-style: none;
	font-size: 1.1666em; /* 14px */
	line-height: 1.5em; /* 18px */
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid;
}

a:hover {
	color: #5EA790;
}

/* --------------------------------- [ General Classes ] */

.left {
	float: left;
}

.right {
	float: right;
}

.col {
	width: 202px;
	margin-right: 30px;
}

.last {
	width: 202px;
}

/* ----------------------------------------- [ Wrapper ] */
#wrapper {
	width: 898px;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px 20px 0;
	background: #fff url(assets/background.png) no-repeat 480px 150px;
	position: relative;
}


/* ------------------------------------------ [ Header ] */
#header {
	width: 898px;
	height: 205px;
	float: left;
	position: relative;
}

#header h1 {
	float: left;
	margin-bottom: 0;
}

#header h1 a {
	width: 185px;
	height: 200px;
	display: block;
	background: url(assets/bespoke-logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
	border: none;
}

.gcse-class {
	width: 138px;
	height: 129px;
	display: block;
	background: url(assets/dls-dance-show.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 5px;
	top: 55px;
	z-index: 10;
	border: none;
}


/* --------------------------------------------- [ Nav ] */
#nav,
#menu-nav {
	width: 690px;
	float: right;
	padding: 8px 10px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 89px;
}

#nav li,
#menu-nav li {
	font-size: 1.1em;
	display: inline;
	margin-right: 20px;
}

#nav li a,
#menu-nav li a {
	border: none;
}

.current_page_item a,
.current-page-ancestor a,
.current-category-ancestor a {
	color: #5EA790;
}

#sub-nav {
	padding: 0 0 30px 0 !important;
	margin: 0;
	position: absolute;
	top: 160px;
	left: 198px;
}

#sub-nav li { 
	display: inline;
	margin-right: 1em;
	font-size: 1.1em;
}

#sub-nav li a { 
	color: #222;
	font-weight: normal;
	border: none;
}

#sub-nav li a:hover {
	color: #5EA790;
}

#sub-nav .current_page_item a,
#sub-nav .current-cat a {
	font-weight: bold;
}

/* ------------------------------------------ [ Content ] */
#content {
	float: left;
	padding-bottom: 20px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
}
/* --------------------------------------------- [ Home ] */
.nivoSlider {
	float: left;
}

#slider {
	position: relative;
	margin: 10px 0 50px;
	background: #202834 url(assets/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow: 0px 3px 10px #333;
	-webkit-box-shadow: 0px 3px 10px #333;
	box-shadow:0px 3px 10px #333;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#slider a {
	border: 0;
}

.nivo-controlNav {
	position: absolute;
	left: 47%;
	bottom: -30px;
}

.nivo-controlNav a {
	display: block;
	width: 10px;
	height: 10px;
	background: url(assets/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}

.nivo-controlNav a.active {
	background-position: -10px 0;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(assets/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.home {
	position: relative;
}

.home h2 {
	float: left;
	width: 434px;
	margin-right: 30px;
	font-size: 1.5em; /* 18px */
	line-height: 1.375em; /* 22px */
}

.parties {
	width: 202px;
	height: 85px;
	display: block;
	background: url(assets/childrens-dance-party.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin-right: 200px;
	border: none;
}

.hiphop {
	width: 202px;
	height: 78px;
	display: block;
	background: url(assets/hiphop-dance.png) no-repeat;
	text-indent: -9999px;
	float: left;
	border: none;
}

.news-home {
	width: 202px;
	float: right;
	position: absolute;
	right: 0;
	top: 390px;
}

.news-home ul {
	padding: 0 !important;
}

.news-home ul li {
	list-style: none !important;
}

/* -------------------------------------------- [ About ] */
.about {
	margin-top: 10px;
	padding-left: 30px;
	width: 800px;
}

.about img {
	float: left;
	margin-right: 30px;
}

#post-2 {
	width: 434px;
	float: right;
}

.page-45 {
	width: 630px;
}

.page-2,
.page-16,
.page-22,
.page-43,
.page-45,
.page-49,
.page-229,
.page-386,
.page-388,
.offer {
	padding-left: 30px;
}

.page-2 {
	width: 600px;
}

.page-22 {
	width: 868px;
}

.page-49 {
	width: 800px;
}


#sub-content {
	float: left;
	width: 898px;
	padding-top: 20px;
	border-top: 1px solid #d9d9d9;
}

#sub-content p {
	font-size: 1em;
}

.about .col p,
.about .last p {
	font-size: 1em;
}

.left-col {
	float: left;
	width: 419px;
	margin-right: 30px;
}

.right-col {
	float: left;
	width: 419px;
}

.page-229 {
	width: 868px;
	position: relative;
	min-height: 380px;
}

.page-229 p {
	clear: left;
}

.provide {
	position: absolute;
	top: 0;
	right: 20px;
	width: 230px;
	height: 145px;
	float: left;
	padding: 10px;
	background: #e0efe9;
}

.you-provide {
	position: absolute;
	top: 190px;
	right: 20px;
	height: 145px;
	width: 230px;
	float: left;
	padding: 10px;
	background: #e0efe9;
}

/* --------------------------------------------- [ Blog ] */
.news-page {
	float: left;
	width: 600px;
	padding-left: 30px;
}

.post {
	float: left;
	width: 600px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}

.post-content {
	width: 460px;
	float: right;
}

.post-meta {
	width: 112px;
	float: left;
	padding-top: 5px;
}

.post-meta p {
	font-size: 1.1em;
}

#sidebar {
	float: left;
	width: 202px;
	margin: 0 0 0 60px;
}

.archive li,
.linkcat,
.blogroll li {
	list-style: none !important;
}

.archive,
.links,
.blogroll {
	padding: 0 !important;
}

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
/* ------------------------------------------ [ Gallery ] */
#content.gallery {
	position: relative !important;
	padding-left: 30px;
}

.gallery .post {
	width: 800px;
}
.gallery .post-meta {
	float: left !important;
}
.gallery .post-content {
	width: 640px;
}

.photogalleria {
	float: left;
}

.galleria_container {
	float: left;
	width: 640px;
	position: relative !important;
}

.galleria {
	float: left !important;
	width: 640px !important;
	padding: 0 !important;
}

.galleria li{
	display:block;
	width: 54px !important;
	height: 54px !important;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0 !important;
}

.galleria_wrapper img {
	margin-bottom: 0 !important;
}

span.caption {
	position: absolute !important;
	top: -43px !important;
	left: 78px; !important;
	font-size: 1.6666em; /* 20px */
	line-height: 1.4em; /* 28px */
	font-style: normal;
	color: #5EA790;
	display: none !important;
}

span.caption:before {
	content: "- ";
}

/* --------------------------------------------- [ GSCE ] */
.page-22 {
	position: relative;
	min-height: 630px;
}

.page-22 p {
	width: 424px;
}

.enquiry {
	position: absolute;
	right: 0;
	top: 42px;
	width: 409px;
	float: right;
}

.enquiry p {
	width: ;
	font-size: 1em;
}

.wpcf7-form {
	position: relative;
}

legend {
	font-size: 1.1em;
	margin: 0;
	padding-bottom: 10px;
	color: #A7A8A8;
}

fieldset {
	margin-bottom : 20px;
	float : left;
	border: 0;
}

.form-label {
	padding: 4px 0 6px;
	clear: both;
}

.form-label.id {
	float: left;
	width: 75px;
	margin-right: 20px;
}

.form-input {
	float: left;
	margin-bottom: 15px;
	position: relative;
}

.form-input.id input {
	width: 300px;
	border: 1px solid #ccc;
	float: left;
	padding: 6px;
}

.form-input.id textarea {
	width: 300px;
	height: 80px;
	border: 1px solid #ccc;
	float: left;
	padding: 6px;
}

label {
	display: block;
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	color: #4C5B52;
}

label em {
	display: block;
	font-size: 0.9em;
}

.form-submit {
	width: 151px;
	border: 0;
	clear: both;
	float: right;
}

.form-submit input {

}

.wpcf7-response-output {
	margin: 0 !important;
	position: absolute;
	top: -35px;
	right: 0;
	font-size: 1em; /* 14px */
	line-height: 1.5em; /* 18px */
	color: #4C5B52;
	width: 230px;
	padding: 2px !important;
}

.form-input .wpcf7-not-valid-tip {
	position: absolute;
	left: 0 !important;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	width: 296px;
	padding: 2px;
}
/* ------------------------------------------- [ Footer ] */
#footer {
	width: 898px;
	float: left;
	padding: 20px 0 40px 0;
	border-top: 1px solid #d9d9d9;
}

#footer h3 {
	font-size: 1.3333em; /* 16px */
	line-height: 1.125em; /* 18px */
	margin-bottom: 0.5em;
}
#footer h2,
#footer .contact {
	float: left;
}

.contact {
	font-size: 1em;
	line-height: 1.3em; /* 18px */
	margin-bottom: 0;
}

#footnotes {
	float: right;
}

.credit,
.copyright {
	margin: 0;
	text-align: right;
}

