@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	background-image: url(images/texture01.jpg);
	background-repeat:repeat;
	border-top: 150px solid #1d1756;
	color: #333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
	padding:10px;
	
}

img {
	border:0;
}

#wrapper {
    width: 1050px;
    margin: 0 auto;
	clear:both;
    border:none;
	min-width:900px;
    
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2.5em;
	color:#fff;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	padding:0;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	padding:0;
}

/*#header {
	position:relative;
	top:0px;
	left:0px;
	background-color:#1d1756;
	width: 100%;
	height: 150px;
	z-index:-999;
}*/

#mainheader {
	width: 100%;
	position:relative;
	top:-130px;
	
/*	border-bottom: 6px solid #ffffff;
*/
}
#mainheader .logo {
	position: relative;
	margin:0px;
	top:0px;
	left:45px;
	
}

#mainheader .details {
	position: relative;
	top:-17px;
	left:610px;
	margin-top: 50px;
}

.textdetails {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#d2d1dd;
}

#menu {
	position: relative;
	top:-70px;
	left:40px;
	width:220px;
	float:left;
	display:block;
}

#menu ul {
	list-style:none;
	padding:10px 20px 10px 20px;
	margin:0;
	border-top: 1px dotted #1d1756;
	border-bottom: 1px dotted #1d1756;
}

#menu li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#222;
	letter-spacing:1px;
	line-height:2em;
	text-decoration:none;
	padding-bottom:10px;
}

#menu li a:hover {
	text-decoration:underline;
}

/* twitter */

.twitted {
	position:relative;
	top:30px;
	left:0px;
	width: 220px;
	margin-bottom: 1.5em;
}

.twitted h2 {
	margin: 0;
	margin-bottom:1em;
	padding: 0.4em 0.9em;
	font-size: 1em;
	font-weight:normal;
	color: #222;
	-moz-opacity: .8;
	background-color: #1d1756;
	color:#ffffff;
	filter: alpha(opacity=80);
	opacity: .8;
	width: 210px;
	z-index: 1;
	font-style:italic;
	font-weight:normal;
	padding:5px;
	text-decoration:none;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("images/loader.gif") 1em center no-repeat;
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 1em;
	list-style-type: none;
	border:none;
	border-bottom:1px dotted #1d1756;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0;
	padding-bottom:1em;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	font-size:0.9em;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #1d1756;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #1d1756;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.6em 1em;
	color: #fff;
	font-size:0.75em;
}

/* info bar */

#info_bar {
	position: relative;
	top:-70px;
	left:95px;
	width:220px;
	border-top: 1px dotted #1d1756;
	border-bottom: 1px dotted #1d1756;
	float:left;
	display:block;
}

#info_bar p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	color:#222;
	letter-spacing:1px;
	line-height:1.2em;
	text-decoration:none;
	padding:10px 20px 0px 20px;
}

#info_bar a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#222;
	letter-spacing:1px;
	line-height:1.2em;
	text-decoration:none;
	padding-bottom:20px;
}

#info_bar a:hover {
	text-decoration:underline;
}

/* columns

.columns {
	padding-bottom:2em;
	margin-top:40px;
}

.column {
	float: left;
	color:#3e3e3e;
	font-size:11px;
}

#columnA {
	width:240px;
	margin:0 10px 0 0;
	background-color: none;
	overflow: auto;
}

#columnB {
	width:240px;
	margin:0 0 0 10px;
	background-color: none;	
	overflow: auto;
}

#columnC {
	width:240px;
	margin:0 0 0 20px;
	background-color: none;
	overflow: auto;
}
*/

.slideshow {
	position:relative;
	top: 40px;
	left:80px;
	height: 0px;
	width: 0px; 
	float:left;
	display:block;
}

.slideshow img { 
	padding: 15px; 
	border: 1px solid #ccc;
	background-color: #eee;
}

#content {
	position:relative;
	top: -70px;
	left:80px;
	height: auto;
	width: 500px;
	float:left;
	display:block;
	overflow:auto;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
	padding:0;
	width:450px;
	
}

#content p a {
	color: #1d1756;
	text-decoration:none
}

#content a:hover {
	text-decoration:underline;
}

.image_box {
	position:relative;
	width: 220px;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}

.caption a {
	-moz-opacity: .8;
	background-color: #1d1756;
	color:#ffffff;
	filter: alpha(opacity=80);
	opacity: .8;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 210px;
	z-index: 1;
	float:left;
	font-style:italic;
	font-weight:normal;
	padding:5px;
	text-decoration:none;
}	

.caption a:hover {
	text-decoration:underline;
}

#contact_details {
	position:relative;
	top:0px;
	left:0px;
}

.dotted {
	border-bottom: 1px dotted #1d1756;
}

#footer {
	position:relative;
	top:-70px;
	left:300px;
	width: 470px;
	float:left;
	clear:both;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	background-image: url(images/texture01.jpg);
	background-repeat:repeat;
	color: #333;
	text-align:left;
	border-top: 1px dotted #1d1756;
}

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

#footer a:hover {
	text-decoration:underline;
}