html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* My stuff */
body {
	background: #fff url(images/background.gif) repeat-x fixed;
	font-family: Arial, Verdana, san-serif;
	font-size: 11px;
}

#header h1 {
	width: 442px;
	height: 53px;
	background: url(images/logo.gif) no-repeat;
	margin-left: 25px;
	cursor: hand;
	cursor: pointer;
}

#header h1.center {
	margin: auto;
}

#header h1 span {
	display: none;
}

#wrapper {
  margin-left: 25px;
  margin-right: 25px;
	border: 2px solid #039;
	background: #fff;
	padding: 10px;
}

#menu {
	float: left;
	background: #f90;
	width: 150px;
	padding: 5px;
	margin-right: 10px;
	border: 1px dotted #039;
	font-size: 14px;
}

#menu h3 {
	color: #039;
	background: #fff;
	border: 3px double #039;
	padding: 3px;
	text-align: center;
}

#menu a {
	color: #000;
	font-weight: bold;
}
#menu a:hover {
	color: #00F;
	text-decoration: underline;
}

#main h1 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}

#main h1 span{
  color: #039;
}

#main h2 {
	font-size: 16px;
	font-weight: bold;
}

#main h3 {
	font-size: 14px;
	font-weight: bold;
}

#main form {
	border: 1px solid #039;
	padding: 3px;
	margin-top: 5px;
	text-align: center;
}

#search {
	width: 137px;
}

#search.big {
	width: 300px;
}

p {
	margin-bottom: 1em;
	line-height: 12pt;
}

.big {
	font-size: 20px;
}

.capsule {
  padding-right: 10px;
  border: 5px double orange;
  margin-left: 170px;
  margin-right: 170px;
  margin-bottom: 10px;
  padding: 10px;
}

.capsule .ad {
	margin-right: 10px;
}

.capsule .source {
	text-align: right;
	font-style: italic;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

#flickr .post {
  float: left;
  margin-right: 10px;
  text-align: center;
}

#youtube .post {
	width: 242px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #777;
}

#footer ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

a {
	color: #666;
	text-decoration: none;
}

strong {
	font-weight: bold;
}