﻿/*------ THeme Rip And Shere By : Javad Saberyan ( www.desksupport.ir ) ----*/



/*-------------------- RESET --------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}


/*-------------------- FONT --------------------*/




/*---------------- Background -----------------*/

html {
	height:100%;
}

body {
	height:100%;
}

body > div {
	background: url('../images/background/pattern.png'), url('../images/background/overlay.png') center center;
	background-repeat: repeat, repeat;
	height:100%;
}

@font-face {
  font-family: 'BYekan';
  src: url('BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}


/*------------------ GENERAL ------------------*/

body{
	font-family: BYekan;
	color:#FFF;
}

*::selection {background:#1aa5a7;color:#FFF;}

*::-moz-selection {background:#1aa5a7;color:#FFF;}

*::-webkit-selection {background:#1aa5a7;color:#FFF;}

/*------------------ HEADER -------------------*/

h1 {
	font-weight: 800;
	font-size:35px;
	float:left;
	display:inline-block;
	line-height:25px;
	margin-top:10px;
}

h1 span {
	font-weight: 700;
	font-size:20px;
}


/*------------------ CONTROL ------------------*/

#controls {
	position:absolute;
	height:40px;
	width:120px;
	right:0;
	margin:0;
	top:10px;
}

#controls > div {
	background-color:rgba(0,0,0, 0.6);
	display:inline-block;
	height:40px;
	width:40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0px 5px 0 0;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
	cursor:pointer;
}

#controls > div:hover {
	background-color:rgba(0,0,0, 0.9);
}



/*------------------ WRAPPER ------------------*/

#wparent {
	position:absolute;
	top:150px;
}

#wrapper {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:block;
	background-color:#ff0000;
	width:900px;

}

#firstpart {
	background-color:rgba(0,0,0, 0.6);
	opacity:1;
	height:215px;
	display:block;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#firstpart > h2 {
	margin:0;
	font-size:60px;
	letter-spacing:2px;
	text-align:center;
	font-weight:800;
	line-height:70px;
}

#firstpart > p {
	margin-top:10px;
	font-size:15px;
	letter-spacing:2px;
	text-align:center;
}

#firstpart > p span {
	font-style:italic;
	background-color:#1aa5a7;
	padding:0 5px 0 5px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

#count {
	margin:20px 0 0 0;
	padding-bottom:0px;
}

#count > div {
	padding:0;
	border:0;
	margin-right:5px;
	text-align:center;
}


#count > div > div{
	height:45px;
}

#count > div > div > div {
	font-weight:800;
	font-size:40px;
	color:#1aa5a7;
	line-height:40px;
	overflow:hidden;
}

#count > div > p {
	font-size:16px;
	color:#FFF;
}

#subscribe {
	margin-top:0px;
	background-color:rgba(0,0,0, 0.6);
	display:block;

	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#subscribe p {
	font-size:12px;
	margin:12px 0 0 0;
}

/* subscribe form */
#subscribe input[type="text"] {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border:none;
	height:30px;
	margin:5px 0 15px 0;
	padding:0 5px 0 5px;
}

#subscribe input[type="submit"] {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:none;
	height:30px;
	margin:5px 0 0 0;
	color:#FFF;
	font-weight:bold;
	background: #1aa5a7;
	cursor:pointer;
}

#subscribe input[type="submit"]:hover {
	opacity:0.8;
}


/*------------------ SOCIAL ------------------*/

#social {
	background-color:rgba(0,0,0, 0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:20px 0 0 0;
	display:block;
	height:70px;
}

#social > div {
	margin-left:10px;
	margin-right:0;
}

#social > div ul{
	list-style:none;
	margin-top:22px;
}

#social > div ul li {
	float: left;
	height:24px;
	overflow:hidden;
	margin-right:5px;
}

#social #icon li img {
	margin-top:-24px;

	-webkit-transition: margin-top 0.1s ease-in-out;
	-moz-transition: margin-top 0.1s ease-in-out;
	-o-transition: margin-top 0.1s ease-in-out;
	-ms-transition: margin-top 0.1s ease-in-out;
	transition: margin-top 0.1s ease-in-out;
}

#social #icon li img:hover {
	margin-top:0px;
	visibility:0.9
}

/* twitter */
#social div a {
  color: #1aa5a7;
}

.query {
  margin-bottom:1em;
}

#ticker ul.tweet_list {
	height:50px;
    overflow-y:hidden;
    margin-top:15px;
}

#ticker .tweet_list li {
	font-size:12px;
	font-style:italic;
	height:50px;
}

.tweet_avatar {
	margin-top:2px;
	float:left;
	display:inline-block;
	margin-right:5px;
}


/*---------------- MORE BLOCK -----------------*/

#more {
	width:170px;
	height:50px;
	background-color:rgba(0,0,0,0.6);
	position:relative;
	float:right;
	z-index:2;
	margin:10px 0 10px 0;
	display:block;
	overflow:hidden;
	position:absolute;
	top:80px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#more #morecross {
	cursor:pointer;
	display:inline-block;
	float:left;
	margin:-12px 5px 0 6px;
	color:#1aa5a7;

}

#more #morecross span {
	font-size:50px;
	font-weight: 800;
}

#more #moretext {
	font-size:14px;
	margin-top:14px;
	font-weight:700;
	opacity:1;
}

#more-content {
	margin: 20px auto 0 auto;
	width:580px;
	display:none;
}

#more-content > div {
	margin:-20px 0 0 5px;
	padding:5px;
}

#more-content h2 {
	font-weight:800;
	font-size:18px;
	margin-top:-10px;
	margin-bottom:25px;
}

#more-content h5 {
	font-weight:700;
	font-size:14px;
	margin-bottom:3px;
}

#more-content p {
	width:270px;
	margin:0;
	font-size:12px;
}

#more-content label {
	display:inline-block;
	float:left;
	font-size:12px;
}

#more-content table {
	width:270px;
	margin:10px auto 0 auto;
}

.progressbar {
	height:20px;
	width:180px;
	background-color:#FFF;
	margin:0;
	margin-bottom:5px;
	display:inline-block;
	float:left;
}

.progressbar > div {
	height:20px;
	width: 0%;
	position:relative;
	top:0;
	left:0;
	background-color:#1aa5a7;
	text-indent:10px;
	font-weight:700;
	margin:0;
}

#more-content form input[type='text'] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	height:25px;
	margin:5px 0 5px 0;
	padding:0 5px 0 5px;
	color:#2c2c2c;
}

#more-content form textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	height:60px;
	max-height:60px;
	width:230px;
	max-width:230px;
	margin:5px 0 5px 0;
	padding:0 5px 0 5px;
	color:#2c2c2c;
	font-family: BYas;
}

#more-content form input[type="submit"] {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	height:25px;
	margin:0;
	padding: 2px 5px 2px 5px;
	color:#FFF;
	font-weight:700;
	font-size:14px;
	background: #1aa5a7;
}

#more-content form input[type="submit"]:hover {
	opacity:0.8;
}

#errormsg {
	color:#1aa5a7;
	font-size:10px;
}
