html {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	margin:0;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;
	color:#4F5155;
	text-align:left;
}
a {
	text-decoration:none;
	color:#003399;
	background-color:transparent;
	font-weight:normal;
	outline:none !important;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
a img {
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
hr {
}
.hr {
	margin:10px 0 10px 0;
	background-color:#78d5e3;
	height:4px;
}
h1 {
	color:#676767;
	border-bottom:4px solid #78D5E3;
	font-size:24px;
	font-weight:bold;
	padding:0 0 5px 0;
}
h2 {
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:0 0 2px 0;
}
h3 {
	color:#000;
	font:normal 20px georgia,times,serif;
	margin-bottom:5px;
}
h4 {
	color:#000;
	font:normal 16px georgia,times,serif;
	margin-bottom:5px;
}
h5 {
	color:#fff;
	font:normal 20px georgia,times,serif;
	margin-bottom:5px;
}
.shadow {
	text-shadow:0 1px 1px #aaa;
}
.white-shadow {
	text-shadow:0 1px 0 #fff;
}
.blue-shadow {
	text-shadow:0 1px 0 #e5f0f6;
}
.clear {
	height:1px;
	clear:both;
}
.padding {
	padding:10px;
}
.smalltext {
	color:#aaa;
	font-size:11px;
}
.mediumtext {
	color:#444444;
	font-size:12px;
}

.mediumtext a {
	font-weight:bold;
	color:#0a94ec;
}
.buttonlink {
}
.buttonlink,.buttonlink-large {
	color:#fff;
	text-align:center;
	padding:3px 0 1px;
	margin-bottom:5px;
}
.buttonlink a,.buttonlink-large a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}
.buttonlink a {
	font-size:11px;
}
.buttonlink-large a {
	font-size:14px;
}
.buttonlink a:hover,.buttonlink-large a:hover {
	color:#000;
}
#btn-login {
	margin:-8px 0 5px 0;
}
.noborder {
	border:none !important;
}
.nospace {
	margin: 0 !important;
}
.comment {
	border:solid 1px #bdbdbd;
	padding:10px;
	margin-bottom:5px;
}
.comment .delete {
	float:right;
	width:11px;
	height:11px;
	margin-left:10px;
}
.comment .avatar {
	float:left;
	width:40px;
	height:40px;
	margin-right:10px;
	border:solid 1px #dedede;
}
.comment .avatar img {
	width:40px;
	height:40px;
}
.comment .text {
	float:left;
	font-size:13px;
	width:530px;
}
.comment .text .posted {
	font-size:11px;
}
.comment .submit {
	float:left;
	width:120px;
	line-height:12px;
}
.comment .submit .button {
	margin:5px 0 0 -5px;
}
#commentForm .postInfo,#userform .postinfo {
	float:right;
	font-weight:bold;
	padding:0;
	font-size:11px;
}
textarea#mycom {
	width:507px;
	height:58px;
	padding:5px;
	font-size:16px;
}
textarea#commentBox {
	margin: 0 10px 0 0;
}
#page {
	height:100%;
}
#page .wrapper {
	margin:0 auto 0 auto;
	width:950px;
	max-width:950px;
}
#leftcol {
	float:left;
	margin:0 20px 0px 0px;
	width:600px;
}
#rightcol {
	float:left;
	margin:0;
	width: 360px;
}
#header {
	margin-left:-11px;
}
#masthead {
	margin-top:5px;
}
#footer {
	clear:both;
	position:relative;
	margin:20px auto 20px auto;
	text-align:center;
}
#footer .wrapper {
	width:950px;
	color:#666;
	padding:5px 0 5px 0;
	margin:0 auto 0 auto !important;
}
#footer p {
	font-size:.85em;
	margin-top:5px;
}
#footer a {
	font-size:.85em;
	color:#666;
}
#footer a:hover {
	color: #000;
}
#siteControls {
	height:105px;
	overflow:hidden;
}


