/*  
	Theme Name: Danceworks
	Theme URI: http://decho.co.uk/danceworks
	Description: By Decho. Updated by James Whayman.
	Version: 2.0
	Author: James Whayman
	Author URI: http://www.jameswhayman.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
img.alignleft {
        float: left;
        margin:0;
}

img.clear {        
        margin:0;
	clear:both;	
	
}

img.aligncenter {
        margin-top:10px;
        margin-bottom:10px;
        display: block;
        margin-left: auto;
        margin-right: auto;

}

img.alignright {
        float: right;
        margin:0;

}

* {
	margin:0;
	padding:0;
}

/*BINARY FOUNDRIES CSS*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.homepage {
    background-color: #E31B23;
    background-image: url('images/red-paper.png');
    background-position: center;
    background-size: contain;
}

.defaultpage {
    background-color: #EEE;
    background-image: url('images/paper.png');
}

#page {
	font-size:0.7em;
    min-height: 100%;
    position: relative;
}

#header {
}

.header-home {
    position: absolute;
    height: 115px;
    width: 715px;
}

#header h1 {
    float: right;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    width: 50%;
    padding: 25px 0;
}

.homepage #header h1 {
    color: #FFF;
}

#header #header-social-media {
    text-align: right;
    margin: 5px 0;
}

#header #header-social-media img {
    border: 1px solid #F53C45;
    height: 24px;
    width: 24px;
    
}

/* Search Bar */
#header #header-widget-container {
    list-style-type: none;
    float: right;
    padding: 22px 30px;
}

#header .widget_search label {
    display: none;
}

#header .widget_search input {
    border: 1px solid #CCC;
    outline-color: #EF342A;
}

#header .wrapper {
    height: 115px;
    background-repeat: no-repeat;
    background-position: left center;
}

.homepage #header .wrapper {
    color: #FFF;
    background-image: url('images/logo.png');
}

.defaultpage #header .wrapper {
    color: #000;
    background-image: url('images/red-logo.png');
}

#content {
	width:975px;
	padding:10px;
    padding-bottom: 40px;
    margin: 0 auto;
}

.wrapper {
    width: 996px;
    margin: 0 auto;
}

img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input {
    padding: 5px;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Navigation Menu */
#navigation {
    margin-bottom: 30px;
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
}

#navigation .wrapper {
    height: 100%;
    width: 100%;
    text-align: center;
}

#navigation .nav-menu {
    height: 100%;
}

#navigation .menu {
    height: 100%;
}

#navigation .menu .menu-item {
    list-style-type: none;
    display: inline-block;
    padding: 10px;
}

#navigation .menu .menu-item a {
    color: #FFF;
}

#navigation .menu .menu-item a:hover {
    color: #e31b23;
}

#navigation .menu .current-menu-item a {
    color: #EC455C;
}

#navigation .sub-menu {
    display: none;
    position: absolute;
    margin: 10px 0 0 -10px;
    background-color: #000;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 3;
}

#navigation .sub-menu .menu-item {
    display: list-item;
    padding: 5px 10px;
}

/* Footer*/
#footer {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #000;
    overflow: hidden;
}

#footer .wrapper {
    padding: 5px;
}

/*Breadcrumbs*/
.breadcrumb .children {
    display: none;
}

/* Search Results */
#search {
    margin: 0 30px;
}

#search h2 {
    font-family: "Verdana", Arial, Sans-Serif;
}

#search h3 {
    font-family: "Verdana", Arial, Sans-Serif;
    font-size: 1.5em;
}

#search h3 a:hover {
    color: #CA233A;
}

#search .post {
    margin-bottom: 30px;
}

#search .post p {
    line-height: 2em;
}

/*Footer User Signup */
#mc_embed_signup input {
    max-width: 125px;
}

#mc_embed_signup #mc-embedded-subscribe {
    background-color: #EEE;
    margin: 0 5px;
}

#mc_embed_signup #mc-embedded-subscribe:hover {
    background-color: #CCC;
}

body, select, input, textarea {
	font-family: "Verdana", Arial, Sans-Serif;
}
	
p {	
	margin:0;
	margin-bottom:10px;
	}

a:link, a:visited {
	color:#278dff; /*font title*/
	text-decoration:none;
	}

a:hover, a:active {
	color:#d81e05; /*hover title*/
	text-decoration:none;
	}
/*END BINARY FOUNDRIES CSS*/


/*hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}*/
hr {
background-color: transparent;
border-color:#fff;
color:#fff;
border: none;
}	
	
hr.nocolour {
background-color: transparent;
border-color:#fff;
color:#fff;
border: none;}	

small {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:0 0 0 4px;
	}
	
.smalllatest {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0 0 4px;
	}	
	
