/*
THEME NAME: amrballet
THEME URI: http://www.anmari.com
DESCRIPTION: Ballet for Ballet schools
VERSION: 1.0
AUTHOR: Anna-marie Redpath
AUTHOR URI: http://www.anmari.com

*/
/* v1.0 | 20080212 */
/* Eric Meyer  Reset css  to remove different browser defaults, left some in as this theme has not defined them all*/
html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
fieldset {border: 0; padding: 0 0 0.1em 0;}
input {margin: 0 0.3em 0.1em 0; padding: 0;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset ---------------------------------------------------------- */
/* The main strucural css */
div#container{float:left;width:100%;margin-left:-200px}
div#content{margin-left:200px}
div#primary{float:right;width:200px}
div#secondary{float:right;clear:right;width:200px}
div#footer{clear:both;width:100%}

/* the two column home with news structure within content  - taken from layout gala's 2 col fluid */ 
div#content div#firstcol {float:left;width:50%;}
div#content div#secondcol {float:left; width:48%; padding-left: 1%;}


/* layout gala no 32 - liquid with a fixed column 
div#container{float:left;width:100%}
div#content{margin-right:200px}
div#primary{float:left;width:200px;margin-left:-200px;}
div#secondary{clear:left;width:100%; }
*/
body {
	font: 10pt Arial, Helvetica, sans-serif;
}

body {background: url(images/lhsbg.gif) repeat-y top left; padding-left: 20px;}
div#wrapper {background: white url(images/rhsbgwider.gif) repeat-y top right; padding-right: 19px;}  /* for some reason IE7 needs the background colour to make the picturedisplay correctly*/
div#footer {background: url(images/footer.gif) repeat-x top center;
	clear: both;
	padding: 5px 0px;
	text-align:center;
}
div#content{padding: 0 10px 0 25px;}
div.sidebar {background-color: #ccc;}
	
a, a:link, a:visited {
	color: #444;
}
a:hover {
	color: #9A0130;
}

h1#blog-title {
	background: #ddd url(images/title.gif) repeat-x top center;
	text-align: right;
	padding: 3px 10px 0px 0px;
	font: bold 20px blackjack, freestyle script, georgia;
	height: 27px;
	margin: 0;
}
h1#blog-title a, h1#blog-title a:link, h1#blog-title a:hover, h1#blog-title a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
div#blog-description {
	background: url(images/image.jpg) repeat-x top;
	text-align: right;
	font: bold xx-small blackjack, freestyle script, georgia;
	height: 199px;
	color: #C36E70;
}


div#access div.skip-link{
	display: none;
}
/* the menu */
div#menu{
	background: url(images/navigate.gif) repeat-x center center;
	font-size:0.9em;
	height:28px;
	padding:0;
	width:100%;
	border-bottom: 1px solid;
	border-top: 1px solid;
	border-color: #666;
}
div#menu ul a{
	font-weight:700;
	text-decoration:none;
}
div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul li{
	float: left;
}
div#menu ul li a{
	background: url(images/navigate.gif) center center;
	padding: 8px 10px 2px 10px;
	border-right: 1px solid #666;
	height:19px;
	float: left;
	color:#333;
}
div#menu ul li a:hover{
	border-top: 1px solid #666;
	padding-top: 7px;
	color: #fff;
}
div#menu ul ul {
	display:none;
}

/* Entry related */
.entry-title{
	clear:both;
	border-bottom: 1px dashed #C14C56;
	text-align: right;
	margin: 10px 0px 0px 3px;
	padding: 0;
}
#content a, #content a:link, #content a:visited {
	color: #C14C56;
}
#content a:hover {
	color: #9A0130;
}
.entry-title a{
	color: #9A0130 !important;
	text-decoration: none;
}
.entry-date {
	color: #666;
	font-size: smaller;
}
.entry-date abbr {
	border-bottom: 0px none;
}

/* etcetera */
div#nav-above,div#nav-below{
	width:100%;height:1em;
}
div#nav-above{
	margin-bottom:1em;
}
div#nav-below{
	margin-top:1em;
}
.alignleft,div.nav-previous{
	float: left;
}
.alignright,div.nav-next{
	float: right;
}
/* forms */
form#commentform .form-label{
	margin:1em 0 0;
}
form#commentform span.req-field{
	background:#ddd;
	color:red;
}
form#commentform,form#commentform p{
	padding:0;
}
input#author,input#email,input#url
	{width:50%;
}
input#author,input#email,input#url,textarea#comment{
	padding:0.2em;
}
ol.commentlist li{
	margin:0 0 3.5em;
}
textarea#comment{
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

/* the sidebar */
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{
	margin:0;
	padding:0;
}

div.sidebar h3{
	font-size: larger;
	letter-spacing: 1px;
	margin: 20px 0 0 0;
	padding-right: 10px;
	text-align: right;
	color: #fff;
	border-bottom: 1px solid;
	background-color: #ccc;
}
div.sidebar input#s{
	width:7em;
}
div.sidebar a:link, div.sidebar a:visited {
	color: #9A0130;
}
div.sidebar a:hover {
	color: #C14C56;
}
div.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
div.sidebar li li {
	padding: 5px 0px 3px 0px; 
	margin-bottom: 3px;
	display: block;
	border-bottom: 1px dashed #888;
	}
div.sidebar li li li {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
	text-align: left;
}
div.sidebar li li a, div.sidebar li li a:link, div.sidebar li li a:visited {
	text-decoration: none;
}
div.sidebar li li a:hover {
	color: #9A0130;
	background: #ccc;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
div.sidebar li form{
	margin:0.2em 0 0;
	padding:0;
}

