/* Reset */
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: "" "";
}


/* Layout Styles */
body {
	font-size: 62.5%;
	font-family: Arial;
	font-weight: normal;
	text-align: center;
	background: #e1eff0;
}

#wrapper {
	width: 830px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.4em;
	background: url(images/body_bg.jpg) repeat-y top left;
	margin-bottom: -10px;
}

#header {
	width: 856px;
	height: 192px;
	background: url(images/header.jpg) no-repeat top left;
}

#main {
	margin: 0 20px;
}

div#content {
	width: 700px;
	margin: 0 auto;
}

p.next {
  padding:4px;
  background-color:lightyellow;
  margin: 5px 0px 0px 48px;
  width: 560px;
}

div.tweet {
	border-top: 2px dashed #cccccc;
	height: 70px;
	padding: 20px 0 0 0;
}

div.tweet span {
	float: left;
	margin: 0 20px 0 0;
	height: 70px;
}

p.header_text {
	font-size: 1.8em;
	text-transform: lowercase;
	color: #777;
	line-height: 2em;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 54px;
	width: 700px;
	font-family: 'Reenie Beanie', arial, serif;
}

p.header_text span {
	background: #ea7eb2;
	color: #fff;
	padding: 0 5px;
	font-family: 'Lobster', arial, serif;
	font-weight:normal;
	text-transform:capitalize;
}

p.meta {
	color: #777;
}

div#footer {
	background: #9dd2d6 url(images/footer.jpg) no-repeat top center;
	text-align: center;
	height: 150px;
	padding-top: 50px;
}

div#footer p {
	color: #FFF;
	font-size: 1.4em;
}

div#footer p a {
	color: #E1EFF0;
	text-decoration: none;
}

/* Element Styles */

p {
	margin: 10px 10px;
}

strong {
	font-weight: bolder;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 1.0em;
}