/* start of: colour scheme */
/*
1 color:  #000000 black
2 color:  #FFCC00 main yellow
3 color:  #FFFF33 2nd yellow (lighter)
4 color:  #111/222/333/555 - only used by scrollbars
*/
/* end of: colour scheme */

body, form, input, table, textarea {
	font-family: Arial, Helvetica, sans-serif}

body {
	background-color: #000000;
	color: #FFCC00;
	font-size: 95%;
	margin: 0;
	padding: 0}
	
p,ul,ol,dt,dd,h1,h2,h3,h4,h5,h6,table {
	/*border: solid 1px #dddddd; to remove */
	padding: 0;
	margin: 1em 0 1em 0}
	
ul ul {
	margin-top: 0}

/* start of main page structure */
	/* +++++ page layout +++++ */

#page {
	background-image: url(/site/images/helena_bellydancer.jpg);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	min-width: 850px}/* if you alter this also chage it in ie_additions.css*/

#nav, #footer1 {
/*border: solid 1px #333; for testing only*/
	overflow: hidden;
	float: left;
	position: relative;
	left: 20px;
	width: 350px}

#footer {
	clear: both}

#content {
	background-image: url(/site/images/shader.gif);
	overflow: visible}

#content, #footer2 {
/*border: solid 1px #333; for testing only*/
	overflow: hidden;
	padding-left: 3px;
	float: left;
	position: relative;
	left: 20px;
	width: 58%;
	max-width: 700px}

#end {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;}

#footer1 {
	clear: both}

#footer2 {
	text-align: right}

	/* +++++ nav layout +++++ */

#nav {}

ul#nav_main {
	font-size: 140%;/*was 150*/
	list-style: none;
	margin: 5.5em 0 1em 0;
	padding: 0}

ul#nav_main li {
	margin-bottom: 0.25em}

ul#nav_main ul {
	font-size: 75%;/*was 75*/
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0}

ul#nav_main ul ul {
	font-size: 75%;/*was 75*/
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0}

ul#nav_main ul ul ul {
	font-size: 100%;
	list-style: none;
	margin: 0 0 0 1em;
	padding: 0}

p.contact {
	font-size: 120%;
	margin: 2em 0 0.25em 0}

ul.contact {
	list-style: none;
	margin: 0;
	padding: 0}
	
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	border-bottom: none !important;
	color: #FFCC00;
	margin: 0 1em 0 0;
	padding: 0;
	text-decoration: none}

#nav a:hover, #nav a:active {
	color: #FFFF33 !important}

	/* +++++ nav show/hide rules +++++ */

.about, .book, .classes, .student {
	display: none}

#about .about {
	display: block}

#book .book {
	display: block}

#classes .classes {
	display: block}

#student .student {
	display: block}

/* start of generic mark-up styling */
      /* +++++ simple text elements +++++ */

p, #content li  {line-height: 1.25em}

h1 {font-size: 150%}

h2 {font-size: 120%}

h3 {font-size: 115%}

h4 {font-size: 110%}

h5 {font-size: 105%}

h6 {font-size: 100%}

q  {font-style: italic}

cite {
	display: block;
	font-style: italic;
	font-weight: bold;
	margin-top: -1em;
	padding: 0}

blockquote {
	font-style: italic;
	margin-left: 0}

hr {border: 1px solid #F00;
	color: #FFCC00;
	height: 1px}

	/* +++++ list elements +++++ */

ul {list-style: square;
	margin-left: 2.5em;
	padding-left: 0}

ol {margin-left: 2.5em;
	padding-left: 0}

dl {margin: 0;
	padding: 0}

dt {font-weight: bold;
	margin-bottom: 0 !important}

dd {margin-left: 25px;
	margin-top: 0 !important}

	/* +++++ link elements +++++ */

a:link, a:visited {
	border-bottom: solid 1px #FFCC00;
	color: #FFCC00;
	text-decoration: none}

a:hover, a:active {
	border-bottom: solid 1px #FFFF33;
	color: #FFFF33;
	text-decoration: none}

a img {
	border: none !important}

	/* +++++ table elements +++++ */

table {
	border: solid 1px #FFCC00;
	font-size: 100%;
	width: 100%}

caption {
	font-weight: bold}

th {padding: 0.25em 0.25em 0.25em;
	text-align: left;
	vertical-align: top}

td {padding: 0.25em;
	vertical-align: top}

	/* +++++ form elements +++++ */

form {
	border: solid 1px #FFCC00;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em 1em}

form dd {
	margin-top: 0.25em;
	margin-bottom: 0.75em}

fieldset {
	border: none}

input, textarea {
	background-color: #111111 !important;
	border: solid 1px #FFCC00;
	color: #FFCC00;
	font-size: 100% !important;
	padding: 4px}

input {
	color: #FFCC00;
	width: 30%}

input.check {
	background-color: #111111 !important;/* to check in non-IE based browsers */
	border: solid 1px #FFCC00;/* to check in non-IE based browsers */
	width: auto !important}

select {
	background-color: #111111 !important;
	border: solid 1px #FFCC00;
	color: #FFCC00;}

.submit {
	background-color: #111111 !important;
	border: solid 1px #FFCC00;
	color: #FFCC00;
	cursor: pointer;
	width: auto}
textarea {
	color: #FFCC00;
	width: 65%}


/* end of generic mark-up styling */
/* start of specific mark-up styling */

.article {
	margin: 0 0 1em 0;
	padding: 0 0.25em 0 0.25em}

.article h2 {
	margin-top: 0.25em}

.article img {
	float: right;
	margin: 0;
	padding: 0.25em 0 0.25em 0.25em}

.break {
	clear: both}

.back2top {
	clear: both;
	display: block;
	font-size: 80%;
	text-align: right;
	line-height: 1em;
	margin: 0 0.25em 0.5em 0;
	padding: 0}

.hidden {
	position: absolute;
 	left: 0px;
 	top: -500px;
 	width: 1px;
 	height: 1px;
 	overflow: hidden}

img.right {
	padding: 0 0 5px 5px;
	float: right}

.large {/*see .small */
	font-size: 115%}

.small {/*see .large */
	font-size: 90%}

/* end of specific mark-up styling */
/* start of gallery mark-up styling */

div.thumb_main {}

div.thumb_row {
	clear: both}

div.thumb_cell {
	display: inline;
	float: left;
	width: 120px}

div.image {
	padding: 0 10px 0 10px}

div.caption {
	font-size: 70%;
	font-weight: bold;
	padding: 0 10px 10px 10px;
	text-align: center}

p.caption {
	font-size: 70%;
	font-weight: bold;
	margin: 0;
	padding: 0}