/*	Darner Media CSS File
	Created by W. Thomas Leroux
	info@darnermedia.ca
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#bg {
	margin: 10px auto;
	width: 760px;
	background: url(images/dm-background2.jpg) repeat-y;
	}

#wrapper {
	border: 2px solid #455560;
	width: 750px;
}


/* @group Header */

#header {
	height: 280px;
	background-color: #f9971c;
	margin-right: 1px;
	padding-top: 1px;
}

	#header h1 {
	width:550px;
	height: 264px;
	position: relative;	
	margin-left: 200px;
	margin-top: 0;
}

/* STYLE THIS SO THE COLOUR IS NOT *BLUE* */
#header h1 span {
	position:absolute;
	height: 100%;
	width: 100%;
	background: url(images/darner-media-logo-537x264.jpg) no-repeat;	
}

#header h1 a {
	color: #fff;
	font-size: medium;
	text-decoration: none;
}

#header h1 a:hover {
	color: #fff;
	font-size: medium;
	text-decoration: underline;
}

/* @end */

/* @group Navigation */

#navigation {
	/*border: 1px dashed #4e4e4e;*/
	width: 217px;
	float: left;
	background: url(images/dm-top-curve.jpg) no-repeat;
	padding-top: 21px;
}



#navigation ul {
	width: 217px;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	background: url(images/dm-button_1.jpg) no-repeat left top;	
	width: 217px;
	background-color: #f9971c;
	height: 69px;
	list-style-type: none;
	}

#navigation ul li a  {
/*	border: 1px dashed #f00;*/
	display: block;
	color: #fff;
	position: absolute;
	text-decoration: none;
	white-space: nowrap;
	width: 156px;
	height: 32px;
	font: bold 17px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	margin: 16px 0 0 30px;
	padding: 13px 10px 0 16px;
}

#navigation li a:visited  {
	text-decoration: none;
}

#navigation li a:hover  {
/*	background: url(images/art-dragonfly-trans-tiny.gif) no-repeat 1px 1px;*/
		
	background: url(images/dm-button_2.gif) no-repeat -2px -12px;
	text-decoration: none;
	font-weight: bold;
	color: #4c4c68;
}

#navigation ul li.sub a {
	text-align: right;
	font-style: normal;
	font-weight: normal;
	font-style: italic;

}

#navigation ul li.selected a {
	font-weight: bold;
	color: #4c4c68;
}

#navigation ul li.sub_selected a {
	text-align: right;
	font-weight: normal;
	font-style: italic;
	color: #4c4c68;
}


/* @end */

/* @group Content */

#content {
	width: 500px;
	float: right;
	font-weight: bold;
	color: #44575e;
	padding: 35px 10px 10px;
}

#content h2 {
	margin: 0;
	padding: 0;	
	color: #f9971a;
}

#content h3 {
	padding: 0;		
	color: #f9971a;
	margin: 10px 0 0;
}

#content h4 {
	padding: 0;		
	color: #f9971a;
	margin: 10px 0 0;
	font-style: italic;
}


#content p {
	margin-top: 5px;
	margin-bottom: 15px;
}

sup {
	vertical-align: super;
	font-size: 70%;
}

#content p a:link, #content p a:active {
	text-decoration: underline;
	color: #44575e;

}

#content p a:visited {
	font-style: italic;
	color: #44575e;
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

.top {
	font-size: 50%;
	text-align: right;
}

form#join_mailing_list {
	display: block;
}

#join_mailing_list label {
	display: inline-block;
}

form#join_mailing_list fieldset {
	margin: 2em 0;
	border: 1px solid #fae2a7;
}

form#join_mailing_list legend {
	font-size: 115%;
	color: #600;
	padding: 4px;
}

form#join_mailing_list label {
	display: block;
	width: 30em;
}

form#join_mailing_list input {
	width: 100%;
	margin-bottom: 8px;
	}
	
form#join_mailing_list input {
	width: 350px;
}
form#join_mailing_list input.submit {
	width: auto;
	background-color: #fae2a7;
	border: 1px solid #f4c44c;
	font: 105% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}

form#join_mailing_list required {
	font-size: 10px;
	color: #600;
}




/* @end */

/* @group Extras */

#contact {
	margin: 0 0 15px;
}

#extras {
	float: right;
	width: 186px;
	color: #44575e;
	padding: 0 5px 12px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#extras h2 {
	background: url(images/dm-special_top2.jpg) no-repeat left top;
	background-color: #f9971c;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	padding: 6px 0 0 015px;
}

#extras h3 {
	background-color: #f9971c;
	margin: 0 0px;
	font-size: 0.9em;
	color: #fff;
	padding: 8px 015px 0;
}


#extras h4 {
	background-color: #f9971c;
	margin: 0 0px;
	font-size: 0.9em;
	color: #fff;
	padding: 8px 015px 0;
	font-style: italic;
}

#extras p {
	background-color: #f9971c; 
	margin: 0 0px;
	font-size: 0.9em;
	padding: 0 15px 5px;
}

#extras p.last {
	background: url(images/dm-special_bottom2.jpg) no-repeat left bottom;
	background-color: #f9971c; 
	padding-bottom: 2px;
}

#extras p a:link, #latest_news p a:visited, #latest_news p a:active {
	color: #44575e;
	text-decoration: underline;
}

#extras p a:hover{
	text-decoration: none;
	color: #fff;
}

div#latest_news {
	margin-top: 10px;
}

div#upcoming_courses {
	margin-top: 10px;
}

#examples p {
	padding-right: 15px;
	padding-top: 5px;
	padding-left: 15px;
}

#examples p a img {
	border: 2px solid #4c4c68;
}

#examples p a:hover img {
	border: 2px solid #fff;
}
/* @end */

#footer {
	/*border: 1px dashed #4e4e4e;*/
	background: url(images/dm-curve-down.jpg) no-repeat;
	background-color: #f9971c;
	clear: both;
	font-weight: bold;
	color: #44575e;
	margin-right: 1px;
	padding: 35px 10px 15px 240px;
	font-size: small;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #44575e;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
}

#bottom {
	padding-top: 10px;
	background: url(images/long-shadow5.jpg) no-repeat;
}

#examples p a img {
	
}



