/* ---------------------------------------
/* ZDO : global stylesheet
/* ---------------------------------------*/

/**
 * COLORS:
 *
 * BLUE		789FC7
 * BROWN	64270D
 * RUST		8D4B20
 * GRAY		BCBCBC
 */

/* STRUCTURE --------------- */

body {
	background: #fff url('../images/bg.jpg') no-repeat left 50px;
	padding: 30px 50px 50px 275px;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #64270D;
}




/* NAVIGATION --------------- */

#nav {
	margin-bottom: -2px;
}

#nav a {
	color: #64270D;
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 37px;
}

#nav a:hover {
	color: #789FC7;
	text-decoration: underline;
}

#nav a.active, #subnav a.active {
	color: #789FC7;
	text-decoration: underline;
}




/* LOGO --------------- */

#logo {
	margin-top: 60px;
	display: block;
}



/* HEADINGS --------------- */

h1 {
	color: #64270D;
	font-size: 1.7em;
	line-height: 1em;
	margin: 5px 0px 30px 0px;
}

h2 {
	color: #789FC7;
	font-size: 1.2em;
	line-height: 1em;
	padding: 5px 0px 7px 0px;
	margin-top: 40px;
}
h2:first-child { margin-top: 0px; }

h3 {
	color: #789FC7;
	font-size: 1.2em;
	line-height: 1.4em;
}

/* COPY ---------------- */

p {
	font-size: 0.7em;
	line-height: 1.7em;
	display: block;
}

.blue {
	color: #789FC7;
}
.brown {
	color: #64270D;
}
.rust {
	color: #8D4B20;
}
.gray {
	color: #BCBCBC;
}

a { color: #789FC7; }
a:hover { color: #8D4B20; }

#menu {
	margin-bottom: 50px;
	display: block;
}
#menu li {
	display: block;
	font-size: 0.8em;
	padding: 8px 10px;
	border-top: 1px solid #bcbcbc;
}
#menu li:first-child { border: 0px; }

#shell {
	width: 600px;
}


#page {
	width: 380px;
	padding-bottom: 30px;
}


#sidebar {
	display: block;
	width: 200px;
	float: right;
	padding-bottom: 30px;
}

.box {
	padding: 7px 7px 15px 7px;
	border: 1px solid #bcbcbc;
	margin-bottom: 7px;
	font-size: 0.8em;
}
div.search {
	padding: 7px;
	margin-bottom: 14px;
}
.box h2 {
	margin-top: 0px;
	padding-top: 0px;
	color: #8D4B20;
}
div.box form input {
	margin: 0px;
	display: inline;
}

#footer {
	clear: both;
	font-size: 0.7em;
	border-top: 1px solid #bcbcbc;
	padding-top: 6px;
	margin-top: 30px;
}

form {
}

fieldset {
	border: 1px solid #bcbcbc;
	padding: 10px 14px 20px 14px;
	margin-bottom: 20px;
}


input, textarea {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #64270D;
	font-size: 1.1em;
	padding: 3px;
	margin-bottom: 20px;
}

input[type="submit"] {
	display: block;
	margin-top: 10px;
}

input + input[type="submit"] {
	margin: 0px;
}

label {
	font-weight: bold;
}

.commentsbox {
	padding-top: 30px;
}
.commentsbox:first-child {
	padding-top: 0px;
}

legend a {
	text-decoration: underline;
}

p.article {
	border-bottom: 1px dotted #bcbcbc;
	padding-bottom: 10px;
	margin-bottom: 6px;
}