@CHARSET "UTF-8";

/* reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10pt;
  vertical-align: baseline;
  background: transparent;
	font-family: Tahoma;
	line-height: 140%;
	
}
body {
  line-height: 1;
  background-image: images/stripe.png repeat-x;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 *  Main CSS style
 */

/* format page */
#header {
	background: #089CFF;
	text-align: center;
	font-family: Impact;
	font-weight: 900;
	font-size: 50px;
	color: white;
	height: 100px;
}


#header2 {
	font-family: Arial;
	font-weight: 900;
	font-size: 14px;
	color: white;
}


div#wrapper {
  float: left;
  width: 100%;
  margin-left: -250px
}

div#left_block {
  background: #52C0FC;
  background-image: images/stripe.png repeat-x;
  margin-left: 250px;
	padding: 10px;
}


div#container {
    background: #52C0FC;  

  }

div#right_block {
  float: right;
  width: 250px;
  margin-top: 59px;
  border-radius: 5px;
  background: white;  
}


.clear {
	clear: both;
}

#footer {
	text-align: center;
	border-top: 1px solid;
	background: #ffffff;
	height: 50px;
}

div.block_header {
	border-radius: 5px;
	text-align: center;
	background: #005ACA;
	color: white;
}

/* Tags */
h1, h2 {
	margin: 0 0 5px 0;
}
h1 {
	font-size: 140%;
}
h2 {
  font-size: 120%;
}


.keywords
{
	font-size: 90%;
	color: gray;
}

A.keywords
{color:#0FA0FF; text-decoration:none; padding 2px; font-size: 11px;}
A.keywords:hover {color:#fff;background:#A3E9F9;text-decoration:underline}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* details */
div.quote {
	border: 1px solid #0047A9;
	background-color: white;
	padding: 10px;
	margin: 0 0 10px 0;
	border-radius: 20px; 
}

p.quote_text {
	margin: 15px 0 15px 0;
}

p.quote_date {
	font-size: 90%;
	color: gray;
}


ul.pagination {
	list-style: none outside none;
	text-align: center;
	margin: 15px 0 15px 0;
}
ul.pagination li {
	margin: 0 1px 0 1px;
	display: inline;
  height: 60px;
}
ul.pagination li a {
  padding: 0px 6px 0px 6px;
	background: #73D2FF;
}
ul.pagination li a:hover {
	text-decoration: none;
  padding: 2px 6px 2px 6px;
  background: #FF9000;
	color: #ffffff;
}

ul.pagination li a.active {
  text-decoration: none;
  padding: 2px 6px 2px 6px;
  background: #FF9000;
  color: #ffffff;
}

ul.menu
{
  text-decoration: underline;
  padding: 10px;
  font-weight: 900;
}

.smile
{
 font-family: Arial;
 font-size: 43px;
 font-weight: normal;
	} 