﻿/*
	Designed by Arvin Ashtary
	WebSite: WinDesign.iR
*/
/* Reset & Main */
* { margin:0 auto; padding:0; border:0; }
body { background:url(images/bg.png); direction:rtl; font:13px/23px tahoma; }
a { outline:0; text-decoration:none; color:#bbb; }
a:hover { color:#97c024; }

/* All */
main { display:block; text-align:center; }

header { background:url(images/header.png) center; height:450px; text-align:center; }
h1 { margin:240px 510px 0 0; display:inline-block; font:13px tahoma; color:#97c024; transform:rotate(-9deg); }
h2 { margin-top:40px; padding:10px; font:14px tahoma; color:#97c024; display:none; }

#enter { background:url(images/enter.png); width:494px; height:124px; margin:30px auto; display:block; }
#enter:hover { opacity:.8; }

#last-posts { width:500px; margin-bottom:90px; }
h3 { color:#fff; }
ul { text-align:right; }
li { list-style-position:inside; color:rgba(0,0,0,.4); }

footer { background:#222; width:100%; position:fixed; bottom:0; right:0; box-shadow:0 -7px rgba(0,0,0,.1); }
nav { text-align:center; }
nav a { padding:10px; display:inline-block; }

/* Responsive */
@media (max-width:800px) {
header { display:none; }
h2 { display:block; }
}
@media (max-width:500px) {
#enter { transform:scale(.5); }
}
@media (max-width:380px) {
#enter { transform:scale(.4); margin-right:-60px; }
}