/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Reset defaults */
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	background: transparent;
}

/* Smoothing */
/* http://www.icondeposit.com/blog:how-to-properly-smooth-font-using-css3 */
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

/* Fonts */	
body {
	background: #71726E;
	font-family: Cambria, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1, h2, h3 {
	/*text-transform: lowercase; */
	font-family: "Lucida Fax", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #811305;
}

/* Font sizes */
body {font-size: 100%}
h1 {font-size: 1.5em; letter-spacing: -1px;}
h2 {font-size: 1.2em;}
h3 {font-size: 0.8em;}
p, ul, ol {font-size: 1em; line-height: 1.2em; text-align: justify;}
h1.pagetitle {font-size: 2.5em;}
sup, sub {
	font-size: 80%;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {bottom: 0.5ex;}
sub {top: 0.5ex;}

/* Padding */
p {padding: 0 0 1em 0;}
ul,ol {padding: 1em 0 1em 3em;}

/* Links */
a:link {color: #BB0700;}
a:hover, a:active {text-decoration: none; color: #3B0700;}
a:visited {color: #8B0700;}

/* Images */
img {border: none;}
img.left {float: left; margin-right: 15px;}
img.right {float: right; margin-left: 15px;}

/* Figures */
div.figure {
  float: right;
  /*width: 30%;*/
  border: thin silver solid;
  margin: 1em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  padding: 1em 0 0 0;
}

/* Code */

div.code {
	border: thin silver solid;
	background: #F0F0F0;
	padding: 10px;
	margin: 0px 20px 20px 1em;
}


/* Tables */
td {vertical-align: top;}

/* Form */

form {
	margin: 0;
	padding: 10px 0px 0px 10px;
	border-top: 2px solid #222222;
	background: #F2F2F2;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: thin silver solid;
	background: #FFFFFF;
}

textarea {margin-left: 20px;}

input#comment_submit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background: #2020F0;
	margin: 0px 0px 20px 20px;
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Publications */

b.pubtitle {
	/* font-family: Garamond, "Times New Roman", Times, serif; */
	font-weight: normal;
	color: #880000;	
}

/* NavLinks */

#navlinks {padding: 115px 0px 0px 60px;} /* Positions links within the LOGO */

#navlinks ul {
	padding: 0 0 0 0; /* Need this or IE and Firefox return different output */
	display: block;
	float: left;
}

#navlinks li {display: block;}

#navlinks a {
	display: block;
	padding: 0px 15px 3px 12px;
	font: italic 20px Tahoma, Arial, Helvetica, sans-serif; /* fixed px font since we align with the image */
	text-decoration: none;
	color: #000000;
	/*background: url(images/bullet1.png) no-repeat left;*/
}

#navlinks a:hover {color: #303070;}


/** LOGO */

#logo {
	float: left;
	width: 939px;
	height: 100px;
	margin-left: 10px;
	background: url(images/titlebar.png) no-repeat left top;
}

/*
#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }
*/

#wrapper {
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 640px;
	padding: 30px 60px 0 0;
}


/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

.post ul {
	margin: 10px 50px 10px 50px;
	padding: 0;
	list-style: none;
}

.post table {
	font-size: 13px; /* For some reason the tables need the size respecified */
}


/* Comments */

.comment {
	border-top: 2px solid #222222;
	background: #F0F0F0;
	padding: 10px;
}

.comment_approved {
	border-top: 2px solid #222222;
	background: #80F080;
	padding: 10px;
}

.comment .title b, .comment_approved .title b {
	color: #811305;
	font-size: 18px;
	font-weight: bold;
}

.comment .entry, .comment_approved .entry {
	border-left: 1px silver solid;
	border-top: 1px silver solid;
	padding: 10px 0 0 10px;
	margin: 10px 0 0 10px;
}

/* Video player */

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 30px 5px 30px 20px;
}

#sidebar ul {
	text-align: left; /* THe sidebar is too narrow for justified text */
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}


/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 175px;
	padding: 3px;
	border: 1px solid #3A0700;
}

#x {
	padding: 3px;
	border: none;
	background: #3A0700;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 20px;
	margin: 0 auto;
	background: #DDDDDD;
}

#footer {
	margin: 0 auto;
	height: 50px;
	/*min-height: 40px;*/
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #000000;
}