.cat {
	outline:0;
	border:1px solid #dfdfdf;;
	float:left;
	width:90%;
	padding:10px;
	margin-bottom:5px;
	line-height:21px;
	background-color:#fefefe;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

.cat a {
	font-size:16px;
	color:#666666;
}

.cat a:hover {
	color:#1aa4fc;
}


#nav {
	float:right;
	margin:-10px 0 0 0;
}
#nav ul {
	margin:0;
}
#nav ul li {
	float:left;
	list-style-type:none;
	padding:4px;
}
#nav ul li a {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	outline:0;
	border:0;
	float:left;
	cursor:pointer;
	color:#fff;
	line-height:21px;
	background:url('../images/bgmenu2.png') repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 2px rgba(110,131,160,.5);
	-webkit-box-shadow:0 0 2px rgba(110,131,160,.5);
	-webkit-transition:all 0.1s ease-out;
	text-shadow:0px -1px rgba(110,131,160,.7);
}
#nav ul li a:hover,#nav a:active,#nav ul li a.active {
	float:left;
	cursor:pointer;
	color:#fff;
	line-height:21px;
	background:url('../images/bgmenu.png') repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 2px rgba(110,131,160,.5);
	-webkit-box-shadow:0 0 2px rgba(110,131,160,.5);
	-webkit-transition:all 0.1s ease-out;
	text-shadow:0px -1px rgba(110,131,160,.7);
}
#nav a span {
	cursor:pointer;
	display:block;
	padding:4px 10px 2px 10px;
}
#login-status {
	margin:10px 0 0 0;
	text-align:right;
}
#login-status .userlinks a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding-right:5px;
}
#login-status .userlinks a:hover {
	border-bottom:dotted 1px #333;
}
a.btn-uploadnow {
	display:block;
	margin-bottom:20px;
	border:1px solid #fdc771;
	text-shadow:0 1px 0 #fef081;
	color:#444;
	line-height:36px;
	font-weight:bold;
	font-size:17px;
	background: url('../images/button.gif') repeat-x;
}
#profile-box {
	color:#676767;
	font-size:13px;
	line-height:17px;
}
#profile-box .username {
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-bottom: 10px;
}
#profile-box .avatar {
	float:right;
	-moz-box-shadow:0 0 4px #555555;
	width:65px;
	height:65px;
	margin-left:10px;
}
#profile-box .avatar-inline {
	float:left;
	border:solid 2px #78d5e3;
	width:40px;
	height:40px;
}
#profile-box .meta-inline {
	float:left;
	width:auto;
	margin:0 0 5px 5px;
}
#profile-box .smalltext {
	color:#aaa;
	font-size:10px;
	margin:5px 0 -2px 0;
}
#profile-box .hr {
	margin:10px 0 10px 0;
	background-color:#78d5e3;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius: 2px;
}
#microthumb {
}
#microthumb .info {
	margin:7px 0 5px 0;
	text-align:center;
	color:#555555;
}
#microthumb .prev {
	float:left;
	margin:0 34px 0 0px;
	width:84px;
	height:84px;
	text-align:center;
}
#microthumb .next {
	float:left;
	width:84px;
	height:84px;
	text-align:center;
}
#microthumb .thumb {
	border:solid 1px #dedede;
	padding:2px;
}
#microthumb .arrow {
	padding-left: 4px;
}
.photothumb {
}
.photothumb,.photothumb-last {
	float:left;
	width:122px;
	height:135px;
	margin:0px 15px 0 0;
}
.photothumb-last {
	margin:0px 0px 20px 0 !important;
}
.photothumb .img-thumbnail,.photothumb-last .img-thumbnail {
	border:solid 4px #efefef;
}
.minithumb {
	float:left;
	border:solid 2px #78D5E3;
	width:84Œpx;
	height:84px;
	margin: 0 16px 8px 0;
}
#userActivity {
}
#userActivity .item {
	clear:both;
	border-bottom:dotted 1px #dedede;
	margin:5px 0px 0px 0px;
	padding-bottom:3px;
}
#userActivity .item .avatar {
	float:left;
	width:20px;
	height:20px;
	margin-right:7px;
}
#userActivity .item .meta {
	float:left;
	font:normal 12px arial,verdana,sans-serif;
}
#userActivity .item .meta .date {
	font:normal 10px arial,verdana,sans-serif;
	color:#555;
}
#userActivity .item .meta a {
	text-decoration:none;
}
#userActivity .item .meta a:hover {
	color: #000;
}
.darkblue {
	background-color:#285a8f;
}
.lightblue {
	background-color:#1aa4fc;
}
.blue {
	background-color:#70adcd;
}
.orange {
	background-color:#f69254;
}
.grey {
	background-color:#f0f0f0;
}
.white {
	border:solid 1px #dfdfdf;
	background-color:#fefefe;
}
.red {
	background-color:red;
}
.green {
	background-color:green;
}
a.white-text {
	color:#fff;
}
.grey-gradient {
	background:#bbbbbb url('../images/bggrey.gif') repeat-x;
	line-height:22px;
	height: 22px;
}
.curve {
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.curve-tl {
	-moz-border-radius-topleft:6px;
	-khtml-border-radius:6px 0 0 6px;
	-webkit-border-top-left-radius:6px;
	border-radius:6px 0 0 6px;
}
.curve-tr {
	-moz-border-radius-topright:6px;
	-khtml-border-radius:6px 6px 0 0;
	-webkit-border-top-right-radius:6px;
	border-radius:6px 6px 0 0;
}
.curve-bl {
	-moz-border-radius-bottomleft:6px;
	-khtml-border-radius:0 0 6px 6px;
	-webkit-border-bottom-left-radius:6px;
	border-radius:0 0 6px 6px;
}
.curve-br {
	-moz-border-radius-bottomright:6px;
	-khtml-border-radius:0 6px 6px 0;
	-webkit-border-bottom-right-radius:6px;
	border-radius:0 6px 6px 0;
}
.curve-all {
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}
div.pagination {
	font-size:14px;
	padding:3px;
	margin:0 0 15px 0;
	text-align:left;
}
div.pagination a {
	padding:5px;
	margin-right:2px;
	border:1px solid #4db9ff;
	text-decoration:none;
	outline:none;
	color:#fff;
	background-color:#4db9ff;
	font-weight:bold;
}
div.pagination a:hover,div.pagination a:active {
	padding:5px;
	margin-right:2px;
	border:1px solid #333;
	background-color:#f0f0f0;
	color:#333;
}
div.pagination span.current {
	padding:5px;
	margin-right:2px;
	border:1px solid #e0e0e0;
	font-weight:bold;
	background-color:#f0f0f0;
	color:#333;
}
div.pagination span.disabled {
	padding:5px;
	margin-right:2px;
	border:1px solid #dedede;
	color: #dedede;
}
#app-grid {
	margin:10px 0 75px 0;
}
.app-grid-item {
	float:left;
	width:94px;
	margin:10px 13px 5px 11px;
	font-size:10px;
	text-align:center;
	line-height:13px;
	height: 75px;
}
.span-24,div.span-24 {
	width:950px;
}
.stbuttontext {
	text-transform: uppercase;
}
input:focus,textarea:focus {
	-moz-box-shadow:0 0 6px #999;
	-webkit-box-shadow:0 0 6px #999;
}
.img-thumbnail {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all 0.1s ease-out;
}
.img-thumbnail:hover {
	border:4px solid #fff !important;
	-moz-box-shadow:0px 0px 5px #111;
	-webkit-box-shadow:0px 0px 5px #111;
	-webkit-transition:all 0.1s ease-out;
}
.avatar:hover,.avatar-inline:hover,.thumb:hover {
	border-color:#fff;
	-moz-box-shadow:0px 0px 4px #111;
	-webkit-box-shadow:0px 0px 4px #111;
	-webkit-transition:all 0.1s ease-out;
}
.buttonlink:hover {
	-moz-box-shadow:0px 0px 2px #666666;
	-webkit-box-shadow:0px 0px 2px #666666;
	-webkit-transition:all 0.1s ease-out;
}
div.sociable {
	margin:16px 0;
}
span.sociable_tagline {
	position:relative;
}
span.sociable_tagline span {
	display:none;
	width:14em;
}
span.sociable_tagline:hover span {
	position:absolute;
	display:block;
	top:-5em;
	background:#ffe;
	border:1px solid #ccc;
	color:black;
	line-height:1.25em;
}
.sociable span {
	display:block;
}
.sociable ul {
	display:inline;
	margin:0 !important;
	padding:0 !important;
}
.sociable ul li {
	background:none;
	display:inline !important;
	list-style-type:none;
	margin:0;
	padding:1px;
}
.sociable ul li:before {
	content:"";
}
.sociable img {
	float:none;
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
}
.sociable-hovers {
	opacity:.4;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}
