* {
	font-family: arial, sans;
}

body {
	padding: 10px 10px 0 10px;
	background: url('../images/diagonal.jpg');
	min-width: 710px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* Force a y-axis scrollbar to stop scrollbar shuffle */
html, body {
	height: 100%;
	margin-bottom: 1px;	
}

h2 {
	margin: 0;
}

label {
	font-weight: bold;
	width: 100px;
	float: left;
}

/* Link styles */

a {
	text-decoration: none;
	color: #3399CC;
}

a:link {
	text-decoration: none;
	color: #3399CC;
}

a:visited {
	color: #3399CC;
}

a:hover {
	color: #3366CC;
}

/* Form styles */

input[type="text"]:focus, textarea:focus {
	border: 1px solid #aaa;
}

input[type="text"], textarea {
	border: 1px solid #ccc;
	background-color: #eee;
}

label.error {
	float: none;
	margin: 0 0 0 10px;
	color: red;
	font-weight: normal;
	padding: 0;
}

textarea {
	font-size: 1em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	margin-bottom: 5px;
	margin: 0;
	padding: 0;
}

/* Form message styles */

div.success, div.error {
	margin: 10px 0;
}

div.error {
	border: 1px solid red;
	background-color: #ffeeee;
}

div.success {
	border: 1px solid green;
	background-color: #eeffee;
	padding: 5px;
}

/* Layout template styles */

.header {
	font-size: larger;
	margin-bottom: 10px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

#navigation li {
	display: inline;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	font-weight: bold;
	background-color: #eee;
  padding-top: 2px;
  border-color: #999;
}

#navigation li:hover {
  background-color: #fff;
}

#navigation li a {
	padding: 0 1em;
}	

#navigation #current {
	padding-bottom: 1px;
	background: #fff;
  border-color: #000;
}

#navigation #current a {
	color: #3366CC;
}

.content {
	margin: 0 0 10px 0;
	border: 1px solid;
	padding: 10px;
	background-color: #fff;
	font-size: smaller;
}

.footer {
	text-align: center;
	font-size: smaller;
	padding-bottom: 10px;
}

.footer #left { 
	float: left;
}

.footer #right {
	float: right;
}

/* CV styles */

h3 {
	text-decoration: underline;
}

#address, #dob, #nationality, #telephone, #portfoliolink {
	float: left;
  margin-bottom: 5px;
}

.portfoliolink {
  display: none;
}

.address {
  margin-top: 20px;
}

.address, .dob, .nationality, .telephone, .education, .portfoliolink {
	clear: left;
}

.work {
	margin-top: 15px;
}

#photo {
  background: url('../images/photo_sml.jpg');
  width: 100px;
  height: 127px;
  float: right;
  border: 1px solid #999;
}

.work, .education, .awards, .skills, .interests, .references {
  border-top: 1px dashed #999;
}

.year, .institution, .role, .company, .qualification {
	font-weight: bold;
  width: 200px;
  float: left;
  margin-bottom: 15px;
}

.year {
  width: 150px;
}

.qualification {
  width: 400px;
  font-weight: normal;
}

.description {
	margin: 20px 0;
  clear: left;
}

.alternatives {
	border-top: 1px solid #999;
}

#online_link {
  font-size: smaller;
  color: #999;
  display: none;
}

.alternatives > div {
	float: left;
	padding-left: 20px;
	margin-right: 50px;
	height: 16px;
	line-height: 16px;
}

.pdf {
	background: url('../images/pdficon.png') no-repeat;
}

.doc {
	background: url('../images/docicon.png') no-repeat;
}

/* Portfolio styles */

.title {
	font-size: larger;
	font-weight: bold;
}

/* Feed styles */

.feed {
	float: right;
	border: 1px solid #ccc;
	margin-left: 10px;
	width: 200px;
}

.feed p {
	background-color: #dedede;
	padding: 10px;
	margin: 0;
}

.feed p.odd {
	background-color: #efefef;
}

.feed h3 {
	background-color: #dedede;
	text-decoration: none;
	margin: 0;
	padding: 10px 0 10px 10px;
}

#print {
	float: right;
	padding: 5px 5px 5px 25px;
	background: url('../images/printer_icon.gif') no-repeat;
	background-position: 5px 5px;
	background-color: #eee;
	border: 1px solid #ccc;
}

#print:hover {
	/*text-decoration: underline;*/
	cursor: pointer;
  background-color: #fff;
}

#jumplinks {
  font-size: smaller;
  color: #999;
}
