* {
	font-family: 'Open Sans', sans-serif;
	transition-duration: 250ms;
}

ion-icon {
	margin-bottom: -2px;
	font-size: 14px;
}

#container {
	color: #222;
	text-align: left;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

.wrapper {
	width: 75%;
	max-width: 1500px;
	margin: auto auto;
}


#logo {
	background: #f0f0f0;
	padding: 15px 0;
}

#yazimiz {
	display: inline-block;
	
}

#yazimiz a {
	background: transparent;
	border-radius: 15px;
	color: #F44336;
}
#yazimiz a:link {
	font-size: 20px;
	font-weight: bold;	
	color: #F44336;
}

#rpmenu {
	float: right;
}

#rpmenu li {
	list-style-type: none;
	display: inline-block;
	margin-top: 5px;
}

#rpmenu li a {
	background: #e5e5e5;
	color: #F44336;
	padding: 8px;
	border-radius: 8px;
	margin-left: 5px;
	font-size: 13px;
}

#rpmenu li a:hover {
	border-top: 1px solid #E53935;
	border-bottom: 1px solid #E53935;
	transition: linear 0.2s;
}

#content {
	background: #f8f8f8;
	width: auto !important;
	overflow: hidden;
}


#footer, #panel, table {
	font-family: 'Open Sans', sans-serif;
}

#footer {
	background: #f0f0f0;
	color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px -1px 4px #d1d1d1;
}

#footer .sag {
	float: right;
}

#footer .title {
	color: #F44336;
	font-size: 18px;
	font-weight: thin;
}

#footer .content {
	padding-top: 5px;	
	max-width: 45%;
}

#footer .copy {
	margin-top: 5px;
}

#footer .tema {
	padding-left: 4px;
}

#whoisonline {
	background: #F44336;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

#whoisonline a:link {
	color: #fff;	
}

#whoisonline a:visited {
	color: #fff;	
}

#whoisonline .baslik {
	background: #f5f5f5;
	padding: 3px 8px;
	margin-top: -10px;
	margin-left: -10px;
	color: #F44336;
	width: 49%;
}

#whoisonline .kisiler {
	background: #f5f5f5;
	padding: 3px 8px;
	display: inline-block;
	border-radius: 5px;
	color: #F44336;	
	margin-top: 5px;
}

#whoisonline .kisim1 {
	display: inline-block;
	width: 49%;
}

#whoisonline .kisim2 {
	margin-left: 5px;
	display: inline-block;
	width: 49%;
}

#footer .bn {
	display: inline-block;
	margin-left: 15px;
	float: right;
	padding-left: 4px;
	margin-top: 5px;
}


#mypanel {
	background: #e5e5e5;
	border-radius: 0 0 5px 5px;
	padding: 8px;
	color: #000;
	display: block;
}

#mypanel a:link {
	color: #F44336;	
}

.fixed {
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 1px 4px #d1d1d1;
}

#navi {
	background: #e5e5e5;
	padding: 8px;
	border-radius: 4px;
	color: #F44336;
	margin-top: 15px;
}

#navi a:link {
	color: #F44336;	
}

#navi a:visited {
	color: #F44336;	
}

#navi .bit {
	display: inline-block;
	background: transparent;
	padding: 3px;
	color: #F44336;
	border-radius: 5px;
}

#navi .bit a:link {
	color: #F44336;	
}

#navi .bit a:visited {
	color: #F44336;	
}

#navi i {
	font-size: 15px;
	margin-right: 4px;
}

.panelbuton {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}

.panelbuton a {
	padding: 2px;	
}

.panelbuton a:link {
	color: #D32F2F;
}

.panelbuton a:hover {
	text-decoration: none;	
}

table {
	color: #333;
	font-size: 13px;
	border-radius: 0 0 3px 3px;
}