a.button,span.button,del.button {
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	font-size:0;
	line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;
	vertical-align:middle;
	padding-top:-2px;
	_position:relative;
	_width:10px;
	_overflow-y:hidden;
}
a.button,span.button,del.button,a.button span,span.button button,span.button input,del.button span {
	background-image:url('../images/form.png');
}
a.button span,span.button button,span.button input,del.button span {
	white-space:nowrap;
	cursor:pointer;
	color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
	letter-spacing:0 !important;
	font-family:"Arial" !important;
	font-size:12px !important;
	font-style:normal;
	background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
	_padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;
	_display:block;
	_top:0;
	_right:-5px;
}
span.button button {
	line-height:2.5;
}
html.safari a.button span,html.safari del.button span {
	line-height:1.3;
}
html.safari span.button button {
	line-height:2.6;
}
html.safari a.button:focus,html.safari span.button button:focus {
	outline: none;
}
del.button {
	background-position:0 -120px;
}
del.button span {
	cursor:default;
	color:#aaa !important;
	background-position:100% -120px;
}
span.button button,span.button input {
	padding-top:0px;
	line-height: 2.5;
}
a.button:hover,span.button:hover,a.button:focus,a.dom-button-focus,span.button-behavior-hover {
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}
a.button:hover span,span.button:hover button,a.button:focus span,span.button-behavior-hover button,span.button-behavior-hover input {
	background-position:100% -60px;
}
a.button:active,a.button:focus span {
	color:#444;
}
del.button-behavior-hover,del.button:hover {
	background-position:0 -180px;
}
del.button-behavior-hover span,del.button:hover span {
	background-position:100% -180px;
}

/* share: http://www.20script.ir */