/* -------------------- standard tags -------------------- */
* { /* sets all margin and paddings to 0 to stop compatability problems */
	margin: 0;
	padding: 0;
}

body {
	background: #1F84B0 repeat-y center top;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}

a, a:link, a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

a:hover { border-bottom: 1px solid #0AF }

a img, a:link img, a:visited img, a:hover img { border: none }
li { list-style-position: inside }
li li { padding-left: 1em }
p { padding-bottom: 10px }

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	background: url(skinimages/hTag.jpg);
	color: #FFF;
	border: 1px solid #FFF;
	padding: 2px 5px;
	font-weight: normal;
	text-transform: capitalize;
}

h2 { position: relative; }
h3, h4, h5, h6 { font-weight: bold }
h2 { background: url(skinimages/h2.jpg) }
h3 {
	background: url(skinimages/h3.jpg);
	text-align: center;
}

embed {
	display: block;
	margin: 0px auto;
}

/* -------------------- template information -------------------- */
.Pulldown {
	float: none;
	clear: both;
}

.SiteWrap {
	width: 900px;
	margin: 20px auto;
	border: 5px solid #FFF;
	background-color: #185aba; /*#26C; /* #6699CC; /* #9CF; */
	
}

.Header {
	/*background-image: url(skinimages/header_2.jpg);*/
	background-repeat: no-repeat;
	height: 169px;
	border-bottom: 5px solid #FFF;
}
.Header a, .Header a:link, .Header a:visited .Header a:hover {
	color: #FFF;
	border-bottom: none;
}
.LeftWrap {
	float: left;
	width: 224px; /* 164px; 165 - 1px for border */
	border-right: 1px solid #FFF;
}

.ContentWrap {
	margin-left: 225px; /* width of left element */
	padding: 30px 15px 15px;
}
.Blog {
margin: 0 auto; 
width: 700px;
}

.LeftWrap div {
	border-bottom: 1px solid #FFF;
	padding: 15px;
}

.LeftWrap div div {
	border-bottom: none;
	padding: 0;
	text-align: center;
}

.LeftWrap a, .LeftWrap a:link, .LeftWrap a:visited { border-bottom: none }
.LeftWrap img { margin: 0 auto }

.BottomLinks {
	border-top: 1px solid #FFF;
	background-image: url(skinimages/hTag.jpg);
	padding: 5px;
	color: #FFF;
}

.BottomLinks a, .BottomLinks a:link, .BottomLinks a:visited
{ border-bottom: 1px solid #185ABA }

.BottomLinks a:hover { border-bottom: 1px solid #0AF }

.Quotes { text-align: center }

.Date { /* positions date within the header */
	float: right;
	text-align: center; 
	font-weight: bold;
	padding: 5px;
	margin-top: -30px;
}
h2 .date { 
	position: absolute;
	right: 0;
	bottom: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, 	helvetica, sans-serif;
	font-size: 60%;
	color: #FFF;	
}

.LeftLink, .RightLink {
	width: 250px;
	padding: 0px 15px;
}

.LeftLink { float: left }

.CenterLink {
	text-align: center;
	margin: 0px 280px;
}

.RightLink {
	float: right;
	text-align: right;
}


/* -------------------- left menu & buttons -------------------- */
.Menu * { /* all menu elements */
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.Menu h3 { margin-bottom: 10px }

.Menu a, .Menu a:link, .Menu a:visited
{ margin: 0 auto 10px }
/* ---------- buttons ---------- */
a.buttonlink, a.buttonlink:link, a.buttonlink:visited,
.Menu a, .Menu a:link, .Menu a:visited {
	display: block;
	background: url(skinimages/button.png) no-repeat center center;
	width: 100px;
	text-align: center;
	padding: 3px 0px;
	color: #333;
	font-weight: bold;
}
a.buttonlink:hover, .Menu a:hover
{ background-image: url(skinimages/buttonroll.png) }

.Menu .clear a, .Menu .clear a:visited, .Menu .clear a:link
{ background: none }

.navigation:after {
	content: "css pulldown";
	display: block;
	float: none;
	clear: both;
	visibility: hidden;
	height: 1px;
	margin-top: -1px;
}

.navigation * {
		list-style: none;
		margin: 0;
		padding: 0;
}

.navigation .prev { float: left }
.navigation .next { float: right }

.HiddenImage { position: relative }
.HiddenImage img { display: none }
.HiddenImage:hover img {
	top: 0;
	right: 100%;
	display: block;
	position: absolute;
	margin-right: 10px;
}

* html .HiddenImage:hover img { display: none  }

