/*
Bellydance Central
Design bt Amanda Perris
shimmy@iinet.net.au
*/


/* ===== Normalizing - Overriding Browser Styles ===== */

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, feildset, input, p, blockquote, the, td {
	margin: 5px 0;
	padding: 0;
}

/* Normalizes font-size for headers */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

/* Removes list-style from lists */

ol, ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Collapses table borders */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from feildset and img */

feildset, img {
	border: 0;
}

/* Left-aligns text in caption and th */

caption, th {
	text-align: left;
}

/* Removes quotation marks from q */

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



/* ===== Layout design ideas ===== */


/* Using the html and body elements to fix and centre a design */

html {
	text-align: center;
}

body {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #e79bf2 url(../images/layout/bdc_bg8.jpg) repeat-x;
}



/* Divine proportion for layout calculation phi=1.62 */


/* Bellydance Central Layout */

div#outer_container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: #f7f1f8;
}

/* === Header */

div#header {
	height: 200px;
	position: relative;
	background: #f7f1f8 url(../images/layout/bdc_mainbanner13.gif) no-repeat;
}


/* === Identification Banners */

img#logo {
	position: absolute;
	left: 500px;
	top: 0px;
	
}



div#banner {
	height: 30px;
	width: 100%;
	background-color: #f5e4f7;
	
	
}




/* === Main Navigation */

ul#navigation_main {
	list-style: none;
	margin: 5px;
	padding: 0;
	
}

#navigation_main li {
	float: left;
	display: inline;
	margin: 6px 15px;
	padding: 0;
	font-variant: small-caps;
	font-size: .7em;
	color: #e79bf2;
	letter-spacing: 2px;
	
}

#navigation_main li a:link, #navigation_main li a:visited {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-weight: bold;
	color: #f5528d;
	text-decoration: none;
}

#navigation_main li a:hover, #navigation_main li a:active {
	color: #f73ef5;
}

#navigation_main li a.current {
	color: #e79bf2;
	font-style: italic;
	cursor: default;
}


/* === Sub Navigation */

#navigation_sub li {
	display: inline;
	font-family: Georgia, Tahoma;
	font-variant: small-caps;
}




/* === Within Primary Content Links */

div#content_primary a {
	text-decoration: none;
}

div#content_primary a:link, div#content_primary a:visited {
	color: #61a11b;
	text-decoration: none;

}

div#content_primary a:hover {
	color: #f73ef5; 
	text-decoration: underline;
}




/* === Within Secondary Content Links */


div#content_secondary a {
	text-decoration: none;
}

div#content_secondary a:link, div#content_secondary a:visited {
	color: #61a11b;
	text-decoration: none;
}

div#content_secondary a:hover {
	color: #f73ef5; 
	text-decoration: underline;
}


h4.link {
	font-family: Georgia, Tahoma;
	font-variant: small-caps;
}


/* === Primary Content */

div#content_primary {
	float: left;
	width: 475px;
	margin: 0;
	padding: 25px;
	background: #f7f1f8;
	
}



/* Primary Text Styles */

h1 {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #851a94;
	line-height: 150%;
	text-transform: capitalize;
	font-variant: small-caps;
}

h2 {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	font-weight: normal;
	font-size: 1em;
	padding: 0 0 5px 0;
	color: #851a94;
	line-height: 150%;
	border-bottom: #666 1px solid;
}


h4 {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #444;
	line-height: 150%;
}


p {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .725em;
	line-height: 150%;
	color: #444;
	
}



div#content_primary li {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .7em;
	color: #444;
	
}

div#content_fullwidth li {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .7em;
	color: #444;
	
}

div#content_primary ul.instructors {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .9em;
	font-style: italic;
	color: #444;
}



/* === Secondary Content */

div#content_secondary {
	float: right;
	width: 220px;
	margin: 42px 0 20px 0;
	padding: 0 10px;
	border-left: #f5e4f7 2px solid;
}

div.attention {
	height: 255px;
	background: #f7f1f8 url(../images/layout/papyrus2.gif) no-repeat;
}

img.promo {
	margin: 0 15px;
	background-color: #fff;
	border: #666 1px solid;
	
}








/* Secondary Text Styles */

h3 {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	padding: 5px 10px 5px 10px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
	color: #f5528d;
	text-transform: capitalize;
	font-variant: small-caps;
	
}


h5 {
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", serif;
	padding: 10px;
	font-size: .8em;
	font-weight: normal;
	color: #f5528d;
	border-bottom: #666 1px solid;
	
}


div#content_secondary p, div#content_secondary li {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	color: #444;
	font-size: .7em;
	padding: 0 10px;
	
}




/* === Standout Divs */

div.standout {
	padding: 10px;
	background-color: #f5e4f7;
	border: #851a94 1px solid;
}

div.standout h2 {
	font-size: 1em;
	color: #444;
	border: none;
}

div.standout_plus {
	height: 75px;
	overflow: auto;
	padding: 10px;
	background-color: #f5e4f7;
	border: #851a94 1px solid;
}

div.standout_plus h2 {
	font-size: 1em;
	color: #444;
	border: none;
}

div#news {
	height: 600px;
	overflow: auto;
	
}



/* === Images */



dl.photograph_a {
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: bold;
	font-size: .7em;
	line-height: 80%;
	color: #444;
}

dl.photograph_b {
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-weight: bold;
	font-size: .7em;
	line-height: 80%;
	color: #444;
}



img.intext_a {
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 5px 5px 20px 5px;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	background-color: #fff;
}

img.intext_b {
	float: right;
	margin: 5px 0px 0px 10px;
	padding: 5px 5px 20px 5px;
	border: #ccc 1px solid;
	background-color: #fff;
}


/* === Full Width Content */


div#content_fullwidth {
	float: left;
	width: 700px;
	margin: 0;
	padding: 25px;
	background: #f7f1f8;
}



/* === Footer */

div#footer {
	clear: both;
	background-color: #e79bf2;
	margin: 0 auto;
	padding: 10px;
	
}

#footer p {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .6em;
	color: #f5528d;
}

#footer p a {
	color: #666;
	text-decoration: none;
}



/* === Miscellaneous Styles */

.clear {
	clear: both;
}

h3.click_here {
	margin: 0px 20px 0px 10px;
	padding: 0 25px;
	background-color: #f5e4f7;
	border: #f5528d 1px solid;
}

.alert {
	color: red;
}


/* === Table Styles */

table {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: .6em;
	color: #222;
	table-layout: fixed;
	width: 100%;
	background-color: #f7f1f8;
	border: #851a94 1px solid;
	
}




th, td {
	border: none;
	padding: 5px;
	
}

th {
	width: 3em;
	text-align: center;
	color: #444;
	background-color: #f5e4f7;
}



td {
	color: #e79bf2;
}




.cellset {
	width: 5em;
	color: #444;
	text-align: center;
	background-color: #f5e4f7;
} 



.classfill {
	text-align: center;
	background-color: #d9d789;
	color: #61a11b;
	border: #851a94 1px solid;
}

.odd {
	background-color: #f5e4f7;
}


caption {
	color: #f7f1f8;
	
}


/*=== Trial Image Replacement for H1 */












