/* @override http://uvinum.loc/css/main.css */

/* @group reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
p { margin:1em 0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
legend { display:none; }
a { outline:none; }
img { vertical-align:middle; }
/* @end reset CSS */

body {
	background:url(/images/bg_page.png) 0 0 repeat-x #faf8ed;
	color: #07320b;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #758238;
}

h1.title {
	background:url(/images/logo-uvinum.png) 50% 50% no-repeat transparent;
	text-indent: -1000em;
	height: 70px;
	margin: 60px 0;
}

p.big {
	width: 650px;
	margin: 36px auto;
	font-size: 24px;
	line-height: 36px;	
}

p.social_links {
	text-align: center;
}

p.footer {
	margin-top: 36px;
	text-align: center;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form {
	width: 620px;
	margin: 36px auto;
	text-align: center;
}

input.text {
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 4px;
	width: 350px;
	vertical-align: middle;
}

input.submit {
	font-size: 16px;
	width: 50px;
	vertical-align: middle;
}