.tborder {
	background: #f0f0f0;
	width: 100%;
	margin: auto auto;
	box-shadow: 0px 1px 4px #d1d1d1;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

.thead {
	background: #f0f0f0;
	color: #F44336;
	
	padding: 8px;
}

.thead a:link {
	color: #F44336;
	text-decoration: none;
}

.thead a:visited {
	color: #F44336;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #f5f5f5;
	background: #F44336;
	transition-duration: 0.2s;
}

.tcat {
	background: #e5e5e5;
	color: #333;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #333;
}

.tcat a:visited {
	color: #333;
}

.tcat a:hover,
.tcat a:active {
	color: #333;
}

.trow1 {
	background: #f9f9f9;
	margin-top: 4px;
	min-height: 100px;
}

.trow2 {
	background: #f3f3f3;
	margin-top: 4px;
	min-height: 100px;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #333;
}

.trow_sep {
	background: #ddd;
	color: #333;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.subfrm {
	background: #fafafa;
	padding: 2px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.forum_status {
	display: block;
	font-size: 26px;
	font-family: 'Ionicons';
	margin: 0 10px;
}

.forum_on {
	color: #F44336;
}

.forum_on:before {
	content:"\f31a";
}

.forum_off {

}

.forum_off:before {
	content:"\f31a";
}


.forum_offlock {
	color: #D32F2F;
}

.forum_offlock:before {
	content:"\f392";
}

.forum_offlink {
	color: #D32F2F;
}

.forum_offlink:before {
	content:"\f1fe";
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	font-family: 'Ionicons';
}

.subforum_minion {
	font-family: 'Ionicons';
	color: #F44336;
}

.subforum_minion:before {
	content:"\f2c3";
}

.subforum_minioff {
	font-family: 'Ionicons';
}

.subforum_minioff:before {
	content:"\f2c3";
}


.subforum_miniofflock {
	color: #D32F2F;
}

.subforum_miniofflock:before {
	content:"\f392";
}

.subforum_miniofflink {
	color: #D32F2F;
}

.subforum_miniofflink:before {
	content:"\f1fe";
}

.lastpost {
	background: transparent;
	padding: 4px;
	text-align: left;
	display: inline-block;
	font-size: 11px;
	border-radius: 2px;
	width: 165px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #F44336;
	font-size: 11px;
}

.lastpost i {
	color: #F44336;
}

.lastpost span {
	color: #222;	
}

.description {
	background: #F44336;
	color: #fff;
	padding: 3px;
	border-radius: 5px 0 5px 5px;
	float: right;
	display: inline-block;
	font-size: 11px;
	position: relative;
	margin-top: -3px;
	left: -25px;
}

.description:before {
    content: "";
    display: block;
    border-bottom: 6px solid #F44336;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -6px;
    position: absolute;
    right: 0px;
}

.smalltext {
	font-size: 12px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

textarea {
	background: #ffffff;
	color: #333;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	padding: 3px;
	border: 1px solid #ccc;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 5px 8px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #f9f9f9;
	box-shadow: 0px 1px 3px #d1d1d1;
	border: none;
	color: #F44336;
	outline: 0;
	border-radius: 3px;
}

button:hover,
input.button:hover {
	color: #F44336;
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: -3px;
}

.newthread {
	background: #F44336;
	padding: 6px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	display: inline-block;
}

.newthread:hover {
	margin-right: 5px;	
}

.newthread a:link {
	color: #fff;	
}

.newthread a:hover {
	color: #fff;
}

.newthread a:visited {
	color: #fff;	
}
body {
	background: #fff;
	color: #111;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

a:link {
	color: #F44336;
	text-decoration: none;
}

a:visited {
	color: #F44336;
	text-decoration: none;
}

a:hover {
	color: #D32F2F;
}

a:active {
	color: #D32F2F;
}


.pm_alert {
	background: #e5e5e5;
	text-align: center;
	padding: 5px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 11px;
	border-radius: 5px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

#profilmenu {
	background: #E53935;
	padding: 10px;
	margin-bottom: 10px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	background: #f0f0f0;
	padding: 15px 5px 5px 5px;
	overflow: hidden;
}

.post.classic .post_author {
	background: transparent;
	float: left;
	color: #333;
	width: 160px;
	margin: 0 1% 15px 0;
	border-left: 0;
	padding: 5px 1%;
	border-radius: 0 10px 10px 0;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	margin-top: 5px;
	float: none;
	text-align: center;
	margin-bottom: 5px;
}

.post .post_author div.author_avatar img {
	padding: 3px;
	border-radius: 50%;
	transition: 0.7s;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #fff;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 79%;
	padding: 0 1% 5px 1%;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	margin-top: 5px;
	border-top: 1px dotted #ddd;
	padding: 10px 0 4px 0;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #f0f0f0;
	padding: 5px;
	overflow: hidden;
}

.postbuton {
	color: #222;
	padding: 2px;
	margin-top: 1px;
	border-radius: 8px;
}
.postonline {
	margin-left: 3px;
	margin-bottom: 1px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	background: #4CAF50;
	display: inline-block;
}

.postoffline {
	margin-bottom: 1px;
	margin-left: 3px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background: #C62828;
}

.postaway {
	margin-bottom: 1px;
	margin-left: 3px;
	padding: 5px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	background: #C0CA33;
}

.postbutton {
	background: #f9f9f9;
	box-shadow: 0px 1px 3px #d1d1d1;
	color: #F44336;
	padding: 5px;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px;
}

.postbutton a:link,
.postbutton a:hover,
.postbutton a:visited {
	color: #F44336;
}

.userbrowse {
	background: #e5e5e5;
	color: #333;
	border-radius: 2px;
	padding: 5px;
}

.postbilgi {
	background: #f0f0f0;
	display: inline-block;
	border-radius: 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #222;
	margin-top: 2px;
}

/** Modal Start **/

.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}

.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	width: 400px;
	text-align: left;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

/** Modal End **/

.whosonline {
	border-bottom: 5px;
	background: #f0f0f0;
	color: #333;
	margin-top: 15px;
	padding: 12px;
	border-radius: 5px;
}
		
		
		