/* v1.0 | 20080212 */

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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #333;
}
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;
}


/* START CUSTOM CSS */

body {
	font-family: Georgia, Times, serif;
	background:#fff url('http://blovcdn.com/r/awards/2/patternet2.png') repeat center top;
	font-variant: small-caps;
	padding-bottom: 80px;
}

a {color: #000;}

h1, h2, h3, h4, p, a{font-weight: normal;}

h1 {
	/*border-bottom: double 4px #fff;
	border-top: double 4px #fff;*/
	margin: 28px 0 20px;
	font-size: 53px;
}

h2 {
	font-size:30px;
	font-weight: normal;
	margin: 33px 0 15px;
}
h3 {font-size: 48px;margin-bottom: 20px;}
p {font-size: 20px;}
.white {color: white;}
.logo {margin: 60px 0 15px 0;}
.header {text-align: center; margin-top: 10px;}
.header a {padding: 0 5px 0;}
.content {
	width: 870px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.clear {clear: both;}
.blogs {padding-bottom: 10px;}
.blog {
	width: 140px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 9px;
	-webkit-box-shadow: 3px 3px 3px #f0f0f0;
	-moz-box-shadow: 3px 3px 3px #f0f00;
	box-shadow: 3px 3px 3px #f0f0f0;
	float: left;
	display: inline;
	margin: 0 7px;
	text-align: left;
	color: #000;
}
.blog img {width: 140px;}
.blog a {font-size: 12px;}

.last {margin-right: 0;}
.buttons {padding: 30px;}
.form-submit {
	padding: 5px 15px;
	color: #555;
	font-size: 22px;
	border: 0;
	cursor: pointer;
	font-family: Georgia, Times, serif;
	font-variant: small-caps;
	background-color: #F4F4F4;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* ie */
	border: 1px solid #ddd;
}

.form-submit:hover {border: 1px solid #ccc; color: #000;}

.message {
	background: #fff;
	border-top: 1px dashed #bab6a8;
	border-bottom: 1px dashed #bab6a8;
	margin: 10px 0 10px 0;
	padding: 20px 40px 60px;
}
.message a {text-decoration: none;}
.fb-like {margin: 20px 0;}
.message button {margin: 40px 0 0;}
.message button img {
	width: 100px;
	vertical-align: middle;
	margin-left: 3px;
	padding-bottom: 1px;
}


/* BANNERS */

.banners_left, .banners_right {
	position: absolute;
	top:548px;
	z-index: 10;
}
.banners_left {left: -180px;}
.banners_right {right: -180px;
}
.banners_left img, .banners_right img {
	display: block;
	margin-top: 28px;
}


