/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
	TurkBlog.com
	Author: Nima Shayafar
*/

body {
	background: url(../images/bg.gif) repeat-x;
	font: 12px/150% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #52565B;
}

p {
	margin-top: 7px;
}

a {
	text-decoration: none;
	color: #0E7FC7;
}

h2 {
	font-size: 16px;
	padding: 5px;
	margin-top: 5px;
	background-color: #EAF2F5;
	display: block;
	border-bottom: 2px solid #eee;
	background: url(../images/header-bg.gif) repeat-x;
	color: #74A0C5;
	line-height: 23px;
}

h3 {
	font-size: 14px;
	margin-top: 5px;
	border-bottom: 1px solid #E2EEFE;
	padding: 5px;
}

.list li {
	background: url(../images/icons/list-bullet.gif) no-repeat left top;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 15px;
}
#static li {
	margin-left: 10px;
	line-height: 1.5em;
	text-align: justify;
}

#static ul {
	margin-top: 5px;
}

#static p {
	text-align: justify;
}

#faq h3 {
	background:transparent url(../images/icons/help.gif) no-repeat scroll 0%;
	padding-left: 18px;
	cursor: pointer;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#main {
	margin-top: 15px;
}

#left {
	float: left;
	padding: 0 10px 10px 0;
	width: 770px;
}

#left .right-col {
	float: right;
	width: 49%;
}

#left .left-col {
	float: left;
	width: 49%;
}

#right {
	float: right;
	width: 160px;
	padding: 10px 6px;
	background:  url(../images/sidebar-bg.jpg) no-repeat;
	min-height: 230px;
	text-align: center;
	margin-top: 5px;
}

#footer {
	clear: both;
	border-top: 2px solid #74a0c5;
	padding-top: 5px;
}

#footer .logo-gray {
	float: left;
	margin: 0 10px 0 5px;
	width: 150px;
	border-right: 1px solid #C4C3C1;
	text-align: center;
}

#footer .copyright {
	font-size: 10px;
	line-height: 26px;
}

.copyright p {
	margin-top: 0;
}

.box {
	background: url(../images/middle-bg.gif) repeat-x;
	padding: 5px;
	min-height: 100px;
	_height: 100px;
}

.nobg {
	background: none;
}

.violet {
	background: url(../images/middle-bg-violet.gif) repeat-x;
}

.orange {
	background: url(../images/middle-bg-orange.gif) repeat-x;
}

#tag-cloud a {
	margin: 0 5px;
}
/* HEADER */
#header {
	height: 110px;
	position: relative;
}

#logo { 
	float: left;
	margin: 15px 0 0 5px;
	width: 300px;
}

#logo a {
	width: 300px;
	height: 80px;
	display: block;
	background: url(../images/logo/logo.gif) no-repeat;
}

#logo a span {
	display: none;
}

#top-menu {
	float: right;
	padding-right: 10px;
	width: 50%;
}

.register-login {
	margin-top: 35px;
	overflow: visible;
}

#top-menu .register-login a {
	width: 93px;
	height: 25px;
	display: block;
	float: right;
	margin-left: 20px;
	padding: 10px;
	padding-left: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #EAF2F5;
	background: url(../images/header-buttons.png) no-repeat;
}

#top-menu a.login {
	background-position: 0 -90px;
}

#top-menu a.login:hover {
	background-position: 0 -135px;
}

#top-menu a.register {
	background-position: 0 0;
}

#top-menu a.register:hover {
	background-position: 0 -45px;
}

/* TABS */
    #toppest-menu {
      position: absolute;
      font-size:11px;
      line-height:normal;
		bottom: -2px;
		right: 10px;

}
    #toppest-menu ul {
          margin:0;
          /*padding:10px 10px 0 50px;*/
          list-style:none;
      }
    #toppest-menu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #toppest-menu a {
      float:left;
      background:url(../images/tab-left.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #toppest-menu a span {
      float:left;
      display:block;
      background:url(../images/tab-right.gif) no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#627EB7;
		 font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #toppest-menu a span {float:none;}
    /* End IE5-Mac hack */
    #toppest-menu a:hover span {
      color:#627EB7;
      }
    #toppest-menu a:hover {
      background-position:0% -42px;
      }
    #toppest-menu a:hover span {
      background-position:100% -42px;
      }

      #toppest-menu .current a {
              background-position:0% -42px;
      }
      #toppest-menu .current a span {
              background-position:100% -42px;
      }
		
		#login-box {
			position: absolute;
			width: 235px;
			height: 135px;
			padding: 10px 5px 5px 10px;
			top: 80px;
			right: 10px;
			background: url(../images/login-box.png) no-repeat;
		}
		
		#banner-box {
			margin-top: 15px;
			border: 1px solid #C4C3C1;
		}
		#banner {
			height: 150px;
			border: 2px solid #fff;
			background-color:#F5F5F5;
		}
		
		
