/*
Theme Name: Newsletter
*/


/* 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
	font-size:100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
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;
}
/* END RESET */


body, html {
	font-size:12px; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:100%;
	color:#000;
}

p {
	margin-bottom:20px;
	line-height:15px;
}

ul {
	margin-bottom:20px;
}

h2 {
	font-size:24px;
	color:#FFF;
	margin-bottom:10px;
	font-weight:bold;
}

h2 a:link, h2 a:visited {
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}

h2 a:hover, h2 a:visited:hover {
	font-size:24px;
	color:#FFF;
	text-decoration:none;
}

h3 {
	font-size:17px;
	color:#FFF;
	margin-bottom:5px;
	font-weight:bold;
}

h3 a:link, h3 a:visited {
	font-size:17px;
	color:#FFF;
	text-decoration:none;
}

h3 a:hover, h3 a:visited:hover {
	font-size:17px;
	color:#FFF;
	text-decoration:underline;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#000;
	text-decoration:underline;
}

.wrapper {
	width:950px;
	min-height:100%;
	margin:0px auto 0px auto;
	overflow:auto;
}

.bottom_curve {
	width:950px;
	height:450px;
	background:url(images/bottom.jpg);
	background-repeat:no-repeat;
	text-align:center;
	overflow:auto;
}

.inner {
	background:#6868ee;
	width:920px;
	min-height:100%;
	padding:15px;
	overflow:auto;
}

.left {
	float:left;
	width:710px;
	margin-right:20px;
}

.right {
	float:left;
	width:190px;
}

.top {
	background:url(images/top.jpg);
	width:100%;
	height:124px;
}

.main_logo {
	margin-right:430px;
}

.footer {
	clear:both;
}

.bottom_banners {
	clear:both;
}

.bottom_banners img {
	max-width:920px;
}

/* sidebar */

.search_form {
	margin-bottom:20px;
}

/* post */

p.date {
	color:#FFF;
	margin-bottom:10px;
}

.entry {
	margin-bottom:20px;
}

p.more {
	font-weight:bold;
	text-align:right;
}

.end {
	margin:0px;
}

.navigation {
	margin-bottom:20px;
}