@import url(base.css);
@import url(layout.css);
@import url(mainmenu.css);
@import url(quicklinks.css);


/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

div#contentwrap-1 h1, div#contentwrap-2 h1, div#contentwrap-3 h1, div#contentwrap-4 h1, div#contentwrap-5 h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

div#contentwrap-2 h1, div#contentwrap-3 h1, div#contentwrap-4 h1, div#contentwrap-5 h1 {
	color: #666;
}

div#contentwrap-5 h1 {
	margin-bottom: 20px;
}

h1.hd-home {
	background: url(../img/ui/bg_hd_house.gif) no-repeat;
	height: 20px;
	line-height: 17px;
	padding-left: 29px;
}

h1.hd-home-white {
	background: url(../img/ui/bg_hd_house_white.gif) no-repeat;
	height: 20px;
	line-height: 17px;
	padding-left: 29px;
}

h1.hd-star {
	background: url(../img/ui/bg_hd_star.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 31px;
}

h1.hd-star-white {
	background: url(../img/ui/bg_hd_star_white.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 31px;
}

h1.hd-people {
	background: url(../img/ui/bg_hd_people.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 29px;
}

h1.hd-clock {
	background: url(../img/ui/bg_hd_clock.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 27px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

/* LINKS */

a {
	color: #CC0033;
	text-decoration: none;
}

a:hover {
	color: #333;
}

div.content-5-2 a {
	color: #666;
}

div.content-5-2 a:hover {
	color: #333;
}

div.content-5-2 dd.selected {
	background: url(../img/ui/bg_link_more_gray.gif) 0 3px no-repeat;
}

div.content-5-2 dd.selected a {
	color: #CC0033;
}

img a {
	border: 0;
}

div#header h1 a {
	background: url(../img/ui/bg_codecraft.jpg) no-repeat;
	display: block;
	float: left;
	height: 103px;
	overflow: hidden;
	text-indent: -9999px;
	width: 200px;
}

div#contentwrap-1 a {
	color: #fff;
}

a.more-red {
	background: url(../img/ui/bg_link_more.gif) right center no-repeat;
	padding-right: 14px;
	font-weight: bold;
}

a.more-gray {
	background: url(../img/ui/bg_link_more_gray.gif) right center no-repeat;
	color: #333;
	padding-right: 12px;
	font-weight: bold;
}

div#footer a {
	color: #F49F01;
}

/* TEXT */

p {
	line-height: 17px;
}

p.ingres {
	font-size: 16px;
	line-height: 22px;
}

/* Unfortunately, adjacent sibling selectors do not work on IE6 */
p + h1 {
    padding-top: 0.7em;
}

p.metadata + h2 {
    padding-top: 1em;
}

blockquote {
	background: #fff;
	border: 1px #999 solid;
	padding: 10px 20px;
	font-style: italic;
}

/* FORM */

form {
	margin: 20px 0;
}

fieldset {
	border: 1px #999 solid;
	padding: 10px;
}

label {
	display: block;
}

input, select, textarea {
	margin-bottom: 10px;
	width: 350px;
}

input.inputbtn {
	width: auto;
}

/* LISTS */

dl {
	margin: 20px 0 30px 0;
	padding: 0 0 0 15px;
}

dt {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

dd {
	line-height: 17px;
	margin: 0 0 0 9px;
	padding-left: 14px;
}

dl.compact {
	margin: 15px 0 0 0;
}

dl.compact dt {
	margin: 0;
}

dd.metadata {
	color: #666;
	font-style: italic;
	margin-bottom: 5px;
}

/* IMAGES */

h1 img, h2 img, h3 img {
    margin-top: -3px;	
	margin-right: 0.5em;
	vertical-align: middle;
}

img.sidebar-logo {
    padding-bottom: 15px;
}

a img {
	border: 0;
}

/* code */