.user-photo a {
	background: url(../images/icons/user.gif) no-repeat center center;
	width: 80px;
	height: 80px;
	_height: 82px;
	border: 1px solid #eee;
	float: left;
	margin: 0 12px 5px 0;
	position: relative;
}

.user-photo p {
	color: #52565B;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	_height: 13px;
	background-color: #ccc;
	opacity: 0.6;
	padding: 1px;
	width: 78px;
	line-height: 13px;
	min-height: 13px;
	overflow: hidden;
}


.user-photo a:hover {
	border-color: #ccc;
}		


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* <FORMS> */

fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px;
}

legend {
	color: #333;
	padding: 4px;
}

.form-row {
	margin-bottom: 3px;
	padding: 3px 1px;
	background: url(../images/feat-item-hr.gif) no-repeat center bottom;
	clear: both;
}

label {
	margin-bottom: 3px;
	display: block;
	cursor: pointer;
}

label.required {
	font-weight: bold;
}

textarea, input, select {
	background-color: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	margin: 1px;
	padding: 3px;
}

.large {
	width: 695px;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}

input[type=submit] {
	background: url(../images/form-btn.gif) repeat-x;
	border:1px solid #9AAABB;
	padding:3px 10px;
}

form div.controls {
	background: url(../images/control-bg.gif) repeat-x left bottom; 
	margin-top: 15px;
	padding: 2px 10px;
	text-align: center;
	clear: both;
}


.multi-column label {
	float: left;
	width: 30%;
}

.two-column label {
	float: left;
	width: 50%;	
}

.two-column label:hover, .multi-column label:hover {
	background: #e9e9e9;
}

.two-column input, .multi-column input {
	border: none;
	margin-right: 3px;
	background-color: #fff;
	vertical-align: middle;
}

.avg {
	width: 50%;
}

#buttons {
	text-align: right;
	padding-right: 10px;
}

#buttons input {
	width: 20px;
	padding: 0;
	font-weight: bold;
	font-size: .8em;
}

.err-msg {
	background: url(../images/icons/warning.gif) no-repeat left center;
	padding-left: 18px;
	color: red;
}

#ajax-load {
	display: none; 
	position: absolute; 
	background-color: #eaf2f5;
}

#ajax-load div {
	margin: 5px auto;
	width: 300px;
	text-align: center;
}

.loading div {
	background: url(../images/indicator.gif) no-repeat bottom center;
	padding-bottom: 20px;
}

.loading div div {
	background: none;
	padding-bottom: 0;
}



.help {
	position: relative;
	width: 16px;
	height: 16px;
	margin: 5px;
}

.help a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icons/help.gif) no-repeat;
}

.help a span {
	display: none;
}

.help:hover div {
	display: block;
}

.help div {
	display: none;
	position: absolute;
	top: -25px;
	width: 250px;
	padding: 5px;
	display: none;
	background-color: #E2EEFE;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	opacity: 0.8;
	z-index: 1;
}

.help div.left {
	right: 15px;
}

.help div.right {
	left: 15px;
}

td .help, label .help, legend .help {
	float: right;
	margin: 1px 5px 0 5px;
	font-weight: normal;
}

legend .help {
	float: left;
}

#login-box label {
	float: left;
	width: 70px;
	display: block;
	margin-top: 5px;
	text-align: right;
	padding-right: 5px;
}

#login-box .form-row {
	background: none;
}

#login-box .controls {
	background: none;
	margin: 5px 0 5px 70px;
	padding: 0;
	text-align: left;
}
/* </FORMS> */

/* Tab */
.tab {
	height: 23px;
}
.tab li {
	display: inline;
	line-height: 23px;
	padding: 0 1px 0 0;
	margin: 0;
	background: url(../images/tab-nav-divider.gif) no-repeat right center;
	float: left;
}

.tab a {
	display: block;
	padding: 0 5px;
	font-size: 14px;
}
.tab a:hover, .tab .tab-selected a {
	background:#FFFFFF url(../images/tab-nav-current.gif) repeat-x;
	color: #52565B;
}
.tab li:last-child {
	background: none;
}
/* /Tab */

/* Breadcrumbs */
.breadcrumbs {
	color:#999999;
	font-size: 11px;
	margin-bottom:8px;
}

.breadcrumbs li {
	background: none;
	display: inline;
	padding: 0;
}
.breadcrumbs .separator {
	padding:0pt 5px 0pt 7px;
}
/* /Breadcrumbs */