.postlink{
	font-size: 0.95em;
	background:#fffff;
	padding-top:15px;
	}	

img, a:link img, a:visited img {
	border:0
	}

/*Main Navbar */

#nav {
	/*background:#29292B;*/ /*old background colour*/
	background:#000000;
	font-size:9pt;
	margin-bottom:15px;
	
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	/*border-right:1px solid #a9a9a9;*/ /*border colour*/
	overflow:hidden;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:6px 12px;
	padding:10px 22px;
	}

#nav a:hover, #nav a:active, #home .on {
	/*background:#4E4F53;*/ /*old mover over*/
	background:#005BBF; /* background colour when hovering over menu */
	text-decoration:none;

	}
.current_page_item {color:#33FF00;}		
	
	
/* Dropdown Menus */		
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	z-index:20001;
	border-bottom: 1px solid #000;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #000; /* border colour around drop-down menues */
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background:#278dff; /*background colour of dropdown when not hovering*/
	}

#nav li li a:link, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#fff;
	}


#nav li li a:hover, #nav li li a:active {
    color: #E31B23;
	}
	
#nav li ul:hover { 
    color:#E31B23;
}		


#nav li.current_page_item li a {
    color:#E31B23;
}

#nav li.current_page_item li a:hover {
    color:#E31B23;
}

#nav li.current_page_item a{
    color:#E31B23;
}

#nav li li.current_page_item a{
    color:#E31B23;
}

#nav li.current_page_parent a{
    color:#E31B23;
}

#nav li.current_page_parent a:hover{ color:#fff} 
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	
	}

a.main:hover
{	background:none;
	}
	
	
/* link colours */
	
#pagecrumb {
    display:block; 
    width:100%; 
    clear:both; 
    float:left;
    margin-top: -15px;
}	
	
ul.breadcrumb, ul.subcrumb {
list-style-type:none;
}

ul.breadcrumb li, ul.subcrumb li{
display:block; float:left; margin:0; margin-right:10px; border-left:1px solid #d81e05; padding-left:10px;
}

ul.breadcrumb li.mainpage { font-style:italic; color:#278dff;}


ul.breadcrumb li a:link, 
ul.breadcrumb li a:active, 
ul.breadcrumb li a:visited,
ul.subcrumb li a:link, 
ul.subcrumb li a:active, 
ul.subcrumb li a:visited{color:#d81e05; text-decoration:none; padding-bottom:1px;}
ul.breadcrumb li a:hover {color:#d81e05; text-decoration:none; padding-bottom:1px; border-bottom:1px solid;}

ul.subcrumb li.current_page_item a{ font-style:italic; color:#278dff;}

a.post-edit-link {float:left; clear:both;}

div.danceworks_right { float: right; display: block; clear:none; vertical-align:top; background:#fff;}
div.danceworks_left { float: left; display: block; clear:none; vertical-align:top; background: transparent;}
	

		
/* Structure */


#branding {
	width:500px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar, #sidebarr, #sidebarl {
	
	width: 200px;
	font-size:8pt;
		background:#f4fafc;
		padding:5px;
	}
	
#sidebar {
	float:left;
	}
#sidebarr {
	float:right;
	}
		
#sidebarl {
	float:left;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:10px;
	}	
	
/*#sidebarl li a {color:#d81e05;}*/	
	
#browse-select {
	font-size:7pt;
}

/*Css for the index page*/
	
#welcomebar{
	background:#ffffff;
	padding-right:8px;
	margin:20px 0 0 10px;
	height:160px;
	width:332px;
	float:left;
	}
		
#latestbar{
	background:#ffffff;
	padding:5px 5px 0 10px;
	margin:10px 0 0 10px;	
	width:330px;
	text-align:justify;
	float:right;
	font-size:9pt;
	}

#photobar{
	/*	background:#000;*/
	/*	background:url(images/pic.jpg) no-repeat left ;*/
		width:380px;
		height:285px;		
		margin:20px 10px 20px 0px;
		float:left;
		}
		
#indexlinks{
	
		background: #0086b3 url(images/Danceworks_02.gif) no-repeat 0 0;
		width:996px;
		height:459px;		
		}		
		
#photobar img{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #dddddd;	
}
	
/*end of Css for index page*/

#sidebar ul li, #sidebarl ul li, #sidebarr ul li 
{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 4px 20px;
	background:url(images/gobutton2.gif) no-repeat;
	background-position:top left;
}

#contenttitle {
	float:left;
	width:770px;
	margin: 0px;
	padding: 10px 0px 0px 8px;
	
	}	
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#F8F8FA; /*background*/
	display:block;
	padding:4px 4px 4px 8px;
/*	border-left:4px solid #DEDFE1;*/
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#EEF1FE;
	text-decoration:none;
	color: #E13333;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
			
