@import "reset.css";

html {
	background-color: #283f26;
	font-family: arial ,sans-serif;
	line-height:1.5em;
	color:#595441;
}

body {
	width:800px;
	margin: 50px auto 0px auto;
	background: white;
	border:1px solid #333333;
}

p {
	margin-bottom:10px;
	font-size:.9em;
}

p .big_letter {
	float:left;
	font-size:2em;
}

h2,h3,h4 {
	font-variant:small-caps;
	letter-spacing:.2ex;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

dl {
	font-size:.9em;
	margin-bottom:15px;
}

dt {
	margin-top:15px;
	width:120px;
	float:left;
	clear:left;

	letter-spacing:.05ex;
}

dd {
	margin-top:15px;
	width:520px;
	float:left;
}

/* avoid using clear:both */
dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html dl { height: 1%; }

label {
	font-weight:bold;
}

form {
	margin:auto;
	width:300px;
}

.header {
	background: #d7b051;
	height:150px;
	width:100%;
	border-bottom: 1px dashed #333333;
	position:relative;
}

.header h1 {
	font-family: Georgia;
	font-size:32pt;
	padding:20px 0 0 30px;
	letter-spacing: 1ex;
	color: black;
}

.header blockquote {
		font-family: Georgia;
		font-size:16pt;
		font-style:italic;
		text-align:right;
		float:right;
		letter-spacing: .4ex;
		margin-top:50px;
		margin-right:10px;
		color: rgb(72,72,72);
			 /*
		opacity:0.3;
		-moz-opacity: 0.3;
		filter:alpha(opacity=30);
		color:black;
		*/
}

.center_wrap {
	overflow:hidden;
	position:relative;
}


/* Side Menu styles */

.side_menu_wrap {
	float:left;
	width:130px;
	border-right: 1px dashed #333333;
	margin-top:20px;

	/* hack for equal columns */
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

ul#side_menu {
	margin-left:15px;
}

ul#side_menu li {
	font-size:.9em;
	margin-bottom:5px;
	font-variant:small-caps;
	letter-spacing: .1ex;
}

ul#side_menu a {
	color:#595441;
	text-decoration:none;
}

ul#side_menu ul {
	margin-left:10px;
}

ul#side_menu li.hover_over {
	background: url(images/flag-ireland.gif) right no-repeat;
	margin-right:5px;
}

ul#side_menu li.selected {
	background: url(images/flag-ireland.gif) right no-repeat;
	margin-right:-10px;
}

/* 
 * Selects the sub-menu li
 * this is to approximate the child selector since IE sucks 
 */
ul#side_menu ul * {
	font-variant:normal;
	margin-bottom:0px;
}

/* Content styles */

#content {
	float:right;
	width:645px;
	padding:20px 10px 10px 10px;

	/* hack for equal columns */
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

/* Footer styles */
.footer {
	background: #d7b051;
	height:50px;
	width:100%;
	border-top: 1px dashed #333333;
	margin-top:15px; /* hot! it works! */
	position:relative;
	clear:both;
	font-size:smaller;
}

.footer a {
	color:#595441;
}

.footer .link_container {
	text-align:center;
	padding-top:10px;
}

.footer .link_container ul {
}

.footer ul li {
	display:inline;
	padding:0 5px;
}

.suggestion {
	margin -top:20px;
	font-size:.8em;
}
.suggestion a {
	color:#595441;
}

ul.real_list {
		list-style-type:disc;
		font-size:.9em;
		margin-bottom:20px;
}

ul.real_list li {
		margin-left:30px;
}

ul.real_list li.spacer {
		list-style-type:none;
		height: 1em;
}

/* Colors - for storage

dark_blue #488797

light_blue  #69bfde

darker #595441

lighter #b9b09d

dark green #283f26
light green #85a55d
brown #77742f
light brown #9d8f42
tan #d7b051

old-background: #488797
old-header: #b9b09d
old-text: #595441

*/