/* Pages */
.pages {
	clear:both;
	font-size:11px;
	padding:1em;
}
.pages a, .pages span {
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #FFFFFF;

	margin-right:0.1em;
	padding:0.2em 0.5em;
}
.pages span.active {
	background:#2E6AB1 none repeat scroll 0%;
	border:1px solid #2E6AB1;
	color:#FFFFFF;
	font-weight:bold;
}
.pages a {
	border:1px solid #9AAFE5;
	text-decoration:none;
}
.pages a:hover {
	border-color:#2E6AB1;
}
.pages a.nextprev {
	font-weight:bold;
}
.pages span.nextprev {
	color:#666666;
}
.pages span.nextprev {
	border:1px solid #DDDDDD;
	color:#999999;
}
/* /Pages */

/* Blog list */
#blogs li {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	width: 48%;
}
#blogs li a {
	display: block;
	padding: 5px;
	border: 1px solid #eee;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	-moz-border-radius: 5px;
}
#blogs a span {
	font-size: 11px;
	color: #AFCC54;
	font-style: italic;
}
#blogs li a:hover {
	border: 1px solid #ccc;
	background: url(../images/middle-bg.gif) repeat-x;
}

#blogs-list li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/feat-item-hr.gif) no-repeat center bottom;
}

#blogs-list li a {
	font-weight: bold;
}

#blogs-list li span {
	font-size: 10px;
	color: #AFCC54;
	padding-left: 18px;
	background: url(../images/icons/clock.gif) no-repeat left center;
	line-height: 18px;
	float: right;
}

/* Sidebar banner */
.banner-side {
	border: 1px solid #eee;
	background-color: #fff;
	width: 120px;
	height: 240px;
	margin: 1em auto;
	text-align: center;
}
/* /Sidebar banner*/

/* General */
.adv-loading {
	background: url(../images/icons/indicator.gif) no-repeat center center;
}

.indicator {
	background: url(../images/icons/indicator.gif) no-repeat;
	padding-left: 20px;
	height: 18px;
}

.inline-indicator {
	background: url(../images/icons/indicator.gif) no-repeat right;
}

.invalid, .taken {
	background: url(../images/icons/ban.gif) no-repeat right;
	border: 1px solid red;
}

.available {
	background: url(../images/icons/check.gif) no-repeat right;
	border: 1px solid green;
}

.right {
	float: right;
}

.left {
	float: left;
}
.hide {
	display: none;
}

.show {
	display: block;
}

.center {
	text-align: center;
}
/* /General */

/* <MESSAGES> */
.notify-message {
	margin: 5px auto;
	padding: 10px 5px 10px 35px;
	text-align: justify;
	border-width:1px;
	border-style: solid;
}

.transparent-message {

}

.transparent-message .notify-message {
	border-width: 0;
	marign: 0;
	font-size: 2em;
	background-image: none;
	text-align: center;
}


.transparent-message div.title-bar {
	height: 18px;
	background-color: #ccc;
}

.transparent-message div.title-bar a {
	height: 16px;
	width: 16px;
	float: right;
	display: block;
	background: url(../images/icons/close.gif) no-repeat;
}

.success-wrapper {
	background-color: #EBF7EB;
	border: 1px solid #009900;
}

.info-wrapper {
	background-color: #EFF8FF;
}

.error-wrapper {
	background-color: #FFE400;
	border: 1px solid #E0B86C;
}

.info {
	background: #EFF8FF url(../images/icons/message-info.gif) no-repeat 5px center;
	color: #2263C4;
	border-color: #067AEF;
}

.success {
	background: #EBF7EB url(../images/icons/message-success.gif) no-repeat 5px center;
	color: #006600;
	border-color: #599200;
}

.error {
	background: #FFE400 url(../images/icons/message-alert.gif) no-repeat 5px center;
	color: #000;
	border-color: #B99400;
}

/* </MESSAGES> */

#features li {
	float: left;
	width: 225px;
	margin-right: 5px;
}

#features ul {
	margin-top: 10px;
}

/* WINDOWS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;

}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #DDD;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #DDD;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD url(../images/window/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #DDD;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 17px;
height: 22px;
background: transparent url(../images/window/closelabel.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}
/* </WINDOW> */

#profile a {
	display: block;
	float: right;
	padding: 5px 5px 5px 35px; 
	border: 1px solid #eee;
	background: url(../images/icons/mail.gif) no-repeat left center;
	line-height: 25px;
	margin: 10px;
}
#profile a:hover {
	border: 1px solid #ccc;
}

#profile p {
	text-align: justify;
}

#profile img.photo {
	margin: 0 5px;
	float: left;
}