/*	Headers */
	
	

h1 {
	color: #333333;
	font-size: 22px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	}

.mainheader{
	color: #333333;
	font-size: 24px;
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}		
		
		
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

/*sidebar colour*/

#sidebar h3, #sidebar h2 {
	padding:6px 0 4px 0px;
	margin:5px 0 5px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
h5 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 12px 0;
	}	

.singlepage {
	color:#2999bf;
	font: 14pt Arial, "Times New Roman", Georgia, Times, serif;
	font-weight:bold;
	padding-top:15px;
}

.singlecomment {
	font-size: 0.95em;
	font-style:italic;
	background:#fffff;
	padding:4px 0px;
}	
	
	
/* Content */

	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	padding-left:10px;
	}
	
.linebreak{
	margin-top:13px;
	border-top:5px solid #999;
}
	

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, {
	margin:0;
	}

.feature img {
	padding:1px;
	border:1px solid #000;
	}
			
#adsense_placeholder {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}	
	
#headerimage {
	margin-top:22px;
	}

.title {
	font-family: Arial, Verdana;
	font-size:1.5em;
	}
	
.feature#lead .title {
	font:2.5em "Times New Roman", Georgia, Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	/*padding-top:5px;
	text-align:justify;*/
	text-align:left;
	font-size:9pt;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

/*Calendar*/


div.widgetwidget_calendar { }

.contentdate {
	background: #FFFFFF url(images/calendar.gif);
	float: left;
	width: 45px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

#contentmiddle {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 10px 0px;
	display: inline;
	}
	
#contentmiddle ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}

.postspace {
	background: #EFEFEF url(images/spacer.gif);
	width: 770px;
	height: 10px;
	margin-top: 15px;
	padding: 0px;
	}

/*Post*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
/*Search*/

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
	}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

/* Comments*/

.avatar {
        float:right;
        padding:0;
        margin:5px;

}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	
.mycomments 
{
	background:url(images/comments.gif) no-repeat left center;
	padding-left:20px;
}
	
/*posting icon*/	
.myposts 
{
	background:url(images/posting.gif) no-repeat left center;
	padding-left:16px;
}

.myedits
{
/*	background:url(images/edit.gif) no-repeat left center;*/
	padding-left:10px;
}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	

#footer a, #footer a:link, #footer a:active, #footer a:visited { color:#003366; text-decoration:none; padding-bottom:1px; border-bottom:1px solid;}
#footer a:hover { color:#d81e05; text-decoration:none; padding-bottom:1px; border-bottom:1px solid; }
#footer p { color:#003366;}

#recentpost {
	padding:10px 5px 5px 5px;
	margin:10px 0 20px 20px;
	text-align:justify;
	float:right;
	font-size:8pt;
	border-width:1px;
	border-style:solid;
	border-color:#dddddd;
	width:324px;
	background-color:#eefeee;
}
	
#recentpost li {
	padding-left: 0px;
	margin-left: 20px;
	list-style-image:url(images/mini-comments.gif);
}

#recentpost a:hover {
	text-decoration: underline;
}

#recentposttitle {
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:#cccccc;
	width:320px;
}

#bottombar {
	clear:both;
	color: #666666;
	overflow: hidden;
		background:#f4fafc;	
	border-width: 2px 0 0 0;
	border-style:solid;
	border-color: silver;
}

#bottombar li {
	list-style-type:square;
	border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#dddddd;
	padding-left: 0px;
	margin-left: 20px;
}

#bottombar li a:link {
	display:block;
	padding:5px;
	color: gray;
}

#bottombar li a:visited {
	display:block;
	padding:5px;
	color:gray;
}

#bottombar li a:hover {
	display:block;
	background: lightsteelblue;
	color:white;
}


#categoryx {
	padding: 0px 5px 10px 5px;
	width:230px;
	float:left;
	font-size:8pt;
}


#archivex {
	padding: 0px 5px 10px 5px;
	width:230px;
	float:left;
	font-size:8pt;
}

#commentx {
	padding: 0px 5px 10px 5px;
	width:230px;
	float:left;
	font-size:8pt;
}


#blogroll {
	padding: 0px 5px 10px 5px;
	width:230px;
	float:left;
	font-size:8pt;
}

#write_by {
	padding-top: 2px;
}

.bottombartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #CFE1AC;
}

.sideblock
{
	padding: 0px 10px;
	margin-bottom: 20px;
	background-color: #F6FAFF;
	border: 1px solid #DFEAF7;
}

#singlecat li {
	float:left;
	list-style-type:none;
}

#singlepostin {
	float:left;
}

#singlepostwrapper {
	padding: 0px 0px 10px 0px;
	font-size:8pt;
}