/* CSS Document */

/* 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, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

ol,ul,li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
}
h1{display:none}
q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}


/* Defaults
-----------------------------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
}

.alignright,
.post_category {
	float:right;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}

body {
	background:#fff;
	font-family:arial,sans-serif;
	font-size:75%;
	line-height:160%;
	margin:0 auto;
	color:#555;
}

a {
	text-decoration:none;
	color:#3366CC;
}

a:hover {
	color:#3366CC;
	text-decoration:underline;
}

p {
	line-height:20px;
	margin:0 0 5px;
	padding:6px 0;
}

h1 {
	font-size:35px;
	line-height:43px;
}

h2 {
	font-size:30px;
	line-height:38px;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:15px;
	margin-bottom:4px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:9px;
}

input {
	padding:4px 3px;
}

strong,
.current {
	font-weight:700;
}
.ortala {
	display: block;
	margin: auto;
	width: 500px;
}
