/*  
Theme Name: AGS
Theme URI: http://www.theags.org
Description: The AGS main themes
Version: 1.4
Author: Henrik Oscarsson
Author URI: http://www.hankolsen.com/
*/

body, h1, h2, h3, h4, h5, h6, blockqoute, p, form {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	vertical-align: top;
	background: #fff;
	color: #000;
}

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

a:hover {
	text-decoration: none;
	color: #ff0000;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	min-height: 100%;
	position: relative;
}

#header {
	width: 950px;
}

#header h1 {
	float: left;
}

#datetime {
	color: #fff;
	float: left;
	width: 599px;
	background: url('images/topbar.png') repeat-x;
	padding-top:33px;
}

p.time {
	padding-bottom: 5px;
	color: #000;
}

.clock {
	float: left;
}

.info {
    clear: both;
}

.breadcrumb {
    float: left;
    width: 90%;
}


.date {
    width: 10%;
	color: #000;
	float: right;
	text-align: right;
}

.sidebar {
	float: left;
	width: 340px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 16px;
	font-size: 14px;
}

.sidebar img {
    padding: 20px;
}

.current_page_item a {
    color: #000;
    text-decoration: none;
}

.current_page_item ul a {
	color: #369;
	text-decoration: underline;	
}

#searchform {
	padding-left: 20px;	
}

#disclaimer {
    margin: 30px 50px 0 20px;
}

#disclaimer p.fine {
    font-style: italic;
}

#container {
	float: left;
	width: 550px;
	margin: 0 0 0 10px;
	display: inline;
	padding-bottom: 71px; /* Height of footer + padding of footer */
}

.post {
	padding: 10px 0 10px 0;
}

h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	color: #369;
}

h4 {
	color: #369;	
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

div.wp-caption {
    padding: 5px;
    margin: 10px;
    background-color: #E1E3F9;
    text-align: center;
}

p.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 80%;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer {
	clear: both;
	float: left;
	width: 950px;
	height: 51px;
}

#footer a{
	position: relative;
	text-decoration: none;
	display: block;
	float: left;
}

#footer a i {
	visibility: hidden;
}

a#eth{
	top: 0;
	left: 0;
	width: 200px;
	height: 51px;
}

a#tokyo {
	top: 0;
	left: 20px;
	width: 200px;
	height: 51px;
}

a#mit{
	top: 0;
	left: 50px;
	width: 240px;
	height: 51px;
}

a#cth {
	top: 0;
	left: 60px;
	width: 257px;
	height: 51px;
}




p {

	padding: 10px 0 0 0;

}



.alignright {
	float: right;
}

.alignleft {
	float: left;
}

div.bcard {
	border-top: 2px;
	border-bottom: 2px;
}

.bcard p {
	padding: 0;
}

.bcard .name {
	font-size: 14px;
	font-style: italic;
	color: #00F;
}

.ddet_div {
  margin: 8px 0 0 12px;
  padding: 8px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD;
  overflow: auto;	/* Clears the floating img div */
}


.ddet_div img.alignright {
	float: right;
	height: 100px;	
	display: block;
	margin-left: 10px;
}

.ddet_div img.alignleft {
	float: left;
	height: 100px;	
	display: block;
	margin-right: 10px;
}

.ddet_div p	{
	padding: 10px 0 0;
}

.ddet_div p.name {
	font-weight: bold;
}
