/* GENERAL ELEMENTS */
body {
	background-color: #eaeeee;
	font-family: Trebutchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

/* TABLES */
.tabular {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.tabular th {
	text-align: left;
	background-color: #eaeeee;
	border-bottom: 2px solid #ccc;
	padding: 10px;
}

.tabular td {
	padding: 10px;
}

/* LISTS */
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	padding-bottom: 10px;
}

/* BREADCRUMBS */
#breadcrumbs {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

.formElement {
	margin-bottom: 15px;
}

label {
	color: #666;
	display: block;
	margin-bottom: 4px;
}

.textbox1 {
	border: 1px solid #ccc;
	padding: 3px;
	width: 150px;
}

.submit {
	background-color: #06c;
	color: #fff;
}

.required {
	color: #900;
}

/* MODAL BOX */
.modalBoxWrapper {
	background-color: #fff;
	border: 6px solid #eaeeee;
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	z-index: 200;
}

.modalBoxHeader {
	background-image: url(images/header_bkgrnd.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #cdd6d6;
	color: #fff;
	padding: 10px;
	position: relative;
}

.modalBoxClose {
	position: absolute;
	right: 10px;
	top: 10px;
}

.modalBoxContent {
	padding: 20px;
}

/* OVERLAY */
#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #ccc;
	top: 0;
	left: 0;
}

/* ERRORS */
.generalError {
	color: #900;
}

.formError {
	color: #900;
}


/* HEADER */
#header {
	background-color: #06c;
	background-image: url(images/header_bkgrnd.jpg);
	background-repeat: repeat-x;
	border-bottom: 3px solid #cdd6d6;
	padding: 10px;
	position: relative;
}

#header h1 {
	color: #fff;
	font-size: 1.5em;
	margin: 10px 0 15px 15px;
	padding: 0;
}

#signinLink, #signoutLink {
	position: absolute;
	top: 20px;
	right: 20px;
}

#signinLink:link, #signinLink:visited, #signoutLink:link, #signoutLink:visited {
	color: #fff;
	text-decoration: underline;
}

#signinLink:hover, #signoutLink:hover {
	color: #660;
	text-decoration: none;
}

/* CONTENT */
#content {
	position: relative;
}

/* FULL CONTENT */
#fullcontent {
	padding: 20px;
	background-color: #fff;
}

#fullcontent h2 {
	font-size: 1.3em;
	color: #333;
}


/* LEFT COLUMN */
#lcolumn {
	background-color: #fff;
	margin-right: 300px;
	padding: 25px;
}

/* RIGHT COLUMN */
#rcolumn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px;
	width: 250px;
}

#rcolumn h2 {
	color: #06c;
	font-weight: bold;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
}

#rcolumn h3 {
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 1em;
}


/* FOLDER */
.folder {
	margin: 0 0 15px 23px;
}


/* ICONS */
.icon {
	margin-right: 4px;
	vertical-align: middle;
}

/* ENTRIES */
.entryWrapper {
	margin-bottom: 25px;
}

.entryDate {
	background-color: #06c;
	width: 50px;
	text-align: center;
	padding: 7px;
	float: left;
}

.entryMonth {
	color: #fff;
	font-size: 1.2em;
}

.entryDay {
	color: #fff;
	font-size: 1.5em;
}

.entryContent {
	margin-left: 90px;
}

.entryTitle {
	color: #06c;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.comment {
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

/* STANDALONE PAGES */
.code {
	font-family: "Courier New", Courier, mono;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}

.boldgreen {
	color: #06c;
	font-weight: bold;
}

.orange {
	color: #f60;
}


