/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
altered SIGNIFICANTLY by Tim Amber and Jeremy
*/



body {
	margin: 0;
	padding: 0;
	background: #105656;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;

}

ul, ol {
}

a {
	text-decoration: none;
	color: #105656;
}
p a {
color: #105656;
}
p a: hover{
color: #912132;
}

a:hover {
color: #912132;
}

#wrapper {
	margin: 0 auto;
	padding: 0;

}

/* Header */

#header-wrapper {
}


#header {
	width: 940px;
	height: 360px;
	margin: 0 auto;
	background: url(../java/rotate.php) no-repeat right bottom;
}

/* Top Left Title */

#logo {
	float: left;
	height: 240px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 110px;
	padding-left: 10px;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #912132;
}

#logo h1 a {
	color: #912132;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

#logo p {
	margin-top: -20px;
	padding: 12px 0 0 10px;
	font: normal 31px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #F5F0C9;
	text-transform: lowercase;
} 


/* Top menu bar */

#menu {
	width: 940px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: #912132;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 18px;
	margin-right: 3px;
	padding: 12px 10px 0px 30px;
	text-decoration: none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F5F0C9;
	border: none;
}


#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	padding-left: 0;
}

#menu a:hover {
	color:#105656;
}

/* Page ? */

#page {
	width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #F5F0C9;
}

#page-bgtop {

}

#page-bgbtm {
	padding: 0px 20px 0px 0px;
	background-color: #F5F0C9;
}

/* Content */

#content {
	float: right;
	width: 680px;
	height: 100%;
	padding: 0;
	background-color: #F5F0C9;
}

.post {
}

.post .title {
	height: 38px;
	padding: 12px 0 0 20px;
	letter-spacing: -.5px;
	color: #912132;
}

.post .title a {
	color: #912132;
	border: none;
}

.post .meta {
	margin-top: -10px;
	padding-bottom: 5px;
	margin-left: 20px;
	padding-left: 15px;
	background-color: #F5F0C9;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #912132;
}

.post .meta a {
	color: #912132;
}

.post .meta a: hover{
font-size: %200;
}
.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 30px 20px 10px 20px;	
}
.post .entry a: hover{
font-size: %200;
}
.entry a {
color:#912132;
}
.entry a: hover{
font-size: %200;
}

.links {
	display: block;
	width: 100px;
	margin: 20px 0px;
	padding: 3px;
	background: #E3295B;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #912132;
}

.links a: hover{
font-size: %200;
}

/* bibliography*/

.bibliotitle
{
font-style: italic
}
.biblio
{
    padding-left: 22px ;
    text-indent: -22px ;
}

.biblio p 

/* Block quotes */

.blockquote {
background-image: url(../punctuation/openquote.png);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
.blockquote span {
background-image: url(../punctuation/closequote.png);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
font-style: italic;
}

/* pullquotes */

.pullquote {
padding: 10px;
float: right;
width: 200px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 20px;
border-top-width: 2px;
border-bottom-width: 2px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #912132;
border-bottom-color: #912132;
font-size: 15px;
text-align: center;
line-height: 36px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-weight: normal;
}

/* large quote marks */
.bqstart {
     float: left;
     font-size: 700%;
     color: #FF0000;
 }

 .bqend {
     float: right;
     font-size: 700%;
     color: #FF0000;
 }


/*image text effects*/

.floatimgright {
float:right;
margin-top:10px;
margin-left:10px;
margin-bottom:10px;
}

.floatimgleft {
position: left;
margin-top:10px;
margin-right:10px;
margin-bottom:10px;
}


/* thumd hover effect*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* static image caption */
.imgteaser {
	margin: 10px;
	overflow: hidden;
	float: right;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: right;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: right;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	float: right;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: auto;
	right: ;
	padding: 10px;
	margin: 0;
	width: auto;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/* CSS for screen for Sidenote/footnote */

#maincontent sup a.note {
background-color: #FFE680;
color: #333;
margin-right: .2em;
padding: .1em .2em .1em .2em;
text-decoration: none;
border: none;
line-height: 0em;
}

#maincontent sup a.note:visited {
background-color: #E6B873;
}

#maincontent sup a.note:hover, #maincontent sup a.note:active {
background-color: #FF9900;
}

#footnotes {
border-top-style: solid;
border-color: #912132;
font-size: .94em;
margin-top: 0;
width: 640px;
float: right;
}

#footnotes p {
margin: 1em 1.5em;
padding: .5em 3em 0 1em;
line-height: 130%;
}

#footnotes sup a.note {
background-color: #FFE680;
text-decoration: none;
color: #333;
padding: .1em .2em .1em .2em;
margin-right: .2em;
border: none;
line-height: 0em;
}

#footnotes sup a.note:visited {
background-color: #E6B873;
}

#footnotes sup a.note:hover, #footnotes sup a.note:active {
background-color: #FF9900;
}

sup a span {
display:none;
}

sup a:hover span {
display: block;
background-color: #FFf2bf;
width:30%;
float: right;
font-size: 110%;
color: #333;
line-height: 130%;
padding: 10px;
margin: .2em 0 0 .5em;
}

.photonotes
{

}
/* Left side menu */

#sidebar {
	float: left;
	height: 9000px;
	overflow: hidden;
	width: 210px;
	background-color:#105656;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li ul a {
color:#96CDCD;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #F5F0C9;
	text-decoration: none;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
	color: #96CDCD;
	
}

#sidebar a {
	border: none;
	color:#F5F0C9;
	
}

#sidebar a:hover {
	color:#912132;
}

#sidebar ul.hidden {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
	visibility:hidden;
	}

/* Footer */

#footer-wrapper {
}

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0 15px 0;

	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #F5F0C9;
}

#footer a {
	color: #912132;
}

/* Footnotes */

